summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-2/+2
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21Use MASTER_SITE_SOURCEFORGE_JP.rxg1-3/+2
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv7-14/+14
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-20Update to 0.4.4:jmmv3-8/+8
Changes in 0.4.4: ----------------- * Added missing GPL and LGPL texts (Shaun McCance) * Added another fix for line numbering, #317270 (Brent Smith) * Updated translations: bn (Mahay Alam Khan) et (Ivar Smolin) (33/47 languages with 100% translation) Changes in 0.4.3: ----------------- * Fix for loops on old bourne shells, #317308 (Shaun McCance) * Fix paths when $(srcdir) is absolute (Shaun McCance) * Fix DESTDIR support #318007 (Frederic Crozat) * Updated translations: it (Alessio Frusciante) (32/46 languages with 100% translation)
2006-01-20Fix build under Mac OS X:jmmv7-10/+173
- Properly instantiate required templates. - Properly detect some functions (such as strtoul). - Do not use unavailable Mach threads.
2006-01-14update to libxml2 2.6.23recht3-11/+11
changes: Portability fixes: - Windows (Rob Richards) - getaddrinfo on Windows (Kolja Nowak - Rob Richards) - icc warnings (Kjartan Maraas) - --with-minimum compilation fixes (William Brack) - error case handling fix on Solaris (Albert Chin) - don't use 'list' as parameter name reported by Samuel Diaz Garcia - more old Unices portability fixes (Albert Chin) - MinGW compilation (Mark Junker) - HP-UX compiler warnings (Rick Jones) Code cleanup: - xmlReportError (Adrian Mouat) - remove xmlBufferClose (Geert Jansen) - unreachable code (Oleksandr Kononenko) - refactoring parsing code (Bjorn Reese) Bug fixes: - xmlBuildRelativeURI and empty path (William Brack) - combinatory explosion and performances in regexp code - leak in xmlTextReaderReadString() - xmlStringLenDecodeEntities problem (Massimo Morara) - Identity Constraints bugs and a segfault (Kasimier Buchcik) - XPath pattern based evaluation bugs (DV & Kasimier) - xmlSchemaContentModelDump() memory leak (Kasimier) - potential leak in xmlSchemaCheckCSelectorXPath() - xmlTextWriterVSprintf() misuse of vsnprintf (William Brack) - XHTML serialization fix (Rob Richards) - CRLF split problem (William) - issues with non-namespaced attributes in xmlAddChild(), xmlAddNextSibling() and xmlAddPrevSibling() (Rob Richards) - HTML parsing of script - Python must not output to stdout (Nic Ferrier) - exclusive C14N namespace visibility (Aleksey Sanin) - XSD dataype totalDigits bug (Kasimier Buchcik) - error handling when writing to an xmlBuffer (Rob Richards) - runtest schemas error not reported (Hisashi Fujinaka) - signed/unsigned problem in date/time code (Albert Chin) - fix XSI driven XSD validation (Kasimier) - parsing of xs:decimal (Kasimier) - fix DTD writer output (Rob Richards) - leak in xmlTextReaderReadInnerXml (Gary Coady) - regexp bug affecting schemas (Kasimier) - configuration of runtime debugging (Kasimier) - xmlNodeBufGetContent bug on entity refs (Oleksandr Kononenko) - xmlRegExecPushString2 bug (Sreeni Nair) - compilation and build fixes (Michael Day) - removed dependancies on xmlSchemaValidError (Kasimier) - bug with <xml:foo/> - more XPath pattern based evaluation fixes (Kasimier) Improvements: - XSD Schemas redefinitions/restrictions (Kasimier Buchcik) - node copy checks and fix for attribute (Rob Richards) - counted transition bug in regexps - ctxt->standalone = -2 to indicate no standalone attribute was found - add xmlSchemaSetParserStructuredErrors() (Kasimier Buchcik) - add xmlTextReaderSchemaValidateCtxt() to API (Kasimier) - handle gzipped HTTP resources (Gary Coady) - add htmlDocDumpMemoryFormat. (Rob Richards) Documentation: - typo (Michael Day) - libxml man page (Albert Chin) - save function to XML buffer (Geert Jansen) - small doc fix (Aron Stansvik)
2006-01-13Add and enable p5-SGMLS, p5-Text-CharWidth, p5-Text-WrapI18N, and po4a.wiz1-1/+5
2006-01-13Initial import of po4a-4.23:wiz5-0/+81
The po4a (po for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation. In po4a each documentation format is handled by a module. For now, there exist modules for the pod format (in which the perl documentation is written), the good old man pages, and the documentation of the kernel compilation options. Some other modules are underway, like for sgml, xml, or texinfo.
2006-01-13Initial import of p5-Text-WrapI18N-0.06:wiz4-0/+35
This is a module which intends to substitute Text::Wrap, which supports internationalized texts including: - multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5, - fullwidth characters like east Asian characters which appear in UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on, - combining characters like diacritical marks which appear in UTF-8, ISO-8859-11 (aka TIS-620), and so on, and - languages which don't use whitespaces between words, like Chinese and Japanese. The text is to be given in locale encoding, not always in UTF-8. (Of course locale encoding is UTF-8 in UTF-8 locales.)
2006-01-13Initial import of p5-Text-CharWidth-0.04:wiz4-0/+41
This is a module to provide equivalent feature as wcwidth(3) and wcswidth(3). This also provides mblen(3) equivalent subroutine. mbwidth() and mbswidth() are provided subroutines corresponding wcwidth(3) and wcswidth(3) in C language. The prefix "mb" expresses that they handles "multibyte character" in C meaning, i.e., character encoding specified by LC_CTYPE locale. These subroutines are used to get the width of characters on terminal. Though most characters have width of 1, there are exceptions. Fullwidth characters are characters with width of 2. Most of east Asian characters such as Hiragana, Katakana, Hangul, Han Ideogram are fullwidth. Combining characters are characters with width of 0. Unicode has many combining characters like diacritical marks. There are languages which need combining characters such as Thai and Vietnamese. Thus, if you would like to format international texts on terminal, you will have to be aware of variation of character width and will want to use this module.
2006-01-13Initial import of p5-SGMLS-1.03.2:wiz5-0/+123
This distribution contains SGMLS.pm, a perl5 class library for parsing the output from James Clark's SGMLS and NSGMLS parsers.
2006-01-13Use DIST_SUBDIR to cope with a change in the distfile:tonio2-6/+8
This change fixes a bug with entities for -,\ and / Bump PKGREVISION, and take maintainership (issues of changing distfiles have been advertised upstream)
2006-01-12Use the (new) provided catalog file instead of our own (it's more complete).jmmv4-7/+20
Bump PKGREVISION to 2. Closes PR pkg/32375 by Andrew Klingenberg.
2006-01-11Update to 1.1.2, provided by OBATA Akio in PR 32365:wiz4-14/+15
2005-12-15 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBHUGE" was added. * estraier.c (est_regex_replace): "&" was to be handled. * estraier.c (est_cond_set_expander): new function. * estcmd.c (runput, rungather): "-lg" was renamed to "-xl", and "-xh" was added. * estseek.c (showdoc): a bug about calculating similarity was fixed. * estseek.c (realmain): "qxpndcmd" was added. * estseek.c (expandquery): new function. * estmaster.c (realmain, startup): "-ro" option was added. * estmaster.c (sendnodecmdsearchui): the output format modified for OpenSearch 1.1. - Release: 1.1.2 2005-12-04 Mikio Hirabayashi * estraier.c (est_keyword_num, est_keyword_rec_size): new functions. * estraier.c (est_keyword_iter_init, est_keyword_iter_next): new functions. * estraier.c (est_search_union): scoring was to use standard deviation. * estraier.c (est_expand_keyword_bw, est_expand_keyword_ew): new functions. * estraier.c (est_db_open): "ESTDBLARGE" was added. * estseek.c (realmain, setsimilarphrase): "smlrtune" was added. * estseek.c (realmain, showpage): "relkeynum" was added. * estmaster.c (startup, setsimilarphrase): "uismlrtune" was added. * estmaster.c (sendnodecmdsearchatom, nodecmdopensearch): conformed to draft 2. - Release: 1.1.1 2005-11-11 Mikio Hirabayashi * estraier.c (est_eclipse_scores): accuracy was improved. * estraier.c (est_narrow_scores): a bug of segmentation fault was fixed. * estraier.c (est_regex_new, est_regex_delete, est_regex_match): new functions. * estraier.c (est_expand_word_rx): new function. * estreier.c (est_db_put_keywords, est_db_get_keywords): new functions. * estraier.c (est_db_measure_doc): new function. * estraier.c (est_db_set_vectorizer): abolished. * estcmd.c (runextkeys, procextkeys): "-no" was added. * estcmd.c (runpurge, procpurge, runextkeys, procextkeys): "-attr" was added. * estcmd.c (rundraft, procdraft): "-kn" was added. * estcmd.c (procgather): a bug of handling drive characters on Windows was fixed. * estseek.c (realmain, makeshownuri): "lprefix" and so on were abolished. * estmaster.c (startup, makeshownuri): "uilprefix" and so on were abolished. * estmaster.c (startup, sendnodecmdputdoc): "lateextkeys" was added. * estmaster.c (searchlocal): a bug of segmentation fault was fixed. - Release: 1.0.6 2005-11-08 Mikio Hirabayashi * estraier.c (est_narrow_scores): speed of attribute search was improved. * estcmd.c (doputdoc, procpurge, procextkeys): local paths was to be printed. * estcmd.c (doputdoc): "@size" was to be added even with "-fo" option. * estcmd.c (procsearch): "_lfile" was to be printed when human readable mode. * estcmd.c (procout, procedit, procget, procuriid): retrieving by local path was added. * estcmd.c (procpurge): retrieving by local path was added. * estcmd.c (runiconv, prociconv): new functions. * estcmd.c (procedit): "-pc" was to convert the encoding of the attribute value. * estseek.c (realmain, showform): "clipview" attribute was added. - Release: 1.0.5 2005-11-02 Mikio Hirabayashi * estraier.c (est_vector_cosine): new function. * estraier.c (est_eclipse_scores): new function. * estcmd.c (runsearch, procsearch): "-ec" option was added. * estcmd.c (procgather, procpurge): "-no" option was added. * estcmd.c (urltopath): a bug about drive letter was fixed. * estcmd.c (runlist, proclist): "-lp" option was added. * estseek.cgi (showresult): similar eclipse was implemented. * estmaster.c (startup, searchlocal): "rateuri" attribute was added. * estmaster.c (sendmenudata): new function. - Release: 1.0.4
2006-01-10Pass LDFLAGS down to configure twice: once using the normal LDFLAGSjoerg1-4/+2
done automatically, once as ILDFLAGS, which ends up to be actually used. This fixes rpath linkage on DragonFly.
2006-01-10Fix compilation against more recent ELK.joerg3-8/+36
2006-01-10Use PTHREAD_* instead of -lpthread.joerg2-1/+32
2006-01-10Uses makeinfo.joerg1-1/+2
2006-01-10Fix stupid Makefile expecting /usr/bin/m4 is GNU-like.joerg3-7/+21
2006-01-10Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-09Fixed the remaining pkglint warnings about $(FOO) vs. ${FOO}.rillig1-2/+2
2006-01-08Be a bit more specific about the purpose of this package.agc1-2/+2
2006-01-08Move initialisation of FILE structures to run time, stdin and stdoutjoerg3-13/+56
are not valid rvalues on global scope.
2006-01-08Make teTeX3 the default TEX_DEFAULTtonio1-1/+2
bump PKGREVISION where necessary Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to teTeX?/buidlink3.mk, so that packages may include print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not allow that)
2006-01-06Update to 0.60.4:wiz3-8/+8
Complete list of changes from 0.60.3: * Fixed a bug that caused Aspell to crash when checking certain Russian words, this bug likely affected other languages as well. * Updated to Gettext 0.14.5 which is required for AMD64, also updated to to Libtool 1.5.20. * Fixed an alignment bug which causes mmap to always fail when reading in dictionaries. * Added note about how `make clean' will remove the HTML manuals. * Added manual page for prezip-bin and enhanced word-list-compress manual page thanks to the work of Jose Da Silva. * Other minor updates and bug fixes.
2006-01-05Fix DEPENDS line.wiz1-2/+2
2006-01-05Add DragonFly support. Fix a C++ issue by dropping the default valuejoerg6-2/+94
for the vector resize, it is not really needed.
2006-01-04Add missing DEPENDS on py-xml. Bump PKGREVISION. recht@ ok.wiz1-1/+4
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Reset maintainer on request.wiz1-2/+2
2006-01-03Bump PKGREVISION for PLIST change.wiz1-1/+2
2006-01-03Add missing installed files. No functional change so no PKGREVISION bump.darcy1-1/+7
2006-01-03Update to 1.57:wiz2-7/+6
1.57 - (revision bumped to match XML::LibXML) - Some minor fixes to perl extension functions support - Fixed callbacks support - Enable xinclude in XSLT files - Fixed some memory leaks - Fixed some segfaults
2006-01-03Update to 1.09:wiz2-7/+6
1.09 fri 20050513 00:50 - add support (on by default) for the Namespaces in XML 1.1 spec.
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca2-4/+4
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca12-44/+39
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03Update MASTER_SITES.taca1-2/+3
2006-01-03PKGREVISION bump for icu shlib major bump.wiz2-4/+4
2006-01-03Update to 3.4:wiz9-72/+53
New Features: Major changes in ICU 3.4 include the following: Updates to conform to Unicode 4.1, including new characters properties and values, text segmentation, plus collation updated for Unicode Technical Standard #10 (UCA) and regex updated for Unicode Technical Standard #18. * Updates to conform to the Common Locale Data Repository (CLDR), Version 1.3 for the latest locale data. This includes: * New data to support localization of timezones, United Nations M.49 regions (including continents and regions), mappings from language to script and territory. * Consolidation of inherited data and improved resource aliasing for smaller data footprint * Additional locales, and many other fixes and additions of locale data. * POSIX migration support: direct API support for all POSIX character classes, implemented according to Unicode recommendations
2006-01-02s,-lpthread,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},joerg2-5/+5
2006-01-02Include sys/time.h before sys/resource.h.joerg2-1/+14
2006-01-02config.guess and config.sub override.joerg1-1/+9
2006-01-02Don't define alloca on DragonFly and FreeBSD, conflicts with stdlib.h.joerg3-1/+31
2006-01-02Just use stdlib.h for malloc.joerg2-1/+26
2006-01-01Update to 1.7k: bug fix release.wiz2-6/+6
2005-12-31> When building on Interix, add Xext to X_EXTRA_LIBS. The xditviewben2-6/+6
> program requires Xaw, which requires the Xlib shape routines, which on > Interix are in Xext. http://www.faqs.org/faqs/x-faq/part6/section-27.html Move fix from Makefile to options.mk, so it is only used when the x11 option is enabled.
2005-12-31When building on Interix, add Xext to X_EXTRA_LIBS. The xditviewben1-1/+5
program requires Xaw, which requires the Xlib shape routines, which on Interix are in Xext. http://www.faqs.org/faqs/x-faq/part6/section-27.html
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz5-9/+10
Bump BUILDLINK_RECOMMENDED.
2005-12-31Add DragonFly support. Fix a number of GCC 3.4 issues.joerg21-7/+1315
2005-12-30Add DragonFly support.joerg4-3/+32