summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-12-15Update namazu2 package to 2.0.14 fixing XSS security problem.taca16-141/+228
* pkgsrc changes: - simplify Makefile's structure. - utilize bsd.pkg.install.mk's framework. * chages: 2004-12-15 Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp> * Namazu: Version 2.0.14 released. 2004-12-13 Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp> * doc/{ja, en}/tutorial.html: update. * NEWS: updated. 2004-12-08 Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp> * src/form.c: Correction for JVN#904429FE. * configure.in (Module): AC_INIT(namazu, 2.0.14) * src/form.c: Fix bug. * man/{mknmz, namazu}.1: update man.
2004-12-12update config.{sub,guess} for various bootstrap tools. fixes build ongrant2-235/+476
newer platforms such as DragonFly. fixes PR pkg/28579 from Todd Willey.
2004-12-11Merge two patches modifying the same file. As a side effect, thisminskim3-34/+21
removes fuzz with GNU patch.
2004-12-10Remove an install command that doesn't install anything. Should haveminskim1-2/+1
been removed when the package was updated to 0.8pre1.
2004-12-09Update to 2.117, provided by Dieter Roelants in PR 28558:wiz2-5/+5
2.117 Thu Jul 1 12:11:47 CEST 2004 - Fixed problems with squares and 32bit integer Perls. - Pod nits in Regexp::Common (Jim Cromie) - $VERSION fix in Regexp::Common::URI::RFCC2384 (Mike Arms) - Discuss unwanted matching in Regexp::Common::net (Charles Thomas) - 132238 tests in 48 files. 2.116 Wed Jun 30 11:37:45 CEST 2004 - Restricted recognition of squares to numbers less than 9000000000000000, to avoid problems with round-off errors. - Fixed an off-by-one error in t/zip/spain.t which caused some test to fail when they shouldn't. - 132235 tests in 48 files. 2.115 Wed Jun 9 23:59:13 2004 - Patterns for comments of ABC, Caml, CLU, COBOL, ECMAScript, Icon, J, JavaScript, Lisp, M, MUMPS. - Patterns for postal codes of Norway, Italy and Spain. - Patterns for US SSN. - New way of doing tests using t::Common, giving more control to test program. - Random generators in t::Common. - Cut down on tests in test_lingua_palindrome.t. - Fixed bug in t/zip/australia.t could cause an infinite loop. - 132225 tests in 48 files. 2.114 Sun May 25 21:34:56 2003 - Fix to t/zip/greenland.t to avoid generating valid zipcodes when testing for failures. - Fixes to t/URI/gopher.t and t/URI/wais.t to avoid warnings. - Australian postal codes now accept '0909'. (Ron Savage) - Added comments for 'C--', 'C#', 'Cg', 'Nickle', 'PL/SQL', 'QML' and SLIDE. - Fixed the assignment of the version number to $VERSION in 6 classes. - 158287 tests in 44 files. - 134 patterns in 11 classes and 12 subclasses.
2004-12-09Update to 1.8, provided by Dieter Roelants in PR 28557:wiz2-5/+5
1.8 Thu Jul 1 23:21:14 EDT 2004 - Fix handling for the case where we we're quoting a false but defined string. From Stephen Quinney. 1.7 Wed Jun 16 16:54:57 EDT 2004 - New maintainer learns to remove his debugging output 1.6 Wed Jun 16 13:36:00 EDT 2004 - New maintainer - Better handle attempts to quote an empty or undef string
2004-12-07Update ispell-romanian to 20031216.markd2-5/+7
distfile is not versioned and was changed in December 2003 to add additional words to the dictionary. Fixes PR pkg/26926.
2004-12-06* Run commands carefully in make(1)'s ``VAR!= cmd'' syntax. Problemuebayasi2-5/+15
reported by Krister Walfridsson. * Set INSTALLATION_DIRS so that pkgviews installation succeeds.
2004-12-05Update p5-Data-FormValidator from version 3.59 to 3.63.he2-5/+5
Change log: 3.63 [BUG FIXES] - email validation was beefed up to not permit spaces with e-mails or semi-colons to get through. Thanks to Jason Crome for some tests to this, and the Mail::VRFY module, which was the source of the improved RE. [INTERNALS] - Added a couple more test to the distribution which were missing in the MANIFEST 3.62 Fri Oct 8 22:55:49 EST 2004 [INTERNALS] - Removed experimental label from 'msgs' functionality. - Beefed up test suite for dependencies and dependency_groups (Drew Taylor) 3.61 Mon Sep 20 18:10:23 EST 2004 [BUG FIXES] - file_format from ::Constraints::Upload now handles non-existent files more gracefully. (Evan A. Zacks) 3.60 Mon Sep 20 18:10:23 EST 2004 [BUG FIXES] - file_max_bytes seemed to never be reporting failure.
2004-12-05Apply patch from PR pkg/28535.taca4-3/+54
- Fix Iconv::iconv error with "Shift_JIS" processing. - Fix method name mistake. - Since encoding modulde would be loaded as needs, it should be load by "load" instead of "require". Add dependency to ruby-iconv or ruby-uconv package. Bump package revision.
2004-12-05Make antiword compile on FreeBSD. From pancake at phreaker dot net,cube2-4/+4
PR#28501.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca2-4/+4
2004-12-04Change method to create RUBY_RD_LIST as rubyversion.mk's change, avoidingtaca1-3/+2
use of external command, sed(1).
2004-12-04Prevent using :ts variable modifire to work on NetBSD 1.6 again.taca1-7/+4
Thanks to Krister Walfridsson noted by private mail.
2004-12-04Add patch to make this build on -current.wiz2-1/+15
2004-12-04Nuke sp, which has been broken for a while. Use OpenSP instead.uebayasi10-212/+1
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz10-20/+20
Suggested by Roland Illig, ok'd by various.
2004-12-03Changes 2.0.8:adam3-18/+31
* Fix how the GtkTextTag is created to work with shared tag tables. * Additional translation (see po/ChangeLog). Changes 2.0.7: * Activating the menu through a keybinding now properly checks the word currently under the cursor. * Prevent the trampling on an application's textdomain (Stu Tomlinson). * Additional translations (see po/ChangeLog). Changes 2.0.6: * Use new PANGO_UNDERLINE_ERROR style when available to highlight misspelled words with squiggly red underline. * Internationalize with GNU Gettext. All five strings now translatable. Thanks to Adriano Del Vigna de Almeida <katmandu@fs.inf.br> * New po/ChangeLog to track translation additions/updates.
2004-12-01Article fix.wiz1-2/+2
2004-12-01Clean up buildlink3.mk; fix myself to understand buildlink3...taca1-27/+10
2004-12-01Add RUBY_RD_LIST; list of possible ruby-rdtool's package names whichtaca1-1/+14
made from RUBY_VERSION_LIST.
2004-12-01Use packages internal {sq,unsq}.pl as ispell 3.2 no longer has them.markd2-6/+17
2004-12-01Update ispell-british to 3.2.06markd3-18/+15
to match ispell-base.
2004-12-01Update ispell-base to 3.2.06 (only took 3 years :-)markd14-201/+73
Ispell 3.2 is primarily a bug-fix release, but a number of new features are important to users: - There is a new interactive mode. If ispell is invoked without arguments, it will prompt for words and suggest corrections. - The emacs interface (ispell.el and ispell.texinfo) is no longer distributed with ispell. Use the code that comes with emacs, or pick it up from: ftp://kdstevens.com/pub/stevens/ispell.el.gz or the matching ispell.el home page: http://www.kdstevens.com/~stevens/ispell-page.html - There is now an HTML mode. It is automatically selected for files ending in ".html", ".htm", or ".shtml". It can also be chosen manually with the -H switch. - There is a new general-purpose deformatter switch, -F. This switch, which was suggested by Ron Guilmette, allows an external program to perform deformatting for ispell. The -F switch opens the door to completely generalized spell checking with ispell. Want to spell-check your C/C++ comments? A simple deformatter filter will do the job. See the ispell manual page for details. - The annoying "TeX backslash bug" is now fixed correctly. - TeX/LaTeX deformatting is now somewhat configurable. Check out the -k switch and TEXSKIP1 in the manual page. Also include the irix patches from PR pkg/26925 from Georg Schwarz.
2004-11-30Wildcard depends on p5-Algorithm-Diff.wiz1-2/+2
2004-11-29Fix PLIST.uebayasi2-4/+56
2004-11-28Take maintainership.wiz1-2/+2
2004-11-28update to doclifter-1.15recht2-6/+6
and drop maintainership, since I don't longer use it changes: * Sat Nov 20 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.15-1 - Fix logic for flushing mdoc namediv. Handle tables within mdoc lists better. Strip out some pod2mam-generated cliches. * Thu Sep 2 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.14-1 - Added -e option to set encoding in the output XML. Documented required file extensions for mm, me, ms. Now lift some trivial uses of eqn(1) markup. Better handling of mm header markup. Interpret the X source distribution's local macros as a secondary markup. Nuke &hairsp; it's documented but apparently not actually defined.
2004-11-28Add missing files to PLIST; sort.wiz1-9/+11
2004-11-28Add and emable ruby-xmlparser.taca1-1/+2
2004-11-28Initial import of ruby-xmlparser 0.6.8 pacakge.taca6-0/+185
Ruby-xmlparse is a module to access to James Clark's XML Parser Toolkit "expat" (http://www.jclark.com/xml/expat.html) from Ruby. It is used by net/ruby-xmlrpc4r pakcage.
2004-11-28Update ruby-rttool to 0.1.8 migrating to use new frameworktaca5-22/+35
for Ruby packages. Changes: - Now right adjustment number with sign.
2004-11-28Update ruby-rexml package to 3.1.2 migrating to use new frameworktaca4-526/+707
for Ruby packages. Changes are unknown but it would be huge. NOTE: ruby18 (Ruby 1.8.1) package bundled rexml 2.7.3.
2004-11-28Migrate ruby-rdoc to use new framework for Ruby packages.taca4-12/+30
And mark this package is only for ruby16, too.
2004-11-28Migrate ruby-nqxml to use new framework for Ruby packages.taca1-9/+4
2004-11-28Migrate ruby-html-parser to use new framework for Ruby packages.taca2-7/+4
2004-11-28Migrate ruby-eruby to use new framework for Ruby packages.taca5-41/+34
2004-11-28Update ruby-erb package to 2.0.4 migrating to use new frameworktaca3-23/+25
for Ruby packages. This pacakge is only for ruby16 since Ruby 1.8.1 bundled this ectention library. Changes are huge, please refer HOMEPAGE or ChangeLog in source files.
2004-11-28Migrate ruby-amrita to use new framework for Ruby packages.taca4-28/+16
2004-11-27Enable pkgviews installation.minskim1-1/+3
2004-11-27Migrate ruby-rdtool to use new framework for Ruby packages.taca9-42/+106
Add patch to prevent warning with Ruby 1.8, too.
2004-11-26avoid installing files generated through distribution patcheswiz1-1/+4
2004-11-25Update db2latex to 0.8pre1.minskim4-467/+1247
A large improvement in the out-of-box capabilities of DB2LaTeX. See the HOMEPAGE for details.
2004-11-25Update my email address.minskim1-2/+2
2004-11-25Update py-libxml2 to 2.6.16.minskim3-9/+9
Changes: - improvements: DTD validation APIs provided at the Python level.
2004-11-23Update to 0.36:wiz4-17/+30
Bug fixes: - Bug reported by Michael Minn <mail@michaelminn.com> fixed New features: - The default mapping file is now based on the locale (Unix/Linux) or on the active codepage (DOS) - A Word document can now be saved as "formatted" text. That means with things like *bold* to show bold text, /italics/ to show italics and _undeline_ to show underlined text are added to the plain text. Based on patches send by Ofir Reichenberg <ofir@qlusters.com> - Improved table parsing. Based on information supplied by Bastien Legras <bastien.legras@nectech.fr> and Alex de Kruijff <freebsd@akruijff.dds.nl> - A Word document can now be saved in PDF. - First attempt to support PostScript output in the Cyrillic alphabet. Based on work done by Alexander Belyaev <isle@free.kursknet.ru> - Better support for the Cyrillic alphabet
2004-11-23Get ISOEnts.zip from oasis-open instead of isoENTS from a master sitewiz2-6/+6
that disappeared.
2004-11-23MASTER_SITE is dead... use MASTER_SITE_BACKUP.xtraeme1-2/+2
2004-11-22EB 4.x needs Perl to build documents. Noted by kristerw@.uebayasi1-1/+2
2004-11-21Slight SUBST_* improvement.uebayasi1-5/+5