summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam80-160/+160
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13sync with libxml2 updatedrochner2-6/+6
2005-07-13no need to force the latest version when IGNORE_RECOMMENDED=YES. setgrant1-2/+3
BUILDLINK_RECOMMENDED.aspell>=0.50.3 instead.
2005-07-12update to libxml2 2.6.20recht6-24/+24
2.6.20: Jul 10 2005: - build fixes: Windows build (Rob Richards), Mingw compilation (Igor Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and andriy@google.com), use gcc weak references to pthread to avoid the pthread dependancy on Linux, compilation problem (Steve Nairn), compiling of subset (Morten Welinder), IPv6/ss_family compilation (William Brack), compilation when disabling parts of the library, standalone test distribution. - bug fixes: bug in lang(), memory cleanup on errors (William Brack), HTTP query strings (Aron Stansvik), memory leak in DTD (William), integer overflow in XPath (William), nanoftp buffer size, pattern "." apth fixup (Kasimier), leak in tree reported by Malcolm Rowe, replaceNode patch (Brent Hendricks), CDATA with NULL content (Mark Vakoc), xml:base fixup on XInclude (William), pattern fixes (William), attribute bug in exclusive c14n (Aleksey Sanin), xml:space and xml:lang with SAX2 (Rob Richards), namespace trouble in complex parsing (Malcolm Rowe), XSD type QNames fixes (Kasimier), XPath streaming fixups (William), RelaxNG bug (Rob Richards), Schemas for Schemas fixes (Kasimier), removal of ID (Rob Richards), a small RelaxNG leak, HTML parsing in push mode bug (James Bursa), failure to detect UTF-8 parsing bugs in CDATA sections, areBlanks() heuristic failure, duplicate attributes in DTD bug (William). - improvements: lot of work on Schemas by Kasimier Buchcik both on conformance and streaming, Schemas validation messages (Kasimier Buchcik, Matthew Burgess), namespace removal at the python level (Brent Hendricks), Update to new Schemas regression tests from W3C/Nist (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation of xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert), standalone test framework and programs, new DOM import APIs xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and xmlDOMWrapRemoveNode(), extension of xmllint capabilities for SAX and Schemas regression tests, xmlStopParser() available in pull mode too, ienhancement to xmllint --shell namespaces support, Windows port of the standalone testing tools (Kasimier and William), xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug() SAX Schemas APIs, Schemas xmlReader support.
2005-07-12- add missing message files in PLIST.taca2-7/+12
- deprecate USE_PERL5 and LTCONFIG_OVERRIDE. Bump PKGREVISION.
2005-07-08Prevent paths to the build directories from being included in the package.kristerw2-4/+6
Bump PKGREVISION.
2005-07-08Prevent paths to the build directories from being included in the package.kristerw1-1/+7
Bump PKGREVISION.
2005-07-08Do not include malloc.h, and add HAVE_STRLCPY for Darwin too.kristerw3-3/+16
2005-07-07Update ispell-british to 3.3.02.markd3-16/+15
2005-07-07Update ispell-base to 3.3.02markd13-141/+104
Ispell 3.3 offers improved support for international languages, improved deformatting, and better support for compilation on Windows systems. All known security holes have been closed. A number of small bugs are also fixed.
2005-07-05update to 0.1 which should be more portable.christos2-7/+7
2005-07-05Distfile has changed without name change; set DIST_SUBDIR; PKGREVISION++.wiz2-7/+10
2005-06-28USE_PERL5 -> USE_TOOLS+=perl.wiz1-3/+4
2005-06-28Update to 0.60.3.wiz5-39/+10
Complete list of changes from 0.60.2: * Fixed bugs involving several of the C API functions. * Fixed bug where `ultra' or `fast' mode will not return any suggestions when soundslike lookup is not used. * Made a minor, yet significant, optimization to the suggestion code. This speed things up by an order of magnitude in some cases. * Avoid using the slow ngram scan except when the `sug-mode' is `slow' or `bad-speller'. * Fixed a bug in curses mode which causes word-wrap to not work correctly in some cases. * Fixed a bug in pipe mode with a missing newline. * Fixed the `spell' compatibility script. * Several other minor bugs fixed. * Made note about the change in behavior of the `-l' command line switch. * Other manual update/fixes. * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.
2005-06-26Depend on >= aspell-0.60.2nb1, which unbreaks the build.wiz2-3/+5
Fix PLIST. Remove BROKEN.
2005-06-26Add patch from program's author that fixes aspell-cz build.wiz3-2/+17
Bump PKGREVISION to 1.
2005-06-25Update ruby-xmlparser package to 0.6.8.1.taca3-36/+8
- Avoid C90'ism from code; content of patch-ab was merged.
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-24Add and enable p5-Text-Glob.wiz1-1/+2
2005-06-24Import p5-Text-Glob-0.06 from pkgsrc-wip, packaged bywiz4-0/+27
Hiramatsu Yoshifumi. Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. If you want to do full file globbing use the File::Glob module instead.
2005-06-24Prevent paths to the build directories from being included in the package.kristerw1-2/+3
Bump PKGREVISION.
2005-06-24Remove lang/libperl and modify packages that used libperl to dependjlam1-2/+3
instead on perl>=5.8.0. Bump the PKGREVISIONs of the following packages due to the possible perl dependency changes after the removal of libperl: audio/ices-mp3 databases/postgresql73-plperl databases/postgresql74-plperl textproc/eperl www/ap-perl
2005-06-22getopt() returns an int so that -1 can be distinguished from any characteris4-3/+28
value (xls2csv wouldn't accept any command line without this fix). While we're here, add <stdlib.h> to analyze.c so that exit() is declared.
2005-06-20Prevent paths to the build directories from being included in the package.kristerw1-2/+3
Bump PKGREVISION.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-3/+3
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam29-29/+78
2005-06-06Update Sablotron to version 1.0.2. Changes from 1.0.1:jwise2-7/+6
Version 1.0.2 December 29, 2004 ----------------- - fixed a bug in declarations of namespaces during serialization - minor fixes for gcc 3.4.x - fixed mistakes in error messages
2005-06-06The docbook-xml binary package built on 2005-04-06 with the followingminskim1-2/+2
versions does not have dependency on xmlcatmgr. textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $ textproc/docbook-xml/distinfo:$NetBSD: distinfo,v 1.4 2005/02/24 14:48:41 agc Exp $ textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $ textproc/docbook-xml/PLIST:@comment $NetBSD: PLIST,v 1.7 2003/01/29 21:17:26 jmmv Exp $ textproc/docbook-xml/patches/patch-aa:$NetBSD: patch-aa,v 1.1 2004/02/09 12:23:40 jmmv Exp $ Bump PKGREVISION to force bulk build to rebuild the binary package.
2005-06-04Update to 4.18.0, provided by Jeroen Ruigrok van der Werven in PR 30424.wiz19-25/+259
Includes a number of patches to fix build on DragonFlyBSD. Changes since 4.17.2: Glimpse 4.18.0 has new configure script generated by autoconf 2.57 - may fix compilation problems on FreeBSD
2005-06-03Coalesce the common makefile code in the builtin.mk file that inspectjlam2-25/+4
the X11 distribution using imake into mk/buildlink3/imake-check.mk. imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check that generates the required Imakefiles and runs imake. Remove the now extraneous builtin-imake.mk files as the builtin.mk files can now contain the name of the imake symbol to check.
2005-06-03Only check for the existence of the first word of ${IMAKE} since it mayjlam1-2/+3
contain a command plus arguments. We use the standard idiom to extract the first word of a list stored in a make variable: VAR_CMD= ${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//} XXX This can be replaced with a more succinct use of variable modifiers XXX when we update the bootstrap bmake to match the latest NetBSD make XXX sources, i.e.: XXX XXX VAR_CMD= ${VAR:[1]}
2005-06-03Don't require a read-write pkgsrc tree when invoking imake. We avoidjlam1-2/+4
this requirement by using TMPDIR as the read-write location demanded by using imake.
2005-06-01Don't include bsd.builtin.mk... just include the builtin.mk file forjlam1-10/+12
the package that we're interested in (iconv). Also, fix the logic so that we don't assume that built-in libiconv.so doesn't exist.
2005-06-01The gettext-lib/builtin.mk file already takes care of modifying thejlam1-7/+1
dependency for us if we use the pkgsrc version of gettext-lib.
2005-06-01Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake.jlam1-2/+2
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam6-57/+87
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-06-01Update to 1.08. Complete changes unknown, but the three listed in NEWS are:snj3-8/+15
o The pattern digit dot digit (fractional number) does not end a sentence. o New flag -b for warnings about mistakes made by beginners. o Do not print suggestions by default, but only if -s is used.
2005-05-31Replaced USE_PERL5 with USE_TOOLS+=perl.rillig1-2/+2
2005-05-30Remove empty files generated through distribution patches atminskim1-4/+2
post-patch, rather than install and delete at post-install.
2005-05-30This package didn't build on Darwin because the Mutex class was notminskim2-1/+15
defined. Force to use a dummy definition as in other platforms.
2005-05-30Use subst.mk instead of sed/mv.minskim3-22/+8
2005-05-28Remove namazu1 pacakge since namazu 1.3 and lator aren't maintainedtaca7-210/+0
any more.
2005-05-28Remove namazu1.taca1-2/+1
2005-05-26Don't use buildlink framework just to do a conditional dependency for ajlam2-33/+0
binary tool. We can now use the tools framework for this. Remove the various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was their only user in pkgsrc.
2005-05-25Add RMD160 checksum.wiz3-3/+6
2005-05-25Remove empty line.wiz1-2/+1
2005-05-25Add RMD160 checksum.wiz2-3/+5
2005-05-25From now on, move html docs into share/doc/htmladam2-38/+39
2005-05-24Actually set HOMEPAGE to the official homepage on sourceforge.seb1-2/+2
2005-05-24Make HOMEPAGE more version/author independent.seb1-2/+2