summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2002-03-30Update ruby-erb package to 1.4.3.taca2-5/+5
2002-03-28 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * erbl.rb: fix return from thread bug. * add test for safe_level.
2002-03-26Update ruby-erb package to 1.4.2.taca2-5/+5
2002-03-19 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * erbl.rb: add return _eoutvar. * fix trim_mode bug.
2002-03-26Add buildlink wrapper for gnome-1.0 so this actually works on systemsrh1-2/+6
without xpkgwedge, where it is not picked up "by accident" by another gnome wrapper.
2002-03-22Add missing DEPENDS+=... line, which caused applications fail to build with.uebayasi1-1/+2
Reported by Koji Kondo <koji@iijmio-mail.jp>.
2002-03-19Add freepwing.uebayasi1-1/+2
2002-03-19First import of FreePWING 1.4.1.uebayasi4-0/+82
FreePWING generates book data in JIS X 4081, a subset of EPWING V1, which is a most popular format for dictionaries in Japan. Book data generated by FreePWING can be read with EPWING viewer applications including proprietary softwares.
2002-03-16Update ruby-erb to 1.4.1. Sigh, it wasn't announced...taca2-5/+5
2002-03-15 Masatoshi SEKI <mas@edwin> * rename h, u method. 2002-03-13 Koji Hourai <hoc@dd.iij4u.or.jp> * fix trim_mode=2 bug.
2002-03-16Update ruby-erb package to 1.4.0.taca3-31/+8
2002-03-10 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * compile.rb: keep lineno after translation. 2002-03-06 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> * ERbLight#def_method: set fname and lineno for error message. 2002-02-12 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * add def_method/module/class method. 2002-02-11 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * remove load_erb method. * add u method.
2002-03-16Remove dependency to www/w3m. It isn't always needed to build and runtaca1-3/+1
though it is useful with w3m.
2002-03-15Use not ${INSTALL_DATA} but ${INSTALL_SCRIPT} for rc script.uebayasi1-2/+2
2002-03-15Provide a patch to configure. Expand AUTOMAKE_PATTERNS so that we don'tskrll3-5/+430
need autoconf as a build dependency.
2002-03-15Updated p5-XML-SAX to 0.09 (provided by Shell Hung in pkg/15557)martti3-6/+7
- PurePerl: Performance enhancements - PurePerl: Line End handling implemented. - PurePerl: Attribute Value Normalization implemented. - PurePerl: Fixed element copying for end_element - Fixes for perl 5.7.2
2002-03-15Typo fixes.wiz1-5/+3
2002-03-15Fix some typos and grammar.wiz1-7/+5
2002-03-15* Slight revision.uebayasi2-7/+2
* While spaces.
2002-03-15Add ndtpd.uebayasi1-1/+2
2002-03-15Initial import of NDTPD 2.1.1, a server for accessing CD-ROM books /uebayasi8-0/+212
dictionaries with NDTP protocol.
2002-03-14Update EB from 3.0 to 3.2.1.uebayasi4-43/+99
* Fix a bug in text read routine when using 'appendix'. * Import zlib-1.1.4. * If the EB_DEBUG environment variable is defined, EB Library outputs messages for debugging. `--enable-debug' option of configure is removed. * Fix a critical bug in decompression of EBZIP compression format. * The maximum compression level of ebzip is changed from 3 to 5. * Implement eb_backward_text() and revise eb_forward_text(). * The EB Library programming document (Japanese edition) is back. * Fix bugs in compressed S-EBXA support. * Add debug codes. Those codes are enabled by `configure --enable-debug'. * Rename eb_initialize_all_subbooks() to eb_load_all_subbooks(), and eb_initialize_all_appendix_subbooks() to eb_load_all_appendix_subbooks(). For backward compatibility, the old function names are defined as cpp macros. * Support for DUDEN EBG CD-ROMs is back. * Fix a bug in handling of CD-ROM mounted on the root directory. * Overhaul initialization and finalization routines in the library. * Support compressed S-EBXA CD-ROM book. Support Nippon daihyakka zensho, accessories to Sony DataDiscMan DP-S1000. * New appendices (crownfj2, crowngj). * And many bug fixes. Besides, add a brand new buildlink.mk.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-08Remove unnecessary patch after update to php-4.1.2. Also regen distfilejlam2-26/+3
checksum missed during update.
2002-03-05Remove libtool/buildlink.mk; package does not depend on installed libtool.wiz1-2/+1
2002-03-04Update to 0.14, per pkg/15789 by Hiramatsu Yoshifumi.wiz2-5/+5
Changes since 0.02: * Added the visit(), leave() and visiting() methods to Pod::POM::View to allow visitors to track elements of the path that they've taken. This allows one method to know if it has been called within the context of another. * Applied a patch from Leon Brocard to change 'length' to 'defined' to make Pod::POM work OK with bleadperl. * Changed Pod::POM::View::HTML view_seq_text() method to automatically escape < > and &. Thanks to lazy POD author Mark Fowler for raising the issue. :-) * Applied a patch from Stas Bekman which: - fixes the over/item functionality (quite a few very missing), see the tests - fixes a bug revealed with "" overload - changes HTML version to be <code>foo</code>, not '<code>foo</code>' - adds the URL hyperlinking code, borrowed from bleadperl's Pod::Html. * Fixed a typo in the SYNOPSIS and removed some dead spaces. Thanks to Ron Savage for reporting the problems. * Added Ron's fancy-pom2.pl script as bin/custom-pom2 * Renamed pomcheck to podlint because it is a much catchier name :-) * Added some docs to bin/pom2 and bin/podlint * Several other minor documentation fixes and improvements. * Fixed HTML view_verbatim() to escape < > and & to HTML entities. * Bumped version number up to 0.11 to ensure it supercedes the ill fated 0.1 release which has been confusing CPAN ever since (0.1 < 0.03) * Fixed HTML view_head1() to remove illegal <ul> ... </ul> tags. Also modified view_over() to detect the type of the first item (e.g. '=item *', '=item 1.' or '=item foo') and adjust accordingly to create a '<ul>...</ul>' or '<ol>...</ol>' list. Item titles of the form '*' or '1.' then get stripped off as appropiate. Thanks to Stas Bekman for raising these issues. * Added support for new =head3 and =head4 POD tags, also due to prodding from Stas. :-) * Added support for experimental 'meta' tag. Disabled by default.
2002-03-02add p5-String-ShellQuoterxg1-1/+2
2002-03-02Add p5-String-ShellQuote-1.00 - quote strings for passing through the shellrxg4-0/+26
This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object. close pkg/15624, submitted by me.
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron3-9/+9
2002-02-28Update textproc/php4-xslt to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update textproc/php4-xml to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update textproc/php4-wddx to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update textproc/php4-domxml to 4.1.2. The only change from version 4.1.1 isjlam1-6/+6
that this is built from the php-4.1.2 sources.
2002-02-27Updated p5-Text-CSV-Hash to 0.11abs2-5/+5
The 0.10 distfile was not correctly updated. Bump version to 0.11 to ensure we really know which version we are using
2002-02-27Import p5-Text-Substitute 0.10abs5-1/+31
Text::Substitute substitutes the contents of a hash into a file or text string. It includes a limited set of conditionals, looping, and the ability to include other files. It was designed primarily for generating web content.
2002-02-25Update p5-Text-CSV-Hash to 0.10abs2-5/+5
Fix a couple of glitches with loading/saving files with entries containing ""
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