Commit graph

867 commits

Author SHA1 Message Date
jlam
bef7600485 Fix the problem noted by Ben Collver <collver@linuxfreemail.com> in
pkg/13929 where xml2-config lies about the location of the libxml2
headers.  "xml2-config --cflags" now returns:

	-I/usr/pkg/include/libxml2/libxml -I/usr/pkg/include

which correctly finds the libxml2 headers.  When using buildlink, the
config wrapper xml2-config returns:

	-I${BUILDLINK_DIR}/include/libxml -I/usr/pkg/include

which correctly finds the libxml2 headers in their buildlinked locations.
2001-09-14 06:53:34 +00:00
mycroft
e50ae6f9f8 Oops; include full path names in the patch.
(BTW, this also fixes the problem of scrollkeeper installing stuff in /.)
2001-09-10 00:23:30 +00:00
mycroft
5bf15092a9 Fix problems with scrollkeeper-install overrunning the end of a buffer when
calling realpath().
2001-09-10 00:22:11 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
1a4ac2ac95 Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
hubertf
70e7be269a * Fix our netbsd-doc-print package to properly handle the italian
version of Federico Lupi's guide by including italian language in
   the right file. Hint:
   http://lists.oasis-open.org/archives/docbook/200002/msg00214.html

 * While there, install the jadetex files not in the textproc/jade
   package, but in the print/jadetex package. That's where we also
   build and install the jadetex.fmt file, so things actually fit
   together.

 * Bump some pkg versions:
   print/jadetex		-> jadetex-2.20nb1
   textproc/jade		-> jade-1.2.1nb3
   meta-pkgs/netbsd-doc		-> netbsd-doc-1.2
   meta-pkgs/netbsd-doc-print	-> netbsd-doc-print-1.1
2001-09-02 17:07:01 +00:00
skrll
4321ab57d9 Make libxml2 appear in the normal location so that pkgs don't have to
touched to find the includes/libraries.
2001-08-31 07:22:30 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
skrll
43dfc455bb Add a makefile hack so that jade builds again after recent
gettext/buildlink.mk changes.
2001-08-29 15:36:28 +00:00
tron
f9c77cc8ac Update "xml-i18n-tools" to version 0.9. This version works with "autoconf"
version 2.50 or later.
2001-08-27 19:15:55 +00:00
tron
a20385f665 Remove unnecessary slash at the end of master site URL. 2001-08-27 19:10:57 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
wiz
2834b2dc2e Update to 2.4.2, provided by Martti Kuparinen in pkg/13741.
Changes: Bugfixes and speedups, details at http://xmlsoft.org (News).
2001-08-24 16:59:01 +00:00
wiz
c33533b8bb .ifdef wants the variable name without ${}. 2001-08-21 14:56:44 +00:00
jlam
7bba3453dc If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then
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-17 21:14:00 +00:00
wiz
b35b18f7a0 Fix PLIST on Solaris, and honor PAPERSIZE setting.
From Peter L. Petersen in private mail.
2001-08-16 14:43:44 +00:00
agc
4b30b9206b Add patch-ak, an ugly kludge to get around the fact that you shouldn't
be including -lmaa in the LIBS definition when configuring the libmaa
source directory.
2001-08-16 07:03:21 +00:00
agc
bdf705c48f Include the category in the pathname for FILESDIR and PATCHDIR.
Use dict-server's distinfo file
2001-08-16 06:55:55 +00:00
wiz
f55ed43874 Add missing 'l' in HOMEPAGE. pkg/13719 by Stoned Elipot. 2001-08-15 00:18:48 +00:00
rh
981e67a8e6 Update libxml to 1.8.14. Changes are bugfixes only. 2001-08-11 12:50:35 +00:00
mjl
f494b1b182 Add conflict to p5-libxml-enno, the author now distributes all
those modules in one big packet instead of individual small ones.
2001-08-10 15:38:09 +00:00
mjl
3bb5a16c42 Update to 1.05a 2001-08-10 15:29:20 +00:00
mjl
a365c253c1 Enable p5-XML-DOM p5-XML-RegExp p5-XML-XQL 2001-08-10 12:53:53 +00:00
mjl
78e3222dc0 Initial import of p5-XML-XQL-0.66
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-10 12:51:53 +00:00
mjl
918a493b42 Initial import of p5-XML-DOM-1.31
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-10 12:47:39 +00:00
mjl
7b307ab394 Initial import of p5-XML-RegExp 0.03
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-10 12:38:46 +00:00
drochner
3daf6f7011 update to 1.95.2
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-07 11:16:55 +00:00
drochner
8d8fc64070 update to 0.6.6
bugfix only release, no changelog available
2001-08-06 16:05:57 +00:00
jlam
ce60dc8436 Update t1lib to 1.1.1. The shared library bumped its major, so update
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-30 20:07:22 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
wiz
ba68f53a5a Unwildcard non-dewey dependency. 2001-07-27 11:23:20 +00:00
dillo
142a735119 update to 1.23: bug fixes 2001-07-26 22:46:03 +00:00
wiz
cc09225168 add and enable bibclean 2001-07-24 14:31:52 +00:00
wiz
e089b2a4e6 Initial import of bibclean, a prettyprinter and syntax checker for
BibTeX bibliography databases.
Package provided by Stoned Elipot in pkg/13515.
2001-07-24 14:29:45 +00:00
wiz
8fe1975db6 add and enable bibparse 2001-07-24 13:54:05 +00:00
wiz
0c5d736045 Initial import of bibparse, a syntax checking tools for BibTeX
bibliography databases.
Package provided by Stoned Elipot in pkg/13514.
2001-07-24 13:47:34 +00:00
wiz
0436097207 Add and enable p5-XML-Grove 2001-07-20 07:53:43 +00:00
wiz
93cb13285c Fix pkg up to current standards.
[Please use pkglint!]
2001-07-20 07:51:52 +00:00
explorer
24c34280d6 ooops, 0.05 << 0.46 2001-07-20 03:44:39 +00:00
explorer
03810449cb add p5-XML-Grove 2001-07-20 03:19:27 +00:00
jlam
dd30dabc8c Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
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-20 01:54:51 +00:00
taca
eb5ac2eec2 Update ruby-rttool to 0.1.5.
According to several lines' change, don't always add emtpy caption element
in table.
2001-07-19 13:12:13 +00:00
taca
cdf4c676b2 Update ruby-rttool to 0.1.4. Changes isn't available but some bug
fixes are made.
2001-07-11 16:37:08 +00:00
taca
41e1cd30e1 Don't try to format another packages's document files since ruby-optparse
package now install formated HTML files.
2001-07-11 16:34:04 +00:00
simonb
746d30c922 Update par to version 1.52; better 8 bit character set support. 2001-07-08 15:58:04 +00:00
taca
6e9619cc77 Replace USE_RUBY with USE_RUBY_RD since it really depends on ruby-rdtool. 2001-07-07 03:07:46 +00:00
taca
96b1808f49 define USE_RUBY using "?=" instead of "=". 2001-07-04 16:00:39 +00:00
taca
3967175add define USE_RUBY_RD implies USE_RUBY. 2001-07-04 15:18:27 +00:00
taca
9cdfa4b2b1 Add and enable rub-erb. 2001-07-03 14:34:35 +00:00
taca
b0723cb3fd Importing ruby-erb, ruby-erb-1.3.3 package.
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-03 14:32:36 +00:00
taca
dd1730fa42 Update ruby-eruby package to 0.9.7. Quote from ChangeLog is below.
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-03 14:32:35 +00:00
jlam
9943bc93db Allow overriding of *_CONFIG variables in a package Makefile when using
USE_BUILDLINK_ONLY.
2001-07-02 05:33:56 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
taca
fa0fb6856a Add and enable ruby-rttool, ruby-eruby and ruby-html-parser. 2001-07-01 14:06:44 +00:00
taca
391c8b13c7 Importing ruby-html-parser, ruby-html-parser-19990912p1 package.
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-01 14:03:24 +00:00
taca
c444bba496 Importing ruby-eruby, ruby-eruby-0.9.5 package.
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-01 14:01:56 +00:00
taca
97758e8abd Importing ruby-rttool, ruby-rttool-0.1.3 package.
RTtool converts RT to HTML table.

Currently it support only HTML, but it hopefully other format like LaTeX.
2001-07-01 14:00:22 +00:00
taca
5699ada14c Add and enable ruby-rdtool 0.6.10. 2001-07-01 00:01:57 +00:00
taca
e3cf04d208 Importing ruby-rdtool.
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-07-01 00:00:03 +00:00
jlam
b699ddee7b Add buildlink.mk file for use by other package Makefiles. 2001-06-29 19:47:54 +00:00
jlam
acb14427da Mark as USE_BUILDLINK_ONLY. 2001-06-29 19:41:14 +00:00
rh
d64d7b4ed5 Add and enable libxml2 2001-06-29 11:47:32 +00:00
rh
f21585821b Initial import of libxml2, the new and improved GNOME 2 xml parsing
library.  Provided in PR pkg/13338 by Martti Kuparinen
<martti.kuparinen@iki.fi>, thanks!
2001-06-29 11:47:12 +00:00
jlam
1d2921d76d Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-28 20:11:49 +00:00
abs
cbdc7c9f95 Switch MD5 to SHA1, and ensure the filename in Size matches! 2001-06-27 09:39:49 +00:00
wiz
d88ef861e9 Add and enable gsed 2001-06-26 12:46:21 +00:00
wiz
528cfd0a8c Initial import of gsed-3.02, GNU sed.
Packaged by Stoned Elipot, and sent via pkg/13238; for use with Zoularis.
2001-06-26 12:45:38 +00:00
wiz
4cf45f6182 add and enable sablotron 2001-06-25 17:28:21 +00:00
wiz
e65ef86f12 Initial import of sablotron-0.60, an XSL processor in C++.
Based on a package provided by Rob Hoopman in pkg/13305.
2001-06-25 17:27:34 +00:00
jlam
5c6b9217ed Add buildlink.mk file for use by other package Makefiles. 2001-06-25 03:48:18 +00:00
jlam
aaf3b92181 This package uses libintl if available, so just add a dependency on it
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-25 03:47:38 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
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-23 19:26:48 +00:00
jlam
2ce7de790a Mark as USE_BUILDLINK_ONLY. 2001-06-20 09:29:26 +00:00
jtb
37dab3592a Update to eb-3.0. Update provided by Masao Uebayashi
<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-20 06:27:19 +00:00
jlam
e26d6029b6 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 04:26:43 +00:00
jlam
34b5c737b4 Add buildlink.mk file for use by other package Makefiles 2001-06-19 04:51:25 +00:00
jlam
caed2a1d79 Mark as USE_BUILDLINK_ONLY. 2001-06-19 04:32:29 +00:00
jtb
d3fab9a271 Add and enable hevea. 2001-06-17 14:37:19 +00:00
jtb
35116467e8 Initial import of hevea.
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-17 14:36:40 +00:00
simonb
4194d59791 Update to antiword 0.31. ChangeLog:
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-13 00:12:10 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
wiz
5bc92ff813 Add EXPATLIBPATH=${LOCALBASE}/lib to find expat on a.out (don't know why
it's needed, but it seems to help, and doesn't hurt).
pkg/12947 by John Klos
2001-06-10 17:17:44 +00:00
wiz
00a9f36f9a add and enable p5-Text-Balanced 2001-06-10 11:32:19 +00:00
explorer
0119f234f3 add p5-Text-Balanced-1.85 : Extract delimited text sequences from strings 2001-06-10 06:22:18 +00:00
wiz
45234a62c3 RCS police. 2001-06-09 15:15:28 +00:00
jtb
fbd14f2e9c LICENSE=glimpse-license 2001-06-07 21:41:05 +00:00
jtb
a0a9c3ea4d LICENSE=no-commercial-use
;# Redistribution for non-commercial purpose, with or without
;# modification, is granted as long as all copyright notices are
;# retained.  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
;# ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED.
2001-06-07 21:16:10 +00:00
wiz
d891c6457a Remove some dirrm's for share/locale that are now created by default. 2001-06-05 22:34:22 +00:00
agc
bed5d4f4fb Apply patches from PR 12971 from Ben Collver (collver@linuxfreemail.com)
"1) rtf-tools has its own way of switching between symbols and normal
characters when converting to groff.  This patch fixes rtf-tools to
honor the assumption that the \plain command resets to the normal font.
This unscrambles the formatting of some RTF->groff documents.

http://msdn.microsoft.com/library/specs/rtfspec_16.htm#rtfspec_fontcharformat
only mentions resetting font format properties, not the font itself.
It also says that the default properties are application-specific.

2) rtf-tools specifies the column separation for every column.  Since
it is meaningless for the last column of a table, the tbl command
outputs messages to stderr.  This patch removes column separation from
the last column of the table to keep groff quiet."
2001-05-31 11:04:56 +00:00
agc
7a7fd901f2 Add and enable biblook 2001-05-31 10:55:09 +00:00
agc
37779f01dd Initial import of biblook-2.9 into the Packages Collection.
Provided in PR 13012 by Stoned Elipot (Stoned.Elipot@script.jussieu.fr)

Minor enhancements made by agc.

Bibindex and biblook are programs for fast lookup in BibTeX
bibliography data bases.

Bibindex converts a .bib file to a .bix file, which is a compact
binary representation of the .bib file containing hash tables for fast
lookup, as well as byte offset positions into the corresponding .bib
file.

Biblook provides an interactive lookup facility using the .bix and
.bib files.
2001-05-31 10:54:21 +00:00
agc
62710cab40 Use the correct version number for the libts package's build dependency.
This may address PR 13037.
2001-05-30 14:38:19 +00:00
agc
7b084ed19f Add and enable texi2roff 2001-05-30 11:47:31 +00:00
agc
70f43d63b9 Initial import of texi2roff-2.0 into the NetBSD packages collection.
Provided in PR 13059 by Ben Collver (collver@linuxfreemail.com)

Texi2roff is an unmaintained program program to convert Texinfo to troff.
Beverly Erlebacher wrote the program and made the last release in the late
1980's. William Bader produced a patch in 1996 adding numerous commands and
other functionality. Alain Knaff added a translation table to generate man
pages, and uses it to generate the manuals for mtools.  Ben Collver
integrated William Bader's and Alain Knaff's changes and made minor cleanups.
2001-05-30 11:45:41 +00:00
abs
d59d4cfcfc Enable www/wdg-validator & textproc/lq-sp 2001-05-30 09:49:36 +00:00
abs
23555c80dc lq-sp-1.3.4.5 - SP SGML parser modified for validating webpages 2001-05-30 09:44:00 +00:00
jlam
b29cc0ac41 Use zlib's buildlink.mk to get dependency on zlib if needed. 2001-05-26 21:51:51 +00:00
hubertf
e584a873d4 install example XML files 2001-05-25 02:47:09 +00:00
agc
e33d9bfe55 Add and enable helpdeco 2001-05-23 15:48:34 +00:00
agc
fd90718b4c Initial import of helpdeco-21 into the packages collection.
Provided by Ben Collver (collver@linuxfreemail.com) in PR 12927

helpdeco is a windows .hlp to RTF converter.
2001-05-23 15:47:43 +00:00
rh
df60385868 Update libxml to 1.8.13. Changes are mainly bugfixes, most notably a bug
that let malformed input data cause endless loops.
2001-05-21 19:45:04 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
dillo
63aee661c5 install the html documentation, bump version to 1.95.1nb1 2001-05-15 10:07:17 +00:00
drochner
d0e04410c0 -use USE_PYTHON
-update to 0.6.5. This is a bug fix release only, according to the
 original announcement
2001-05-14 16:27:08 +00:00
wiz
dc79c0e73c Finish move of ted and friends from textproc to editors. 2001-05-14 14:48:44 +00:00
wiz
ab24fd787c Finish move of ted and friends from textproc to editors. 2001-05-14 14:48:26 +00:00
wiz
31e2a71447 add and enable groff 2001-05-14 14:08:52 +00:00
wiz
eda927af23 Initial import of groff-1.16.1 -- GNU groff text formatting system. 2001-05-14 14:08:08 +00:00
hubertf
65d07a23ef fix checksum - distfile was changed without version bump 2001-05-12 16:54:52 +00:00
hubertf
801d97d953 Add -Wl,-R to make this work on ELF. 2001-05-12 16:00:41 +00:00
jlam
37139b716b PERL5_REQD shouldn't be used directly by libperl DEPENDS as the perl and
libperl versions may not be exactly the same.
2001-05-11 14:42:31 +00:00
agc
e55cf6ae73 Add some leftovers from the bulk build 2001-05-10 09:59:44 +00:00
wiz
9ff4c09ccd Use SHA1, and add size. 2001-05-09 20:14:49 +00:00
wiz
6897458a44 Move to SHA1, add sizes.
Slightly different distfile (parse -> parsefile in one place).
2001-05-09 20:10:03 +00:00
agc
b7e3531849 Add two files which were missed off the original PLIST, with thanks to the
guys who implemented the "leftovers" list from the bulk builds.
2001-05-09 15:52:39 +00:00
dillo
e6a02c75e8 add t1mac plus man page to PLIST (found as leftover in recent bulk build) 2001-05-09 13:46:25 +00:00
wiz
abe16f0d08 Move to SHA1, and add size. 2001-05-09 13:04:06 +00:00
wiz
611a4538d8 Minor changes in two scripts without updating the distfile.
Move to SHA1 and add size.
2001-05-09 12:58:30 +00:00
wiz
6473897e0f Use SHA1, and add size. 2001-05-09 12:31:39 +00:00
agc
017b9bb5bf The distfile has moved on the MASTER_SITE.
Move to sha1 digest, and add distfile size.
2001-05-08 16:12:07 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
jtb
aaf0944e73 Add to databases category. Some cosmetic changes also. 2001-05-03 22:23:56 +00:00
jlam
b91c7e2b7e Include bsd.prefs.mk to get definition of X11BASE prior to using it. 2001-05-03 13:53:10 +00:00
rh
686fbb32c4 USE_GMAKE to fix installing under 1.4.x 2001-05-02 12:37:05 +00:00
agc
4b985a33b5 Add and enable ispell-svenska 2001-04-30 14:48:06 +00:00
agc
55f73ea1fe Initial import of ispell-svenska, a (self-contained) Swedish
dictionary for ispell.

Provided in PR 12778 by Love (lha@stacken.kth.se)
2001-04-30 14:47:12 +00:00
jlam
d75cbbb9fd Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-30 04:16:08 +00:00
jtb
3fd959579f s/FreeBSD/NetBSD/ 2001-04-29 23:33:31 +00:00
jtb
a460fd0e14 Remove "man/man1" from list of files. 2001-04-28 19:51:53 +00:00
jtb
775c3ef460 Add some missing PLIST entries. 2001-04-28 05:17:02 +00:00
jtb
6d42a960f8 Add the man pages to PLIST. 2001-04-28 04:09:54 +00:00
wiz
3e3f919615 Update to 2.30, supplied by Nathan Ahlstrom in pkg/12629.
Changes:
- Get rid of ContentStash global. Not that big a deal looking it up
  everytime and gets rid of a potential threading problem.
- Switch to shareable library version of expat from sourceforge
  (i.e. no longer include expat source and require that libexpat
  be installed)
- Bob Tribit <btribit@traffic.com> demonstrated a fix for problems
  in compiling under perl 5.6.0 with 5.005 threading.
- Matt Sergeant <matt@sergeant.org> discovered a typo ('IO::Handler'
  instead of 'IO::Handle') in Expat.pm that caused IO::Handle objects
  to be treated as strings instead of handles.
- Matt Sergeant also provided a patch to allow tied handles to work
  properly in calls to parse.
- Eric Bohlman <ebohlman@netcom.com> reported a failure when
  incremental parsing and external parsing were used together.
  Need to give explicit package when calling Do_External_Parse
  from externalEntityRef  otherwise fails when called through ExpatNB.
2001-04-27 17:49:43 +00:00
itojun
27dbc84921 add missing manapge paths. 2001-04-27 14:01:14 +00:00
agc
0e371d104e Add and enable troffcvt 2001-04-27 12:28:00 +00:00
agc
3dbb7fb714 Initial import of troffcvt-1.04 into the packages collection.
Provided in PR 12584 by Ben Collver (collver@linuxfreemail.com).

troffcvt  is  a translator that turns troff input into a form that can
be  more  easily  processed.  The  troffcvt  distribution  comes  with
postprocessors  that  turn  troffcvt  into various destination formats
such  as  HTML  (Hypertext Markup Language), RTF (Rich Text Format) or
plain text.
2001-04-27 12:27:06 +00:00
agc
f0dad842b7 Add and enable rtf-tools 2001-04-27 12:20:17 +00:00
agc
350d05c45e Initial import of rtf-tools-1.10 into the packages collection.
Provided in PR 12583 by Ben Collver (collver@linuxfreemail.com).

This distribution contains source and documentation for an RTF (Rich
Text Format) translation tool.  Translators exist to produce plaintext
and troff output.
2001-04-27 12:18:33 +00:00
agc
edf0c57936 Note addition of eb-2.3.8 2001-04-27 11:19:24 +00:00
agc
0ecaf38429 Initial import of eb-2.3.8 into the packages collection.
Provided in PR 12612 by Masao Uebayashi (uebayasi@soum.co.jp),
slightly modified by myself.

EB Library is a C library for accessing CD-ROM books.  EB Library
supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats.
CD-ROM books of those formats are popular in Japan.

You can get information about EB Library from their website.
WWW: http://www.sra.co.jp/people/m-kasahr/eb/
2001-04-27 11:18:27 +00:00
agc
3500c76848 Add and enable openjade. 2001-04-27 10:53:21 +00:00
agc
d4f6c72436 Initial import of openjade into the packages collection.
Provided in PR 12646 by Kogule, Ryo (kogule@mars.dti.ne.jp).

OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL
language.  It is based on the James Clark implementation of DSSSL named
Jade.  OpenJade is now developed and maintained by the OpenJade team.
2001-04-27 10:52:27 +00:00
jtb
41c653df5b Fix p5-XML-Parser dependence. 2001-04-26 20:58:22 +00:00
skrll
4fa8446961 Remove nasty libtool hack that is no longer needed with the excellent new
libtool. :-)

This package now builds. Problems highlighted by recent bulk build.
2001-04-26 14:42:32 +00:00
wiz
a0fd92a750 Add qsubst, and sort slightly differently. 2001-04-26 14:27:34 +00:00
jlam
a54db1022e Add HOMEPAGE and use new PERL5_REQD variable to denote dependence on
perl>=5.6.0.
2001-04-26 13:57:23 +00:00
jlam
ae0765f750 Convert spaces to tabs (whitespace fixes). 2001-04-26 13:56:01 +00:00
skrll
e97e36d958 Don't use internal libtool - ours is much better. 2001-04-23 15:37:38 +00:00
wiz
5aa6e11b2f Add one file (sorry, can't reproduce bulk build failure) 2001-04-22 18:50:44 +00:00
simonb
0291ed28e2 Blah, fix RCS keyword substituion problem. 2001-04-22 06:00:42 +00:00
simonb
3ca72b011b Add a package of der Mouse's qsubst program. 2001-04-22 05:55:05 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
manu
65c1175e78 Updated dependency: Xalan-C-1.0 only works with Xerces-C-1.3.x 2001-04-19 20:02:32 +00:00
manu
7bb574048b Fixed the xerces-c dependency: xerces-p-1.3.5 works only with xerces-p-1.3.x 2001-04-18 21:28:48 +00:00
zuntum
94021430b0 Revert last change, as Hubert requested 2001-04-17 20:58:43 +00:00
manu
23a74bff5a Updated to Xerces-Perl-1.3.5 and fixed empty PLIST 2001-04-17 19:58:53 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
zuntum
d5afbce8e0 Put sed substitution to "do-patch", not "post-patch", as we don't
actually have patches for it. Main reason for this is that I was taken
aback when I read the Makefile.
2001-04-17 10:49:26 +00:00
zuntum
adda734494 Update my mail address 2001-04-17 10:42:15 +00:00
jtb
c215ff9f5e Seems to have got mixed up with p5-XML-RSS. I'm not sure what happened. 2001-04-17 01:01:35 +00:00
jtb
b03bf3ce0e Should have "../../texproc/p5-XML-Parser" rather than "../p5-XML-Parser"
in DEPENDS.
2001-04-16 21:57:07 +00:00
jtb
bd21a12f42 Add and enable p5-libxml-enno. 2001-04-16 20:51:11 +00:00
jtb
2950c93dee Initial import of p5-libxml-enno.
libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and
several other packages.  The XML::DOM code is fairly stable and has
been used quite a bit.  The other code should be considered alpha
code.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12645.
2001-04-16 20:50:24 +00:00
jtb
25c3d9ca3e Add and enable p5-libxml. 2001-04-16 19:57:47 +00:00
jtb
1953162c7f Initial import of p5-libxml (aka libxml-perl).
p5-libxml is a collection of smaller Perl modules, scripts, and
documents for working with XML in Perl.  p5-libxml software works in
combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and
others.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12641.

Note that the distfile is called "libxml-perl", Nathan submitted the
package as "p5-libxml-perl", and I decided to import it as "p5-libxml"
to remove some redundancy.  I hope this doesn't cause confusion.
2001-04-16 19:56:50 +00:00
jtb
9c6bc404a9 Add and enable p5-XML-XPath. 2001-04-16 19:15:16 +00:00
jtb
ca6ef88156 Initial import of p5-XML-XPath.
A set of modules for parsing and evaluating XML-XPath statements.
This module aims to comply exactly to the XPath specification at
http://www.w3.org/TR/xpath and yet allow extensions to be added in the
form of functions. Modules such as XSLT and XPointer may need to do
this as they support functionality beyond XPath.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12639.
2001-04-16 19:14:29 +00:00
jtb
5c53f94f78 Add and enable p5-XML-RSS. 2001-04-16 19:04:38 +00:00
jtb
8e7e399cea Initial import of p5-XML-RSS.
XML-RSS is a perl5 module to create, update, and manipulate RDF Site
Summary (RSS) files.  It currently supports 0.9, 0.91, and 1.0
versions of the RSS spec.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12638.
2001-04-16 19:03:38 +00:00
jtb
75c251670c Add and enable p5-Text-Autoformat. 2001-04-16 18:32:05 +00:00
jtb
3e83f021f6 Initial import of p5-Text-Autoformat.
Text::Autoformat provides intelligent formatting of plaintext.  It also
supplies a replacement for the built-in perl format()'ing mechanism.  It
recognizes Internet quoting conventions, bulleting and numbering, and allows
for inter-word and inter-paragraph spatial adjustments, text justification,
and various capitialization schemes.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12636.
2001-04-16 18:30:53 +00:00
jtb
74e8bfadfe Add and enable p5-Pod-POM. 2001-04-16 17:41:41 +00:00
jtb
cb4502a584 Initial import of p5-Pod-POM.
This module converts POD documents into an object model format, known as
Pod Object Model (POM).  It builds a hierarchy of nodes, which represent
elements within each of the documents.

Submitted by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12640.
2001-04-16 17:40:41 +00:00
agc
204aad3edc Use the same package Makefile setting for TMPDIR that the ispell-base
package uses.

Fixes PR 12617 from Greg Woods
2001-04-15 21:22:15 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
jwise
e1feffe552 Sigh, downgrade to saxon-6.0.2, the STABLE version. This is necessary because
the development saxon releases do not include TRAX APIs, but some packages
still depend on saxon having them (Hiawatha, for example).
2001-04-13 05:16:18 +00:00
jwise
e2094eccde Add and enable saxon. 2001-04-13 04:32:43 +00:00
jwise
90b2efdad0 Initial import of saxon-6.2.2, another java XSLT implementation.
from pkg/DESCR:

The SAXON package is a collection of tools for processing XML
documents. The main components are:

* An XSLT processor, which implements the Version 1.0 XSLT and
XPath Recommendations from the World Wide Web Consortium.  This
version of Saxon also includes some features defined in XSLT 1.1.

* A Java library, which supports a similar processing model to XSL,
but allows full programming capability, which you need if you want
to perform complex processing of the data or to access external
services such as a relational database

* A slightly improved version of the AElfred parser from Microstar.
(But you can use SAXON with any SAX-compliant XML parser if you
prefer).

Saxon is distributed under the terms of the Mozilla Public License
(MPL).
2001-04-13 04:19:55 +00:00
manu
b1f76183b8 Xerces-P is a Perl API for the Xerces validating XML parser from the
Apache Software Fundation.
2001-04-12 19:24:38 +00:00
manu
618bd852df Xerces-P is a Perl API for the Xerces validating XML parser from the
Apache Software Fundation.
2001-04-12 19:23:24 +00:00
wiz
b1c3ef929a Move BUILD_USES_MSGFMT to DEPENDS block. 2001-04-09 12:01:07 +00:00
zuntum
0558f6b386 Update rfcutil to 3.2
v3.2 03.19.01
-Thanks to Roberto Scaramuzzi for fixing my logic when searching for a
 suitable browser.  This would possibly return a non preferred viewer.
-Various clean-ups and syntax changes.
2001-04-07 21:45:47 +00:00
rh
b03d81518f Add and enable xml-i18n-tools 2001-04-07 10:33:10 +00:00
rh
29a6ddde11 Initial import of xml-i18n-tools-0.8.1, a set of XML internationalisation
tools for GNOME
2001-04-07 10:32:35 +00:00
rh
0a70bb035f Add and enable scrollkeeper 2001-04-06 10:54:10 +00:00
rh
4c7a55c633 Initial import of scrollkeeper-0.2, the open document cataloging project. 2001-04-06 10:53:26 +00:00
wiz
b3118416e4 Standardize patch file names. 2001-04-05 15:54:55 +00:00
dmcmahill
350cf5456f add missing build depends on bison. 2001-04-04 18:55:48 +00:00
zuntum
4ed4754c22 MKDIR -> INSTALL_DATA_DIR 2001-04-02 20:07:03 +00:00
skrll
972a7fbf70 Create the right directory before trying to install documentation.
${MKDIR} -> ${INSTALL_DATA_DIR}
2001-03-31 20:40:22 +00:00
zuntum
55d10f3e06 o CC=gcc -> CC="${CC}"
o fix quoting
2001-03-31 12:13:37 +00:00
hubertf
7c99372be4 Sync the doc files with reality. I mean it! 2001-03-30 02:19:01 +00:00
jtb
95564d333b Added USE_LIBINTL=YES. 2001-03-29 22:37:45 +00:00
hubertf
8259dca153 Enable MIF output, default catalog, and fix the docs to actually
install the *jade* *docs* (not sp, which is in another dir here).

thanks a lot to  "Kogule, Ryo" <kogule@mars.dti.ne.jp> for the patch!
2001-03-29 15:41:53 +00:00
hubertf
67b3b6a558 Installed docs are actually for SP, not Jade
Pointed out on tech-pkg by "Kogule, Ryo" <kogule@mars.dti.ne.jp>
2001-03-29 13:43:44 +00:00
drochner
e9d2c5f0ec fix DISTNAME vs. PKGNAME 2001-03-29 11:34:34 +00:00
hubertf
92dcf45784 Update to 1.2.1nb1:
Add patch sent in by Kogule, Ryo <kogule@mars.dti.ne.jp> on tech-pkg
so this does not crash on NetBSD/mac68k.
2001-03-29 01:02:59 +00:00
jtb
da3481ca8a Remove duplicate "document" in COMMENT. 2001-03-28 01:19:03 +00:00
skrll
68c0e6b419 Update to version that comes with KDE 2.1 2001-03-27 09:30:30 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
jtb
1146d79dd5 Add and enable yodl. 2001-03-26 22:46:37 +00:00
jtb
57e386abc6 Initial import of yodl:
Yodl is a package that implements a pre-document language and tools to
process it.  The idea of Yodl is that you write up a document in a
pre-language, then use the tools (e.g.  yodl2html) to convert it to
some final document language.  Current converters are for HTML, ms,
man, LaTeX SGML and texinfo, plus a poor-man's text converter.  Main
document types are "article", "report", "book" and "manpage".  The
Yodl document language is designed to be easy to use and extensible.
2001-03-26 22:43:57 +00:00
jtb
b055b1da00 An accident, obviously. 2001-03-26 22:42:18 +00:00
jtb
521244e81a Initial import of yodl-1.31.18:
Yodl is a package that implements a pre-document language and tools to
process it.  The idea of Yodl is that you write up a document in a
pre-language, then use the tools (e.g.  yodl2html) to convert it to
some final document language.  Current converters are for HTML, ms,
man, LaTeX, SGML and texinfo, plus a poor-man's text converter.  Main
document types are "article", "report", "book" and "manpage".  The
Yodl document language is designed to be easy to use and extensible.
2001-03-26 22:34:55 +00:00
bad
8a200bdfe1 regen. 2001-03-26 13:13:06 +00:00
bad
906f3c9d92 Instantiate Vector<size_t> on __sparc__ too. 2001-03-26 13:11:26 +00:00
mjl
4be34ddaf1 Enable p5-Text-Wrapper 2001-03-25 06:09:02 +00:00
mjl
520d6cf864 Initial import of p5-Text-Wrapper, a perl5 module that provides simple
word wrapping.
2001-03-25 06:07:50 +00:00
mjl
13b265a575 Update to 1.31. No changes available, Changelog stops at 1.23. 2001-03-25 05:34:26 +00:00
wiz
4d5e6ddb8d Revert DISTNAME to ispell-gaeilge-0.1. 2001-03-22 13:53:58 +00:00
mjl
671090e517 Update to 0.22.
* CSV_XS.xs: Added the handling of escape characters outside of quotes.
   * CSV_XS.pm (parse): Minor bugfix in the parse method.
2001-03-21 17:23:10 +00:00
fredb
0b20ca9ec5 Don't build "rman" if you already have an "rman" in ${X11BASE} (which is
presumably the "rman" installed by XFree86-4.x).
2001-03-20 00:10:08 +00:00
wiz
d4fec39926 Use termios instead of TIOC{G,S}ETP, so that ispell works on machines
without COMPAT_43 in the kernel.
2001-03-16 11:05:46 +00:00
zuntum
9de97ea352 Set PKGNAME to rfcutil-3.1, do not derive it from DISTNAME because check script complains 2001-03-15 18:57:00 +00:00
wiz
6bcaf425fb add and enable ispell-german 2001-03-15 15:28:49 +00:00
wiz
e459b742ac Update dependency to ispell-base>=3.1.20. 2001-03-15 15:27:40 +00:00
wiz
b7e5ed5a63 Initial import of ispell-german, as requested in pkg/12145:
German dictionary for ispell.
2001-03-15 15:26:35 +00:00
wiz
9199d8e70f Raise MASKBITS to 64 -- needed for ispell-german.
Bump version to 3.1.20nb1.
2001-03-15 15:22:00 +00:00
hubertf
5032a2098d astyle was moved to devel 2001-03-15 13:37:47 +00:00
hubertf
b505f6c472 Move astyle from textproc to devel, suggested by Al 2001-03-15 13:33:23 +00:00
hubertf
bec4f0355b add & enable astyle 2001-03-15 13:07:37 +00:00
hubertf
2cf5b33f06 Add astyle-1.13.6.1: reindenter and reformatter of C++, C and Java source code
When indenting source code, we as programmers have a tendency to
use both spaces and tab characters to create the wanted indentation.
Moreover, some editors by default insert spaces instead of tabs
when pressing the tab key, and other editors (Emacs for example)
have the ability to "pretty up" lines by automatically setting up
the white space before the code on the line, possibly inserting
spaces in a code that up to now used only tabs for indentation.

Since the NUMBER of space characters showed on screen for each tab
character in the source code changes between editors (until the
user sets up the number to his liking...), one of the standard
problems facing programmers when moving from one source code editor
to another is that code containing both spaces and tabs that was
up to now perfectly indented, suddently becomes a mess to look at
when changing to another editor. Even if you as a programmer take
care to ONLY use spaces or tabs, looking at other peoples source
code can still be problematic.

To address this problem I have created Artistic Style - a series
of filters, written in C++, that automatically reindent & reformat
C/C++/Java source files. These can be used from a command line, or
it can be incorporated as classes in another C++ program.

Submitted in PR 12402 by Thomas Runge <runge@rostock.zgdv.de>
2001-03-15 13:06:40 +00:00
zuntum
e02fbf7d0d DEPEND -> DEPENDS and fix my mail address 2001-03-14 16:17:07 +00:00
zuntum
26eb8bb229 * use ${LOCALBASE} instead of hardcoded /usr/pkg as a location for info files
* use ${INSTALL_PROGRAM/MAN} instead of "install"
* fix my email address
2001-03-14 14:57:34 +00:00
wiz
3c68527d65 Let CONFLICTs be handled by ispell-base. 2001-03-14 13:52:21 +00:00
wiz
7bb0fc7ab6 ispell is now called ispell-base. 2001-03-14 13:51:34 +00:00
wiz
ea7631f9df Fix building. Alistair says I should mention that 'agc is a lousy bozo
who never tests anything', so I'll do him the favour.
2001-03-14 13:49:25 +00:00
agc
2d167c19e8 Remove old ispell package, which has been superceded by ispell-base
and various other language-specific packages
2001-03-14 12:20:54 +00:00
agc
f767d0a063 Add and enable new ispell packages - ispell-base, ispell-british,
and ispell-francais.

Remove old ispell package.
2001-03-14 12:17:42 +00:00
agc
91ecfdd173 Adapt to the new format for the ispell packages. 2001-03-14 12:14:54 +00:00
agc
31a76baf81 Initial import of ispell-francais, the French spelling dictionary for
ispell.
2001-03-14 12:14:02 +00:00
agc
93771b497b Initial import of ispell-british into the packages collection.
This package contains the British English spelling dictionary.
2001-03-14 12:12:21 +00:00
agc
b47dc045a0 Initial import of new format of ispell package, the interactive
spelling checker.  The new format allows multiple language
dictionaries to be installed at the same time, and uses pkgsrc
dependencies, rather then overloading the base package.

This is the base package (which also installs the default American
English directories).
2001-03-14 12:10:22 +00:00
jwise
12a9c8dd4a Install the wrc.jar' archive which comes pre-built with fop as fop-w3c.jar'
until it has it's own distribution released.  Adding this to CLASSPATH fixes
SVG rendering issues.
2001-03-14 01:43:40 +00:00
jwise
8a65e44601 Update fop to fop-0.15.0.
This is _not_ the most recent version of fop, but it is the most recent
version of fop which works with cocoon.  If people need the newest fop
version, drop me a line, and I will import it as fop-current.

There is currently an issue with SVG rendering, which will be addressed
this afternoon.

Changes since fop-0.13.0, the last pkgsrc version:

Done since 0.14 release
- added region-name support, refactoring of region, PageSequence,
        PageMasterReference, flow/static [Kelly Campbell, Arved Sandstrom]
- added CommandLine/Driver -d option to output stack traces [Kelly Campbell, Arved Sandstrom]
- added: a new package for image support and analysis [Pankaj Narula]
- added better svg support (linear gradients, radial gradients, css style selectors,
        css colour names, patterns, path curves (except arcs), text tspan and tref, text whitespace
        handling, text outline and fill, switch, images (including external svg images)
        references in external svg documents, svg elements (below top element), symbol element) [Keiron Liddle]
- added large test suite for svg [Keiron Liddle]
- added support for property textdecoration (only value 'underline') [Christian Geisert]
- added support for type 1 fonts [Jeremias Maerki,Alan Fagot]
- added support for compile target jdk 1.1 only [Art Welch]
- added support for  partial borders in block, block-container,
                     table-row, table-column and table-cell [Corinna Hischke]
- redesign of properties handling, support for computed, compound and shorthand properties,
                     supporting docs [Karen Lease]
- redesign of font handling for AWTRenderer [Dorothea Wiarda]
- added: support for leader-alignment, leader-pattern-width, leader-pattern (dots,space) [Fotis Jannidis]
- fixed: unnecessary dependence on jdk 1.2 features [Christian Geisert]
- fixed: unicode problem in UserMessage [Ross Golder]
- fixed: broken buildFOTree [Marcus Holmberg]
- fixed: problems with borders and padding in tables [Corinna Hischke]
- fixed: XMLRenderer, unbalanced " in the produced output [Dorothea Wiarda]
- fixed: renamed: inline-sequence -> inline, simple-link -> basic-link,
                  white-space-treatment -> white-space-collapse [Fotis Jannidis]
- fixed: images were rendered only half size (Mikko Honkala)
- fixed: pdf file in XalanCommandFile explicitly closed [Dharamveer Salecha]
- fixed: lists containing list do not keep their indentation correctly
         over a page boundary [Dorothea Wiarda]

Done since 0.13 release
- pagination updated to 03/27/2000 XSL WD [Arved Sandstrom]
- added support for fo page-number-citation [Mike Crowe, Jordan Naftolin]
- added support for 06/29/2000 SVG WD + W3C Java DOM bindings [Keiron Liddle]
- added image support using Jimi [Eric Schaeffer]
- added support for external and internal simple-links [Jordan Naftolin]
- added support for the fonts Symbol and ZapfDingbats [Fotis Jannidis]
- added a MessageHandler  [Fotis Jannidis]
- fixed table overflow bug [Jordan Naftolin]
- finally fixed postscript printing of generated PDF [Domagoj Cosic]
- removed XTCommandLine from build.xml
- removed PDFOutputHandler from build.xml
- added XalanCommandLine  [Fotis Jannidis]
- added: fo:instream-foreign-object [Keiron Liddle]
- added: goto button in AWT viewer [Stanislav Gorkhover]
- updated: AWT viewer now works again and supports - with some restrictions - the new SVG support [Stanislav Gorkhover]
2001-03-14 01:32:38 +00:00
drochner
49d24e1a7d update to 1.8.11.
No changelog found, but 1.8.10 isn't available on the distribution site
anymore.
2001-03-10 12:37:20 +00:00
wiz
b65b34ff11 Remove wrongly imported package (compare rfcutil) 2001-03-08 12:47:08 +00:00
wiz
3dfc803b84 add and enable expat and pyxml 2001-03-07 15:57:06 +00:00
drochner
62ba863582 The PyXML package is a collection of libraries to process XML with Python. It
contains, among other things

    xmlproc: a validating XML parser.
    sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a
        factor of 5.
    PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers.
    4DOM: A fully compliant DOM Level 2 implementation
    javadom: An adapter from Java DOM implementations to the standard Python
        DOM binding.
    pulldom: a DOM implementation that supports lazy instantiation of nodes.
    marshal: a module with several options for serializing Python objects to
        XML, including WDDX and XML-RPC.
    unicode: a helper module for Python 1.5 users who need conversions between
        UTF-8 and ISO-8859-?.
2001-03-07 12:14:59 +00:00
drochner
6be8675f53 This is James Clark's expat XML parser library in C. It is a stream oriented
parser that requires setting handlers to deal with the structure that the
parser discovers in the document.
2001-03-07 12:13:04 +00:00
hubertf
4b10bf8ddf add & enable rfcutil 2001-03-05 23:39:45 +00:00
hubertf
e13ec79d8b [reimport into right dir - the other one was already reported to admins]
Added rfcnet-3.1:
Search for RFCs and do ports, services & protocol lookups

RFC Util allows you to specify the number of an RFC, or a search string, and
it returns all related RFCs. It features command line switches to spawn lynx
or w3m to view the RFC, dump to file for offline viewing, or mail to
an address. It also allows local and remote lookups of port, service,
or proto numbers.

Contributed by Tomasz Luchowski <zuntum@eik.pl> in PR 12131
2001-03-05 23:37:15 +00:00
hubertf
a599a9ae7e Added rfcnet-3.1:
Search for RFCs and do ports, services & protocol lookups

RFC Util allows you to specify the number of an RFC, or a search string, and
it returns all related RFCs. It features command line switches to spawn lynx
or w3m to view the RFC, dump to file for offline viewing, or mail to
an address. It also allows local and remote lookups of port, service,
or proto numbers.

Contributed by Tomasz Luchowski <zuntum@eik.pl> in PR 12131
2001-03-05 23:34:59 +00:00
wiz
d9edc9fe4c Fix WRKSRC. 2001-03-05 20:16:05 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
wiz
6e29198ff8 Update to 2.29, per pkg/11599 by Damon Brodie.
ChangeLog not available.
2001-02-28 13:20:46 +00:00
jtb
401b934f09 Add and enable p5-Text-BibTeX 2001-02-27 23:40:54 +00:00
jtb
0fd5648da5 Initial import of p5-Text-BibTeX:
Perl library for reading, parsing, and processing BibTeX files

Package submitted by Mark Davies (mark@MCS.VUW.AC.NZ) in PR 12061.
Trivial modifications by me.
2001-02-27 23:39:55 +00:00
tron
eaa668697f Use "PKGLOCALEDIR" instead of "LOCALEDIR". 2001-02-26 20:19:43 +00:00