Commit graph

444 commits

Author SHA1 Message Date
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
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
skrll
2e69b8686f Fix PLIST problems on little endian machines. Noted my manu@netbsd.org and
bulk build results.
2001-02-22 08:18:40 +00:00
wiz
5de11cd51a Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic one
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as
the implicit one.
2001-02-20 11:40:07 +00:00
wiz
a258263039 On second thought, try to make the version number more sane -- move 'b'
into DISTNAME.
2001-02-19 15:16:54 +00:00
wiz
526bca7599 Update to 1.40b: Support for on-demand decompression.
Update provided by Dieter Baron in private mail.
2001-02-19 15:14:58 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +00:00
tron
292a9bbb2f Use "${MASTER_SITE_SOURCEFORGE}" in master site list. 2001-02-11 14:45:04 +00:00
jtb
17c8650e5c Add and enable isearch. 2001-02-06 22:11:20 +00:00
jtb
427d68c237 Initial import of isearch:
Advanced text indexing and searching system
2001-02-06 22:09:27 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
he
2ebee49263 Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tcl
is bumped to tcl-8.3.2nb1.
2001-01-24 18:44:57 +00:00
rh
744726aa49 Add and enable makeztxt 2001-01-21 22:44:57 +00:00
rh
ca72896535 Initial import of makeztxt-1.10, an ASCII text to Palm zTXT converter. 2001-01-21 22:44:16 +00:00
hubertf
d47db8b8f7 add & enable rtfm 2001-01-17 23:36:54 +00:00
hubertf
737ed1bab6 Add rtfm-1.0:
NetBSD documentation and GNU Texinfo files search mechanism

rtfm(1) is a FreeBSD documentation search program that currently is
able to search the FreeBSD manual pages and the GNU Texinfo pages.
Modified for NetBSD by Tomasz Luchowski <zuntum@eik.pl>

Pkg provided by Tomasz Luchowski <zuntum@eik.pl> in PR 11978
2001-01-17 23:35:42 +00:00
skrll
92366eea81 Add and enable xalan-c 2001-01-15 12:44:49 +00:00
skrll
cf33621695 Import of xalan-c 1.0. The Apache Project's XSLT implementation 2001-01-15 12:42:09 +00:00
skrll
8cea10d6dc Use gettimeofday instead of ftime. 2001-01-14 12:18:30 +00:00