summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-05-04Convert to buildlink3.snj44-132/+128
2004-05-04Unused.wiz1-25/+0
2004-05-03darwin is anal about cpp being a *C* preprocessor, so use m4 heredanw3-6/+11
instead. Also fix a braino in the Makefile that resulted in it always using the bytecode compiler rather than the native compiler. PKGREVISION++
2004-05-03Convert to bl3 and make build with gcc3.wiz5-10/+48
2004-05-02Update to 2.1:jmmv3-12/+12
Second stable version of the 2.x branch, released on 2004/05/02. * Fixed an attribute name when parsing the `uri' tag in XML catalogs; it expects `name', not `uriId'. * Fixed a warning message when removing entries from an XML catalog. * Fixed several warnings when building mem.c code in a system with glibc 2.[23].x and -O2 enabled. * Added the `-p' flag which changes the behavior of the `add' action so that new entries are prepended instead of appended. * Improved consistency of the lookup action so that it behaves equally for SGML and XML catalogs (this includes making XML lookup show all matching entries). * Documentation is now installed in an unversioned directory by default.
2004-04-30This configures the to-be-installed mdoc.local file so thereed2-9/+18
"volume-operating-system" macro is ${OPSYS}. And sets the default .Os value to "pkgsrc" as suggested by wiz@. (It was hard-coded "NetBSD\~1.6".) Usually the mdoc.local "volume-operating-system" definition is for the operating system name often displayed on top of man pages. And "operating-system" is for the default .Os value (operating system and version/release) and is usually displayed at bottom of man page. Bump PKGREVISION. This closes my PR #23100.
2004-04-29Add and enable p5-Text-Quoted-1.5.minskim1-1/+2
2004-04-29Import p5-Text-Quoted from pkgsrc-wip. Packaged by dieter Roelants.minskim4-0/+34
"Text::Quoted" examines the structure of some text which may contain multiple different levels of quoting, and turns the text into a nested data structure. The structure is an array reference containing hash references for each paragraph belonging to the same author. Each level of quoting recursively adds another list reference.
2004-04-29Fix my email address.sketch1-2/+2
2004-04-28Remove support for bl2 since remaining packageswiz2-46/+1
using this have been converted to bl3.
2004-04-27Bl3ify (so that catalogs.mk uses the bl3 file); per wiz@ request.jmmv4-4/+8
2004-04-27Re-instate for now (catalogs.mk _sets_ USE_BUILDLINK2).wiz1-0/+42
2004-04-27Add buildlink3.mk to fix gtk-doc.snj1-0/+20
2004-04-27Remove bl2 support -- all packages including this filewiz1-3/+1
have been converted.
2004-04-27Unused.wiz1-19/+0
2004-04-27Unused.wiz1-24/+0
2004-04-26bl3ifyrecht8-20/+20
2004-04-26Unused.wiz6-163/+0
2004-04-25Unused.wiz2-55/+0
2004-04-25Add include/gnome-xml/libxml/*.h to BUILDLINK_FILES, needed to get, e.g.,snj1-1/+2
net/soup to build.
2004-04-25Convert to buildlink3.snj1-2/+2
2004-04-25Convert to buildlink3.snj2-5/+26
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3 and fix a spelling error in DESCR.snj2-5/+5
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25bl3ifyxtraeme3-11/+11
2004-04-25bl3ifyxtraeme2-5/+26
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-23Regen to make GNU patch happy.minskim2-5/+6
2004-04-22The MIPSPro compiler chain needs a "-c99" flag if the code claims tojschauma1-1/+7
be C99 code (for example: use of stdbool.h). This allows this package to build under Irix 6.5 using MIPSPro.
2004-04-22Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-22Bl3ify.minskim1-2/+2
2004-04-22Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-21Bl3ify and enable pkgviews installation.minskim1-3/+5
2004-04-21Updated to version 0.52.0.salo5-57/+37
Changes: ======== - new words - new definitions - packaged in aspell.net style
2004-04-20Update p5-XML-XPath to 1.13. Changelog is not available.minskim2-6/+8
Patch provided by Adrian Portelli in PR pkg/24998 and slightly modified by me.
2004-04-20Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-20Update p5-XML-XSLT to 0.48.minskim2-6/+7
Major changes since 0.32: * Fixed select on "comment()" "processing-instruction()" etc * Added test for select * More attribute tests * Added test for xsl:copy * 'use-attribute-sets' works in xsl:copy and recursively * Allowed both name and match attributes in templates * Lost redefinition warning with perl 5.8 * Added ChangeLog.xsl as an example to transform the output of cvs2pl * Added the manpage as an example * Started to properly implement omit-xml-declaration * Added the modules own documentation as an example * Updated pod * added test for <xsl:text> * Stylesheet whitespace stripping as per spec and altered tests * First cut at cdata-section-element * Added more accessors for object attributes * Fixed potentially broken usage of $variables in _evaluate_template * Implemented attribute-sets * Added Test::More to Makefile.PL * Added _indent and _outdent methods * Placed __get_attribute_sets in transform() * Rolled in various patches * Added new tests
2004-04-20Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-19Update py-libxslt to 1.1.6 to sync with textproc/libxslt.minskim2-5/+5
No Python-specific change.
2004-04-19Update to 1.1.6:wiz3-7/+7
- 2 bug fixes about keys fixed one by Mark Vakoc
2004-04-19Update py-libxml2 to 2.6.9 to sync with textproc/libxml2.minskim2-5/+5
No Python-specific change.
2004-04-19Update to 0.5.1: several bugs fixed.jmmv4-10/+10
Note that they claim this library is API/ABI compatible with the previous one, but the major number version of it has changed... so a version bump in the buildlink3.mk file is needed.
2004-04-19Update to 2.6.9:jmmv3-10/+7
- implement xml:id Working Draft, relaxed XPath id() checking - bugfixes: xmlCtxtReset (Brent Hendricks), line number and CDATA (Dave Beckett), Relax-NG compilation (William Brack), Regexp patches (with William), xmlUriEscape (Mark Vakoc), a Relax-NG notAllowed problem (with William), Relax-NG name classes compares (William), XInclude duplicate fallback (William), external DTD encoding detection (William), a DTD validation bug (William), xmlReader Close() fix, recusive extention schemas - improvements: use xmlRead* APIs in test tools (Mark Vakoc), indenting save optimization, better handle IIS broken HTTP redirect behaviour (Ian Hummel), HTML parser frameset (James Bursa), libxml2-python RPM dependancy, XML Schemas union support (Kasimier Buchcik), warning removal clanup (William), keep ChangeLog compressed when installing from RPMs - documentation: examples and xmlDocDumpMemory docs (John Fleck), new example (load, xpath, modify, save), xmlCatalogDump() comments, - Windows: Borland C++ builder (Eric Zurcher), work around Microsoft compiler NaN handling bug (Mark Vakoc)
2004-04-18Convert to bl3.wiz1-2/+2
2004-04-18Convert to bl3.wiz2-5/+5
2004-04-17Make helpdeco build and run in Linux.ben1-1/+9
2004-04-16Convert to buildlink3.snj1-2/+2