summaryrefslogtreecommitdiff
path: root/textproc/py-docutils
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-14Upgrade to 0.3.7.darcy2-7/+7
Major changes since Docutils 0.3.5: A special "line block" syntax useful for addresses, verse, and other cases of significant line breaks has been added (also refer to the reStructuredText Markup Specification). Empty sections are now allowed. A "raw" role has been added. The LaTeX writer now escapes consecutive dashes (like "--" or "---") so that they are no longer transformed by LaTeX to en or em dashes. If you want to write en or em dashes using pure ASCII, please refer to the FAQ entry about non-ASCII characters. A dependency recorder has been added. A directive has been added for compound paragraphs. Many other improvements and bug fixes; see the history file of Docutils 0.3.7 at http://docutils.sourceforge.net/0.3.7/HISTORY.html. Moved maintainership to myself as discussed with minsikkim@.
2004-07-30update to 0.3.5recht3-6/+50
Major changes: * improved, extended and reorganized documentation; see http://docutils.sourceforge.net/docs/ * new cvs-table directive * many minor improvements, additions and bug fixes For a detailed list see: http://docutils.sourceforge.net/0.3.5/HISTORY.html
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-02-18bl3ifyminskim1-2/+2
2004-02-07Take maintainership.minskim1-2/+2
2004-02-07Some modules are not installed for python 2.3. This closes PR pkg/23800.minskim2-8/+15
Approved by wiz@.
2003-09-18Add some missing entriesjmc1-1/+8
2003-09-18Add USE_BUILDLINK2 so this actually works and requires python correctlyjmc1-1/+3
2003-09-14update to 0.3recht3-13/+95
changes: General: * Renamed "attribute" to "option" for directives/extensions. * Renamed transform method "transform" to "apply". * Renamed "options" to "settings" for runtime settings (as set by command-line options). Sometimes "option" (singular) became "settings" (plural). Some variations below: - document.options -> document.settings (stored in other objects as well) - option_spec -> settings_spec (not directives though) - OptionSpec -> SettingsSpec - cmdline_options -> settings_spec - relative_path_options -> relative_path_settings - option_default_overrides -> settings_default_overrides - Publisher.set_options -> Publisher.get_settings for the "Specific" changes see HISTORY.txt.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-30Initial import of py-docutils-0.2.markd4-0/+119
The purpose of the Docutils project is to create a set of tools for processing plaintext documentation into useful formats, such as HTML, XML, and TeX.