summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
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!
2001-06-28Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-2/+5
2001-06-27Switch MD5 to SHA1, and ensure the filename in Size matches!abs1-3/+3
2001-06-26Add and enable gsedwiz1-1/+2
2001-06-26Initial import of gsed-3.02, GNU sed.wiz5-0/+51
Packaged by Stoned Elipot, and sent via pkg/13238; for use with Zoularis.
2001-06-25add and enable sablotronwiz1-1/+2
2001-06-25Initial import of sablotron-0.60, an XSL processor in C++.wiz4-0/+39
Based on a package provided by Rob Hoopman in pkg/13305.
2001-06-25Add buildlink.mk file for use by other package Makefiles.jlam1-0/+38
2001-06-25This package uses libintl if available, so just add a dependency on itjlam3-16/+31
via buildlink.mk, and mark as USE_BUILDLINK_ONLY. Also disable the -O2 optimization in the package Makefile, instead of removing _all_ the CXXFLAGS passed to configure. This allows other CXXFLAGS to get through. Lastly, prefer using a shell loop versus a make loop in the package Makefile.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-20Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-20Update to eb-3.0. Update provided by Masao Uebayashijtb3-125/+120
<uebayasi@soum.co.jp> in PR pkg/13106. Major changes in release 3.0: * LANGUAGE data in EB is no longer supported. Major changes in release 3.0beta1: * ebrefile is re-written with C. Japanese message catalog is also available. * Fix some bugs. Major changes in release 3.0beta0: * Support linintl of GNU gettext 0.10.36. Now utility tools in this package link libiconv, if available. `--with-iconv-includes' and `--with-iconv-libraries' options are added to `configure'. * libintl source is deleted. Also `--with-included-gettext' option is deleted from configure. If libintl is not found on the system, NLS support is disabled. * Support monochrome graphic data of EPWING and EB. * ebzip supports movie, graphic, and sound data files. `-s' and `--skip-content' option is added. * Fix many minor bugs. Major changes in release 3.0alpha4: * Support EPWING movie, and color graphic, data. * For EB Library application, provide M4 macro file `eb3.m4'. (autoconf 2.49 is required.) Major changes in release 3.0alpha3: * Text hook API is revised. Major changes in release 3.0alpha2: * Fix many bugs. Major changes in release 3.0alpha1: * Supprt EPWING V6 compression format. * Ignore case and suffix inconsistency between file and/or directory names. * Delete `--suffix' and `--case' options from ebzip. * Font API is slightly changed. * Fix lots of minor bugs. Major changes in release 3.0alpha0: * Support multi search. * Support keyword search. * National language support with GNU gettext. Japanese message catalog is available. * Experimental Ptheads support. The new option `--enable-pthreads' is added to `configure'. * configure automatically detects zlib. * API is changed. It has some incompatibities to version 2.x API. * Fix many minor bugs.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-8/+5
2001-06-19Add buildlink.mk file for use by other package Makefilesjlam1-0/+44
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-17Add and enable hevea.jtb1-1/+2
2001-06-17Initial import of hevea.jtb5-0/+184
HEVEA is a LaTeX to HTML translator. The input language is a fairly complete subset of LaTeX2e (old LaTeX style is also accepted) and the output language is HTML that is (hopefully) correct with respect to version 4.0 (transitional) Exotic symbols are translated into symbols pertaining to the symbol font of the HTML browser, using the FACE attribute of the FONT tag. This allows the translation to HTML of quite a lot of the symbols used in LaTeX. HEVEA understands LaTeX macro definitions. Simple user style files are understood with little or no modifications. Furthermore, HEVEA customization is done by writing LaTeX code. HEVEA is written in Objective Caml, as many lexers. It is quite fast and flexible. Using HEVEA it is possible to translate large documents such as manuals, books, etc. very quickly. All documents are translated as one single HTML file. Then, the output file can be cut into smaller files, using the companion program HACHA.
2001-06-13Update to antiword 0.31. ChangeLog:simonb5-16/+45
Changes 0.30-0.31 ----------------- Bug fixes: - Bug in the "Show hidden (by Word) text" feature fixed - Bug reported by David Aspinwall <aspinwall@timesten.com> fixed - Bug reported by Robert Steinmetz <rob@steinmetznet.com> fixed Old features: - The -g and -c options are no longer supported. The -c option was default and is now used automatically (Unix only) New features: - Ability to show part of the images. - Ability to use landscape mode (Unix only; PostScript version only) - Support for all ISO-8859 character sets plus KOI8 and some code pages (Unix only; text version only) - Antiword will now give a warning if the given Postscript papersize is unsupported. Thanks to Greg Robinson <Greg.Robinson@dsto.defence.gov.au> - Moved from Postscript version 1 to version 2 - Antiword now returns 1 if no Word document is found among the files given on the command-line. As suggested by Jens Schleusener <Jens.Schleusener@dlr.de> - Takes the right margin into account. - The PostScript part now supports the AvantGarde, Bookman, Helvetica-Narrow, NewCenturySchlbk and Palatino font (Unix only) - More accurate fontnames translation table
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-6/+5
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam4-9/+4
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.