Hiramatsu Yoshifumi | 22 May 2013 05:28
Picon

CVS commit: pkgsrc/doc

Module Name:	pkgsrc
Committed By:	hiramatsu
Date:		Wed May 22 03:28:09 UTC 2013

Modified Files:
	pkgsrc/doc: CHANGES-2013

Log Message:
Updated databases/p5-DBD-SQLite2 to 0.36.

To generate a diff of this commit:
cvs rdiff -u -r1.1741 -r1.1742 pkgsrc/doc/CHANGES-2013

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Hiramatsu Yoshifumi | 22 May 2013 05:27
Picon

CVS commit: pkgsrc/databases/p5-DBD-SQLite2

Module Name:	pkgsrc
Committed By:	hiramatsu
Date:		Wed May 22 03:27:37 UTC 2013

Modified Files:
	pkgsrc/databases/p5-DBD-SQLite2: Makefile distinfo

Log Message:
Update p5-DBD-SQLite2 to 0.36.

Changes from previous:
----------------------
0.36 2013-04-08 rurban
    - Fix mingw32 off_t redefinition. [cpan #84492]
      Use a private sql_off_t typedef for the sqlite internal off_t type.
    - cygwin is now a OS_UNIX, not OS_WIN.

0.35 2013-04-01 rurban
    - Fix SEGV when fetchrow() is called again after it has returned an
      empty list ie. the query has completed. [cpan #16451]
    - Add testcases for [cpan #26775] and [cpan #28448]
    - Fixed [cpan #26775]: Remove () in names with DISTINCT(t.name)
    - Honor -g in $Config{optimize}
    - Add META and POD tests, and META info for EUMM

0.34 2013-04-01 rurban
    - Fix SEGV in t/ak-dbd.t with asan, concurrent _sqlite2_fetch_row  [cpan #55636]
    - Add return value for dbd_bind_ph() - bind_param with handle
    - Add declaration for sqlite2_busy_timeout()
    - Fix clang -Wparentheses and -Wint-conversion warnings
(Continue reading)

Steven Drake | 21 May 2013 23:33
Picon

CVS commit: pkgsrc/cad/nelma

Module Name:	pkgsrc
Committed By:	sbd
Date:		Tue May 21 21:33:44 UTC 2013

Modified Files:
	pkgsrc/cad/nelma: distinfo
	pkgsrc/cad/nelma/patches: patch-aa

Log Message:
Use ${PKGMANDIR}

To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/cad/nelma/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cad/nelma/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Klaus Klein | 21 May 2013 22:58
Picon

CVS commit: pkgsrc/doc

Module Name:	pkgsrc
Committed By:	kleink
Date:		Tue May 21 20:58:29 UTC 2013

Modified Files:
	pkgsrc/doc: CHANGES-2013

Log Message:
Updated www/py-flask-admin to 1.0.6.

To generate a diff of this commit:
cvs rdiff -u -r1.1740 -r1.1741 pkgsrc/doc/CHANGES-2013

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Klaus Klein | 21 May 2013 22:57
Picon

CVS commit: pkgsrc/www/py-flask-admin

Module Name:	pkgsrc
Committed By:	kleink
Date:		Tue May 21 20:57:30 UTC 2013

Modified Files:
	pkgsrc/www/py-flask-admin: Makefile PLIST distinfo

Log Message:
Update py-flask-admin to 1.0.6.

1.0.6
=====
* Model views now support default sorting order
* Model type/column formatters now accept additional view parameter
* is_visible for administrative views
* Model views have after_model_change method that can be overridden
* In model views, get_query was split into get_count_query and get_query
* Bootstrap 2.3.1
* Bulk deletes go through delete_model
* Flask-Admin no longer uses floating navigation bar
* Translations: French, Persian (Farsi), Chinese (Simplified/Traditional),
  Chech
* Bug fixes

To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-flask-admin/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-flask-admin/PLIST \
    pkgsrc/www/py-flask-admin/distinfo

Please note that diffs are not public domain; they are subject to the
(Continue reading)

Klaus Klein | 21 May 2013 21:52
Picon

CVS commit: pkgsrc/doc

Module Name:	pkgsrc
Committed By:	kleink
Date:		Tue May 21 19:52:15 UTC 2013

Modified Files:
	pkgsrc/doc: CHANGES-2013

Log Message:
Updated textproc/py-jinja2 to 2.7.

To generate a diff of this commit:
cvs rdiff -u -r1.1739 -r1.1740 pkgsrc/doc/CHANGES-2013

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Klaus Klein | 21 May 2013 21:51
Picon

CVS commit: pkgsrc/textproc/py-jinja2

Module Name:	pkgsrc
Committed By:	kleink
Date:		Tue May 21 19:51:22 UTC 2013

Modified Files:
	pkgsrc/textproc/py-jinja2: Makefile PLIST distinfo

Log Message:
Update py-jinja2 to 2.7.

Version 2.7
-----------
(codename Translation, released on May 20th 2013)

- Choice and prefix loaders now dispatch source and template lookup
  separately in order to work in combination with module loaders as
  advertised.
- Fixed filesizeformat.
- Added a non-silent option for babel extraction.
- Added `urlencode` filter that automatically quotes values for
  URL safe usage with utf-8 as only supported encoding.  If applications
  want to change this encoding they can override the filter.
- Added `keep-trailing-newline` configuration to environments and
  templates to optionally preserve the final trailing newline.
- Accessing `last` on the loop context no longer causes the iterator
  to be consumed into a list.
- Python requirement changed: 2.6, 2.7 or >= 3.3 are required now,
  supported by same source code, using the "six" compatibility library.
- Allow `contextfunction` and other decorators to be applied to `__call__`.
- Added support for changing from newline to different signs in the `wordwrap`
(Continue reading)

Klaus Klein | 21 May 2013 21:39
Picon

CVS commit: pkgsrc/doc

Module Name:	pkgsrc
Committed By:	kleink
Date:		Tue May 21 19:39:57 UTC 2013

Modified Files:
	pkgsrc/doc: CHANGES-2013

Log Message:
Updated textproc/py-markupsafe to 0.17.

To generate a diff of this commit:
cvs rdiff -u -r1.1738 -r1.1739 pkgsrc/doc/CHANGES-2013

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Klaus Klein | 21 May 2013 21:33
Picon

CVS commit: pkgsrc/textproc/py-markupsafe

Module Name:	pkgsrc
Committed By:	kleink
Date:		Tue May 21 19:33:56 UTC 2013

Modified Files:
	pkgsrc/textproc/py-markupsafe: Makefile

Log Message:
Make HOMEPAGE point to the project page.

To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-markupsafe/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Klaus Klein | 21 May 2013 21:30
Picon

CVS commit: pkgsrc/textproc/py-markupsafe

Module Name:	pkgsrc
Committed By:	kleink
Date:		Tue May 21 19:30:37 UTC 2013

Modified Files:
	pkgsrc/textproc/py-markupsafe: Makefile PLIST distinfo

Log Message:
Update py-markupsafe to 0.17.

0.17
* Fixed interpolation on tuples
* Added travis file
* Added a tiny note on Python 3

To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-markupsafe/Makefile \
    pkgsrc/textproc/py-markupsafe/PLIST \
    pkgsrc/textproc/py-markupsafe/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Klaus Klein | 21 May 2013 20:39
Picon

CVS commit: pkgsrc/textproc/p5-Text-vCard

Module Name:	pkgsrc
Committed By:	kleink
Date:		Tue May 21 18:39:40 UTC 2013

Modified Files:
	pkgsrc/textproc/p5-Text-vCard: Makefile

Log Message:
Rename SVR4_PKGNAME from p5tva to p5tv to avoid collision with
textproc/p5-Text-vFile-asData's.  (Apparently not causing much grief in
the world, as the latter is a direct dependency.)

To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/p5-Text-vCard/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane