summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-09-12Add -print to find(1) when listing files in Makefile rules.salo2-1/+24
Should fix PR pkg/26930 by Georg Schwarz.
2004-09-12Use 'echo y' instead of 'yes' to accept a question asked by the installationjmmv2-4/+4
script. 'yes' is not available on some systems, like IRIX, so this fixes the build in them. Closes PR pkg/26929 by Georg Schwarz.
2004-09-12Use a different MASTER_SITE since the old one does not contain the filejmmv1-2/+2
any more.
2004-09-12Add pthread.buildlink3.mk to make this package build on NetBSD 1.6.kristerw1-1/+3
2004-09-12Update to version 0.2.2.salo3-15/+15
Changes: - new words, misc bugfixes, affix changes, documentation changes Addresses PR pkg/26928 by Georg Schwarz.
2004-09-12Sync with last (pointed out by jlam@: don't check for fgetln, setprognamejschauma1-4/+1
and getprogname. We're using libnbcompat, so we know they exist. (If we were to check again, then we'd mess up definitions set in the nbcompat headers.)
2004-09-12Use buildlink3 and put in dependency on zlib. PR#26915 fromcjep1-1/+4
Georg Schwarz.
2004-09-12Update hre to 0.9.8a. Should fix the build problem seen in sketch'sminskim2-6/+6
bulk build. Patch submitted by Lee Jae-Hong, the maintainer. Changes: - Support all metacharacters except character classes. - Build on Solaris.
2004-09-11Remove check for getprogname, setprogname and fgetln, consistent withjschauma2-315/+0
jlam's last change, since we use libnbcompat. (If we left these checks in, configure would test for them, find them and set HAVE_GETPROGNAME, subsequently breaking 'getprogname', as nbcompat.h wouldn't work since HAVE_GETPROGNAME is then defined.)
2004-09-11Update teixsl-html and teixsl-fo to 3.3, because their old distfilesminskim5-13/+13
were replaced with this version. ChangeLog is not available.
2004-09-10Avoid hardcoded /usr/pkg paths in the package, to let this build wherejmmv3-2/+29
LOCALBASE != /usr/pkg. While here, remove multiple gcc specific flags. Closes PR pkg/26898.
2004-09-08Use PATCHFILES rather than trying to do the same itself.markd1-15/+4
2004-09-08Also remove .orig_dist files before installation; otherwise we getwiz1-1/+2
unwanted extra files installed.
2004-09-08Fix build by solving a namespace collision introduced by libnbcompat.jmmv1-3/+7
I'm doing it the easy way because jlam@ will look at this problem closely in a future.
2004-09-02Some PRINT_PLIST_AWK magic for share/sgml and share/xml.jmmv1-1/+4
2004-09-02Update to 1.1.10:jmmv3-8/+8
- build fix: NUL in c file blocking compilation on Solaris, Windows build (Igor Zlatkovic) - fix: key initialization problem (William Brack) - documentation: fixed missing man page description for --path
2004-09-02Update to 2.6.13:jmmv3-7/+7
- build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc, Solaris compiler warning, fixing RPM BuildRequires, - fixes: DTD loading on Windows (Igor), Schemas error reports APIs (Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace problem (William), Schemas hexbinary empty values, encoding error could genrate a serialization loop. - Improvements: Schemas validity improvements (Kasimier), added --path and --load-trace options to xmllint - documentation: tutorial update (John Fleck)
2004-09-01Update to 0.31.2:jmmv2-10/+5
Version 0.31.2 * Handle package name extraction better -- bug #144725 (Daniel Elstner) * Support for comments before translatable attributes in XML files, support for translating both tag content and attributes -- bug #143581. (Danilo Segan) Version 0.31.1 * Switch to gnome-common for autogen.sh so we can detect automake versions better -- bug #145027 (Jordi Mallach)
2004-09-01Update to 2.2:jmmv3-31/+17
Third stable version of the 2.x branch, released on 2004/09/01. * Converted to use the GNU Build System (GNU Automake and GNU Autoconf). * Because of the previous change, the build has been hopefully fixed in several platforms, specially under Irix 6.5 using the MIPSpro C compiler.
2004-08-28Fix PLIST.schmonz1-1/+2
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam3-6/+6
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27Simplify the import structure by keeping the "sed" name, and using thejlam8-45/+375
configure script's --program-transform-name to install as "nbsed". Also add a cat-ready nbsed.0 file.
2004-08-25Update hre to 0.9.8. Patch submitted by Lee Jae-Hong, the maintainer.minskim2-6/+6
Changes: - Follow POSIX ERE. - Add/improve test rule sets. - Support all meta characters except character classes.
2004-08-24+xmlstarletdrochner1-1/+2
2004-08-24import xmlstarlet-0.9.3, a command line tool to manipulate XMLdrochner5-0/+55
files using libxml2 and libxslt
2004-08-24sync with libxslt update to 1.1.9drochner2-5/+5
2004-08-24update to 1.1.9drochner3-8/+8
changes: -improvements: EXSLT date:sum added (Joel Reed), hook for document loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD attributes, extend xsltproc --version with CVS stamp (William). +bugfixes
2004-08-24sync with libxml2 update to 2.6.12drochner2-5/+5
python specific changes: avoid a warning with 2.3 (William Brack), tab and space mixes (William), wrapper generator fixes (William), Cygwin support (Gerrit P. Haase), node wrapper fix (Marc-Antoine Parent), XML Schemas support (Torkel Lyng)
2004-08-24update to 2.6.12drochner3-8/+7
changes: -improvements: DocBook catalog build scrip (William), xmlcatalog tool (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey), xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude to not generate start/end nodes, extend xmllint --version to include CVS tag (William) +bugfixes
2004-08-23Rename the err() defined in the nbsed sources to "sederr" to avoidjlam1-3/+4
conflicts with the system err() pulled in via <nbcompat.h>.
2004-08-23We use libnbcompat, so remove some standalone implemenations of somejlam6-670/+107
needed functions, and vastly simplify the configure script.
2004-08-22Include <termios.h> for winsize declaration and TIOCGWINSZ. Should fixjlam4-7/+14
build on Solaris.
2004-08-21Update textproc/nbsed to 20040821 (date of import from src HEAD).jlam10-449/+957
Changes from the previous version include: - Adding a sed2nbcompat script to ease importing from src HEAD into pkgsrc. - Make this package depend on libnbcompat since it needs a regex implementation and it's also a bootstrap package. * s/xmalloc/xrealloc/ so that large (greater than _POSIX2_LINE_MAX*2-1) multi line text can be added.
2004-08-20Clean up the patch to allow building with compilers other than GCC, and linksketch2-21/+22
using the C compiler to enable 64bit sunpro builds.
2004-08-16Update to version 1.10.seb7-120/+126
Changes since last packaged version: Version 1.10 * Added scanner for log files (also for iptables and apache logs) thanks to Jan Tatarik * Fixed some bugs in the perl scanner (thanks to Geir Nilsen) * configure checks for ios_base * check for the right ar to use, fixes problems under Sun compilers (thanks to Paul Townsend)
2004-08-15Update to 1.13:wiz2-5/+5
- Manual date now goes in refentryinfo, as Steve Cheng suggested. Restored correct parsing of multicommand synopses.
2004-08-12Add and enable hre.minskim1-1/+2
2004-08-12Initial import of hre-0.9.7. Packaged by Lee Jae-Hong.minskim5-0/+52
HRE is a regular expression library for Korean. While most regex libraries support only per-syllable processing for Korean, HRE provides an extended grammar to specify phonemes in each syllable. It supports both KS X 1001 and Unicode charsets.
2004-08-06p5-Module-Build is a BUILD_DEPENDS. No revision bump since I importedcube1-2/+2
that package yesterday and nothing uses it so far.
2004-08-05update to expat-1.95.8recht3-6/+7
Release 1.95.8 Fri Jul 23 2004 - Major new feature: suspend/resume. Handlers can now request that a parse be suspended for later resumption or aborted altogether. See "Temporarily Stopping Parsing" in the documentation for more details. - Some mostly minor bug fixes, but compilation should no longer generate warnings on most platforms. SF issues include: 827319, 840173, 846309, 888329, 896188, 923913, 928113, 961698, 985192.
2004-08-05Add p5-Text-WikiFormat.cube1-2/+3
2004-08-05Initial import of p5-Text-WikiFormat, version 0.72, into the NetBSDcube4-0/+33
Packages Collection. The original Wiki web site was intended to have a very simple interface to edit and to add pages. Its formatting rules are simple and easy to use. Text::WikiFormat helps in easily translating to other, more complicated markup languages. It creates HTML by default, but can be extended to produce valid POD, DocBook, XML, or any other format imaginable.
2004-08-04Update to 1.12:wiz2-5/+5
* Tue Jul 27 2004 Eric S. Raymond <esr@golux.thyrsus.com> - 1.12-1 - Implemented handling of mdoc .Brq macro. Code no longer chokes on multiple Synopsis headers. * Mon Jul 26 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.11-1 - Speed optimizations. Improved pod2man detection. Close <anchor/> properly. .UN before .SH or .SS sets the XML ID of the generated section. Boldfaced lines immediately before tables are interpreted as titles. .UR now generates <link> for local links. Improved .RE handling that fixes a couple of edge cases. Multiline table entries are now interpreted as full blocks, so commands work normally there. * Tue Jul 6 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.10-1 - Enhance to handle lynx dump pages. Fix .Fa interpretation. Gets 96% of 10862 Fedora Core 2 pages.
2004-08-04Add -Wl,-R${libdir} to xml2-config output, similar to how it is donewiz3-3/+18
in libxml. Bump PKGREVISION.
2004-08-04regen (fix line offsets)wiz1-3/+3
2004-08-04Add a IBM http download site for ICU and set it to the first position.recht1-9/+3
To avoid problems with IBM's ftp site which requires non-default settings in ~/.netrc.
2004-08-03Missed in the previous tei-html update.minskim1-2/+1
2004-08-03Bump PKGREVISION for teixsl-html and teixsl-fo and regenerateminskim7-34/+15
distinfo, because the distfiles were updated with some functional changes but have the same file name and version number. Changes include updating author's email address, correcting typos, and adding missing HTML tags. pkgsrc change: - Use XML_ENTRIES instead of installing a separate catalog file, because it adds only one entry.
2004-08-03Bump PKGREVISION and set DIST_SUBDIR=${PKGNAME} because the distfileminskim3-9/+10
was updated with some functional changes while having the same file name and version number. Changes include DTD public identifier changes, more documentations, and copyright notice. While here, update my email address.