summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2001-08-21.ifdef wants the variable name without ${}.wiz1-2/+2
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam2-4/+6
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-16Fix PLIST on Solaris, and honor PAPERSIZE setting.wiz3-2/+385
From Peter L. Petersen in private mail.
2001-08-16Add patch-ak, an ugly kludge to get around the fact that you shouldn'tagc2-1/+15
be including -lmaa in the LIBS definition when configuring the libmaa source directory.
2001-08-16Include the category in the pathname for FILESDIR and PATCHDIR.agc2-17/+4
Use dict-server's distinfo file
2001-08-15Add missing 'l' in HOMEPAGE. pkg/13719 by Stoned Elipot.wiz1-2/+2
2001-08-11Update libxml to 1.8.14. Changes are bugfixes only.rh3-7/+7
2001-08-10Add conflict to p5-libxml-enno, the author now distributes allmjl3-3/+9
those modules in one big packet instead of individual small ones.
2001-08-10Update to 1.05amjl2-6/+10
2001-08-10Enable p5-XML-DOM p5-XML-RegExp p5-XML-XQLmjl1-1/+4
2001-08-10Initial import of p5-XML-XQL-0.66mjl4-0/+30
This is a Perl extension that allows you to perform XQL queries on XML object trees. Currently only the XML::DOM module is supported, but other implementations, like XML::Grove, may soon follow.
2001-08-10Initial import of p5-XML-DOM-1.31mjl4-0/+32
This is a Perl extension to XML::Parser. It adds a new 'Style' to XML::Parser, called 'Dom', that allows XML::Parser to build an Object Oriented datastructure with a DOM Level 1 compliant interface. For a description of the DOM (Document Object Model), see http://www.w3.org/DOM/
2001-08-10Initial import of p5-XML-RegExp 0.03mjl4-0/+26
This package contains regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
2001-08-07update to 1.95.2drochner3-9/+10
changes: - Added compile-time constants that can be used to determine the Expat version - Removed a lot of GNU-specific dependencies to aide portability among the various Unix flavors. - Fix the UTF-8 BOM bug. - Cleaned up warning messages for several compilers. - Added the -Wall, -Wstrict-prototypes options for GCC.
2001-08-06update to 0.6.6drochner3-6/+12
bugfix only release, no changelog available
2001-07-30Update t1lib to 1.1.1. The shared library bumped its major, so updatejlam6-55/+48
dependents of t1lib to >=1.1.1 by changing appropriate line in the buildlink.mk file. Changes from version 1.0.1 include: - Bug Fixes. - Functions T1_GetFontFilePath() and T1_GetAfmFilePath() which return the complete path of the files used by t1lib. - General support for font subsetting. - T1_GetFontBBox() also accepts specification consisting of floating point numbers (as suggested by Derek B. Noonburg (derekn@foolabs.com)).
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam4-4/+8
installation directory in case the package isn't installed.
2001-07-27Unwildcard non-dewey dependency.wiz1-2/+2
2001-07-26update to 1.23: bug fixesdillo2-5/+5
2001-07-24add and enable bibcleanwiz1-1/+2
2001-07-24Initial import of bibclean, a prettyprinter and syntax checker forwiz5-0/+96
BibTeX bibliography databases. Package provided by Stoned Elipot in pkg/13515.
2001-07-24add and enable bibparsewiz1-1/+2
2001-07-24Initial import of bibparse, a syntax checking tools for BibTeXwiz6-0/+166
bibliography databases. Package provided by Stoned Elipot in pkg/13514.
2001-07-20Add and enable p5-XML-Grovewiz1-1/+2
2001-07-20Fix pkg up to current standards.wiz3-6/+7
[Please use pkglint!]
2001-07-20ooops, 0.05 << 0.46explorer2-4/+4
2001-07-20add p5-XML-Groveexplorer4-0/+24
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam4-12/+14
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-19Update ruby-rttool to 0.1.5.taca2-5/+6
According to several lines' change, don't always add emtpy caption element in table.
2001-07-11Update ruby-rttool to 0.1.4. Changes isn't available but some bugtaca3-20/+16
fixes are made.
2001-07-11Don't try to format another packages's document files since ruby-optparsetaca2-13/+2
package now install formated HTML files.
2001-07-08Update par to version 1.52; better 8 bit character set support.simonb2-9/+9
2001-07-07Replace USE_RUBY with USE_RUBY_RD since it really depends on ruby-rdtool.taca1-2/+2
2001-07-04define USE_RUBY using "?=" instead of "=".taca1-2/+2
2001-07-04define USE_RUBY_RD implies USE_RUBY.taca1-1/+2
2001-07-03Add and enable rub-erb.taca1-1/+2
2001-07-03Importing ruby-erb, ruby-erb-1.3.3 package.taca2-0/+19
ERb is an implementation of eRuby (embedded ruby). You can include ERb in your script. ERb is purely written by Ruby without C module.
2001-07-03Update ruby-eruby package to 0.9.7. Quote from ChangeLog is below.taca2-0/+43
Wed Oct 17 14:58:24 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.7 released. Mon Oct 15 13:54:18 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): fix prototype of Init_stack(). Wed Oct 10 15:15:48 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call ruby_finalize(). * eruby_main.c (run): print error messages to stderr if $DEBUG is false. Tue Sep 4 15:33:38 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call Init_stack().
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam2-4/+6
USE_BUILDLINK_ONLY.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam4-12/+12
2001-07-01Add and enable ruby-rttool, ruby-eruby and ruby-html-parser.taca1-1/+4
2001-07-01Importing ruby-html-parser, ruby-html-parser-19990912p1 package.taca4-0/+44
The html-parser package is a Ruby implementation of the Python's SGML parser (sgmllib.py), HTML parser (htmllib.py) and Formatter (formatter.py).
2001-07-01Importing ruby-eruby, ruby-eruby-0.9.5 package.taca5-0/+94
eruby interprets Ruby code embedded in a text file just like PHP, ePerl, ASP, or JSP. For example, eruby enables you to embed a Ruby code in a HTML file.
2001-07-01Importing ruby-rttool, ruby-rttool-0.1.3 package.taca4-0/+67
RTtool converts RT to HTML table. Currently it support only HTML, but it hopefully other format like LaTeX.
2001-07-01Add and enable ruby-rdtool 0.6.10.taca1-1/+2
2001-07-01Importing ruby-rdtool.taca6-0/+163
RDtool converts RD to HTML, man, etc. RD is a multipurpose documentation format created for documentating Ruby and output of Ruby world. Briefly, RD is to Ruby as POD is to Perl.
2001-06-29Add buildlink.mk file for use by other package Makefiles.jlam1-0/+35
2001-06-29Mark as USE_BUILDLINK_ONLY.jlam2-7/+9
2001-06-29Add and enable libxml2rh1-1/+2
2001-06-29Initial import of libxml2, the new and improved GNOME 2 xml parsingrh10-0/+273
library. Provided in PR pkg/13338 by Martti Kuparinen <martti.kuparinen@iki.fi>, thanks!