Commit graph

772 commits

Author SHA1 Message Date
jlam
96da188a2d Update libxml2 to 2.4.5. Relevant changes from version 2.4.2 include:
* Bug fixes.
* Do not output hexadecimal charrefs when serializing HTML since some version
  of Netscape can't grok it, generate decimal ones.
* Moved includes to includedir/libxml2/libxml.
* Added a --convert option to xmlcatalog to convert SGML ones to the XML
  syntax.
* Added a catalog PI.
2001-09-26 23:22:17 +00:00
wrstuden
0982e5f197 Enable robodoc. 2001-09-26 19:39:34 +00:00
wrstuden
55238e56d2 textproc/robodoc - tool to build code documentation from comments in source
robodoc extracts comments describing the code into documentation files.
It is inspired by the autodoc program written by Commodore.
2001-09-26 19:29:13 +00:00
jlam
3910aab2a0 Add a buildlink.mk for for use by other package Makefiles. Closes
pkg/13784 by Martti Kuparinen <martti.kuparinen@iki.fi>.
2001-09-14 07:40:36 +00:00
jlam
fbd2a64cf4 Actually, "xml2-config --cflags" should read:
-I/usr/pkg/include/libxml2/libxml -I/usr/pkg/include/libxml2

so that the libxml2 headers may be found as either <...> or <libxml/...>.
2001-09-14 06:56:13 +00:00
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