Commit graph

403 commits

Author SHA1 Message Date
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
skrll
5e7bb42668 Add and enable xerces-c 2001-01-13 16:49:58 +00:00
skrll
1d9a57d640 Import of xerces-c package based on pkg/11559 from Emmanuel Dreyfus
<p99dreyf@criens.u-psud.fr>.

This is version 1.3.0 of xerces-c and XML parser written in C++
2001-01-13 16:38:06 +00:00
skrll
a63f0ab2c3 icudata.so is a shared library - add lib prefix. 2001-01-13 16:25:52 +00:00
tron
0762a4ff65 "${LOCALEBASE}" gets defined in "bsd.pkg.mk" now. 2001-01-13 16:10:55 +00:00
hubertf
f4c9d2f415 fix DEPENDS line 2001-01-04 16:13:18 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wiz
e633c2ff5a Manually syncing ONLY_FOR_PLATFORM is not the way to go.
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
2000-12-30 13:57:44 +00:00
wiz
9b56c9fb8d Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads. 2000-12-28 16:49:36 +00:00
hubertf
2927045ba3 add & enable p5-XML-Node 2000-12-28 12:40:15 +00:00
hubertf
29db65d457 Add p5-XML-Node-0.10:
If you are only interested in processing certain nodes in an XML
file, this module can help you simplify your Perl scripts significantly.

The XML::Node module allows you to register callback functions
or variables for any XML node. If you register a call back function,
it will be called when the node of the type you specified are
encountered. If you register a variable, the content of a XML node
will be appended to that variable automatically.
2000-12-28 12:39:39 +00:00
skrll
19c0385b70 Fix the broken symlink in lib/icu/1.7 2000-12-23 09:39:20 +00:00
skrll
c0be2de266 This file is no longer needed for 1.7. 2000-12-22 09:46:28 +00:00
skrll
9a78207a16 Update to version 1.7. Changes are (from the web page)
Collation performance is improved.
The collation implementation will continue to change for ICU 1.8 according to the collation design document.
Improved performance of parsing and formatting of dates and numbers
Improvements in the ISO-2022 implementation
      Bug fixes, more stable, and support for standard country variants:
      ISO-2022-JP (incl. -1, -2)
      ISO-2022-CN (incl. -EXT)
      ISO-2022-KR
Support for GB 18030
Basic support for UTF-32 (no ucnv_getNextUChar(), incomplete offset handling)
Support for the HZ encoding
Converter fallback semantics modified and .ucm mapping files updated with precise roundtrip/fallback indicators
ICU library names include the version number for better coexistence of different installed ICU versions on a single machine
      The code libraries contain the two major/minor version digits
      On Windows, they also contain a 'd' for the debug versions
      The icu data file contains the ICU version and a letter for the data configuration (ASCII/EBCDIC, big-endian/little-endian)
      ICU client code links with .lib files/object symlinks without the version number for easier future updates
Debian packaging
The API documentation is improved.
2000-12-21 18:14:18 +00:00
skrll
704a18eff4 Make me maintainter 2000-12-21 10:21:32 +00:00
skrll
319ddf6615 Add a test target to run the test programs.
All tests pass on i386/1.5
2000-12-21 10:18:09 +00:00
skrll
9ae8ad1bff Add and enable icu 2000-12-20 18:31:34 +00:00
skrll
0fce5ec7e6 Import of new ICU package: Robust and full-featured unicode support 2000-12-20 18:27:59 +00:00
skrll
fca91d1954 Bring Makefile into line with other changes and sort PLIST. 2000-12-20 08:54:17 +00:00
wulf
d964059a9b Update kdoc to version 2.0.1b 2000-12-19 21:40:47 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
rh
206f78f7bf Take packlist from Text/Template, not IMAP/Admin! 2000-11-14 13:44:09 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
wiz
0097450202 remove mswordview (superseded by converters/wv) 2000-11-10 02:29:19 +00:00
wiz
d255b2818b Superseded by converters/wv. 2000-11-10 02:28:26 +00:00
itojun
e6b7d6c35c update homepage. 2000-11-10 02:23:55 +00:00
jlam
f7cd5e5de5 * Relax requirement on ghostscript to also allow ghostscript-nox11.
* Enable GIF and PNG support.
* Specify path to install TeX files to avoid problems when /usr/pkg is
  a symbolic link.
* Add INSTALL/DEINSTALL targets to properly regenerate teTeX's ls-R file.
2000-11-03 01:05:06 +00:00
wennmach
5bdaa954ad Add and enable latex2html 2000-11-02 18:21:27 +00:00
wennmach
9570576a8e Initial import of latex2html-99.2beta8, a LaTeX to HTML converter. 2000-11-02 18:19:40 +00:00
wiz
456256899a match new dyslexically unchallenged directory 2000-10-26 22:44:36 +00:00
mjl
b39b79d6a7 Remove dyslectically challenged version. 2000-10-26 17:46:35 +00:00
mjl
2dbbec16aa Re-import: Commiter dyslexic error. 2000-10-26 17:42:21 +00:00
wiz
c4525f27d9 add p5-text-cvs_xs 2000-10-24 10:38:19 +00:00
mjl
f54177c405 Initial import of p5-Text-CSV_XS, a collection of routines for
composition and decomposition of comma-separated values.
2000-10-23 13:26:39 +00:00
tsarna
08a0ddac1a First batch of upgrades for Python 2.0:
lang/python             upgraded to 2.0
lang/py-html-docs       upgraded to 2.0
misc/py-readline        upgraded to 2.0
databases/py-gdbm       upgraded to 2.0
x11/py-Tk               upgraded to 2.0
devel/py-curses         upgraded to 2.0
lang/py-extclass        upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml        upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher       upgraded to 2.2.2 and for Python 2.0
print/py-reportlab      upgraded to 1.01 and for Python 2.0

More coming...
2000-10-22 20:01:48 +00:00
rh
acd49be31a Add and enable libpspell 2000-10-22 09:31:35 +00:00
rh
0916404d7d Initial import of libpspell-0.11.2, a generic interface to spell checker
libraries
2000-10-22 09:30:43 +00:00
jwise
1507864e08 Remove xerces-j-current -- it no longer exists. 2000-10-19 23:31:04 +00:00
jwise
28d3d1c46c Remove the xerces-j-current package -- it has been supplanted by a new version
of the xerces-j package.
2000-10-19 23:26:04 +00:00
jwise
6443ebdeb9 Update fop to version 0.13.0. Version 0.14.0 will be imported shortly, as
fop -current, since it is not currently usable with cocoon.

Changes since fop-0.12.1:

- using Ant to build Fop instead of make [Giacomo Pati]
- borders, padding and absolute positioning [Jon Smirl]
2000-10-19 23:14:50 +00:00
jwise
02ad473a4a Update xalan-j to version 1.2.
Changes from xalan-j-1.0.1 (the last pkgsrc version):

Xalan-Java now suports UTF-16 output encoding.

We incorporated an updated BSF (support for extension elements and functions) that supports Mozilla
Rhino js.jar 1.5. The new bsf.jar replaces the older bsf.jar and bsfengines.jar. If you are using Javascript
extensions, you must now use js.jar 1.5. Mozilla Rhino 1.4 R3 is no longer supported.

We have added a custom processing instruction that you can use to instruct the Xalan-Java processor not to
cache an XML document.

Also, many bug fixes.
2000-10-19 23:11:34 +00:00
jwise
caf32d2950 Update xerces-j to version 1.2.
Changes since xerces-j-1.0.4 (some of these were in xerces-j-1.1.0, formerly
available as xerces-j-current):

Added "any" with "processContents='lax|skip'" support for Schema. [ericye]
Added feature "load-dtd-grammar" [ericye]
Added "anyAttribute" support for Schema. [ericye]
Added "xsi:type" support for Schema. [ericye]
Added full equivClass support for Schema. [ericye]
Expanded "any" element support to model groups. [ericye]
Added testcase under test to test DOM Java Serialization. [jeffreyr]
Miscelanous DOM enhancements [lehors].
Added "any" element content support for Schema [andyc]
Turned on namespace support in all parsers, by default [andyc]
Added feature to allow Schema support to be turned off [andyc]
Modified samples to include additional switches [jeffreyr]
Added regular expression character class subtraction [tkent@jp.ibm.com]
Added URI class [paul.eng@iclick.com]
Added Schema include/import [ericye]
Performance tuning [ericye, andyc]
Added Ant support to build process [abagchi]
Re-architecture Schema datatypes [jeffreyr]
Re-organized docs directory to get FOP to work[abagchi, jeffreyr]
Added JAXP to build, updated JAXP files [lehors]
Added a DOM from scratch and Serializer sample [jeffreyr]
Updated XML Schema support to April working draft [ericye, jeffreyr]
Changed code to notify error handler of content model validation errors before calling endElement [lehors]

In a few minutes, I will import cocoon-1.8, which supports the latest Xerces version,
rendering the xerces-j-current package obsolete.
2000-10-19 23:01:29 +00:00