summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-9/+9
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam2-4/+6
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29Update p5-XML-Writer to 0.500. Patches provided by Adrian Portelli inminskim2-6/+9
PR pkg/24903. While here, bl3ify and enable pkgviews installation.
2004-03-28Add and enable py-textile.minskim1-1/+2
2004-03-28Import py-textile from pkgsrc-wip. Packaged by Michal Pasternak andminskim5-0/+39
slightly modified by me. Textile is a XHTML generator using a simple markup developed by Dean Allen. This is a Python port with support for code validation, itex to MathML translation, Python code coloring and much more.
2004-03-28Honour PKG_SYSCONFDIR. Bump PKGREVISION.jmmv3-8/+19
2004-03-28Update to 2.6.8:jmmv6-60/+22
2.6.8: Mar 23 2004: - First step of the cleanup of the serialization code and APIs - XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam Dickmeiss), anyURI for "" (John Belmonte) - Python: Canonicalization C14N support added (Anthony Carrico) - xmlDocCopyNode() extension (William) - Relax-NG: fix when processing XInclude results (William), external reference in interleave (William), missing error on <choice> failure (William), memory leak in schemas datatype facets. - xmlWriter: patch for better DTD support (Alfred Mickautsch) - bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to URI on SYSTEM lookup failure, XInclude parse flags inheritance (William), XInclude and XPointer fixes for entities (William), XML parser bug reported by Holger Rauch, nanohttp fd leak (William), regexps char groups '-' handling (William), dictionnary reference counting problems, do not close stderr. - performance patches from Petr Pajas - Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey) - compilation and portability fixes: --without-valid, catalog cleanups (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation to Windows (Christophe de Vienne), --with-html-dir fixup (Julio Merino Vidal), Windows build (Eric Zurcher)
2004-03-28Update to 2.0:jmmv2-6/+5
First stable version of the 2.x branch, released on 2004/03/26. * Fixed build under HP-UX and Tru64 Unix. * Fixed a crash that occurred during parsing of some malformed XML catalogs.
2004-03-28Regen.uebayasi1-67/+67
2004-03-28Put distfiles in a versioned subdirectory for two version-less files (LIST,uebayasi1-2/+2
LIST-ja).
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz22-28/+44
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23add: USE_LANGUAGES= c c++recht1-1/+2
2004-03-22Fix build with gcc2 on sparc64.snj1-3/+2
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).