Next | Query returned 49 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2014-05-29 10:58:24 by D'Arcy J.M. Cain | Files touched by this commit (2)
Log message:
Use setuptools (egg directory) rather than distutils (egg file).
Clears PR pkg/48642
   2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2013-04-08 13:17:26 by Blue Rats | Files touched by this commit (109)
Log message:
Remove "Trailing empty lines." and/or "Trailing white-space."
   2012-11-03 21:33:05 by Guillaume Lasmayous | Files touched by this commit (1) | Package updated
Log message:
Ensure interpreter is properly set in all places.
Implement test target to ease further updates.
   2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148)
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
   2012-03-18 17:04:35 by Guillaume Lasmayous | Files touched by this commit (1)
Log message:
Fix PLIST.
Thanks joerg!
   2012-03-15 12:53:45 by OBATA Akio | Files touched by this commit (170)
Log message:
Bump PKGREVISION from default python to 2.7.
   2012-02-15 23:06:02 by Guillaume Lasmayous | Files touched by this commit (4)
Log message:
Update textproc/dblatex to 0.3.2.

pkgsrc changes:
- set LICENSE

upstream changes:

Release 0.3.2
-------------

Some new features or improvements.

Add the HTML table support. See HTML Tables for more details.

Add the parameters:

- default.table.rules: parameter related to the new HTML table
support.

Improve the setup.py script in order to be able to build and
distribute a dblatex egg package. See PyPI Install for more details.

Full support of the --quiet option.

Add the ability to pass a user defined index style file to dblatex through
the option --indexstyle.

Make dblatex working in paranoid mode in order to function correctly with
the TexLive 2010 distribution (output files only in the current directory).

Some bug fixes.

Release 0.3.1
-------------

Mainly a bug fix release.

Improve the table rendering by adding the support to the tabularx
environment and improving the automatic column width feature.
See Automatic Width and Table LaTeX Styles

Add the parameters:

- linenumbering.scope.

- linenumbering.default.

- linenumbering.everyNth.

- table.default.tabstyle.

A number of bug fixes.

Next | Query returned 49 messages, browsing 31 to 40 | Previous