summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2008-01-18Added a dependency to devel/getopt, since a2x requires it. Suggested byrillig1-2/+3
Nick Goffee via private mail.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn5-7/+10
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-18Add forgotten dependeny on textproc/p5-XML-Parser. Bump revision.bjs1-2/+4
2008-01-16Add xmltoman to pkgsrc/textproc top-level Makefile.bjs1-1/+2
2008-01-16Import xmltoman-0.3.bjs5-0/+63
xmltoman and xmlmantohtml are two very simple perl scripts for converting xml to groff or html. PulseAudio (which I am working on) wants this for making its manpages, but I'm fairly certain that there are plenty of other packages out there than know of it (it's a debian tool insofar as I can tell, but I could be wrong about this).
2008-01-16Update to 1.8:wiz5-7/+34
iso-codes 1.8 ------------- Tobias Toedter <t.toedter@gmx.net> Mon, 7 January 2008 [ ISO-639 ] * Changes from ISO-639 maintenance agency: - Dec 17th 2007: added 'Pashto' as alternative for ps [ ISO-3166-3 ] * Remove attribute "alpha_2_code" from some entries, as the information is included in the first two letters of the "alpha_4_code". Closes: #445667 [ ISO-3166-2 ] * Fix typos in LR-GB and LV-JK. Thanks to Freek de Kruijf. * Complete the list with modifications from the ISO-3166 MA newsletter I-9 of 2007-11-28 * Add missing subset information [ ISO-4217 ] * GWP removed from the non-historic section (was duplicated) * SVC removed from the historic section (still used in El Salvador for financial transactions) [ ISO-3166 ] * Add Saint Barthélemy and Saint Martin (French part) according to ISO-3166-1 newsletter VI-1, dated 2007-09-21 [ ISO-639 translations ] * Esperanto by Edmund GRIMLEY EVANS (TP) * French by Christian Perrier * Dutch by Freek de Kruijf (TP) * Simplified Chinese by LI Daobing (TP) * Russian by Yuri Kozlov [ ISO-4217 translations ] * Vietnamese by Clytie Siddall (TP) * Dutch by Freek de Kruijf (TP) * Simplified Chinese by LI Daobing (TP) [ ISO-15924 translations ] * Esperanto by Edmund GRIMLEY EVANS (TP) * Dutch by Freek de Kruijf (TP) * Russian by Yuri Kozlov [ ISO-3166-2 translations ] * Vietnamese by Clytie Siddall (TP) * Dutch by Freek de Kruijf (TP) [ ISO-3166 translations ] * Spanish corrections by Damián Viano. Closes: #457989 * French by Tobias Toedter * German by Tobias Toedter * Vietnamese by Clytie Siddall * Portuguese by Miguel Figuereido. Closes: #459412 * Russian by Yuri Kozlov * Bulgarian by Damyan Ivanov iso-codes 1.7 ------------- Tobias Toedter <t.toedter@gmx.net> Fri, 21 December 2007 [ General ] * iso2pot.py now marks historic entries as such, so that translators do not report "obsolete" entries. This relies on the attribute "date_withdrawn" and currently applies to ISO 3166 and ISO 4217. [ ISO-639 ] * ISO-639 changes dated 2007-10-18: - bej: added "Bedawiyet" as alternative - chp: added "Dene Suline" as alternative - iii: added "Nuosu" as alternative - ile: added "Occidental" as alternative - pam: added "Kapampangan" as alternative [ ISO-4217 ] * Corrected names: (from http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm) BDT, BOV, HTG, ILS, JPY, KRW, MXD, NAD, PLN, RON, UGX UZS, VND, WST, XDR, XFO, XFU, ZAR, ZMK Thanks to Vladimir Volovich for reporting (Closes: #451199) * Moved to historic section: GHC, SDD, VEB * New (or previously missin) entries: GHS: Ghana Cedi GWP: Guinea-Bissau Peso RSD: Serbian Dinar SDG: Sudanese pound SVC: El Salvador Colon UYI: Uruguay Peso en Unidades Indexadas VEF: Bolivar Fuerte (Closes: #440653) [ ISO-15924 ] * Added 2007-11-26: Armi, Cakm, Kthi, Phli, Phlv, Prti, Tavt, Zmth, Zsym * Changed 2007-11-26: Lana [ ISO-4217 translations ] * French by Christian Perrier * Estonian by Ain Vagula (TP) * Russian by Yuri Kozlov * Polish by Andrzej M. Krzysztofowicz (TP) * Dutch by Freek de Kruijf (TP) [ ISO-3166 translations ] * Polish by Andrzej M. Krzysztofowicz (TP) * Norwegian Bokmål by Hans Fredrik Nordhaug (Closes: #452098) * Dzongkha by Jurmey Rabgay (Closes: #454120) [ ISO-3166-2 translations ] * Vietnamese by Clytie Siddall (TP) [ ISO-639 translations ] * Esperanto by Edmund GRIMLEY EVANS (TP) * Russian by Yuri Kozlov * Vietnamese by Clytie Siddall (TP) * French updated by Christian Perrier * Dutch by Freek de Kruijf (TP) [ ISO-15924 translations ] * Russian by Yuri Kozlov * Esperanto (new translation) by Edmund GRIMLEY EVANS (TP) * French updated by Christian Perrier
2008-01-15Update to 2.6.31:wiz2-6/+6
2.6.31: Jan 11 2008: - Security fix: missing of checks in UTF-8 parsing - Bug fixes: regexp bug, dump attribute from XHTML document, fix xmlFree(NULL) to not crash in debug mode, Schematron parsing crash (Rob Richards), global lock free on Windows (Marc-Antoine Ruel), XSD crash due to double free (Rob Richards), indentation fix in xmlTextWriterFullEndElement (Felipe Pena), error in attribute type parsing if attribute redeclared, avoid crash in hash list scanner if deleting elements, column counter bug fix (Christian Schmidt), HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib output from xml2-config (Fred Crozat), avoid an xmllint crash (Stefan Kost), don't stop HTML parsing on out of range chars. - Code cleanup: fix open() call third argument, regexp cut'n paste copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder), some make distcheck realted fixes (John Carr) - Improvements: HTTP Header: includes port number (William Brack), testURI --debug option,
2008-01-15+ ruby18-libxmlrillig1-1/+2
2008-01-15Imported ruby18-libxml from PR 37759.rillig4-0/+36
The Libxml-Ruby provides Ruby language bindings for the GNOME Libxml2 XML toolkit. Its primary advantage over REXML is performance - if speed is your need, these are good libraries to consider. Packaged by Naoto Morishima.
2008-01-15The package supports installation to DESTDIR.heinz1-1/+3
2008-01-15The package supports installation to DESTDIR.heinz1-1/+3
2008-01-14Added support for installation to DESTDIR and in doing so movedheinz2-10/+14
files/install-note to MESSAGE.
2008-01-13Update textproc/hevea to 1.10tonio4-122/+18
version 1.10 - corrected hacha that generated non-compliant HTML lists ! version 1.09+12 - added cutflow* environment. - correct packages.hva Now package state is pushed/restored by RequirePackage [needed for proper saving of package options] version 1.09+11 - natbib being added nightmare. Should release soon. version 1.09+10 - restored extra argument to \text@accent, silly ? - added a bit of documentation on math accents version 1.09+8 - labels for indexes restricted to sectionning labels. (credit to Yevgeniy Makarov) version 1.09+7 - Some changes for active characters -, ', and ` * -- not merged in entity if TT is on. * ' -> simple right quote, ` simple left quote version 1.09+6 - skip_blanks in save.mll -> also eat spaces after \n (-> \urldef more compatible ??) - \usepackage{hevea} -> execute \usepackage{comment} for LaTeX compatibility - Change \warning into \hva@warning - New \AtEndOfFile command, rediscovered Latexmacros.replace at the occasion! version 1.09+5 - Include documentation for Thai. - A few typos in doc. - A few correction in french.hva -> \@print@u + \og\fg. - '\r' '\n' is scanned while looking for \par - Add empty group after title in section (for \xspace ! -> no space) - Introduced \RequirePackage version 1.09+4 - thai support - add vertical magins to styles .part and .title - listings, added inputencoding key. - Corrected footnotes flushing (to follow documentation) and made documentation more precise. - listings, *keywords* keys with correct interface (already here for *emph*). version 1.09+3 - UTF-8 support, hard to test. - abstract type for unicode + many less files for input encodings - Added input encodings koi8-r et cp1251 (Russian) version 1.09+2 - Correct some bugs for output to dir (imagen on absolute path). - And above all document that. - Produce doc in subdirectory doc/doc. - Document -toc{is,ter} options for hacha. version 1.09+1 - Simplified error messages for accents, too many problems in displaying argument. - hevea/hacha/imagen accept dir/file as input or output with sensible (?) behavior
2008-01-13The packages supports installation to DESTDIR.heinz1-1/+4
No compiler needed.
2008-01-13The packages supports installation to DESTDIR and needs a C compiler.heinz1-1/+4
2008-01-13- Added support for installation to DESTDIR.heinz3-20/+95
- Switched to the common scheme for MASTER_SITES and HOMEPAGE (ie, MASTER_SITE_PERL_CPAN and search.cpan.org/dist). - No C compiler needed.
2008-01-12Add wbxml2.dillo1-1/+2
2008-01-12Initial import of wbxml2 library.dillo6-0/+100
2008-01-09Only conflict with siag<3.6.1, since that version does not includewiz1-2/+2
antiword any longer.
2008-01-09update to 0.36.3drochner2-6/+6
changes: bugfixes
2008-01-08The package supports installation to DESTDIR.heinz1-1/+3
No compiler necessary.
2008-01-08The package needs no C compiler.heinz1-2/+4
2008-01-06Switch to use META_PACKAGE. No functional change.taca1-10/+3
2008-01-05The package supports installation to DESTDIR.heinz1-1/+3
2008-01-04Bump PKGREVISION due to boost update to 1.34.1.jmmv1-1/+2
2008-01-03This package available from SourceForge now,obache1-2/+3
noticed by Zafer Aydogan in private mail. Also add version specific directory to original MASTER_SITES, since old distfile does not exist in parent directory.
2008-01-03This pacakge also available via SUNSITE,obache1-3/+4
noticed by Zafer Aydogan in private mail. Also change HOMEPAGE and orignal MASTER_SITE to new location.
2008-01-03Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.obache1-3/+3
Also change HOMEPAGE to new location.
2008-01-03Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.obache1-2/+3
Also add HOMEPAGE.
2008-01-03Update hyperestraier to 1.4.13.obache3-8/+11
Changes: 2007-12-24 Mikio Hirabayashi <mikio@users.sourceforge.net> * mymorph.c (est_mecab_analyze): an option about EOS was added. - Release: 1.4.13
2008-01-01*MODE are also passed by framework automatically now.obache1-4/+1
2007-12-31Move compile of test source to test target so that avoid build error.obache2-6/+9
Some javac (ex, jikes) don't know encoding "EUC_JP".
2007-12-31* This package use BSD_MAKEFILE, remove redundant variables.obache3-11/+15
XXX: BINMODE and MANMODE also should be added to BSD_MAKE_ENV? * Honor PKGMANDIR. * Need some pre-created directories before installation. * Then DESTDIR ready.
2007-12-23Fix segmentation fault on Linux. Patch borrowed from Debian.minskim3-13/+33
Suggested by Aleksey Cheusov in PR 35537. Bump PKGREVISION.
2007-12-23particularily -> particularlyminskim1-1/+1
2007-12-19Fixed a typo in the patch for regcomp.rillig2-4/+4
2007-12-19Fixed the build on Solaris with the Sun C compiler. Like many otherrillig4-6/+62
pieces of GNU software, this package makes use of GCC extensions. Another thing is that on Solaris, <stdbool.h> may only be included by the c99 compiler, not any other; therefore we need to define our boolean type ourself.
2007-12-18Need pkg-config to build.obache1-2/+2
2007-12-13Load the correct tar at the download site, rebuild chksum and patch.cjep2-16/+13
From Yuji Yamano.
2007-12-12Add and enable ebview.obache1-1/+2
2007-12-12Import ebview version 0.3.6.obache6-0/+93
Packaged by Yamashiro Jun and privided in PR 37452. EBView is a GTK+ based tool to access CD-ROM dictionaries of EPWING/EB/EBG/EBXA/EBXA-C formats.
2007-12-11DESTDIR ready.obache1-4/+6
2007-12-11- updated package to 0.79rhaen2-8/+10
- USER_DESTDIR support added - new maintainer for the package - ok'ed by rillig Changelog: 0.79 Fri Jun 29 01:43:12 UTC 2007 ($Rev: 4391 $, $Author: chromatic $) - removed noisy and unnecessary diag() calls in tests - fixed a magic @ISA assignment for 5.9.5 (Andreas Koenig) - removed signature test (not that useful) Tue Oct 10 04:46:55 UTC 2006 (Rev: 2945, Author: chromatic) - removed directory changes in tests - return merged hash from merge_hash() - added hash merging tests from Derek Price (part of RT #21269) - fixed nested lists error reported by Derek Price (RT #21269)
2007-12-09Fix config file path in installed files. (Fixes scmgit build problem.)wiz2-7/+10
Actually do require python-2.3 or newer, like a command indicated. Install an additional file. Bump PKGREVISION.
2007-12-07add MAKE_JOBS_SAFE=no from Rumko on pkgsc-users@gdt1-1/+4
2007-12-06Update to 20071201.cjep9-238/+27
* Sync with src/usr.bin/grep
2007-12-04Update to version 1.11. While here: libtoolize, switch to gmakebjs11-10/+304
(generating po files properly seems to need this), add pcre support. Changes before version 1.10 are unavailable. The following things have been changed compared to version 1.10: o Bugfix in ellipsis processing o Support for Dutch o GPL 3.0 o Use autoconf 2.61
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz3-6/+6
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz4-12/+8
2007-12-01Fixed "static after extern".rillig2-1/+17