summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-03-16Add ruby to CATEGORIES.taca9-21/+21
2004-03-15Update MASTER_SITES and HOMEPAGE.taca1-3/+3
2004-03-13Update to 1.1.4:jmmv3-9/+8
1.1.4: Feb 23 2004: - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with Yelp, extension problem - display extension modules (Steve Little) - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
2004-03-12update to 1.21recht2-5/+5
1.21 * Fix output for 7.2 in regards to indexes. ( Rod) * Correct a configure issue with some non-standard versions of Bash. ( Rod) 1.20 * Use View heading for views rather than calling them tables. ( Andrew) * Add an option to specify the template location during execution. ( Andrew) * Add an option to specify a specific output type, rather than receiving all possible types. ( Andrew) * Display limited function information in HTML and DocBook output formats. ( Andrew, Rod) * Output limited information about non-unique table indexes in DocBook output. Unique indexes are already displayed as constraint output. ( Rod)
2004-03-12update to 20030222 versionrecht3-9/+13
and also install ngerman.{aff,hash} links changes since 20021114: - "Wiederstand ist zwecklos" (thanks to Roland Wingerter) and minor other fixes - some fem. flags added
2004-03-12Add and enable ruby-amrita.taca1-1/+2
2004-03-12Importing ruby-amrita pacakge based on FreeBSD's ports.taca5-0/+350
(I'm sorry that I noticed ruby-amrita exists on pkgsrc-wip after made this pkgsrc.) amrita is an HTML/XHTML template library for Ruby. It makes html documents from a template and a model data.
2004-03-11Update ruby-eruby pacakge to 1.0.5.taca3-10/+17
Changes from 0.9.7: Wed Dec 24 00:11:19 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.5 released. Wed Dec 24 00:09:51 2003 Shugo Maeda <shugo@modruby.net> * eruby_main.c (eruby_xmalloc): new function. * eruby_main.c (prog_args): use eruby_xmalloc(). * eruby_main.c (guess_mode): ditto. Sat Dec 6 00:53:29 2003 Shugo Maeda <shugo@modruby.net> * eruby_main.c (proc_args): copy the return value of getenv(). Thanks, Kaspar Schiess. * eruby_main.c (guess_mode): use ALLOCA_N(). Sat Dec 6 00:34:11 2003 Shugo Maeda <shugo@modruby.net> * eruby_main.c (guess_mode): use strncpy() instead of strcpy(). Tue Aug 26 17:17:00 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.4 released. Tue Aug 19 11:54:43 2003 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): do not call ruby_finalize() before error_print(). Tue Jul 29 12:41:01 2003 Shugo Maeda <shugo@modruby.net> * eruby_lib.c (eruby_compile): process multibyte characters correctly. Thanks to MoonWolf Tue Jul 29 12:19:24 2003 U.Nakamura <usa@osb.att.ne.jp> * eruby_main.c: fix for ruby-1.8.0-preview5. Sat Jul 26 19:20:38 2003 U.Nakamura <usa@osb.att.ne.jp> * Makefile.in: fix sitearch. Wed Feb 19 11:22:34 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.3 released. Mon Jan 27 13:28:25 2003 Shugo Maeda <shugo@modruby.net> * configure.rb: rebuild with new autoconf.rb. Fri Jan 24 12:21:41 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.2 released. Mon Jan 20 16:19:14 2003 U.Nakamura <usa@osb.att.ne.jp> * Makefile.in: fix for mswin32. * configure.rb.in: fix for mswin32. Mon Jan 20 14:08:39 2003 Akinori MUSHA <knu@iDaemons.org> * Makefile.in: fix for ruby 1.8. Mon Jan 20 12:14:07 2003 Akinori MUSHA <knu@iDaemons.org> * Makefile.in: fix to find libruby. * configure.rb.in: ditto. Fri Jan 17 14:13:48 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.1 released. Wed Jan 8 17:23:51 2003 Shugo Maeda <shugo@modruby.net> * configure.rb: regenerated by new autoconf.rb. Fri Dec 6 15:08:42 2002 Shugo Maeda <shugo@modruby.net> * version 1.0.0 released. Fri Dec 6 15:07:04 2002 Shugo Maeda <shugo@modruby.net> * Makefile.in: fix for Ruby 1.7. * configure.rb: ditto. Tue May 7 14:25:39 2002 Shugo Maeda <shugo@modruby.net> * Makefile.in: added datadir. * configure.rb: added datadir support. Fri Apr 19 17:29:54 2002 Shugo Maeda <shugo@modruby.net> * version 0.9.8 released. Mon Jan 7 18:06:08 2002 Shugo Maeda <shugo@modruby.net> * eruby_lib.c (eruby_parse_options): handle -M option correctly.
2004-03-11Remove info files entries from PLIST.seb1-2/+1
2004-03-11Remove info files entries from PLIST.seb1-3/+1
2004-03-11Remove info files entries from PLIST.seb1-7/+1
2004-03-11Remove info files entries from PLIST.seb1-2/+1
2004-03-11Remove info files entries from PLIST.seb1-2/+1
2004-03-10Update to 1.8:wiz2-6/+6
- Avoid choking on malformed tables in Qt pages. Fix minor bug in handling of nested .if/.ie requests. Process Fa macro correctly.
2004-03-10Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mkjlam1-9/+9
is included by not checking its value explicitly.
2004-03-10Split out the code that deals with checking whether the software isjlam2-93/+75
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-03-10Remove info files entries from PLIST.seb4-35/+4
2004-03-10Remove info files entries from PLIST.seb3-23/+3
2004-03-09- use MASTER_SITE_SOURCEFORGE instead of one singe sf.net mirrorrecht2-148/+148
- sort Python versions - sort PLIST - bl3ify
2004-03-09Switch to Tcl 8.4.minskim1-2/+2
2004-03-09Switch to Tcl 8.4. Bump PKGREVISION.minskim3-10/+12
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim2-4/+4
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-07Don't hide messages when calling scrollkeeper-update; the only ones that mayjmmv1-3/+3
appear are errors and/or warnings, and we want these to be shown to catch possible problems ASAP.
2004-03-07Fix fatal typo that avoided updates of the database (resulting in nojmmv1-3/+3
documentation available from yelp, for example).
2004-03-07Register installed DTDs in the catalog file, so that scrollkeeper-update canjmmv1-2/+5
find them. Bump PKGREVISION to 2.
2004-03-07re-add buildlink2.mk since it's still being used by lyx-{qt,xforms}.recht1-0/+22
2004-03-07bl3ify and enable pkgviews installation.minskim1-2/+4
2004-03-07Bump package revision.taca3-10/+27
- Make dependency with racc to build time only. - Remove extra dependency to ruby-strscan package.
2004-03-07No longer used.minskim1-32/+0
2004-03-07bl3ify and enable pkgviews installation.minskim3-24/+22
2004-03-06add and enable py-gnosis-utilsrecht1-1/+2
2004-03-06initial import of Gnosis-Utils-1.1.1recht4-0/+467
from pkgsrc-wip Gnosis Utilities contains several subpackages for working with XML, as well as other generally useful tools. The major modules are: gnosis.indexer (Full-text indexing/searching) gnosis.xml.pickle (XML pickling of Python objects) gnosis.xml.objectify (Any XML to "native" Python objects) gnosis.xml.validity (Enforce validity constraints) gnosis.xml.relax (Tools for working with RelaxNG) gnosis.xml.indexer (XPATH indexing of XML documents) [...].convert.txt2html (Convert ASCII source files to HTML) gnosis.util.dtd2sql (DTD -> SQL 'CREATE TABLE' statements) gnosis.util.sql2dtd (SQL query -> DTD for query results) gnosis.util.xml2sql (XML -> SQL 'INSERT INTO' statements) gnosis.util.combinators (Combinatorial higher-order functions) gnosis.util.introspect (Introspect Python objects) gnosis.magic (Multimethods, metaclasses, etc)
2004-03-06replace USE_GCC_SHLIB with USE_LANGUAGES=c c++.grant1-2/+2
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam18-161/+137
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-04Add and enable p5-Regexp-Common.minskim1-1/+2
2004-03-04Import p5-Regexp-Common-2.113 from pkgsrc-wip. Packaged by dieter Roelantsminskim4-0/+37
and slightly modified by me. By default, this module exports a single hash (`%RE') that stores or generates commonly needed regular expressions. Patterns currently provided include: * balanced parentheses and brackets * delimited text (with escapes) * integers and floating-point numbers in any base (up to 36) * comments in 44 languages * offensive language * lists of any pattern * IPv4 addresses * URIs. * Zip codes.
2004-03-04Change order in CFLAGS, trying to fix bulk build problem.taca2-5/+14
2004-03-02Option "-printx" is only supported on some platforms. Use "-print"heinz1-2/+2
2004-03-02update to 1.95.7drochner4-80/+8
bugfixes and compatibility improvements
2004-03-01Not used any more.minskim2-51/+0
2004-02-29Fix build with gcc3.jmmv2-1/+47
2004-02-28Update to 1.65.0. Changes since version 1.64.0:jmmv3-7/+17
Changes to xsl/* | 2004-02-27 Norman Walsh <nwalsh@users.sourceforge.net> | | * RELEASE-NOTES.xml: Updated | | * VERSION: Version 1.65.0 released. | | * VERSION: No really, version 1.65.0 released. | | 2004-02-24 Norman Walsh <nwalsh@users.sourceforge.net> | | * .cvsignore: Don't ignore debian anymore, it's gone | | 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net> | | * Makefile, VERSION: Tweaks for freshmeat-submit | | 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net> | | * RELEASE-NOTES.xml: Info about new indexing method | | 2003-12-19 Norman Walsh <nwalsh@users.sourceforge.net> | | * Makefile: Check for DIFFVER and make sure tags happen | | * RELEASE-NOTES.xml: Not terribly interesting RELEASE NOTES | file for 1.64.1 | | 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net> | | * Makefile, VERSION: Prepare to support freshmeat-submit for | next release | Changes to xsl/common/* | 2004-02-18 Robert Stayton <bobstayton@users.sourceforge.net> | | * labels.xsl: Turn off procedure number when formal.procedures | = 0. | | 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net> | | * subtitles.xsl, titles.xsl: Support 'info' | | 2004-01-26 Robert Stayton <bobstayton@users.sourceforge.net> | | * targets.xsl: Pass empty doctype parameters to write.chunk so | the output can be used as an entity without DOCTYPE. | | 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net> | | * autoidx-ng.xsl, l10n.dtd: Added support for new i18n | friendly indexing method | Changes to xsl/fo/* | 2004-02-26 Norman Walsh <nwalsh@users.sourceforge.net> | | * verbatim.xsl: Bug #875229: add | white-space-treatment=preserve | | 2004-02-11 Robert Stayton <bobstayton@users.sourceforge.net> | | * formal.xsl: informal.object template now handles | informalequation. | | 2004-02-06 Robert Stayton <bobstayton@users.sourceforge.net> | | * component.xsl: Add force-page-count="no-force" to preface | when double.sided is off to prevent extra blank page. | | * component.xsl, division.xsl: Added | force-page-count="no-force" when double.sided = 0 to prevent | extra blank pages. | | 2004-01-30 Robert Stayton <bobstayton@users.sourceforge.net> | | * formal.xsl: calsTable template should use table.properties | instead of formal.object.properties. | | 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net> | | * autotoc.xsl: Use titleabbrev in ToC | | * biblio.xsl: Support 'info' and 'personblurb' | | * docbook.xsl: Support DocBook NG by way of the following | hack: if we find an NG document, do an identity transform to | throw away the NG namespace and then process the result. | Requires exsl:node-set(). | | * docbookng.xsl: New file. | | * qandaset.xsl, titlepage.xsl: Support 'info' | | 2004-01-29 Robert Stayton <bobstayton@users.sourceforge.net> | | * titlepage.xsl: Fix for multiple editor elements running | together. | | 2004-01-26 Robert Stayton <bobstayton@users.sourceforge.net> | | * pagesetup.xsl, param.ent, param.xweb: Added | header.column.widths and footer.column.widths to permit | adjustment of the header and footer widths. | | 2004-01-17 Robert Stayton <bobstayton@users.sourceforge.net> | | * xep.xsl: Added 'chapter' to test for adding TOC bookmark. | | 2004-01-16 Robert Stayton <bobstayton@users.sourceforge.net> | | * formal.xsl: Fixed bug in evaluation of @float in figure. | | 2004-01-13 Robert Stayton <bobstayton@users.sourceforge.net> | | * inline.xsl: Inline sequences now output id attribute if | found. | | 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net> | | * biblio.xsl: Initial support for bibliolist | | * table.xsl: Abort if there's no @cols | | 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net> | | * autoidx-ng.xsl: New file. | | 2003-12-30 Robert Stayton <bobstayton@users.sourceforge.net> | | * biblio.xsl, xref.xsl: Changed | document($bibliography.collection) to | document($bibliography.collection,.) so it will look in the | current directory instead of the stylesheet directory. | | * graphics.xsl: Fixed test for graphic inside inlineequation. | | * xref.xsl: Added refsection to mode="xref-to" to support xref | to refsection. | | 2003-12-16 Robert Stayton <bobstayton@users.sourceforge.net> | | * index.xsl, pagesetup.xsl, titlepage.templates.xml: Fixed bug | in index title indents when $title.margin.left is non-zero. | Changes to xsl/html/* | 2004-02-13 Robert Stayton <bobstayton@users.sourceforge.net> | | * biblio.xsl, glossary.xsl, index.xsl: Removed obsolete | component.title.mode templates. | | 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net> | | * autotoc.xsl: Use titleabbrev in ToC | | * biblio.xsl: Support info in bibliography mode; support | personblurb as an alternative to authorblurb | | * component.xsl: Support 'info' | | * docbook.xsl: Support DocBook NG by way of the following | hack: if we find an NG document, do an identity transform to | throw away the NG namespace and then process the result. | Requires exsl:node-set(). | | * docbookng.xsl: New file. | | * inline.xsl: Support 'tag' as a synonym for 'sgmltag' | | * lists.xsl: Make simpara in callout magic; don't output a p | inside the li. Sigh. | | * table.xsl: Support bgcolor and class dbhtml PIs on table | rows | | * titlepage.xsl: Support personblurb as a synonym for | authorblurb | | * xref.xsl: Support xref to personblurb the same way as | authorblurb | | 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net> | | * biblio.xsl: Initial support for bibliolist | | * table.xsl: Abort if there's no @cols | | 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net> | | * autoidx-ng.xsl: New file. | | 2003-12-30 Robert Stayton <bobstayton@users.sourceforge.net> | | * biblio.xsl, xref.xsl: Changed | document($bibliography.collection) to | document($bibliography.collection,.) so it will look in the | current directory instead of the stylesheet directory. | | * graphics.xsl: Fixed test for graphic inside inlineequation. | | * xref.xsl: Added refsection to mode="xref-to" to support xref | to refsection. | Changes to xsl/htmlhelp/* | 2004-02-19 Jirka Kosek <kosek@users.sourceforge.net> | | * htmlhelp-common.xsl: Added anchors to bibliodivs | Changes to xsl/javahelp/* | 2003-12-21 Jirka Kosek <kosek@users.sourceforge.net> | | * javahelp.xsl: Fixed bug #864018 | Changes to xsl/manpages/* | 2004-02-04 <twaugh@users.sourceforge.net> | | * docbook.xsl, lists.xsl: Place-holder implementation for | simplelist. | | 2004-01-30 <twaugh@users.sourceforge.net> | | * docbook.xsl: Add replacement dingbat characters. | | 2003-12-24 <twaugh@users.sourceforge.net> | | * lists.xsl: .RS/.RE doesn't nest precisely. Use .IP to fix up | the environment. Part of bug #852714. | | * lists.xsl: Handle comments inside lists (part of bug | #852714). | Changes to xsl/params/* | 2004-02-13 Michael Smith <xmldoc@users.sourceforge.net> | | * htmlhelp.hhp.windows.xml, htmlhelp.show.toolbar.text.xml: | remove stray single quotes for ID values; was causing | generation of invalid filenames & breaking downstream builds | | 2004-01-31 Norman Walsh <nwalsh@users.sourceforge.net> | | * footer.column.widths.xml, header.column.widths.xml: Add | quotes to make the parameters strings; '1 1 1' is not a | valid number | | 2004-01-29 Robert Stayton <bobstayton@users.sourceforge.net> | | * footer.column.widths.xml, header.column.widths.xml: New | file. | Changes to xsl/template/* | 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net> | | * titlepage.xsl: Support 'info' everywhere | Changes to xsl/extensions/xalan2/.classes/* | 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net> | | * Makefile.common: Support unicode.font in Xalan extensions | Changes to xsl/extensions/xalan2/com/nwalsh/xalan/* | 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net> | | * FormatCallout.java, FormatUnicodeCallout.java, Params.java, | Verbatim.java: Support unicode.font in Xalan extensions |
2004-02-27Add and enable py-Reverend.minskim1-1/+2
2004-02-27Import py-Reverend-0.2.4 from pkgsrc-wip. Packaged by Michalminskim4-0/+68
Pasternak, and modified by me. Reverend is a general purpose Bayesian classifier, named after Rev. Thomas Bayes. Use the Reverend to quickly add Bayesian smarts to your app. To use it in your own application, you either subclass Bayes or pass it a tokenizing function. Bayesian fun has never been so quick and easy.
2004-02-25s/NetBSD.ORG/NetBSD.org/grant1-2/+2
2004-02-25these packages don't need a compiler.grant5-6/+11
2004-02-24Adapted to buildlink3.heinz1-4/+7
Needs p5-Convert-ASN1 >= 0.10 according to Makefile.PL.
2004-02-24Updated to version 0.18.heinz2-7/+10
Adapted to buildlink3. Changes since 0.16 =================== * lib/Convert/ASN1.pm: * MANIFEST, Makefile.PL, t/0-signature.t: Use Module::Build to build Makefile and add SIGNATURE * lib/Convert/: ASN1.pm, ASN1/_encode.pm: Fix bug in encoding BIT STRINGS where chr() was causing an upgrade to UTF8 * lib/Convert/ASN1.pm: Release 0.17 * MANIFEST: Add new tests into MANIFEST * t/funcs.pl: Skip rtest if Data::Dumper is not available * parser.y, lib/Convert/ASN1/parser.pm, t/04opt.t, t/funcs.pl: Support OPTIONAL on SET OF and SEQUENCE OF * lib/Convert/ASN1/_decode.pm, t/00prim.t: Fix OID decoding * t/14any.t: Remove duplicate my * parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm, lib/Convert/ASN1/_encode.pm, lib/Convert/ASN1/parser.pm, t/14any.t: Add support for ANY DEFINED BY Patch from Simon Wilkinson * lib/Convert/ASN1/Debug.pm: Fix debug output for OIDs * parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1.pod, lib/Convert/ASN1/parser.pm, t/08set.t, t/12der.t, t/13utf8.t: CER and DER SET encoding * t/13utf8.t, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm, lib/Convert/ASN1/_encode.pm: utf8 support for perl >= 5.8
2004-02-23Add some missing files.xtraeme1-1/+3