Commit graph

2871 commits

Author SHA1 Message Date
rxg
1cc6b4c312 Use MASTER_SITE_SOURCEFORGE_JP. 2006-01-21 11:55:14 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
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-20 16:15:52 +00:00
jmmv
00e7f5b06a Update to 0.4.4:
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-20 13:28:22 +00:00
jmmv
9891f767a4 Fix build under Mac OS X:
- Properly instantiate required templates.
- Properly detect some functions (such as strtoul).
- Do not use unavailable Mach threads.
2006-01-20 11:36:18 +00:00
recht
01e3af51fe update to libxml2 2.6.23
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-14 07:50:52 +00:00
wiz
d921d8844c Add and enable p5-SGMLS, p5-Text-CharWidth, p5-Text-WrapI18N, and po4a. 2006-01-13 18:24:00 +00:00
wiz
419458b9ae Initial import of po4a-4.23:
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-13 18:21:56 +00:00
wiz
78dd573ee6 Initial import of p5-Text-WrapI18N-0.06:
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-13 18:20:12 +00:00
wiz
05ceb4e220 Initial import of p5-Text-CharWidth-0.04:
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-13 18:17:23 +00:00
wiz
430d2f34f2 Initial import of p5-SGMLS-1.03.2:
This distribution contains SGMLS.pm, a perl5 class library for parsing
the output from James Clark's SGMLS and NSGMLS parsers.
2006-01-13 18:15:09 +00:00
tonio
a00f791f7a Use DIST_SUBDIR to cope with a change in the distfile:
This change fixes a bug with entities for -,\ and /
Bump PKGREVISION, and take maintainership
(issues of changing distfiles have been advertised upstream)
2006-01-13 09:26:38 +00:00
jmmv
41d7e89433 Use the (new) provided catalog file instead of our own (it's more complete).
Bump PKGREVISION to 2.  Closes PR pkg/32375 by Andrew Klingenberg.
2006-01-12 17:12:52 +00:00
wiz
b5ca96eb29 Update to 1.1.2, provided by OBATA Akio in PR 32365:
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-11 18:26:59 +00:00
joerg
46dd9c9163 Pass LDFLAGS down to configure twice: once using the normal LDFLAGS
done automatically, once as ILDFLAGS, which ends up to be actually
used. This fixes rpath linkage on DragonFly.
2006-01-10 17:23:14 +00:00
joerg
f83aaffc8f Fix compilation against more recent ELK. 2006-01-10 16:34:09 +00:00
joerg
85c39c94e4 Use PTHREAD_* instead of -lpthread. 2006-01-10 16:14:32 +00:00
joerg
3016e33745 Uses makeinfo. 2006-01-10 15:50:39 +00:00
joerg
ecb64ac5d2 Fix stupid Makefile expecting /usr/bin/m4 is GNU-like. 2006-01-10 15:37:39 +00:00
joerg
6b3dc61901 Has BROKEN_GETTEXT_DETECTION. 2006-01-10 14:57:18 +00:00
rillig
3a9a4959c2 Fixed the remaining pkglint warnings about $(FOO) vs. ${FOO}. 2006-01-09 02:48:55 +00:00
agc
9bf9b712d5 Be a bit more specific about the purpose of this package. 2006-01-08 21:17:17 +00:00
joerg
7c6dac3456 Move initialisation of FILE structures to run time, stdin and stdout
are not valid rvalues on global scope.
2006-01-08 20:52:57 +00:00
tonio
56edd1a62d Make teTeX3 the default TEX_DEFAULT
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-08 14:00:11 +00:00
wiz
6ef1bf1bd8 Update to 0.60.4:
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-06 14:51:19 +00:00
wiz
ca7eaa3d46 Fix DEPENDS line. 2006-01-05 23:14:35 +00:00
joerg
e804f12622 Add DragonFly support. Fix a C++ issue by dropping the default value
for the vector resize, it is not really needed.
2006-01-05 20:43:20 +00:00
wiz
f0934cb49f Add missing DEPENDS on py-xml. Bump PKGREVISION. recht@ ok. 2006-01-04 07:23:24 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
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-04 04:29:05 +00:00
wiz
42778d0c29 Reset maintainer on request. 2006-01-03 19:28:40 +00:00
wiz
55cc8816eb Bump PKGREVISION for PLIST change. 2006-01-03 19:10:27 +00:00
darcy
4bb709b591 Add missing installed files. No functional change so no PKGREVISION bump. 2006-01-03 19:06:48 +00:00
wiz
af4e5a526f Update to 1.57:
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-03 18:39:01 +00:00
wiz
a0acc9a005 Update to 1.09:
1.09  fri 20050513 00:50
    - add support (on by default) for the Namespaces in XML 1.1 spec.
2006-01-03 17:35:59 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
taca
8740f9ef51 Update MASTER_SITES. 2006-01-03 07:27:54 +00:00
wiz
4a6fa95d51 PKGREVISION bump for icu shlib major bump. 2006-01-03 00:05:38 +00:00
wiz
9f58dfea4e Update to 3.4:
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-03 00:04:42 +00:00
joerg
39a8d28bfe s,-lpthread,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}, 2006-01-02 11:28:30 +00:00
joerg
a340944ed4 Include sys/time.h before sys/resource.h. 2006-01-02 11:20:57 +00:00
joerg
68204c90e4 config.guess and config.sub override. 2006-01-02 11:06:34 +00:00
joerg
099afd8990 Don't define alloca on DragonFly and FreeBSD, conflicts with stdlib.h. 2006-01-02 10:55:24 +00:00
joerg
cba9162464 Just use stdlib.h for malloc. 2006-01-02 10:33:28 +00:00
wiz
868fca3f80 Update to 1.7k: bug fix release. 2006-01-01 18:38:01 +00:00
ben
fc53304ce1 > When building on Interix, add Xext to X_EXTRA_LIBS. The xditview
> 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-31 16:28:40 +00:00
ben
d71da55403 When building on Interix, add Xext to X_EXTRA_LIBS. The xditview
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-31 14:40:38 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
joerg
9f9ba3551a Add DragonFly support. Fix a number of GCC 3.4 issues. 2005-12-31 00:56:42 +00:00
joerg
898e04c8c1 Add DragonFly support. 2005-12-30 23:49:08 +00:00
is
dd6982076b Builds fine for me. 2005-12-29 13:01:20 +00:00