summaryrefslogtreecommitdiff
path: root/textproc/py-docutils
AgeCommit message (Collapse)AuthorFilesLines
2007-06-17Fix PLIST. Bump revision.joerg2-9/+15
2007-05-25Update docutils to 0.4markd3-20/+122
Components: * Added an S5/HTML writer and the rst2s5.py front end: multi-platform, multi-browser HTML slide shows. * The newlatex2e writer is nearing completion. * Added a DocTree reader, publish_doctree and publish_from_doctree convenience functions, for document tree extraction and reprocessing. reStructuredText: * Added directives: "container" (generic block-level container), "default-role" (role used for `backtick` syntax), "title" (document title metadata), and "date" (generate the current local date, for substitution definitions). * Length units are now supported for image sizes. * Added standard definition files for special characters etc. Internationalization: * Added Japanese and Simplified Chinese language mappings, and support for double-width CJK-characters in tables and section titles. Documentation: * Added a guide for distributors (package maintainers) and a guide for developers. General: * Added significant Emacs support for reST. * Added a --strip-comments option. * --embed-stylesheet is now the default for the HTML writer (rather than --link-stylesheet).
2006-11-05DESTDIR support.joerg1-1/+2
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-03Bump PKGREVISION for PLIST change.wiz1-1/+2
2006-01-03Add missing installed files. No functional change so no PKGREVISION bump.darcy1-1/+7
2005-12-10Upgrade to 0.3.9darcy3-9/+20
Major Changes Since Docutils 0.3.7 ================================== * Added "file_insertion_enabled" and "raw_enabled" settings. See <http://docutils.sf.net/docs/user/config.html#file-insertion-enabled>. * Added auto-enumerated lists. See <http://docutils.sf.net/docs/ref/rst/restructuredtext.html#enumerated-lists>. * Added "header" and "footer" directives. See <http://docutils.sf.net/docs/ref/rst/directives.html#document-header-footer>. * Added "list-table" directive. See <http://docutils.sf.net/docs/ref/rst/directives.html#list-table>. * Added support for section subtitles. See <http://docutils.sf.net/docs/user/config.html#sectsubtitle-xform>. * Added "field_name_limit" and "option_limit" settings to HTML writer. See <http://docutils.sf.net/docs/user/config.html#field-name-limit>. * Added "cloak_email_addresses" setting to HTML writer. See <http://docutils.sf.net/docs/user/config.html#cloak-email-addresses>. * UTF-8 BOMs are now removed from the input stream. * Many minor improvements and bug fixes. See <http://docutils.sf.net/HISTORY.html#release-0-3-9-2005-05-26
2005-09-22Fix PLIST. Bump PKGREVISION.minskim2-2/+15
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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.