summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-03-22Work around "internal compiler errors" for gcc 2.95.3 on i386.kristerw3-1/+51
2004-03-21Update to 3.1.5. Bug fixes.uebayasi3-14/+13
2004-03-21Uses no compiler, so USE_LANGUAGES is emptyheinz1-1/+2
2004-03-20Bump PKGREVISION for teixsl-html and teixsl-fo and regenerateminskim4-8/+10
distinfo, because the distfiles were updated with some functional changes but have the same file name and version number.
2004-03-20Add HOMEPAGE, adapt to buildlink3. Uses no compiler, so mark it with empty ↵heinz1-3/+6
USE_LANGUAGES.
2004-03-20Add NetBSD-1.6.2 here too.wiz1-0/+1
2004-03-19Update to 1.6. Support EB 4.x. Add pbm, xbm, bmp, bmp2ppm, bmp2tiff,uebayasi3-9/+50
jpg, jpeg commands. Bug fixes. Bl3'ify.
2004-03-19Update to 3.3.4. Minor bug fixes. Bl3'ify.uebayasi4-11/+31
2004-03-19These packages use c++, so add USE_LANGUAGES= c c++bouyer1-1/+2
2004-03-19Fix build on Linux (Red Hat 7.3).uebayasi3-4/+18
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam14-40/+30
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
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