summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2002-02-21Update p5-Text-CSV-Hash to 0.09abs2-5/+5
- Handle .csv files with any combination of unquoted fields, quoted fields with embedded newlines, fields ending in ", embedded "\n strings (the most fun), all on the same line. - Vow to hunt down and kill anyone producing such files.
2002-02-21Update p5-Text-CSV-Hash to 0.08:abs2-5/+5
Add new method 'linenolable' to retrieve the label for the linenumber Rename 'entries' to 'rows' (leaving entries as a synonym)
2002-02-18Introduce new framework for handling info files generation and installation.seb12-44/+51
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15Updated p5-Text-CSV-Hash to 0.06abs2-5/+5
Avoid uninit warnings for zero length .csv files
2002-02-15mkdir -> ${MKDIR}skrll7-17/+17
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14Updated lq-sp to 1.3.4.7 [abs 2002-02-14]abs2-5/+5
1.3.4.6: fixed a compile error when using gcc 2.96 1.3.4.7: fixed a bug where a bad Host header was sent when fetching a URL whose host was given as an IP address.
2002-02-11Added php4-domxml: a DOM interface for PHP4manu1-1/+2
2002-02-11DOM interface for PHP 4.manu4-0/+46
2002-02-05update to 0.7drochner3-11/+182
changes: * Expat 1.95.2 has been integrated. * James Tauber has contributed an implementation of TREX, in the xml.schema.trex module. * xmlproc has been updated to produce Unicode strings in Python 2.x using the Python codecs to convert the input. * 4XPath and 4XSLT from the 4Suite package have been integrated as xml.xpath and xml.xslt. Both packages are a few releases behind 4Suite. In case of conflicts with a 4Suite installation, passing --without-{xpath,xslt} to setup.py is recommended. * XBEL has been updated to revision 1.1. * The C14N code in xml.dom.ext.c14n was completely rewritten. * Swedish and French messages have been added to xmlproc. * New SAX2 drivers have been added for htmllib, sgmllib, sgmlop, and sgmlop_html.
2002-02-05Updated gtk-doc to 0.9 (privided by Amitai Schlair in pkg/15484)martti2-5/+5
* examples/Makefile.am: added SCANOBJ_OPTIONS in case the module needs to pass options to gtkdoc-scanobj or gtkdoc-scangobj. * tools/gtk-doc.el: added Zucchi's emacs lisp for automatically adding skeleton comment blocks above functions. Very handy! * gtkdoc-scangobj.in: we now default to calling g_type_init() to initialize the type system, rather than gtk_init(). This means you don't need an X connection to build the docs any more. Hurrah! Also added a '--type-init-func' argument so you can change the function to be called. GTK+ uses --type-init-func="gtk_type_init(0)". * gtkdoc-scan.in (ScanHeader): removed 'Found object' debug message.
2002-02-04Update ruby-rdtool package to 0.6.11. It also updates devel/ruby-rd-modetaca6-54/+17
package implicitly. 0.6.11 * support Ruby 1.4.6. thanks. > Aoki-san * now `=begin' and `=end' are omitable. thanks. > Nakada-san * changed to omit <p>...</p> for some ListItem. * added `class="foottext"' attribute to <p> element for foottext. thanks. > Kimura-san * bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san * added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san * rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san
2002-02-03This pkgs uses a newer libtool which means we need LIBTOOL_OVERRIDE notskrll1-2/+2
LTCONFIG_OVERRIDE. From Eric Schnoebelen <eric@cirr.com> in pkg/15472
2002-01-31fix package nameabs1-1/+1
2002-01-31Added html2wmlmartti1-1/+2
2002-01-31Added html2wml-0.4.8.2 (provided by Shell Hung in pkg/15089)martti4-0/+36
Html2Wml converts HTML pages to WML pages, suitable for being viewed on a Wap device. The conversion can be done either on the command line to create static WML pages or on-the-fly by calling this program as a CGI.
2002-01-31Added gtk-docmartti1-1/+2
2002-01-31Added gtk-doc-0.8 (provided by Amitai Schlair in pkg/15071)martti4-0/+43
The GTK+ Reference Documentation Project (RDP) aims to provide a complete set of reference material for the GLib, GDK, and GTK+ libraries. It is created using the gtk-doc system, which parses C header files and creates 'template' files which are then filled in by the authors. These template files are then converted into DocBook SGML, and from there to HTML or printed output.
2002-01-30Enable p5-XML-Checker, p5-XML-LibXML, p5-XML-NamespaceSupport, p5-XML-SAX.mjl1-1/+5
2002-01-30Initial import of p5-XML-LibXML-1.31mjl6-0/+56
This module is an interface to the gnome libxml2 DOM parser (no SAX parser support yet), and the DOM tree. It also provides an XML::XPath-like findnodes() interface, providing access to the XPath API in libxml2. Provided by Shell Hung in PR/15088.
2002-01-30Initial import of p5-XML-SAX-0.07mjl5-0/+52
XML::SAX is a SAX parser access API for Perl. It includes classes and APIs required for implementing SAX drivers, along with a factory class for returning any SAX parser installed on the user's system. Older version (0.6) provided by Shell Hung in PR/15087.
2002-01-30Initial import of p5-XML-NamespaceSupport-1.04mjl4-0/+28
This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks. Provided by Shell Hung in PR/15408.
2002-01-30Initial import of p5-XML-Checker-0.10mjl4-0/+36
XML::Checker is a different ways to validating XML documents, it provides several classes : XML::Checker - contains the XML::Checker class that is used by the others XML::Checker::Parser - an XML::Parser that validates at parse time XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time Provided by Shell Hung in PR/15086. oVS: ----------------------------------------------------------------------
2002-01-30Canonize download pathmjl1-2/+2
2002-01-29add py-HappyDocdrochner1-1/+2
2002-01-29initial import of py-HappyDoc-2.0, a python tool to generate Python APIdrochner5-0/+177
documents, submitted by Shell Hung per PR pkg/15145
2002-01-29Updated libxslt to 1.0.9 (provided by Shell Hung in pkg/15078)martti4-18/+16
- documentations updated - applied Keith Isdale patch for debugger glue - replaced breakpoint module - more bugs fixed
2002-01-29Updated libxml2 to 2.4.13martti7-27/+27
* several bug fixes * documentation fixes (ChangeLog is almost 200 lines for 2.4.12 -> 2.4.13)
2002-01-27Add and enable ruby-nqxml.taca1-1/+2
2002-01-27Importing ruby-nqxml package 1.1.3.1, XML parser written in pure Ruby.taca4-0/+101
Based on PR pkg/14301 with slightly modification and newer version 1.1.3p1.
2002-01-24Depend on 0.12.2nb1 (link fix).wiz1-2/+2
2002-01-24Bump to 0.12.2nb1: Link library with stdc++.wiz4-2/+31
2002-01-22for transition, move to lang/python20/Makefile.incdrochner1-2/+2
2002-01-22Update source-highlight package from version 1.1 to version 1.2.1.agc3-6/+7
Provided in PR 15330 by Kevin Lo (kevlo@midassol.com). Changes since previous version: + More modern versions of getopt.c, getopt1.c, getopt.h taken from the GNU C library + miscellaneous bug fixes and additional checks + tags2.j2h added + Added NormalGenerator for normal text
2002-01-22Make sure we get a version of libxml2 that the configure script wants.skrll1-1/+3
2002-01-19Update ruby-eruby package to 0.9.7. Quote from ChangeLog is bellow.taca2-5/+5
Wed Oct 17 14:58:24 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.7 released. Mon Oct 15 13:54:18 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): fix prototype of Init_stack(). Wed Oct 10 15:15:48 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call ruby_finalize(). * eruby_main.c (run): print error messages to stderr if $DEBUG is false. Tue Sep 4 15:33:38 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call Init_stack().
2002-01-19Update p5-Text-Balanced to 1.89mjl2-6/+6
- Revised licence for inclusion in core distribution - Consolidated POD in .pm file - renamed tests to let DOS cope with them - Made extract_multiple aware of skipped prefixes returned by subroutine extractors (such as extract_quotelike, etc.) - Made extract_variable aware of punctuation variables - Corified tests - Fixed extvar.t tests
2002-01-19Update p5-XML-DOM to 1.36.mjl2-5/+5
- Replaced 'our' with 'my' in t/dom_text.t, to work with perl < 5.6.0
2002-01-17move to canonical pkg name (pyX.Y-pkg-vers),drochner4-5/+32
append version suffix to installed scripts to avoid conflicts, patch path to python executable into installed scripts
2002-01-17Update p5-Text-CSV-Hash to 0.05abs2-5/+5
Correctly handle commas and other fun in column headings when writing out csv files.
2002-01-16Update p5-Text- CSV-Hash to 0.04:abs2-5/+5
Implement name_row_offset option.
2002-01-16use buildlink for pythondrochner2-345/+344
2002-01-15Add and enable aspell.wiz1-1/+2
2002-01-15Initial import of aspell:wiz9-0/+334
Aspell is an Open Source spell checker designed to eventually replace Ispell. Its main feature is that it does a much better job of coming up with possible suggestions than Ispell does. In fact recent tests shows that it even does better than Microsoft Word 97's spell checker in some cases. In addition it has both compile time and run time support for other non English languages. Aspell is also a library however the recommend way to use aspell is through the Pspell library as the actual interface to the aspell library is constantly changing.
2002-01-15Update to 0.12.2; also buildlink'ify and add buildlink.mk.wiz4-21/+61
Changes since 0.11.2: * Added a length parameter to many Pspell functions which should cut down on unnecessary copying of words with some programs that use Pspell. Unfortunately this also breaks sourcecode compatibility. But it is easy to fix, see section 2.3.4 for what to do. * Added support for mapping the county code to a spelling for the English language. For example the language tag ``en_GB'' will now get the British dictionary if it is available. * Rewrote the ``Usage'' section of the manual to use the C interface instead of the C++ one as I recommend using the C interface even in C++ code to avoid some of the nasty issues associated with C++ linkage. * Libltdl is now enabled by default. * Switched to the multi-language branch of libtool. * Added support for iso-8859-13 and 14. And some of bugfixes.
2002-01-13patthern -> patternwiz1-2/+2
2002-01-10Wildcard elk dependency.wiz1-2/+2
2002-01-10Remove non-existing patch-aa from distinfo.wiz1-2/+1
2002-01-06Update textproc/php4-xslt to 4.1.1. Changes from version 4.1.0 include:jlam1-3/+3
- Fixed several crash bugs in the xslt extension. (Markus, Derick)
2002-01-06Update textproc/php4-xml to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update textproc/php4-wddx to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.