summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2007-01-07Update to 0.35.3:wiz2-6/+6
Version 0.35.3 * Check for leftout files in builddir, for for generated files (Rodney Dawes) * Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update -- bug #391892 (Rodney Dawes) * Ignore files in POTFILES.{skip,ignore} when looking for leftout files -- bug #391892 (Rodney Dawes) * Match $LINGUAS with LINGUAS file more precisely -- bug #342500 (Jürg Billeter) Version 0.35.2 * Create builddir if it doesn't exist when generating header files -- bug #348952 (Rodney Dawes) * Update checks for leftout files with intltool-update -m -- bug #386118 (Rodney Dawes) * Better support for using $srcdir (Rodney Dawes) * Run intltool-update -m in make check (Rodney Dawes) * Handle LINGUAS environment variable properly -- bug #342500 (Rodney Dawes) * Make sure that we always call FindPackageName so variables get set properly -- bug #350013 (Rodney Dawes) * Set $top_builddir in Makefile.in.in for stamp-it rule -- bug #345560 (Daniel Leidert)
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig11-38/+38
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-06Update to 0.60.5:wiz9-47/+34
* Compile fix for gcc 4.1 * Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf 2.61 * Documentation improvements, including an updated `man' page. * Complain if more than one file is specified when checking files using the `aspell check' command, rather than ignoring the other files. * Large number of bug fixes.
2007-01-05Fix building this with sun studio compilers. Patch submitted upstream.dmcmahill3-3/+25
2007-01-03Fix what turned out to be a incomplete PLISTadrianp1-1/+58
Ride the recent import
2007-01-03+py-Xadrianp1-1/+2
2007-01-03PyX is a Python package for the creation of PostScript and PDF files. Itadrianp4-0/+141
combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives. Features * PostScript and PDF output for device independent, freely scalable figures * seamless TeX/LaTeX integration * full access to PostScript features like paths, linestyles, fill patterns, transformations, clipping, bitmap inclusion, etc. * advanced geometric operations on paths like intersections, transformations, splitting, smoothing, etc. * sophisticated graph generation: modular design, pluggable axes, axes partitioning based on rational number arithmetics, flexible graph styles, etc.
2006-12-15update to 0.35.1drochner3-38/+6
changes: -Make regex patterns greedier, to avoid perl stack overflows -Add code to detect DATADIRNAME -Support older/non-GNU versions of diff when validating tests -Add new mode to support quoted text in any file -Fix the warning message for missing IT_PROG_INTLTOOL and error out
2006-12-15Reset maintainer, ben@ has resigned.wiz5-10/+10
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg2-4/+4
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-10Make this package build on Darwin.minskim6-1/+77
- Link with the C++ compiler because this is written in C++. - Link with all the required libraries to prevent undefined symbols. - Add only libtool libraries to LT_LIBS. Based on patches provided by Ben Collver in PR 34495.
2006-12-07py-libxml2 needs Python 2.3+, so py-libxslt has the same limitation.joerg1-1/+2
2006-12-06Needs msgfmt and msgmerge.joerg1-2/+2
2006-12-06Requires Perl at run time. Bump revision.joerg1-3/+3
2006-12-05Update to 1.3.0:wiz2-7/+7
This stable release includes updated documentation, relocatable binary support, better Aspell support, Hunspell support (replacement for Myspell), Hspell support, and some minor bugfixes.
2006-12-03We use iconv, so add its buildlink3.mk. Also set ICONV=iconv in theabs1-1/+4
environment to avoid the build failing due to the 'extra smart' build system in here taking "iconv" in intltool-merge.in and replacing it with "/usr/pkg/bin/iconv"
2006-12-01Use PyBool_Check -> needs Python 2.3+joerg1-1/+2
2006-12-01Update p5-XML-Atom to 0.25.kleink2-6/+6
Revision history for XML::Atom 0.25 2006.11.30 * Fixed memory leaks in XML::Atom::Client (Reported by Brian Cassidy) 0.24 2006.11.25 * Updated document to mention that ID creation is user's responsibility * Added $feed->as_xml_utf8 which always returns UTF-8 bytes string, rather than UTF-8 flagged one. This addresses annoying issues with UTF-8 vs. latin-1 (Thanks to Rui Vilela #21191) * Better fix for the hateful default: prefix issue in libxml2; now we remove the default\d* prefix on any nodes and set the proper namespace URI. * Fix to the test case since 0x242 is now printable character in bleadperl (Thanks to Andreas Koenig and Steve Peters) * Skip tests if 'euc-jp' is unknown encoding on your XML library (via CPAN testers)
2006-11-30Update to version 1.62.seb3-22/+6
Changes since last packaged version (1.61): 1.62pre - security callback interface contributed by Shane Corgatelli - check libxslt version - added XML::LibXML-like API to retrieve libxslt version - added output_as_bytes() and output_as_chars() - added regression tests for output_as_* to 11utf8.t - output_as_string documentation fixed to match reality - make 06entities.t to pass with older libxml2/libxslt - POD uses items instead of headings - fixed media_type and output_encoding for imported stylesheets [rt.cpan.org #23440]
2006-11-27Add missing @dirrm to PLIST. Bump PKGREVISION.wiz2-2/+4
2006-11-24Reset maintainer:wiz2-4/+4
Name service error for name=ethmoid.org type=MX: Host not found, try again
2006-11-24Add INSTALLATION_DIRS, otherwise the perl "vendor" directoryriz1-1/+2
does not get created under some circumstances.
2006-11-24update to 0.58drochner3-8/+9
changes: various updates
2006-11-24Made the package work on Solaris. It needed an obscure patch andrillig3-4/+20
USE_PKGLOCALEDIR.
2006-11-22./configure demands libxml2>=2.6.27.ghen1-2/+2
2006-11-21Add a patch from libxslt CVS:recht3-2/+22
* libxslt/transform.c: fixed problem with entity handling within xsltCopyAttrListNoOverwrite (#352907) http://bugzilla.gnome.org/show_bug.cgi?id=352907
2006-11-21Fixed PKGMANDIR.rillig1-1/+2
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz2-3/+4
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-11-19Add missing entry. Bump PKGREVISION.obache2-2/+4
2006-11-18Sort.kristerw1-2/+2
2006-11-17Update to version 8.1.0.reed4-12/+75
Mention docbook and LaTeX in DESCRiption. Add sourceforge to MASTER_SITES. Add more directories to INSTALLATION_DIRS (maybe some are redundant). Also install a2x. Install man pages. Install various configs and icons. Add do-test target. Following is from the AsciiDoc ChangeLog: 1. Version 8.1.0 (2006-10-22) * AsciiDoc generated XHTML documents now display as table of contents if the toc attribute is defined (JavaScript needs to be enabled for this to work). Thanks to Troy Hanson who contributed this feature based on a JavaScript by Mihai Bazon. I've simplified things somewhat to match Docbook XSL Stylesheets style, see Troy's [1]tpl User Guide for a fancier layout. Use the -a toc -a numbered command-line options to produce a number table of contents. * A [2]music filter is included in the distribution ./filters/ directory. It translates music in [3]LilyPond or [4]ABC notation to standard classical notation in the form of a trimmed PNG image which is inserted into the AsciiDoc output document. * Incorporated Paul Melis's Win32 filter patch. This workaround allows AsciiDoc to run filters under Windows. * Added uninstall.sh script. * Rather than proliferate a confusing number of filter block delimiters the following convention has been adopted: delimiters belonging to DelimitedBlock filters distributed with AsciiDoc will consist of a word (normally a noun identifying the block content) followed by four or more tilde characters. This has necessitated changing existing filter delimiters (the old delimiters still work but may be deprecated in future versions): + The example code filter block delimiter is now the word code followed by four or more tilde characters. + The source highlight filter block delimiter is now the word source followed by four or more tilde characters. * Conditionally redefined subscript and superscripting so they use the old replacements mechanism when asciidoc7compatible is defined rather than the asciidoc 8 default unconstrained quoting (patch for affected files attached). * Moved the source highlight filter from ./examples/ to ./filter/. * Added {verbose} intrinsic attribute (useful for passing verbose flag to filters). * Added {outdir} intrinsic attribute. * Renamed {docdir} intrinsic attribute to unambiguous`{indir} ({docdir}` still works but may be removed in future release). * If asciidoc(1) outputs to stdout then instrinsic attribute {docname} is extracted from the input file name. _________________________________________________________________ 2. Version 8.0.0 (2006-08-27) This is a major release because changes to quoting and index entry handling may break existing documents (see Additions and changes below and Appendix A: Migration Notes in the AsciiDoc User Guide). Please report any problems you encounter. [5]Stuart Rackham Additions and changes * Quoting can can occur within words (based on patch submitted by Benjamin Klum). See the Unconstrained Quotes sub-section in the User Guide. * The underline and plus characters can be used as alternatives to the existing apostrophe and backtick quote characters. They are arguably better choices than the apostrophe and backtick as they are not confused with punctuation. * The syntax for index entry macros have have been deprecated from +...+ and +...+ to ((...)) and (((...))) respectively. Rationale: + Bracketing is consistent other with [[...]] and <<...>> reference macros. + To easily confused with triple plus passthroughs. + To make way for the new monospace quoting. * Superscripts and subscripts are implemented as constrained quotes so they can now be escaped with a leading backslash and prefixed with with an attribute list. * An experimental LaTeX backend has been written by Benjamin Klum (a number additions in this release are to accommodate the LaTeX backend). * include macro file names now expand environment variables and tilde expansions. * A configuration file [quotes] entry can be undefined by setting to a blank value. * Added callto inline macro for Skype callto links. * Added colnumber attribute for table data markup. * A leading comment block or comment lines are now skipped (previously a document had to start with either attribute entries or a document Title). * Experimental rows attribute (number of source lines in table) available in table markup templates (used by experimental LaTeX backend). * Included install shell script written by [6]Jacob Mandelson for installing the tarball distribution. * Added INSTALL documentation file. * Added replacements2 substitution options -- a second replacements section. * Added the ability to redefine normal and verbatim substitutions with subsnormal and subsverbatim entries in configuration file [miscellaneous] section. * By default AttributeEntry values are substituted for specialcharacters and attributes, if you want a different AttributeEntry substitution set the attributeentry-subs attribute. * The name in name=value configuration file entries can now end with a backslash, just escape the trailing backslash with a backslash. For example: abc\\=xyz Results in name=abc\ and value=xyz -- previously this would have escaped the = character. * A blank configuration file section deletes any preceding section with the same name (applies to non-markup template sections). * A command-line attribute value with a @ suffix does not override existing document and configuration file attributes (normally command-line attributes have precedence over document and configuration file attributes). * localtime attribute is now encoded from the native system encoding to the output encoding. Patch submitted by [7]FKtPp -- here's his description of the problem: "I am a Chinese user of AsciiDoc and I find that when I use UTF-8 (the default encoding) to write asciidoc documents in Windows platform the resulting html footer line will get screwed. It was caused by a localized tzname that was always encoded in the windows native encoding, which in my case is cp936." * a2x(1) can generate Open Document Text files using [8]docbook2odf. Currently docbook2odf(1) only processes a subset of DocBook, unimplemented elements are skipped. * The a2x(1) format option defaults to xhtml (previously a format had to be specified explicitly). * The -d, --doctype=DOCTYPE option has been added to a2x(1) which is a shortcut for --asciidoc-options="--doctype=DOCTYPE". * Replaced a2x(1) --no-icons and --no-copy options with their negated equivalents: --icons and --copy respectively. The default behavior has also changed: copying and use of icons is disabled by default. Rationale: + To make the default behavior more consistent since use of icons and CSS stylesheets does not apply to all formats. + To make the default behavior less surprising (the creation of icon and stylesheet output files must now be explicit). * a2x(1) has been bumped from version 0.1.1 to version 1.0.0. Bug fixes * Removed duplicate ./doc/a2x.1.txt from distribution tarball. * Documentation errata. * Attribute replacement is no longer performed twice in Titles and AttributeEntrys. * a2x(1) skipped asciidoc(1) execution when rerun with different --asciidoc-options options, it now always executes asciidoc(1). The problem was that previously asciidoc(1) was executed only if the output file was missing or older than the source file.
2006-11-17+ p5-native-hyperestraier, ruby-native-hyperestraier, ruby-pure-hyperestraier.obache1-1/+4
2006-11-17Hyper Estraier is a full-text search system. You can search lots ofobache3-0/+35
documents for some documents including specified words. If you run a web site, it is useful as your own search engine for pages in your site. Also, it is useful as search utilities of mail boxes and file servers. This package provides the Ruby pure interface of Hyper Estraier.
2006-11-17Hyper Estraier is a full-text search system. You can search lots ofobache3-0/+33
documents for some documents including specified words. If you run a web site, it is useful as your own search engine for pages in your site. Also, it is useful as search utilities of mail boxes and file servers. This package provides the Ruby native interface of Hyper Estraier.
2006-11-17Hyper Estraier is a full-text search system. You can search lots ofobache3-0/+32
documents for some documents including specified words. If you run a web site, it is useful as your own search engine for pages in your site. Also, it is useful as search utilities of mail boxes and file servers. This package provides the Perl native interface of Hyper Estraier.
2006-11-17Add patches for perl and ruby binding.obache3-1/+29
2006-11-17Split Makefile to common part and base package part.obache2-2/+15
2006-11-17Add hyperestraier's buildlink3 file.obache1-0/+25
2006-11-14DESTDIR support.joerg2-2/+5
2006-11-13add textproc/Markdown and www/ikiwikidan1-1/+2
2006-11-13Initial import of Markdown-1.0.1dan4-0/+53
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
2006-11-12Fixed PKGMANDIR.rillig1-4/+4
2006-11-12Fixed perl detection and some pkglint warnings.rillig4-7/+57
2006-11-11Update hyperestraier to 1.4.9.obache3-8/+11
Changes: 2006-11-03 Mikio Hirabayashi <mikio@users.sourceforge.net> * estraier.c (est_doc_score): new function. * estraier.c (est_db_check_option): new function. * estraier.c (est_search_union): a bug related to scoring when ASIS mode was fixed. * estraier.c (est_db_score_doc): difference operator was added. * estcmd.c (procinform): display of known options was added. * estcmd.c (doputdoc): modification date of files became able to be recorded as score. * estseek.c (showresult): accuracy of "{hnum}" operator was improved. * estwaver.c (runinit, procinit): "-xs", "-xl", "-xh" options were added. - "set_score" and "score" methods were added to language bindings and node APIs. - Release: 1.4.9
2006-11-07Update p5-Text-Glob to 0.07.obache2-7/+7
Patch provided by Martin Wilke via PR 34416. Changes: 0.07 Friday 14th July, 2006 Explictly quote @ and %. Though they don't really need it to work normally, it's needed for when you roundtrip the regex back into text (like File::Find::Rule does).
2006-11-07Update p5-XML-Writer to 0.601.obache2-7/+6
Changes: 0.601 Fri Sep 1 15:01:45 BST 2006 <joe@kafsemo.org> - Don't modify list references passed as tag or attribute names (cpan #14854). 0.600 Thu Jun 30 23:17:00 BST 2005 <joe@kafsemo.org> - Don't include an encoding in the XML declaration unless one is specified. - Check for, and croak on, invalid characters (including ASCII NUL). - Fixed 'ancestor' with out-of-bounds indexes. 0.545 Mon May 16 08:11:17 BST 2005 <joe@kafsemo.org> - Format comments like elements when in data mode. - Only attempt Unicode tests for Perl >= 5.8.1. 0.540 Tue May 10 18:18:58 BST 2005 <joe@kafsemo.org> - Don't die when ENCODING is specified with a scalar OUTPUT. - Add support for US-ASCII encoding. 0.531 Mon Mar 14 22:11:33 GMT 2005 <joe@kafsemo.org> - Rename internal String package to avoid clash with external modules. - Fix Unicode test skipping for Perls before 5.8.
2006-11-07DESTDIR support. It is amazing how developers break features of automakejoerg3-2/+20
by not using the mechanisms automake already provides.
2006-11-06Added package for php-json 1.2.1 - extremely fast PHP C extensionjdolecek3-0/+19
for JavaScript Object Notation serialization.
2006-11-06add php-jsonjdolecek1-1/+2
2006-11-06--with-libxml-dir needed with PHP 5.2.0jdolecek1-3/+3