summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20Include sys/types.h and stdint.h if they are available.recht2-1/+20
Fixes the build on DragonFly. patch provided by Todd Willey in PR 29276
2005-03-19Bump PKGREVISION for previous (hi jwise!).wiz1-1/+2
2005-03-18Sigh. Fix typo in previous.jwise1-2/+2
2005-03-18Configure with --with-dictorg, so this package is useful out of the box.jwise1-2/+3
2005-03-17Correct distinfo entry for patch-aa.snj1-2/+2
Comments at the top of patches are not stripped.
2005-03-16Depend on pango (used directly).jmmv1-1/+2
2005-03-16Added a patch needed for gcc-2.95.3. Approved by wiz.rillig2-1/+24
2005-03-14Use BUILDLINK_PREFIX.groff, not a local _GROFFPATH.tv1-5/+3
2005-03-14Make build/work on Interix.tv3-4/+24
How ugly: a hypot(near0, near0) can result in a NaN if round-off error somehow makes the a^2+b^2 result negative. Work around it with an "#ifdef __INTERIX"-only fix.
2005-03-07Include locale.h to use LC_CTYPE on Darwin. Fixes PR pkg/29205.minskim2-5/+5
2005-03-07Fix quoting.uebayasi1-2/+2
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca10-13/+20
2005-03-06Sort PLIST.taca2-5/+5
2005-03-06Cosmetic change with pkglint(1).taca1-5/+6
2005-03-06Update freepwing to 1.4.4nb1; add a missing dependency againstuebayasi1-1/+4
p5-Jcode.
2005-03-05Update eb to 4.1.3. Small bug fixes, no functional changes.uebayasi3-103/+105
2005-03-05Update FreePWING to 1.4.4.uebayasi3-8/+15
Changes since 1.4.3 are: * Fix a problem that catdump -u couldn't handle half-width kana. * Split documents into smaller parts.
2005-03-02Update to 2.5.0. Thanks to jmmv and hrs.wiz5-29/+175
Changes since version 2.4.1 (2003-02-18) Changes to website/* | 2003-06-22 Norman Walsh | | * VERSION: Version 2.5.0 released. | | 2003-06-21 Norman Walsh | | * Makefile: Tweaked | Changes to website/example/* | 2003-02-20 Robert Stayton | | * olink.xml: Now covers XSL-based olink processing. | Changes to website/xsl/* | 2003-06-22 Norman Walsh | | * param.xsl, tabular.xsl: Added table.spacer.image to improve | tabular style accessibility. This is a fairly intrusive | change, but I think its a significant improvement in | accessibility. | | 2003-05-27 Robert Stayton | | * olink.xsl: Fix typo in test attribute. | | 2003-04-13 Norman Walsh | | * head.xsl: Feat Req #703116: add type to script | | 2003-02-26 Jirka Kosek | | * toc-tabular.xsl: Make comparsion safe even if nav.graphics | is specified as string type | | 2003-02-20 Robert Stayton | | * chunk-common.xsl, olink.xsl, website-common.xsl, | website-targets.xsl: Added XSL-based olink processing. | Changes to website/example/graphics/* | 2003-06-22 Norman Walsh | | * spacer.gif: New file. | Changes to website/schema/relaxng/* | 2003-06-22 Norman Walsh | | * autolayout.rng, extensions.rng, layout.rng: Cleanup | attributes on script element | | * autolayout.rng, layout.rng, website-full.rng, website.rng: | Updated version numbers | Changes to website/schema/dtd/* | 2003-06-22 Norman Walsh | | * autolayout.dtd, extensions.mod, forms.mod, layout.dtd, | namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.dtd, website.mod: Updated version | numbers | | 2003-06-21 Norman Walsh | | * autolayout.dtd, layout.dtd, website.mod: Allow type | attribute on script | Changes since version 2.3 (2002-09-17) Changes to website/* | 2003-02-18 Norman Walsh | | * VERSION: Version 2.4.1 released. | | * catalog.xml: Added rewrite rules for the schema and xsl | directories | | * catalog.xml: Added chunk-common to the catalog | | 2003-01-25 Norman Walsh | | * Makefile: Cleanup and support reorganized directories | | * README: Updated versions, copyright, and system identifiers | | * VERSION: Version 2.4.0 released. | | * catalog.xml: Fixed typos | | 2003-01-16 Norman Walsh | | * autolayout.dtd, catalog.xml, extensions.mod, forms.mod, | layout.dtd, namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.mod: Moved files; this messes up | the CVS tags, but I'm doing it anyway :-( | | * website-custom.dtd: Based on Simplified 1.0 | | 2003-01-12 Robert Stayton | | * catalog.xml: New file. | | 2002-11-17 Norman Walsh | | * VERSION, autolayout.dtd, extensions.mod, forms.mod, | layout.dtd, namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.mod: Bug #636004: fix version | numbers | | 2002-10-16 Norman Walsh | | * website-custom.dtd: Fix typos in comments; correct spelling | of qand_a_set PEs; add blockinfo for qandaset | | * website-full.dtd: Fix typos in comments | | 2002-10-02 Norman Walsh | | * autolayout.dtd, layout.dtd, website.mod: Add headlink | element (HTML head 'link') | Changes to website/example/* | 2003-02-18 Norman Walsh | | * layout.xml: Moved revisionflag | | 2003-01-25 Norman Walsh | | * catalog.xml: New file. | | 2003-01-24 Norman Walsh | | * Makefile: Use Saxon instead of xsltproc because the warnings | about realtive namespace URIs bug me | | 2003-01-16 Norman Walsh | | * about.xml, build-ext.xml, build-make.xml, | build-textonly.xml, building.xml, custom.xml, full.xml, | layout.xml, olink.xml, param.xml, php.xml, rddl.xml, | revflag.xml, rss.xml, test1.xml, test1a.xml, test1b.xml, | test2.xml, test3.xml, website.xml, wslayout.xml: Updated DTD | URIs | | 2003-01-12 Robert Stayton | | * build-ext.xml: Added para about using a processor that lacks | extension functions. | | * build-make.xml: Corrections to Makefile listing. | | 2002-10-02 Norman Walsh | | * build-make.xml, layout.xml: Add global headlink and local | headlink | Changes to website/xsl/* | 2003-02-18 Norman Walsh | | * autolayout.xsl: Updated version numbers to 2.4.1 | | 2003-02-16 Norman Walsh | | * rss.xsl: Check for localTime function before calling it | | 2003-01-26 Robert Stayton | | * chunk-common.xsl: No longer terminates if exists() function | not available. Will not track dependencies, so all files | built each time. | | 2003-01-16 Norman Walsh | | * autolayout.xsl: Update the public and system identifers | | 2003-01-11 Robert Stayton | | * makefile-dep.xsl: Add optional output-root param so | dependency path matches the output path. | | 2002-11-17 Norman Walsh | | * website-common.xsl: Patch #540597: add rcsdate.format named | template | | 2002-10-02 Norman Walsh | | * autolayout.xsl, head.xsl: Support headlink element | | * chunk-common.xsl: Support references to external pages when | using XSLT exists() function to choose build order | Changes to website/tests/* | 2002-10-16 Norman Walsh | | * test.xml, testfull.xml: Added XML declarations | Changes to website/schema/* | 2003-01-25 Norman Walsh | | * Makefile: New file. | Changes to website/schema/relaxng/* | 2003-02-18 Norman Walsh | | * autolayout.rng, extensions.rng, forms.rng, layout.rng, | rddl.rng, website-full.rng, website.rng: Updated version | numbers to 2.4.1 | | 2003-01-23 Norman Walsh | | * .cvsignore: Ignore websitedb.rng | | * .cvsignore, Makefile: Updated | | * config.xml: Generated | | * config.xml, union.xml: Changed configuration strategy | | * extensions.rng, forms.rng, rddl.rng, website-full.rng, | website.rng: Removed extraneous xmlns declaration | | * union.xml: Oops. I did need this file | | * websitedb.rng: This file is generated | | 2003-01-16 Norman Walsh | | * .cvsignore, Makefile, autolayout.rng, extensions.rng, | forms.rng, layout.rng, rddl.rng, union.xml, | website-full.rng, website.rng, websitedb.rng: New file. | Changes to website/schema/dtd/* | 2003-02-18 Norman Walsh | | * autolayout.dtd, extensions.mod, forms.mod, layout.dtd, | namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.dtd, website.mod: Updated version | numbers to 2.4.1 | | 2003-01-25 Norman Walsh | | * Makefile: Cleanup | | 2003-01-23 Norman Walsh | | * Makefile: New file. | | * website-custom.dtd, website.dtd: Updated version numbers | | 2003-01-16 Norman Walsh | | * autolayout.dtd, extensions.mod, forms.mod, layout.dtd, | namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.dtd, website.mod: New file. |
2005-03-02Fix quoting problem in CPPFLAGS.wiz1-2/+2
2005-03-02add missing BUILD_USES_MSGFMTdmcmahill1-1/+2
2005-03-01add missing USE_PKGLOCALEDIRdmcmahill1-1/+2
2005-03-01add grep to GNU_TOOLS. Needed on solaris.dmcmahill1-1/+4
2005-03-01Update to 2.119, provided by the maintainer, Dieter Roelants.wiz2-7/+7
WARNINGS: INCOMPATIBLE CHANGE in version 2.119: The $N settings for the -keep option of US postal codes ($RE {zip} {US} {-keep}) have been changed. See the Regexp::Common::zip for details. 2.119 Sat Jan 1 17:57:01 CET 2005 - Changed -keep settings of $RE {zip} {US}. - Replaced occurrences of '\d' with '[0-9]' in number.pm and net.pm, because with Unicode more characters than just 0 - 9 will match '\d'. - Moved part of the tests of t/test_comment.t into different files in t/comment. - t/Common.pm now also tests OO and sub versions. - Fixed regex for J comments. - $VERSION nit in Regexp::Common::URI::RFC2384 - POD nit in Regexp::Common::_support (Mike Castle) - POD nit in Regexp::Common::comment. - 176048 tests in 53 files. 2.118 Wed Dec 15 00:16:09 CET 2004 - Introduced Regexp::Common::_support. - Disabled the '-prefix' option for Danish zip codes if the Perl version is older than 5.005_03, as they triggered bugs. 5.005_03 and more recent versions of Perl don't have this problem. - Fixed the generic OO routines. (They never worked correctly). - 134191 tests in 49 files. Set HOMEPAGE while here.
2005-02-27Adapt to changed lang/perl5/module.mk.wiz1-2/+2
2005-02-26Update to 0.33:jmmv2-7/+7
* Fix support for srcdir != builddir during make dist/distcheck -- bug #159846 (Rodney Dawes) * Ignore empty strings in XML files that are marked for translation -- bug #163689 (Miloslav Trmac) * Add support for AC_CONFIG_MACRO_DIR to intltoolize -- bug #160943 (James Henstridge) * Re-implement "echo -n" in perl for portability -- bug #162027 (Rodney Dawes) * Fix local mode -- bug #163981 (Jeremy Katz) * Fix nested XML tags translation when only attributes are marked for translation in a tag -- bug #159511 (Danilo Segan) * Use # as sed separator and prefix gettext variable names with INTLTOOL -- bug #156454 (Rodney Dawes) * Update serial and serial comparison check for IT_PROG_INTLTOOL to 2 (Rodney Dawes) * Support CDATA sections in XML files -- bug #157718 (Danilo Segan, Rodney Dawes)
2005-02-25Add and enable writer2latexrh1-1/+2
2005-02-25Initial import of writer2latex-0.4b2, a Java utility to convertrh4-0/+111
OpenOffice.org/StarOffice documents to LaTeX and other formats.
2005-02-24* Teach devel/p5-Module-Build to write .packlists just like MakeMaker.pmjlam2-17/+5
does. This allows us to use dynamic PLISTs for Perl modules that are built using Module::Build. Bump the PKGREVISION of p5-Module-Build to 1. * Drop the use of PERL5_USES_MODULE_BUILD and introduce a new variable PERL5_MODULE_TYPE that is either "MakeMaker" or "Module::Build" that names the framework used to build/install the module. * Split out the variables set in perl5/buildlink3.mk that are also used by perl5/module.mk into a new file perl5/vars.mk. Move some PERL5_* variable definitions from pkgsrc/mk/bsd.pkg.use.mk into perl5/vars.mk. This just centralizes the common PERL5_* definitions into a single file location. * Convert the known packages that use Module::Build to set PERL5_MODULE_TYPE and PERL5_PACKLIST: devel/p5-Class-Container devel/p5-Exception-Class devel/p5-Log-Dispatch devel/p5-Array-Compare textproc/p5-Pod-Coverage www/p5-Apache-Session-Wrapper www/p5-MasonX-Request-WithApacheSession
2005-02-24Set PERL5_USES_MODULE_BUILD so this works with updated Module::Build.wiz1-2/+3
Add HOMEPAGE.
2005-02-24Add RMD160 digests to the SHA1 ones.agc266-267/+606
2005-02-22Changes 1.9.15:adam10-171/+53
Format of .index files for 8-bit databases (not-ASCII and non-UTF8) has been changed. This makes `dictd' backward incompatible with 8-bit dagabases built by earlier versions of `dictfmt', i.e. `dictd-1.9.15' and later doesn't work with 8-bit databases generated by dictfmt-1.9.14 and earlier. See ChangeLog for details. If you use 8-bit database, rebuild them using new `dictfmt' like this dictunformat db.index < db.dict | dictfmt -t --locale <locale> db-new dictd: - fixed: Function `dict_search_bmh' works incorrectly in utf-8 mode on non-GLIBC systems. As a result `suffix', `substring' and `word' strategies may work incorrectly with UTF-8 databases on such platforms (FreeBSD). - fixed: In dictd-1.9.8 support of CYGWIN was declared, but it was broken in later versions. dictd-1.9.15 can be succesfully built with CYGWIN. - fixed: `dictd' dies when client tries to obtain information about virtual database (SHOW INFO <virt_db>). - Every database specified in configuration file may have its own "default" search strategy (i.e. `.' strategy). For this purpose additional keyword `default_strategy' is implemented. See example2.conf sample file and dictd.8 for documentation. - When `-d' is applied, debugging information is printed to syslog (or log file or stderr). NOTE: `-dinit' option may show you a reason why dictd doesn't start. If you are in trouble, apply it first (and -L or -s of course)! - dictd works correctly even on platforms which do not support `iswalnum', `iswspace' and `towlower' functions. Dictd with utf-8 databases was slightly tested on FreeBSD4.{9,10} -fixed: logging is directed when --inetd is applied - `AC_FUNC_MMAP' is replaced for `AC_CHECK_FUNC(mmap)' in configure.in As a result `mmap/munmap' functions will be used on CYGWIN and INTERIX if they are present. If you dislike it, use --without-mmap option. dictdplugin_dbi plugin: - new options: `all_char' and `utf8'. `all_char' option is set to FALSE by default. `utf8' option is set to TRUE by default. Both are overrided by `00-database-allchars' and `00-database-utf8' special headwords. dictd/dict/... have been ported to Interix (MS SFU-3.0 and SFU-3.5). It works fine as Interix daemon with ASCII databases (tested on Interix 3.0 and 3.5) NOTE: GNU make is needed for building `dictd' dictfmt: - new option --default-strategy. See dictfmt(1).
2005-02-22Add and enable p5-Pod-Coverage.wiz1-1/+2
2005-02-22Initial import of p5-Pod-Coverage:wiz4-0/+39
Checks if the documentation of a perl module is comprehensive.
2005-02-21Sign over maintainership to tech-pkg@hubertf4-8/+8
2005-02-20Add patch from Matthew Luckie in PR 29297 to make this compile on 1.6.1.wiz2-1/+15
Will be in next aspell release.
2005-02-20Simplify depends to ruby-iconv package.taca1-5/+3
No functional change.
2005-02-19Update to 1.58:wiz2-6/+5
1.58 - fixed a pointer initialization in parse_xml_chunk(), fixes random several segmentation faults on document fragments. - added NSCLEAN feature to the parser interface (bug 4560) - minor code cleanups - updated libxml2 blacklist. - fixed croak while requesting nodeName() of CDATA sections (bug 1694). - more documentation updates
2005-02-19Update to 0.530:wiz2-6/+5
0.530 Tue Feb 1 13:09:31 GMT 2005 - Allow scalar references for the OUTPUT parameter, inspired by Simon Oliver's XML::Writer::String (patch from Yanick Champoux) - Added ENCODING parameter; currently only UTF-8 is supported - Escape newlines in attribute values 0.520 Wed Sep 1 16:18:46 BST 2004 - Fixed bug with forced declaration of the default namespace (#7266) - Removed dead code. Added copyright notices to pod. - Improved test coverage 0.510 Tue May 25 19:46:04 BST 2004 - Permitted in-document namespace prefix control - Don't reopen STDOUT for output (closes #6232) - Moved tests into t/. Added tests for mid-document namespace changes. Show diffs when comparison tests fail
2005-02-19Update to 3.16:wiz4-16/+16
Changes in 3.16 added the xml_split/xml_merge tools fixed PI handler behaviour when used in twig_roots mode fix a bug that prevented the DTD to be output when update_DTD mode is on, no DTD is present but entities have been created added level(<n>) trigger for handlers fixed bug that prevented the output_filter to be called when printing an element. Spotted thanks to Louis Strous. fixed bug in the nsgmls pretty printer that output invalid XML (an extra \n was added in the end tag) found by Lee Goddard fixed test 284 in test_additional to make it pass in RedHat's version of perl 5.8.0, thanks to rdhayes for debugging and fixing that test. first shot at getting Pis and comments back in the proper place, even in 'keep' mode. At the moment using set_pcdata (or set_cdata) removes all embedded comments/pis fixed a bug with pi's in keep mode (pi's would not be copied if they were within an element) found by Pascal Sternis added a fix to get rid of spurious warnings, sent by Anthony Persaud added the remove_cdata option to the XML::Twig new method, that will output CDATA sections as regular (escaped) PCDATA added the index option to the XML::Twig new method, and the associated XML::Twig index method, which generates a list of element matching a condition during parsing added the XML::Twig::Elt first_descendant method fixed a bug with the keep_encoding option where attributes were not parsed when the element name was followed by more than one space (spotted by Gerald Sedrati-Dinet), see https://rt.cpan.org/Ticket/Display.html?id=8137 fixed a bug where whitespace at the begining of an element could be dropped (if followed by an element before any other character). Now whitespace is dropped only if it includes a \n added feature: when load_DTD is used, default attributes are now filled fixed bug on xmlns in path expression trigger (would not replace prefixes in path expressions), spotted by amonroy on perlmonks, see http://perlmonks.org/index.pl?node_id=386764 optimized XML::Twig text, thanks to Nick Lassonde for the patch fixed bug that generated an empty line before some comments (pointed out by Tanya Huang) fixed tests to check XML::Filter::BufferText version (1.00 has a bug in the CDATA handling that makes XML::Twig tests fail). Added new options --nowrap and --exclude (-v) to xml_grep fixed warning in tests under 5.8.0 (spotted by Ed Avis) skipped HTML::Entities tests in 5.8.0 (make test for this module seem to fail on my system, it might be the same elsewhere) Fixed bug RT #6067 (problems with non-standard versions of Scalar::Utils which do not include weaken) Fixed bug RT #6092 (error when using safe output filter) Fixed bug when using map_xmlns, tags in default namespace were not output Changes in 3.15 Fixes that allow the tests to pass on more systems (thanks to Ed Avis for his testing) Added normalize_space option for simplify (suggestion of Lambert Lum) Removed usage of $& Expanded the doc for paste, as it was a bit short (suggestion of Richard Jolly) Changes in 3.14 Namespace processing has been enhanced and should work fine now, as long as twig_roots is not used. Potentially uncompatible change: the behaviour of simplify has been changed to mimic as exactly as possible XML::Simple's XMLin Completed the pod to cover the entire API Tests now pass with perl 5.005_04-RC1 (fail with 5.005 reported by David Claughton), added more tests and a config summary at the end of the tests Added methods on the class attribute, convenient for dealing with XHTML or preparing display with CSS: class set_class add_to_class att_to_class add_att_to_class move_att_to_class tag_to_class add_tag_to_class set_tag_class in_class navigation functions can use '.<class>' expressions fixed (yet another!) bug in the way DTDs were output fixed bug for pi => 'drop' option changed the names of lots on internal (undocumented) methods, prefixed them with _
2005-02-19Add and enable p5-XML-SAX-Writer.wiz1-1/+2
2005-02-19Initial import of p5-XML-SAX-Writer-0.44:wiz4-0/+43
A new XML Writer was needed to match the SAX2 effort because quite naturally no existing writer understood SAX2. My first intention had been to start patching XML::Handler::YAWriter as it had previously been my favourite writer in the SAX1 world. However the more I patched it the more I realised that what I thought was going to be a simple patch (mostly adding a few event handlers and changing the attribute syntax) was turning out to be a rewrite due to various ideas I'd been collecting along the way. Besides, I couldn't find a way to elegantly make it work with SAX2 without breaking the SAX1 compatibility which people are probably still using. There are of course ways to do that, but most require user interaction which is something I wanted to avoid. So in the end there was a new writer. I think it's in fact better this way as it helps keep SAX1 and SAX2 separated.
2005-02-19Reorder lines.wiz1-2/+2
2005-02-19Complete move of p5-XML-YAWriter to p5-XML-Handler-YAWriter.wiz5-32/+2
2005-02-19Re-import of p5-XML-Handler-YAWriter in the correct directorywiz4-0/+30
(previous try was missing "-Handler").
2005-02-19Format.wiz1-3/+3
2005-02-19Sort lines for pkglint, add HOMEPAGE.wiz1-2/+3
2005-02-19Update to 2.14:wiz2-6/+6
2.14 Jan 29 2005 - unlink and lock fixes for VMS (patch from Peter (Stig) Edwards) 2.13 Nov 17 2004 - Fixed bug where NoIndent broke KeyAttr (reported by David Haas) - Added copy_hash helper method which may be overridden to avoid tied hashes becoming untied during XMLout (patch from Jan Sundberg) - Fixed bug where GroupTags corrupted source hashref in XMLout (reported by Bram) - Tweaks to SuppressEmpty for undef with XMLout (report from jamesb), behaviour now matches docs and additional behaviour of setting option to 1 will skip undefined values altogether
2005-02-19Update to 1.08:wiz2-6/+6
1.08 thu 20020822 14:01 - "fix" it to follow the latest XML NS Errata barfing around
2005-02-19Update to 0.36:wiz3-32/+6
changes: - Slight changes to the way things are dumped. - Fixed bugs dumping "foo\nbar" for svk acceptance
2005-02-19Update to 1.05:wiz2-6/+5
* Kakasi.xs (do_kakasi): Fixed a bug: segfault on null string. * Kakasi.pm: Fixed bad place of "=back".