summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig64-154/+146
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04Update helpdeco to version 2.1.3. Changes include:ben2-6/+6
* helpdec1.c, helpdeco.h: Improve const correctness - thanks to Markus Elfring (elfring) for the tip * compat.c: Apply patch from Dirk Jagdmann (doj) to fix pointer flibbling * splitmrb.c: Apply patch from Dirk Jagdmann (doj) to fix HOTSPOT struct packing with GCC >= 3 * compat.c, compat.h, helpdeco.c, splitmrb.c, zapres.c: Apply patch from Dirk Jagdmann (doj) to use POSIX path defines instead of DOS ones. * helpdec1.c, helpdeco.c: Add patch for compiling with GCC 4.0 from Andreas Jochens <aj@andaco.de>
2005-12-04Enable p5-Number-Format, p5-Template-Plugin-Number-Formatmjl1-1/+3
2005-12-04Initial import of p5-Template-Plugin-Number-Format 1.01mjl4-0/+28
This Module makes the number-munging grooviness of Number::Format available to your templates. It is used like a plugin, but installs filters into the current context.
2005-12-04Initial import of p5-Number-Format 1.45mjl4-0/+24
This module provides an easy means of formatting numbers in a manner suitable for displaying to the user.
2005-12-04Enable p5-Text-Diff-HTMLmjl1-1/+2
2005-12-04Import p5-Text-Diff-HTML 0.04mjl4-0/+33
2005-12-04Update to 0.17 as the old version is no longer available.mjl2-7/+7
Changes are minor bug fixes and improvements only.
2005-12-03Add py-html2text.schmonz1-1/+2
2005-12-03Initial import of html2text, a Python script that convers a pageschmonz4-0/+41
of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).
2005-12-02- install the language filters into $PREFIX/libdata/subtitleripper, notmrg4-11/+30
$PREFIX/share/doc/subtitleripper. - patch pgm2txt to look in $PREFIX/libdata/subtitleripper instead of $HOME/sourceforge/subtitleripper/src - bump PKGREVISION.
2005-12-02Add p5-Text-Emoticon-MSN.minskim1-1/+2
2005-12-02Import p5-Text-Emoticon-MSN from pkgsrc-wip. Packaged by Roman Kulik.minskim4-0/+26
Text::Emoticon::MSN is a text filter that replaces text emoticons like ``:-)'', ``;-P'', etc. to the icons of MSN Messenger, detailed in http://messenger.msn.com/Resource/Emoticons.aspx
2005-12-01add tex2pagegdt1-1/+2
2005-12-01TeX2page makes Web pages from TeX manuscripts. It reads an inputgdt4-0/+38
document that is marked up in a TeX format (viz., plain TeX, LaTeX, Texinfo), and produces an output document with the functionally equivalent HTML markup. TeX2page uses the same input file syntax, calling conventions, and error-recovery mechanisms as TeX, and thus demands no additional expertise of a user already familiar with TeX. TeX2page runs on modern Schemes and Common Lisp.
2005-11-30added auxillary definition for systems that do not define _POSIX2_LINE_MAXschwarz1-2/+6
(such as IRIX 5). Change approved by jschauma.
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam2-6/+4
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-24Add a new perl package.wiz1-1/+2
2005-11-24Initial import of p5-Pod-Tests:wiz4-0/+24
This is a specialized POD viewer to extract embedded tests and code examples from POD. It doesn't do much more than that. pod2test does the useful work.
2005-11-23Update to 1.05. Update HOMEPAGE.wiz2-8/+7
1.05 - Thu Aug 12 20:54:31 2004 * fixed version number * improved RSS 2.0 generation support * typo and documentation fixes 1.04 - Web Mar 03 20:49:43 2004 * update Changes to include changes for 1.03 1.03 - Web Mar 03 00:24:07 2004 * quell warnings when parsing RSS 0.9x, RSS 2.0 1.02 - Mon Feb 20 15:34:21 2003 * fixed bug in encode(). encode() did not respect CDATA sections and would mangle them when encountered. now behaves properly (we hope) even when CDATA and #PCDATA are mixed together liberally 1.01 - Mon Feb 3 15:46:25 2003 * fixed bug with handle_char(). i (brian d foy) mis-diagnosed a previous bug and broke handle_char() when what I should have done was initialise the object for each call to parse*() * if you have version 1.0, you should upgrade to this version, 1.01 1.00 - Fri Jan 31 11:26:41 2003 * the as_string method now encodes special characters. valid output! * a new "Auto Add" feature can add modules for namespaces found while parsing (off by default) * can output RSS 2.0, but not parse it yet * this is the last major release in this track. we are going to completely rewrite XML::RSS as something more extendable. 0.98_05 - Mon Jan 27 15:54:32 2003 * The auto add_feature is not controlled by the $AUTO_ADD variable and is off by default * removed the distribution tests now that it is ready to distribute 0.98_04 - Fri Jan 17 20:00:29 2003 * the parse and parsefile routines now automatically add non- standard namespace to the modules list 0.98_03 - Fri Jan 17 19:22:20 2003 * changed the handle_char() routine to replace data rather than append to existing data. this takes care of the doubling problem in the last issue. * set the RSS 2.0 namespace in the _initializer routine * all tests now pass. if this works for people, it could turn into a release candidate 0.98_02 - Fri Jan 17 15:47:29 2003 * added initial RSS 2.0 support * first fix to properly encode special characters in output * need to fix feature to add namespace (tests are TO DO) 0.98 Tue Nov 12 05:45:36 CST 2002 - module taken over by brian d foy <bdfoy@cpan.org> - module now in SourceForge (http://www.sourceforge.net/projects/perl-rss) - added support for arbitrary namespaces (with defaults to the usual suspects) - fixed ommission of encoding with version 0.9 output 0.97 Wed Mar 21 03:13:29 EST 2001 -added support for the Taxonomy module (taxo). It only works inside the channel or item elements and only supports one form of the module syntax. See the XML::RSS documentation for examples.
2005-11-23Update to 1.44:wiz2-8/+7
This is a maintentance release. There are no feature changes. _scrubpkg, which was responsible for eptying out temporary packages after the module had done with them, wasn't always working; the result was memory-leaks in long-running applications. This should be fixed now, and there is a test in the test suite for it. Minor changes to the test suite to prevent spurious errors. Minor documentation changes.
2005-11-23Update to 1.13:wiz2-9/+10
1.07 Wed Apr 2 04:45:05 2003 - Tweaked pod to remove invalid markup - Fixed left justification of last line of fully justified text (thanks Elias) - Devolved &from and &tag to Text::Reform - Fixed incorrect handling of stringifiable objects (thanks dLux) - Fixed bugs on null input (now short-circuits) - Fixed unwarranted trimming of trailing newlines (thanks Mark) - Added C<renumber> option to control renumbering - Preserved capitalization of abbreviations under case changes (thanks Alex) - Added "autocentre" flag to switch off auto-centring of paras - Added "ignore" flag to control which paragraphs are reformatted (thanks Tony) 1.08 Wed Apr 2 22:30:05 2003 - Simplified test.pl 1.10 Wed Apr 9 08:49:51 2003 - Fixed test.pl again!!! 1.11 Wed May 7 09:44:26 2003 - Enhanced "highlight" casing mode (thanks Tom) - Made hyphenation smarter (thanks Raj) 1.12 Tue May 27 23:34:33 2003 - Now honours -- mail sig introducer (stops formatting that that point) - Now ignores mail headers - Added exportable &ignore_headers for when using in user-defined "ignore" subs - Now handles of embedded HTML entities (thanks David) - Added call to C<use utf8> for 5.6 compatibility (thanks Paolo) - Restricted normal numbering to the range 0-999 to prevent false numbering caused by a year (like 1999) at the start of a line (like this) - Fixed subtle bug with words starting with "ps-" being treated as post scripts (thanks Rashid!) 1.13 Wed May 4 22:44:20 2005 - Added sample config files for emacs and vim - Extended allows "Name>" quoters to "Name_1>" (thanks Simon) - Fixed weird behaviour of "(e.g. at start of line" (thanks Tim) - Fixed handling of mail headers by adding "mail" option (thanks Struan) - Fixed bug in quoters (thanks Steve) - Added a C<lists> option to turn off special treatment of apparent lists (thanks Ingvar)
2005-11-23Update to 2.120:wiz2-7/+6
2.120 Wed Mar 16 01:39:57 CET 2005 - '-base', and '-places' options for $RE {num} {int}. '-group' can now take arguments for the form 'N,M'. - New file: t/number/integer.t - Comments for BML, INTERCAL (JP), and CQL. - Regexp::Common::SEN nits. - Many more tests. - ca. 223k tests in 56 files.
2005-11-23Add HOMEPAGE.wiz1-2/+2
2005-11-22Update to 3.03:wiz2-7/+6
2005-11-21 Allison Randal * Release 3.03 Applied whitespace patches for Pod::Man and Pod::Text from Russ Allbery. Applied validation patches to Pod::Simple::HTML from Graham Barr.
2005-11-19pkglint --autofixrillig1-1/+2
2005-11-19Imported p5-Pod-Tree from pkgsrc-wip.rillig4-0/+27
Pod::Tree parses a POD ("plain old documentation") text into a static syntax tree. Applications walk the tree to recover the structure and content of the POD.
2005-11-18- Remove a redundant template from the stylesheet. It used to beminskim4-5/+67
ignored by xsltproc, but the recent version generates an error. - Delete share/xsl only it is emtpy, since it is shared by other xsl packages. Bump PKGREVISION.
2005-11-17Removed unused empty files.rillig3-0/+0
2005-11-17SunPro says: A void function cannot return a value.rillig2-1/+22
2005-11-15Fix path to itself.wiz1-2/+2
2005-11-14Update to 0.37:wiz5-30/+16
Changes 0.36 to 0.37 -------------------- Bug fixes: - Bug reported by Suzanne Skinner (and others) fixed New features: - XML/DocBook output now contains <footnote> tags - Antiword is now based on DeskLib instead of RISC_OSLib (RISC OS only) - Show page headers and footers (PostScript and PDF output only) - Show text that was removed by the revisioning system - Improved kantiword, based on information from Stefan Wiens
2005-11-14Use ${TEX} and ${PDFTEX} from buildlink3. Allow teTeX2 as TEX_ACCEPTEDtonio1-4/+4
2005-11-14Use pkg-configadam1-3/+3
2005-11-13Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX to distinguishminskim2-5/+5
add-on packages from those distributed with TeX. Currently, PKG_LOCALTEXMFPREFIX and PKG_TEXMFPREFIX are same, so no PKGREVISION bump.
2005-11-13Add tex-xmltex.minskim1-1/+2
2005-11-13Import tex-xmltex from pkgsrc-wip.minskim4-0/+46
xmltex implements a non-validating parser for documents matching the W3C XML Namespaces Recommendation. The system may just be used to parse the file (expanding entity references and normalising namespace declarations) in which case it records a trace of the parse on the terminal. Normally however the information from the parse is used to trigger TeX typesetting code. Declarations (in TeX syntax) are provided as part of xmltex to associate TeX code with the start and end of each XML element, attributes, processing instructions, and with unicode character data.
2005-11-12Add and enable libxml++2.wiz1-1/+2
2005-11-12Initial import of libxml++2, provided by Evaldo Gardenali in pkgsrc-wip.wiz5-0/+327
libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio2-4/+4
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-09Fix WRKSRC (hi rillig!).wiz1-1/+3
2005-11-09bump PKGREVISION for dependency change (hi, tv!)grant1-1/+2
2005-11-09Make it depends on ruby-rdtool since it install a library file intotaca1-1/+8
rdtools's directory. Bump PKGREVISION.
2005-11-09Prevent installing extra ${PREFIX}/bin/rdswap.rb. It fixes a problemtaca1-2/+4
found by bulk-build.
2005-11-08Convert ot use tex.buildlink3.mktonio3-20/+21
latex2html installs it's latex files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08Include <sys/time.h> to get fd_set on Interix.tv2-1/+14
2005-11-08Need gm4, too, as system-builtin m4 does not support "-P" on many platformstv1-2/+2
(including Interix).
2005-11-08Include devel/libgetopt bl3 for <getopt.h>.tv1-1/+2
2005-11-08Interix has strlcpy(3) too.tv1-2/+2
2005-11-08Don't override the system-supplied prototype for getopt(3).tv2-1/+24