Commit graph

3566 commits

Author SHA1 Message Date
heinz
9449b97165 Initial import of p5-XML-Feed 0.12.
XML::Feed is a syndication feed parser for both RSS and Atom feeds. It
also implements feed auto-discovery for finding feeds, given a URI.

The goal of XML::Feed is to provide a unified API for parsing and using
the various syndication formats. The different flavors of RSS and Atom
handle data in different ways: date handling; summaries and content;
escaping and quoting; etc. This module attempts to remove those differ-
ences by providing a wrapper around the formats and the classes imple-
menting those formats (XML::RSS and XML::Atom::Feed).
2007-04-30 22:57:59 +00:00
heinz
768b5f9c98 Initial import of Perl module Feed-Find 0.06
The Perl module Feed::Find implements feed auto-discovery for finding
syndication feeds, given a URI. It (currently) passes all of the
auto-discovery tests at http://diveintomark.org/tests/client/autodiscovery/.
Feed::Find will discover the following feed formats:
* RSS 0.91
* RSS 1.0
* RSS 2.0
* Atom
2007-04-30 21:53:16 +00:00
heinz
14c42e311b As a pure Perl module the package does not need a C compiler.
Perl module file does not need to be executable.
2007-04-30 21:49:04 +00:00
heinz
0076b8a998 The package supports installation to DESTDIR.
This is pure python module, so USE_LANGUAGES should be empty.
2007-04-30 11:12:35 +00:00
seb
0037e0b918 Add the usual "default" CPAN homepage. 2007-04-27 22:17:13 +00:00
martti
70f5d8823d Added xfce4-dict-plugin. 2007-04-27 10:55:35 +00:00
martti
e2e715f6b3 Added some Xfce plugins. 2007-04-27 10:48:06 +00:00
uebayasi
1dc01a9ac8 Simplify PKG_SYSCONFDIR handling by assuming all packages have a consistent
PKG_SYSCONFDIR.
2007-04-27 04:08:19 +00:00
uebayasi
15cbcf1bf1 Forgot to remove this. 2007-04-27 03:54:30 +00:00
hiramatsu
ae58d38d21 Updated to 0.85.
Changes from 0.72:

[Changes for 0.85 (JSON::Syck 0.24) - 2007-04-20]

* Strings containing both single quotes and newlines were incorrectly
  quoted with backslash-escaped single quotes.  This is a regression
  introduced in YAML::Syck 0.84.
  Reported by: Agent Zhang

[Changes for 0.84 (JSON::Syck 0.23) - 2007-04-02]

* New $YAML::Syck::SingleQuote flag: When it is set to true, Dump will
  always emit quotes instead of bare strings.
  Requested by: Ingo Bax

* When $JSON::Syck::SingleQuote is set to true, special characters such as
  \r\n are still escaped as usual, because JavaScript allows the same form
  of escaping in strings with either quotes.
  Reported by: Dobrica Pavlinusic

[Changes for 0.83 (JSON::Syck 0.22) - 2007-02-05]

* Under JSON::Syck, as well as YAML::Syck when $ImplicitTyping is set to
  true, integer numbers larger than an unsigned integer (>=4294967296 on
  32-bit platforms) was erroneously loaded as 0.
  Reported by: Markus W・rle

[Changes for 0.82 (JSON::Syck 0.21) - 2007-01-26]

* Bytestrings containing no high bit bytes are no longer dumped as "!binary".

[Changes for 0.81 (JSON::Syck 0.21) - 2007-01-26]

* Support for loading Base64-encoded "!binary" type.

* Support for dumping non-unicode bytes containing high bits as
  Base64-encoded "!binary" type.

* JSON::Syck now raises an exception, instead of segfaults,
  when dumping a circular structure.

[Changes for 0.80 (JSON::Syck 0.20) - 2007-01-26]

* LICENSING CHANGE: This compilation and all individual files in it
  (except for the bundled libsyck code) are now under the permissive
  "MIT" license.  See the COPYRIGHT section in README for the new terms.

* Load("!! []") no longer segfaults due to empty tag names.

* Load("!!Foo []") now blesses into "Foo", not "Foo::\0".

* Load("!!perl/scalar 123") is now \123, not 123.

* Load("!!perl/scalar:Foo ~") is now \"Foo", not undef.

* Dump(bless(\$undef, 'Foo')) is now "!!perl/scalar:Foo ~", not "~".
2007-04-25 09:39:13 +00:00
uebayasi
938f1ca282 Update eb to 4.3.
Very concise change summary:
o support color pictures with references (4.3),
o add "cross" search support (4.2), and
o many bug fixes.
2007-04-24 15:01:03 +00:00
kleink
0368153e5d Add missing PERL5_PACKLIST fu. 2007-04-20 19:58:35 +00:00
wiz
f3dc032a3b Update to 1.0.7:
* version 1.0.7 "Winter beauty" 02-10-2005

  - added all languages listed by gnome-spell (Andre Klapper)

  - code cleanups by (Yanko Kaneti)

  - additional support for South African languages (Dwayne Bailey)

  - win build fixes (Tor Lillqvist)

  - added gl language (Ignacio Casal Quinteiro)

  - translation updates (Takeshi Aihana, Tommi Vainikainen, Artur
    Flinta, Adam Weinberger, Alessio Frusciante, Pablo Saratxaga, Adi
    Attar, Steve Murphy, Pawan Chitrakar, Changwoo Ryu, Ignacio Casal
    Quinteiro, Josep Puigdemont i Casamajó, Clytie Siddall, Francisco
    Javier F. Serrador)
2007-04-15 10:42:40 +00:00
kleink
f1dc49e96d Add/enable p5-Text-vCard. 2007-04-14 19:12:57 +00:00
kleink
f6eb1a038d Initial import of p5-Text-vCard-2.00 into the Packages Collection.
A vCard is an electronic business card.

  This package is for a single vCard (person / record / set of address
  information). It provides an API to editing and creating vCards,
  or supplied a specific piece of the Text::vFile::asData results it
  generates a vCard with that content.

  You should really use Text::vCard::Addressbook as this handles
  creating vCards from an existing file for you.
2007-04-14 19:10:18 +00:00
kleink
dc8eab1acd Add/enable p5-Text-vFile-asData. 2007-04-14 19:07:40 +00:00
kleink
857fbb05c4 Initial import of p5-Text-vFile-asData-0.05 into the Packages Collection.
Text::vFile::asData reads vFile format files, such as vCard (RFC 2426)
  and vCalendar (RFC 2445).
2007-04-14 19:06:04 +00:00
wiz
2818050b3e Update to 0.10.3:
Changes in 0.10.3:
------------------
* Fixed build issue with --disable-scrollkeeper, bug #427939 (Shaun McCance)

Changes in 0.10.2:
------------------
** general:
 * Use gawk -W compat whenever $(AWK) is gawk (Shaun McCance)
** tools:
 * Don's call ScrollKeeper when it's not installed; bug #410715 (Shaun McCance)
** xml2po:
 * Display xsltproc invocation, honor its exit status, and pull
   the source from srcdir; bug #169324 (Danilo Šegan)
** Updated translations:
   gl   (Ignacio Casal Quinteiro)
   sq   (Laurent Dhima)
2007-04-11 06:39:44 +00:00
joerg
3421a697df Kill a completely bogus fragment of configure (also dead upstream)
and fix the issue in po/Makefile.in.in directly.
2007-04-10 19:44:27 +00:00
drochner
bf9243b6d1 update to 1.8
pkgsrc change: make SGML output optional, off per default, which saves
the heavyweight dependency on jade
other changes:
o Made it easier to include example code in the source code comment blocks.
  "|[ ... ]|" can be used to delineate example code (it just gets converted
  to "<informalexample><programlisting>"), and most of the text in example
  code is left as it is. The only thing that is still expanded is
  '#' to allow links to a symbol's documentation, e.g. '#GtkWidget'.
o Made the field widths wider for the HTML output, so it looks a bit nicer.
o Added a '--rebuild-sections' option to gtkdoc-scan to automatically rebuild
  the MODULE-sections.txt file. This only works if all the header files are
  organized neatly and functions don't need rearranging in the docs.
o Added a '--rebuild-types' option to gtkdoc-scan to automatically rebuild
  the MODULE.types file, so you don't need to add new types manually.
o Leave CDATA sections as they are, in the extra XML content files and within
  source code comment blocks.
o Allow the section id and #include's to be set within the "SECTION:" comment
  block, using "@Section_ID:xxx" and "@Include:".
o Added "--default-includes" option to specify the default #include's (for
  people who are using --rebuild-sections and so can't specify it in
  MODULE-sections.txt).
o Added a '--query-child-properties' argument to help document child
  properties of arbitrary GObjects (used by things like canvas widgets).
o Fixed documentation of signals of interfaces.
2007-04-10 17:38:27 +00:00
wiz
62d9517146 Update to 1.0:
iso-codes 1.0
-------------
Tobias Toedter <t.toedter@gmx.net>
Mon, 4 Dec 2006

  [ ISO-3166 translations ]
  * Bulgarian (bg.po) updated by Damyan Ivanov. Closes: #396368
  * Bosnian (bs.po) updated by Safir Šećerović. Closes: #396395
  * Portuguese (pt.po) updated by Miguel Figueiredo. Closes: #399233
  * Norwegian Nynorsk (nn.po) updated by Håvard Korsvoll. Closes: #401343
  * Malayalam (ml.po) added by Praveen. Closes: #401438

  [Alastair McKinstry]
  * New major version number. The XML Schema is now considered stable
    (has not changed in over 1 year) and v1.0 is now released.
    Note that this is identical to 0.5*; only the version number has changed.

  [ Tobias Toedter ]
  * Fix typo for GB-SOM in iso_3166_2.xml and update all .po files.
    Thanks to Freek de Kruijf for the bug report.
2007-04-09 01:04:20 +00:00
obache
fc60f9e876 Fixes build problem on NetBSD. 2007-04-06 11:44:33 +00:00
obache
8fc9807aca Update my mail address to @NetBSD.org and remove some redundant lines. 2007-04-05 12:21:26 +00:00
rillig
8231ddd2e8 Fixed PKGMANDIR. 2007-04-01 19:36:08 +00:00
obache
aed6110a04 Change my mail address to @NetBSD.org. 2007-04-01 01:58:36 +00:00
obache
c9fe63be3d Use .so and not .dylib in PLIST other than Darwin.
Bump PKGREVISION for the PLIST change.
2007-03-31 15:36:57 +00:00
wiz
8b86fd9d15 When setting DIST_SUBDIR, distinfo needs updating too. 2007-03-28 06:33:46 +00:00
heinz
1db013f68b Make everybody fetch the new .zip file by adding DIST_SUBDIR. Thanks to Joerg
Sonnenberger and Jeremy C. Reed for reminding me about this.
2007-03-25 05:37:34 +00:00
heinz
fe82004348 Recalculated checksums because the .zip had changed, although the
content remained exactly the same.
2007-03-25 01:07:27 +00:00
heinz
b2c4116a2d Enabled p5-Encode-Detect. 2007-03-24 19:56:15 +00:00
heinz
2ebc14f6cb Initial import of p5-Encode-Detect 1.0 from pkgsrc-wip.
The package was created by Hiramatsu Yoshifumi, with some very small changes
by me:
  - different wording in COMMENT
  - BUILD_DEPENDS instead of DEPENDS. The required version of
    p5-ExtUtils-CBuilder is not specified in Build.PL, so I left it that way.
  - Added USE_LANGUAGES.

=====================================
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data
and then decodes it using the encoder of the detected charset.

It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.
2007-03-24 19:53:11 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
joerg
f1ad9d12bc Needs msgfmt. 2007-03-24 17:24:28 +00:00
schmonz
8f9febe751 Relinquish MAINTAINER. 2007-03-24 07:18:11 +00:00
recht
d9851792fb update to ICU 3.6
Major changes in ICU 3.6 include the following:
-	Unicode: ICU uses and supports Unicode 5.0, which is the latest major release of Unicode. Unicode 5.0 will be used in many operating systems and applications, and this version of ICU is important maintain interoperability with these new operating systems and applications. More information about Unicode 5.0 can be found in the Unicode press release.
-	Locale Data: ICU uses and supports data from Common Locale Data Repository (CLDR) 1.4, which includes many improvements in quality and quantity of data. There is 25% more CLDR locale data in 245 locales in ICU.
-	ICU4C Specific Changes
-	Charset Detection: A charset detection framework was added, which provides heuristics for detecting the charset for unlabeled sequences of bytes.
-	Layout: The font layout engine has support added for Tibetan, Sinhala and Old Hangul.
-	BiDi: The BiDi algorithm was enhanced to be more flexible and efficient
-	ICU Data Management: The new icupkg tool provides an easier way to manage ICU's data library. This tool allows you to add, update or remove data from ICU's data archive.
-	Time Zones The time zone data is modularized to allow easier building and updating of the data.
-	Word Boundaries: The Thai word break iteration was improved to be more accurate. Also dictionary based detection of Thai word boundaries is now active for all locales.
-	UText
-	The BreakIterator uses UText for abstract text processing.
-	64-bit indexing is now used to allow access to larger chunks of text.
-	API for read-only locking for security and robustness was added.
-	Performance
-	The u_sprintf/u_sscanf performance from the icuio library has been improved for number formatting/parsing.
-	Constructing a DateFormat is significantly faster for many locales.
-	Opening and closing a charset converter is significantly faster.
-	The UTF-8 transformation functions and macros are faster.
-	The UText API was improved for performance.
-	The collation open and close functions have a small performance improvement.
2007-03-23 12:51:13 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
drochner
d931915a20 needs gmake/gawk to build cleanly, use gnome2-dirs for share/gnome/help 2007-03-21 11:05:29 +00:00
wiz
35ccacabc9 Update to 0.10.1:
Changes in 0.10.1:
------------------
* Fixed a bootstrapping issue, #416933 (Elijah Newren)

Changes in 0.10.0:
------------------
** general:
 * Fixed buildir/srcdir issue with autogen, #409292 (Loïc Minier)
** tools:
 * Fixed some brokenness with relative paths, #409341 (Loïc Minier)
 * Fixed some brokenness with absolute patsh, #169324 (Shaun McCance)
** xml2po:
 * Fixed bug #413602 (Eduardo Habkost)
** Updated translations:
   it     (Luca Ferretti)
   lt     (Gintautas Miliauskas)
   pl     (GNOME PL Team)
   pt_BR  (Leonardo Ferreira Fontenelle)
   uk     (Maxim Dziumanenko)

Changes in 0.9.2:
-----------------
* Skip SK category code checks if the param is not passed [#402159]

Changes in 0.9.1:
-----------------
** general:
 * Fixed various circular dependency problems (Christian Persch)
 * Use po/LINGUAS [#337987]  (Brian Pepple)
 * Added documentation templates  (Joachim Noreiko)
 * Removed some GNUisms [#378739 #378763 #366203]  (Shaun McCance)
 * New bootstrapping mechanism, using gnome-common [#340128]  (Shaun McCance)
 * Added ACLOCAL_AMFLAGS for autoreconf [#355521]  (dmacks)
 * Use $(AWK) instead of awk [#358161]  (James Andrewartha)
 * Fixed non-portable test expression [#362505]  (Thomas Klausner)
 * Removed the never-really-worked xsldoc and rngdoc  (Shaun McCance)
 * Install the .pc file when build utils are disabled [#355553]  (Mariano Suárez-Alvarez)
** xml2po:
 * Updates to tests  (Danilo Šegan)
 * Added some caching of values  (Danilo Šegan)
 * Added an XHTML mode  (Claude Paroz, Danilo Šegan)
 * Really ignore ignored tags [#378073]  (Danilo Šegan)
 * Ignore untranslated message in reuse mode [#381607]  (Danilo Šegan)
 * Speed improvements [#363451]  (Alexander Nedotsukov)
** tools:
 * Added gnome-doc-tool for processing documentation  (Shaun McCance)
 * Provide a 3-argument variant of GNOME_DOC_INIT [#392424 #350441]  (Christian Persch)
** xslt:
 * Allow pubdate and edition instead of revision in db2omf  (Shaun McCance)
 * Added an explicit check for scrollkeeper_cl.xml in db2omf  (Shaun McCance)
 * Made all db2omf errors error out, for great justice  (Shaun McCance)
 * Check for invalid category codes in db2omf  (Shaun McCance)
 * Added new inline documentation to XSLT  (Shaun McCance)
 * Added xi and fxi to exclude-result-prefixes  (Mariano Suárez-Alvarez)
 * Python classsynopsis elements no longer act like C++  (Shaun McCance)
 * Fixed some documentation typos  (Shaun McCance)
 * Added a utility XSLT file to list media files  (Shaun McCance)
 * Removed excessive alpha-thai elements [#323249]  (Theppitak Karoonboonyanan)
** Updated translations:
   ar     (Djihed Afifi)
   en_GB  (David Lodge)
   et     (Ivar Smolin)
   fi     (Ilkka Tuohela)
   he     (Yaniv Abir)
   it     (Luca Ferretti)
2007-03-20 21:02:40 +00:00
tv
b0ce45fc02 give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
wiz
0f055c12be Add buildlink3.mk file. 2007-03-18 18:56:30 +00:00
rillig
dfff746269 The ruby binary is not a script. It's a binary. Fixes the following
error message:

=> Checking for portability problems in extracted files
/usr/pkg/bin/ruby18: 1: Syntax error: "(" unexpected
2007-03-17 17:29:01 +00:00
taca
c0fc16e517 Update HOMEPAGE to more informative one. 2007-03-15 16:46:13 +00:00
taca
29652fbe2a Update namazu2 package to 2.0.17.
Overview of Changes in Namazu 2.0.17 - Mar 12, 2007

* filter/win32/ole*.pl: correspondence Office 2007. [for Windows]
* filter/win32/olevisio.pl: It corresponds to Visio 2000 of another type.
  For Visio 2007/.vdx file. [for Windows]
* OOo bug correction.
* for Office Open XML file. [for Windows]
* nmzcat: SJIS output. [For Windows]
* mailutime: Bug correction related to passing.
* To the code in which it considers after 2038(In the direction that doesn't
  correspond).
* File-MMagic: Imported 1.27.
* For eml file.
* libnmz: Speed-up of retrieval.
* nmzchkw.pl: New addition. (contrib)
* libnmz: The bug around the memory is corrected. (users-ja#821).
* namazu and namazu.cgi: The bug that falls into an infinite loop is corrected.
* namazu and namazu.cgi: Correction of HTML emphasis tag. (for Windows)
* gcnmz and nmzmerge: The output of the log is corrected and the format is
  corrected.
* namazu and namazu.cgi: The possibility that the buffer overflow
  cuts it when the template is corrected is corrected.
* filter/mp3.pl: MP3-Info 1.21.
* namazu.spec.in: add nmzcat, nmzegrep.
* namazu.spec.in: fix filter-requires-namazu.sh.
* conf/namazurc-sample: It is added to the comment that Suicide_Time
  is only UNIX.
* scripts/mknmz.in: The mistake of the number of dummy arguments of
  process_file() is corrected.
* filter/pdf.pl: 'Unable to convert pdf file (maybe copying
  protection)' was corrected at option --debug.
* filter/msofficexml.pl: Added new fiter.
* filter/visio.pl: Added a new filter.
* filter/mp3.pl: Support MP3-Info 1.21's behavior.
* tests/*: It deals with trouble in which make check fails
  because of the environment of Mac + gettext 0.14.2.
* tests/data/ja/*: Added new file.
* Fix some bugs.
2007-03-15 16:27:47 +00:00
obache
83cac5c8d2 Added and enabled p5-Net-Dict. 2007-03-15 15:43:02 +00:00
obache
5bebcaedde Import p5-Net-Dict version 2.07 from pkgsrc-wip.
Pakcaged by Aleksey Cheusov and requested in PR 35469.

This distribution contains the Net::Dict module for Perl.
Net::Dict is a class implementing a simple client API
for the DICT protocol defined in RFC2229.
2007-03-15 15:41:29 +00:00
ginsbach
8b820641e8 Add new diffsplit package. 2007-03-13 16:09:16 +00:00
ginsbach
44ea1e6b63 This script splits up a unified diff into separate patch files,
each of which patches one source file.  [port2pkg conversion]
2007-03-13 16:03:08 +00:00
joerg
1b6ca55b58 Sync config.{guess,sub} with mk/gnu-configure. 2007-03-12 00:48:28 +00:00
wiz
5bce614705 Update to 4.1.5:
Sed 4.1.5

* fix parsing of a negative character class not including a closed bracket,
  like [^]] or [^]a-z].

* fix parsing of [ inside an y command, like y/[/A/.

* output the result of commands a, r, R when a q command is found.

----------------------------------------------------------------------------
Sed 4.1.4

* \B correctly means "not on a word boundary" rather than "inside a word"

* bugfixes for platform without internationalization

* more thorough testing framework for tarballs (`make full-distcheck')

----------------------------------------------------------------------------
Sed 4.1.3

* regex addresses do not use leftmost-longest matching.  In other words,
  /.\+/ only looks for a single character, and does not try to find as
  many of them as possible like it used to do.

* added a note to BUGS and the manual about changed interpretation
  of `s|abc\|def||', and about localization issues.

* fixed --disable-nls build problems on Solaris.

* fixed `make check' in non-English locales.

* `make check' tests the regex library by default if the included regex
  is used (regex tests had to be enabled separately up to now).

----------------------------------------------------------------------------
Sed 4.1.2

* fix bug in 'y' command in multi-byte character sets

* fix severe bug in parsing of ranges with an embedded open bracket

* fix off-by-one error when printing a "bad command" error
2007-03-08 18:53:56 +00:00
rillig
1fd58b933b Fixed a segmentation fault on IRIX. Although IRIX provides the
REG_STARTEND macro, it doesn't work as expected. A simple test case is:

	printf '\0\n\0\n' | nbsed /a/d

This test does not yet work as expected, but at least it doesn't cause
segmentation faults anymore. Handling of '\0' bytes must be improved.
2007-03-07 19:18:39 +00:00
joerg
bdb47b8960 Fix booost::regex test. This feels like a deja-vu, not sure where I hit
this before. Most likly a broken upstream macro.
2007-03-07 18:52:18 +00:00
jmmv
aaf61db584 Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml)
to the versions corresponding to the 2006-09 release.  This should have
been done when the main hugs package was updated to this version back in
October of past year.
2007-03-07 12:51:16 +00:00
obache
6eb9cf5487 Update hyperestraier and sub pacakges to 1.4.10.
Changes:
2006-11-11  Mikio Hirabayashi

	* estraier.c (est_set_ecode): new function.

	* estraier.c (est_search_union): scoring of ASIS mode was modified.

	* estraier.c (est_resmap_add, est_resmap_dump_keys): new functions.

	* estraier.c (est_narrow_scores): efficiency of narrowing index was improved.

	* estraier.c (est_utime): new function.

	* estraier.c (est_cond_scores, est_cond_set_narrowing_scores): new functions.

	* estraier.c (est_rescc_put): a bug of memory leak was fixed.

	* estnode.c: the function "est_datum_printf" was replaced by "cbdatumprintf".

	* estmaster.c (sendnodecmdsearch): accuracy of hints was improved.

	* estfraud.c (sendnodecmdputdoc): accuracy of hints was improved.

	* estfraud.c (sendnodecmdputdoc): morphological analyzer support was added.

	* estfraud.c (sendnodecmdputdoc): accuracy of hints was improved.

	* estwaver.c (runinit, procinit): "-apn", "-acc", "-sv", "-si", "-sa" options was added.

	* estscout.c: new file.

	* estsupt.c: new file.

	- Release: 1.4.10
2007-03-05 15:58:19 +00:00
seb
2260f675db Add & enable p5-Text-RewriteRules 2007-03-01 00:27:23 +00:00
seb
ad4617dea5 Initial import of p5-Text-RewriteRules version 0.10 into the NetBSD Packages
Collection.

The Perl 5 module Text::RewriteRules uses a simplified syntax for
regexp-based rules for rewriting text. You define a set of rules,
and the system applies them until no more rule can be applied
2007-03-01 00:25:14 +00:00
wiz
3712ee06b5 Update to 1.62.001:
1.62
   - interface to libxml2's pull-parser XML::LibXML::Reader
     (initiated by Heiko Klein)
   - make error messages intended to the user report the line of the
     application call rather than that of the internal XS call
   - XML::LibXML::Attr->serializeContent added (convenience function)
   - fix getAttributeNode etc. w.r.t. #FIXED attributes (as well as some
     cases with old buggy libxml2 versions)
   - warn if runtime libxml2 is older than the one used at the compile time
   - if compiled against libxml2 >= 2.6.27, new parse_html_* implementation is used
     allowing encoding and other options to be passed to the parser
   - DOM-compliant nodeNames: #comment, #text, #cdata, #document, #document-fragment
   - toString on empty text node returns empty string, not undef
   - cloneNode copies attributes on an element as required by the DOM spec
2007-02-27 14:08:33 +00:00
wiz
c50f610598 Update to 0.15:
0.15  08 Feb 2007  Grant McLean
    - Fixed handling of entities in attribute values
    - Cleaned up some benign warnings

0.14  23 Apr 2006  Matt Sergeant
    - Fixed CDATA section parsing (Uwe Voelker)
    - Fix Makefile.PL for VMS
    - Support calling set_handler() mid-parse
    - Fix for when random modules overload UNIVERSAL::AUTOLOAD()
    - Fix case when ParserDetails.ini isn't being updated but we are doing an
      upgrade.

0.13  24 Oct 2005  Matt Sergeant
    - Complete re-write of XML::SAX::PurePerl for performance
    - Support Encoding & XMLVersion in DocumentLocator interface
    - A few conformance tweaks to match perl SAX 2.1.
2007-02-27 14:03:58 +00:00
wiz
b23d9783b4 Update to 0.35.5:
Version 0.35.5

* Don't hardcode fallback path to intltool-extract
  -- bug #399476 (Rodney Dawes)
* Fix mkdir race in inltool-merge.in.in
  -- bug #400788 (Rodney Dawes, Leonardo Boshell)
* Update an additional check to use $SRCDIR properly for POTFILES.skip
  -- bug #391892 (Rodney Dawes)
* Handle extracting comments from ini-style files
  -- bug #390271 (Takao Fujiwara)
2007-02-27 09:47:07 +00:00
wiz
fd102ec357 Fix *-config script to include rpath. Bump PKGREVISION. 2007-02-26 21:03:12 +00:00
joerg
ff2572083d Fix pthread usage. Fix a number of libtool and C issues, that made me
wonder how this ever compiled.
2007-02-26 14:56:30 +00:00
wiz
5ec5b5a95b Update to 2.02:
2.02 Wed Feb 20 2007
    - fix a missing test in MANIFEST

2.01 Wed Feb 20 2007
    - fix a problem with $VERSION
2007-02-25 23:45:46 +00:00
abs
ad6c4b908e this is Text::CSV_XS rather than Text::CSV 2007-02-24 23:46:51 +00:00
wiz
ba0dc2235b + enca. 2007-02-24 22:49:33 +00:00
wiz
f88d2cf15d Initial import of enca-1.9:
Enca is an Extremely Naive Charset Analyser. It detects character
set and encoding of text files and can also convert them to other
encodings. The charset detecting functionality is also available as
a library.

Enca currently can determine 8bit charsets of Belarussian, Bulgarian,
Croatian, Czech, Estonian, Hungarian, Latvian, Lithuanian, Polish,
Russian, Slovak, Slovene, Ukrainian, and Chinese texts and also
some multibyte encodings, independent on language (provided it's
some European language).
2007-02-24 22:49:11 +00:00
wiz
cd88d6913e Despite appearances to the opposite, xmlrpc-c does not need expat.
It comes with an own patched version.
Remove expat dependency and bump PKGREVISION.

Add buildlink3.mk file.
2007-02-24 18:59:46 +00:00
wiz
6c8d008712 Add xmlrpc-c. 2007-02-24 11:01:28 +00:00
wiz
06365cd416 Initial import of xmlrpc-c-1.09.00:
XML-RPC is a quick-and-easy way to make procedure calls over the
Internet. It converts the procedure call into XML document, sends
it to a remote server using HTTP, and gets back the response as
XML.

This library provides a modular implementation of XML-RPC for C
and C++.


XXX: build system is custom-made (i.e. not using libtool), PLIST
will be wrong for many OPSYS -- please fix!
2007-02-24 11:00:51 +00:00
wiz
07ce588224 Remove two patches that do not seem needed any longer. 2007-02-22 23:49:17 +00:00
wiz
163cf8010a Update to 2.5:
Version 2.5

   * fixed lang.map for php files
   * fixed url.lang
   * --debug-langdef can be interactive
   * nohilite.lang that does not perform any highlighting, but
     only formats the input file into the output format (dealing
     with output format special characters)
   * default.lang to which source-highlight falls back when no
     input language is specified or available
   * infer script languages
   * --header and --footer options do not require --doc option
   * --statistics print elapsed time
   * highlight cls, dtx and sty LaTeX files
   * language definition for Tcl
   * language definition for Sql
   * language definition for bibtex
   * infer language of script files

Version 2.4

   * language definition for C# (thanks to Hemmi Shigeru)
   * language definition for XML (thanks to Andy Buckley)
   * language definition for shell scripts (thanks to Dirk Jagdmann)
   * fixed language definition for HTML (tags with numbers are highlighted,
     e.g., <h1>)
   * updated language definition for logtalk (thanks to Paulo Moura)
   * produces the list of elements of a language definition file
     (--show-lang-elements)
   * output format definition for HTML where fonts by default are
     not fixed width.
   * bug fix in url regular expressions
   * bug fix with nonsensitive keywords (thanks to Andrea Ercolino)
   * improved documentation concerning installation of Boost regex library

Version 2.3

   * the regex automaton is printed on the standard output
     (instead of the standard error)
   * language definition for postscript
   * DocBook output format
   * fixed bug in .map files with \r characters
   * fixed expression for email

Version 2.2

   * fixed a bug that sigsegv when more than one input file
     is provided
   * fixed a compilation error with gcc 4.0
   * generate references using ctags
   * fixed a bug with LaTeX output of " with some inputencs
     and with latexcolor
   * handle direct color specifications independently from HTML
   * fixed conversion of hexadecimal characters in output language
     definitions
   * fixed compilation error with regex 1.33
   * include man page
   * language definition for diff output
   * fixed bugs in generation of the regular expression automaton
   * extended documentation with some tutorials on input language
     definitions
   * generate more compact output (reduced size)
   * in LaTeX output longtable is not used anymore
2007-02-22 20:35:34 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
9e73972501 Update HOMEPAGE and MASTER_SITES. From Sergey Svishchev. 2007-02-22 19:23:42 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
seb
c657071f0f Add & enable p5-XML-Filter-DOMFilter-LibXML 2007-02-22 12:50:51 +00:00
seb
f452810b8c Initial import of p5-XML-Filter-DOMFilter-LibXML version 0.02 into
the NetBSD packages Collection.

This Perl 5 module provides a compromise between SAX and DOM
processing by allowing to use DOM API to process only reasonably
small parts of an XML document.
2007-02-22 12:46:26 +00:00
wiz
885ad6110b Update to 1.08, changes undocumented. 2007-02-22 12:24:17 +00:00
wiz
5c840a7be1 Update to 0.04:
0.04  Wed Jan 11 10:33:35 UTC 2006
        - Oops, fixed the typo in imgbase default URL

0.03  Wed Jan 11 10:17:37 UTC 2006
        - Now it requires Text::Emoticon 0.03
        - Use MSN site as a default imgbase now
2007-02-22 12:22:59 +00:00
wiz
e0bd49479f + p5-Text-Emoticon 2007-02-22 12:22:31 +00:00
wiz
4c222e7341 Initial import of p5-Text-Emoticon-0.04:
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set.
It's made to become handy to be used in other applications like
Kwiki/MT plugins.
2007-02-22 12:21:18 +00:00
wiz
dc118b5b1c Update to 1.03:
1.03  Tue May  3 06:47:39 EDT 2005

    - Add shell-quote script.

1.02  Thu Feb 10 22:08:27 EST 2005

    - Allow qw(! % + , : @ ^) to appear without being quoted.  (This was
      in 1.01, but I forgot to mention it.)

1.01  Wed Feb  9 20:43:46 EST 2005

    - Have shell_quote() croak if the string can't be encoded
      (currently, if it contains NULs).
    - Add shell_quote_best_effort() which will return what it can
      instead.
2007-02-22 12:13:44 +00:00
wiz
54a294f7aa Update to 0.941:
v0.941  2006-08-18
    * Add ExtUtils::CBuilder and ExtUtils::ParseXS as dependencies now that
      Module::Build doesn't do it's own C handling.
2007-02-22 12:11:26 +00:00
wiz
ede9f3759b Update to 1.3101:
Change 739 on 2002/08/19 by <gbarr@pobox.com> (Graham Barr)

	Dont generate PPD

Change 738 on 2002/08/19 by <gbarr@pobox.com> (Graham Barr)

	Dont depend on hash order in t/03seqof.t and try both possible
	results

Change 613 on 2001/04/10 by <gbarr@pobox.com> (Graham Barr)

	Fix test for 5.7 (test result depends on hash order)
2007-02-22 11:55:23 +00:00
wiz
c7825c5496 Update to 1.10:
1.10 Tue Feb 13 2007
    - fix a bug where lines are hidden when the quote character
      changes midstream.  Reported by Dirk Pape and Sven Sternberger

1.9  Fri Jun 24 15:34:46 EDT 2005
	- Manifest cleanup. From Mike Castle
2007-02-19 20:51:53 +00:00
rillig
5f011ee958 IRIX 6 doesn't have getopt_long as well. 2007-02-19 11:19:48 +00:00
wiz
cb0400ece4 Update to 1.22:
1.22 - December 17th, 2006
       - Fix XML::Feed compatability. Make sure $item->{content} is always setup
         (broke in 1.20, RT#23822, Shlomi, Andreas J. Koenig)
       - Fix the tests to work on Win32 (RT#23752, Shlomi, Kenichi Ishigaki)
       - make add_module work for both RSS 1.0 and 2.0 (RT#16191,
         RT#18907, RT#13209, Ben Trott, Ivan Willis)
       - Fixed the problem with a version => "2.0" RSS not parsing correctly
         the namespaced elements in a RSS 1.0 feed (in RT#23822, Shlomi)
       - Channel->{link | textInput} (sic) property mapping in RSS 2.0
         (RT#9862, Shlomi / chatiman)
       - Don't fail the tests if Test::Pod::Coverage is missing
         (reported by Andreas J. Koenig)

1.21 - December 5th, 2006
       - Support inserting a XSL stylesheet URL into the XML output
         (RT#11569, Jason A. Smith, Shlomi Fish)
       - Remove empty lines in the test_manifest - some versions of
         Test::Manifest doesn't do the right thing with
         those. (RT#23678, Hugo van der Sanden)
       - Add Pod::Coverage tests
       - More Date Conversion (Shlomi)
       - Fix for a Markup Injection Vulnerability (RT#23435, Shlomi)

1.20 - November 10th, 2006
       - Value for $XML::RSS::modules gets destroyed (RT#18755, Shlomi)
         - Note that YOU CAN NO LONGER USE $XML::RSS::modules, you
           have to use the add_modules call as documented!
       - encode generates warnings for undefined text (RT#13523, Mark Stosberg)
       - Missing last build date value in RSS 2.0 (RT#19417)
       - renamed the internal encode method to _encode
       - RSS 2.0 spec allows omission of title from entry (RT#18817,
         test from Shlomi)
       - Can't create "0" values in optional items (RT#11415, based on
         patch from Shlomi - thanks!)
       - Remove the executable bit from Makefile.PL
       - Add test to test regression of CPAN RT#5438 (Shlomi)
       - More tests...

1.12 - October 25, 2006
       - Add more tests
       - make sure META.yml is correctly generated
       - Fix enclosure parsing (RT#7920, Tatsuhiko Miyagawa)
       - Incorrect entity encoding in XML output (RT#22467, reported by Stephen Hall)

1.11 - October 19, 2006
       - use HTML::Entities instead of the "homegrown" entity encoding code
       - Minor doc fix (David Steinbrunner)
       - Fix encoding of the > char, added tests (RT#19420, Shlomi Fish)
       - XML::RSS ignores output encoding (RT#11124, RT#7343, test
         failures on win32, Vaclav Haisman, Steve Peters)
       - encoding of source element (RT#2285)
       - use base instead of @ISA
       - Thanks to Shlomi Fish for helping sorting through the RT queue!
2007-02-18 03:14:19 +00:00
dmcmahill
cb4a7c6c68 fix up garbled sed command 2007-02-16 23:49:43 +00:00
rillig
9376f1922a Disabled the CHECK_INTERPRETER warning. 2007-02-15 21:31:29 +00:00
adam
6f82968b44 Update MASTER_SITES, xmlsoft.org seems to have problems 2007-02-05 17:42:40 +00:00
wiz
7e61b8303a Update to 1.72.0:
Common

The following changes have been made to the common code since the 1.71.1
release.

  * Add empty template for sidebar in label.markup mode.

  * Add utility template tabstyle to return the tabstyle from
    any table element.

  * Add support for arabicindic numbering to autolabel.format template.

  * Moved the index entity declarations to a separate common file.

  * Add title.markup mode for glossdiv to support info/title.

  * Remove link.title.attribute, replaced in html/html.xsl

  * Fixed typo in xsl:with-param

  * Use number() in some comparisons to ensure number data type.

  * Fix bug #1596737 extra white space introduced by olink.
    Now output indent="no" for target data.

  * Use copy-of instead of value-of for xreftext to preserve markup.

  * Add template link.title.attribute.

  * Modify gentext.template to respect parameter verbose = 0.
    Modify gentext.template.exists to use gentext.template with verbose = 0.

  * Finish support for @xml:id everywhere @id is used.

  * replace name() with local-name() in most cases.

  * Add support for info.

  * Fixed add-xml-base for Windows and Xalan case.

  * Added NodeInfo prefix to list of exclude-result-prefixes

FO

The following changes have been made to the fo code since the 1.71.1 release.

  * Added index.page.number.properties attribute set to the set of
    reference documentation for the FO stylesheets.

  * Changed VERSION file to include distro title (DocBook XSL
    Stylesheets), and updated HTML, FO, and manpages stylesheets to
    use that in their metadata sections (e.g., in HTML, the
    <meta name="generator" ...> contents).

  * Remove duplicate orgname template.
    Switch org templates to using inline.charseq which
    handles simple.xlink.

  * Add index.page.number.properties attribute-set to format page numbers.

  * Pass the toc-context down to the toc.line template.

  * Fixed bug in use of isogen key.

  * Add support for crop marks in Antenna House.

  * Obsolete now that info is supported.

  * Move show-destination="replace" property from template to attribute-set
    so it can be customized.

  * Add table.row.properties template to customize table rows.

  * Moved the entities declarations to a separate common file.

  * Add support for sorting glossary entries

  * Remove obsolete dobookng.xsl, since info now supported.

  * Fix bug #1614469 for citation linking to biblioentry.

  * Moved all properties to attribute-sets so can be customized more easily.

  * Fixed bug #1603790: no space between package and classname.

  * include stub file for annotations.xsl

  * Add simple.xlink processing to term and member elements.

  * Initial checkin of file for annotation processing.

  * Some more inlines to use simple.xlink.

  * xref now supports xlink:href, using simple.xlink template.

  * modified link template to use simple.xlink now.

  * Use number() in some comparisons to ensure number data type.

  * Rewrote simple.xlink, and call it with all charseq templates.

  * Finish support for @xml:id everywhere @id is used.

  * replace name() with local-name() in most cases.

  * Add support for info element.

  * support title in info too.

HTML

The following changes have been made to the html code since the 1.71.1
release.

  * Changed VERSION file to include distro title (DocBook XSL
    Stylesheets), and updated HTML, FO, and manpages stylesheets to
    use that in their metadata sections (e.g., in HTML, the
    <meta name="generator" ...> contents).

  * Add support in imageobjectco for otherunits="imagemap" to allow
    direct authoring of imagemap units.

  * Use areaspec id as imagemap map name.

  * Fixed imagemaps so they work properly going from calspair coords
    to HTML area coords.

  * qandaset was not outputting an anchor id, now it is.

  * Obsolete now that info is supported.

  * Moved the entities declarations to a separate common file.

  * Add support for sorting glossary entries

  * Remove docbookng.xsl since info now supported.

  * Add support for qanda.in.toc to add qandaentry questions to document TOC.

  * Fix bug #1614469 for citation linking to biblioentry.

  * Fixed bug #1603790: no space between package and classname.

  * Fixed two next/prev bugs.

  * *.propagates.style now handled in class.attribute mode.

  * add simple.xlink support to variablelist term and simplelist member.

  * fix class attribute on sgmltag.

  * add class parameter to class.attribute mode to set default class.

  * Convert all class attributes to use the class.attribute mode
    so class names can be customized more easily.

  * Add class.attribute mode to generate class attributes.

  * Added simple.xlink to most remaining inlines.
    Changed class attributes to applying class.attributes mode.

  * Changed xref template to use simple.xlink tempalte.

  * Improve generate.html.title to work with link targets too.

  * Improved simple.xlink to support link and xref.

  * Use number() in some comparisons to ensure number data type.

  * Convert link element template to use simple.xlink.

  * Improvements in simple.xlink.

  * Use new link.title.attribute now.

  * Rewrote simple.xlink to handle linkend also.
    Better computation of title attribute on link too.

  * Fix syntax errors.

  * Finish support for @xml:id everywhere @id is used.

  * replace name() with local-name() in most cases.

  * Handle Xalan quirk as special case.

  * Add support for info.

Manpages

The following changes have been made to the manpages code since the 1.71.1
release.

  * Changed VERSION file to include distro title (DocBook XSL
    Stylesheets), and updated HTML, FO, and manpages stylesheets to
    use that in their metadata sections (e.g., in HTML, the
    <meta name="generator" ...> contents).

  * Removed single-pass namespace stripping from manpages stylesheet.
    To process DocBook 5 instances, either use the experimental
    namespace-aware DocBook 5 XSL 1.0 stylesheets, or pre-process your
    source to do the namespace stripping (two-pass processing).

  * Added doc for man.output.lang.in.name.enabled parameter. This
    checkin completes support for writing file/pathnames for man-pages
    with $lang include in the names. Closes #1585967. knightly
    accolades to Daniel Leidert for providing the feature request.

  * Added new param man.output.lang.in.name.enabled, which
    controls whether $LANG value is included in manpages
    filenames and pathnames. It works like this:

    If the value of man.output.lang.in.name.enabled is non-zero,
    man-page files are output with the $lang value included in
    their filenames or pathnames as follows;

    - if man.output.subdirs.enabled is non-zero, each file is
      output to, e.g., a /$lang/man8/foo.8 pathname

    - if man.output.subdirs.enabled is zero, each file is output
      with a foo.$lang.8 filename

  * Use "\e" instead of "\\" for backslash output, because the
    groff docs say that's the correct thing to do; also because
    testing (thanks, Paul Dubois) shows that "\\" doesn't always
    work as expected; for example, "\\" within a table seems to
    mess things up.

  * Added the man.string.subst.map.local.pre and
    man.string.subst.map.local.post parameters. Those parameters
    enable local additions and changes to string-substitution mappings
    without the need to change the value of man.string.subst.map
    parameter (which is for standard system mappings). Closes
    #1456738. Thanks to Sam Steingold for constructing a true
    stylesheet torture test (the clisp docs) that exposed the need for
    these params.

  * Use U+2592 as an internal marker for linebreak around sbr output
    (to prevent the break from getting eaten by some normalization
    that the stylesheet does on synopses).
    Use U+2580 as an internal marker for no-break space (to work
    around a similar issue). Closes bug #1612808. Thanks to Simon
    Walter for reporting it (the sbr bug).

  * Adjusted manpages stylesheet to use U+2593 as the internal
    representation for the backslash character within the stylesheet.
    This prevents backslashes in source content from getting eaten.
    Closes #1609425. Thanks to Paul DuBois for reporting the bug.

  * Changed manpages stylesheet to always output a U+2591 character as
    the internal representation of a dash. The string-substitution
    map is then used to output a real dash when the final contents are
    serialized. Also, made a change that causes dots and dashes in the
    top comment to be unescaped.

  * Output newline after admonitions (Note, Warning, etc.)

  * Added the Markup element to the list of elements that get output
    in bold. Thanks to Eric S. Raymond.

  * Changed dot output to mark end of tbl(1) table format sections
    (changed from real dot to internal U+2302 representation).

  * Replaced all dots in roff requests with U+2302 ("house"
    character), and added escaping in output for all instances of dot
    that are not in roff requests. This fixes the problem case where a
    string beginning with a dot (for example, the string ".bashrc")
    might occur at the beginning of a line in output, in which case
    would mistakenly get interpreted as a roff request. Thanks to Eric
    S. Raymond for pushing to fix this.

  * This is a first attempt at ensuring that list content nested in
    itemizedlist and orderedlist instances is properly indented. This
    is a switch from using .TP to format those lists to using .RS/.RE
    to format them instead (because .TP does not allow nesting). This
    probably breaks something else and therefore will likely need some
    refinement after more testing. Closes bug #1602616. Thanks to
    Daniel Leidert.

  * Fix bug: change <text> to <xsl:text>

  * Fixed two element name typos.

Params

The following changes have been made to the params code since the 1.71.1
release.

  * Repaired bizarro-superman talk.

  * Added doc for man.output.lang.in.name.enabled parameter. This
    checkin completes support for writing file/pathnames for man-pages
    with $lang include in the names. Closes #1585967. knightly
    accolades to Daniel Leidert for providing the feature request.

  * Use "\e" instead of "\\" for backslash output, because the
    groff docs say that's the correct thing to do; also because
    testing (thanks, Paul Dubois) shows that "\\" doesn't always
    work as expected; for example, "\\" within a table seems to
    mess things up.

  * Added the man.string.subst.map.local.pre and
    man.string.subst.map.local.post parameters. Those parameters
    enable local additions and changes to string-substitution mappings
    without the need to change the value of man.string.subst.map
    parameter (which is for standard system mappings). Closes
    #1456738. Thanks to Sam Steingold for constructing a true
    stylesheet torture test (the clisp docs) that exposed the need for
    these params.

  * Use U+2592 as an internal marker for linebreak around sbr output
    (to prevent the break from getting eaten by some normalization
    that the stylesheet does on synopses).
    Use U+2580 as an internal marker for no-break space (to work
    around a similar issue). Closes bug #1612808. Thanks to Simon
    Walter for reporting it (the sbr bug).

  * Changed order of string replacements so that backslash is escaped
    and replaced after backslash and dot (as it needs to be).

  * Adjusted manpages stylesheet to use U+2593 as the internal
    representation for the backslash character within the stylesheet.
    This prevents backslashes in source content from getting eaten.
    Closes #1609425. Thanks to Paul DuBois for reporting the bug.

  * Changed manpages stylesheet to always output a U+2591 character as
    the internal representation of a dash. The string-substitution
    map is then used to output a real dash when the final contents are
    serialized. Also, made a change that causes dots and dashes in the
    top comment to be unescaped.

  * output "\&." instead of just plain "\." (because plain "\." does
    not work...)

  * Fixed problem where newlines were dropped before dots.

  * Only escape dot if it actually occurs at the beginning of a line.

  * fixed well-formedness errors

  * Replaced all dots in roff requests with U+2302 ("house"
    character), and added escaping in output for all instances of dot
    that are not in roff requests. This fixes the problem case where a
    string beginning with a dot (for example, the string ".bashrc")
    might occur at the beginning of a line in output, in which case
    would mistakenly get interpreted as a roff request. Thanks to Eric
    S. Raymond for pushing to fix this.

  * Add index.page.number.properties by default.

  * Added to allow customizations of page numbers in indexes.

  * Improved wording.

  * Move show-destination="replace" property from template to attribute-set
    so it can be customized.

  * dd support for sorting glossary entries

  * Improved wording.

  * Add option to include qanda in tables of contents.

  * This is a first attempt at ensuring that list content nested in
    itemizedlist and orderedlist instances is properly indented. This
    is a switch from using .TP to format those lists to using .RS/.RE
    to format them instead (because .TP does not allow nesting). This
    probably breaks something else and therefore will likely need some
    refinement after more testing. Closes bug #1602616. Thanks to
    Daniel Leidert.

  * Moved all properties to attribute-sets so can be customized more easily.

Template

The following changes have been made to the template code since the 1.71.1
release.

  * Added workaround for Xalan bug: use for-each and copy instead of copy-of (#1604770).

Tools

The following changes have been made to the tools code since the 1.71.1
release.

  * Updated master makefile to enable docbook5-xsl build and
    packaging.

  * Updated automated xsl-param markup system to handle
    wordml->roundtrip name change.

  * wordml->roundtrip name change

  * Replaced all dots in roff requests with U+2302 ("house"
    character), and added escaping in output for all instances of dot
    that are not in roff requests. This fixes the problem case where a
    string beginning with a dot (for example, the string ".bashrc")
    might occur at the beginning of a line in output, in which case
    would mistakenly get interpreted as a roff request. Thanks to Eric
    S. Raymond for pushing to fix this.

Roundtrip

The following changes have been made to the roundtrip code since the 1.71.1
release.

  * wordml->roundtrip name change

  * rename to roundtrip, add OpenOffice support
2007-02-02 19:13:49 +00:00
drochner
5207dc1a5b include bl3 files for libxml2 and glibmm 2007-02-02 09:23:44 +00:00
joerg
991bc8a844 Let Xaw take care of the X11 dependency. 2007-02-02 00:21:37 +00:00
drochner
6ade88b839 sync w/ libxslt 2007-02-01 18:46:41 +00:00
drochner
dd08b7f5b5 update to 1.1.20
changes:
-Portability fixes
-Bug fixes
-python stylesheet compare and transform context access
-EXSLT string replace support
-xsltproc better low level error handling

mostly from Blair Sadewitz per mail to tech-pkg
2007-02-01 18:01:39 +00:00
wiz
29abbd1c1b Mark as BROKEN_IN pkgsrc-2006Q4, based on
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).

Feel free to fix them...
2007-01-31 00:04:11 +00:00
wiz
4ae113218a Accept emacs22. 2007-01-30 23:41:40 +00:00
minskim
f7aab16a26 Add c2html 2007-01-29 16:43:59 +00:00
minskim
12e4632d1b Remove TODO, which was imported from wip accidentally. 2007-01-29 16:42:08 +00:00
minskim
3935813241 Import c2html from pkgsrc-wip. Packaged by Lubomir Kundrak.
c2html is a simple program which converts a C source code tree into
HTML which can be easily navigated using a web browser.

Features:
 * Colorized output
 * Hyperlinks between files are created for functions and, in some cases,
   macro definitions.
 * A file called .index can contain one-line comments about each file in a
   directory; it will be included in the HTML-ized directory listing.
 * HTML "header" and "footer" files can be included. href-links pointing
   to local files (relative to the current directory) are automatically
   updated.
 * A "web bug" can be included on each page.
2007-01-29 16:40:58 +00:00
taca
a04fc91fba Fix permission of some directories in examples. 2007-01-28 15:25:11 +00:00
taca
94ec013d6c Update ruby-rttool to 1.0.2.
=== [2006/09/20] 1.0.2 released
* Bugfix about linefeed.
2007-01-28 15:24:21 +00:00
taca
922992b327 Fix ruby-build-ri-db option related problem.
- Include options.mk before rubyversion.mk, so PLIST for ri database
  should be created suitably.

- make RUBY_RIDIR and its friends relative path to ${PREFIX}.

- Fix and improve handling of ${RUBY_RIDIR} handling and should
  be fixed remaining ${RUBY_RIDIR} after pkg_delete ruby18-base.
  (Noted by private mail from wiz@.)

Bump PKGREVISION of ruby18-base package.
2007-01-28 15:15:57 +00:00
wiz
ed4ded9422 Do not unconditionally remove share/sgml/jade, tex-jadtex uses it too.
Bump PKGREVISION.
2007-01-24 19:45:09 +00:00
reed
ad0b6bd0fb Fix typo (or bad copy and paste?). 2007-01-24 17:41:43 +00:00
reed
f3343a6096 Remove blank lines at end. 2007-01-24 17:11:02 +00:00
reed
11263f390b Update to version 0.94.2.
Removed four patches.

Improved DESCRiptions.

Improved COMMENT. catdoc is now:
COMMENT=Converts MS Word, Excel and Powerpoint files to plain text
catdoc-tk's COMMENT is made to stay the same.

The catdoc-tk package now installs manpage also.
And don't waste time building catdoc and binaries in catdoc-tk.
(Should catdoc-tk package be renamed to "wordview?")

The changelog is at
http://www.45.free.net/~vitus/software/catdoc/changelog.html

A lot of fixes plus now adds catppt utility to process powerpoint files.

Also has many new character encodings and doesn't install xlsview.
2007-01-24 17:07:00 +00:00
obache
60190bb3f1 Update MASTER_SITES and HOMEPAGE. 2007-01-23 17:45:02 +00:00
dmcmahill
14f37cfe76 add missing header which gets the build a little further with sunpro
compilers.
2007-01-23 12:56:41 +00:00
drochner
14932a289d add one 2007-01-22 17:20:45 +00:00
schmonz
9647cc5421 Apply small cleanup patch from Debian. Bump PKGREVISION. 2007-01-19 00:55:06 +00:00
schmonz
567fad1c02 Update to 2.25. From the changelog:
* output unicode better (tx s s)
2007-01-18 22:31:17 +00:00
rillig
e47d7214b7 Updated libxslt to 1.1.19.
Changes since 1.1.18:

1.1.19: Nov 29 2006:
   - Bug fixes: entities within attributes (William Brack), Python detection
      problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result
      value tree caching bug (William Brack)
2007-01-16 19:49:43 +00:00
wiz
55750574ca Update to 1.7m:
Release 1.7m, Wed Aug 23 11:37:05 CEST 2006 (Manuel Serrano):

        *** Instead of using the hard-wire "-l" ispell option, Flyspell.el
        now checks is Ispell.el defines the variable ISPELL-LISP-COMMAND.
        If it does, the value of this variable is used instead of the string
        "-l".


Release 1.7l, Mon Jul 24 16:50:06 CEST 2006 (Manuel Serrano):

        *** Fix a simple Xemacs bug. The function
        FLYSPELL-AFTER-CHANGE-FUNCTION was missing a guard. It has to
        check on Xemacs if this-command is a symbol or not!?
2007-01-15 23:49:46 +00:00
wiz
35956979e5 Update to 2.3:
* Mon Dec 25 2006 Eric S. Raymond - 2.3-1
- Work around a bug in db2man.xsl.  Implement Markus Hoenicka's
  requested behavior for multiple-file conversions. Implement
  translation of groff extended .cc and .c2 requests.  Ignore
  the .TA macro that occurs duplicatively with .ta in X.org
  manual pages.  Cope with unresolved .Sx refererences in mdoc.
  Handle .Ex and .Ee.  Cope with X consortium macro preamble better.
  .RS/.RE is now fully handled, no more spurious warnings.

* Sat Jan 15 2005 Eric S. Raymond - 2.2-1
- Have manlifter create subdirectories and the xslfragment
  only in batch mode.  Use current list indent on block start/end.
2007-01-15 23:40:46 +00:00
tonio
20c57bea6c Update textproc/hevea to 1.09
version 1.09
     - primitives \push@styles,\pop@styles to save,restore styles
       accross blocks (mathpartir)
     - Esponja removes unreferenced style classes.
     - Notice : horiz bars in table -> <TD CLASS="hbar" STYLE="height=..">
       is the most simple and works for both moz and IE.
     - added winfonts.hva, to replace a few entities by ascii art
     - initial value of 'true' for extendedchars (listings)
     - adopt most recent mac encoding 0xDB -> euro sign
     - added three window codepages and applemac in inputenc, useful ?
     - suppress -symbols option !
     - include imagen options as comment in image file -> force
       production of images when options change. Then, Misc also
       has a checkpointed state, so as to avoid double inclusion
       of options with -fix.
     - added xspace.hva
     - added bibhva executable, so as to call bibtex on .haux files
       yielding .hbbl files
     - styled theorem-like envs
     - added ifpdf package
     - option -dv
     - chngcntr package.
     - latin encoding support, through the inputenc package and
       checked numerical entities (\@print@u)
       Defaut charset is now US-ASCII.
     - Added eurosym package
     - Added textcomp package
     - supertable completed.
     - longtable package, a nightmare
     - a few changes in graphics/graphicx to allow loading both
       (and \@imagecommand in html/hevea.hva uses \def)
     - show/noshow option for package figcut.
     - figcut and deepcut packages.
     - Basic chapterbib (works for included files only, no top level
       bibliography).
    - new option -pdf for imagen.
    - new -t option for imagen (doc pending) -> dvips
    - added delim, moredelim, deletedelim, should now implement
      new interface for comments and strinsg, and normalize style
      command names... Semantics of 'delete' key is somehow radical...
    - -w Z warning -> quite a lot of corrections.
    - Huge bug (all ' -> - in text mode).
    - <<-o - >> redirects html output to stdout.
    - \title, \author and \date now work after \begin{document}
2007-01-15 21:12:13 +00:00
rillig
f274e9c071 This package doesn't provide a Perl packlist. 2007-01-15 05:32:40 +00:00
wiz
fd4c431fdb Update to 0.35.4:
Version 0.35.4

* Fix logic of checking for leftout files in builddir or srcdir (Rodney Dawes)
2007-01-14 09:58:56 +00:00
bad
18f485ab86 Fix a typo. 2007-01-10 23:20:54 +00:00
bad
646fa49f05 Add and enable p5-YAML-Syck. 2007-01-10 22:12:53 +00:00
bad
7a61b6aa13 Initial import of textproc/p5-YAML-Syck 0.72.
YAMl::Syck provides a Perl interface to the libsyck data serialization
library. It exports the Dump and Load functions for converting Perl data
structures to YAML strings, and the other way around.

Necessary for SVK-v2.0.0.
2007-01-10 22:06:08 +00:00
obache
61d2de7d8b +dictem 2007-01-10 14:57:32 +00:00
obache
f6d6156a98 Import dictem version 0.81 from pkgsrc-wip, packaged by Aleksey Cheusov.
This is newer version than PR 33203.

DictEm is a customizable DICT client for (X)Emacs. It implements all
functions of the client part of the DICT protocol (RFC-2229). Unlike
dictionary.el, it widely uses autocompletion that is used for
selecting a dictionary and search strategy. It also provides several
hooks that may be used for buffer postprocessing. Built-in
hyperlinking and a highlighting mechanisms are based on this
ability. Also, DictEm supports the mechanism of virtual dictionaries
that can be used for grouping dictionaries from _different_ DICT
servers into the client-side virtual dictionary.

Fore information about dictionary protocol and DICT project, see
http://www.dict.org.
2007-01-10 14:53:11 +00:00
drochner
213b4cb57b add one 2007-01-10 10:44:46 +00:00
wiz
da0bdf6b75 Update to 0.35.3:
Version 0.35.3

* Check for leftout files in builddir, for for generated files (Rodney Dawes)
* Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update
  -- bug #391892 (Rodney Dawes)
* Ignore files in POTFILES.{skip,ignore} when looking for leftout files
  -- bug #391892 (Rodney Dawes)
* Match $LINGUAS with LINGUAS file more precisely
  -- bug #342500 (Jürg Billeter)

Version 0.35.2

* Create builddir if it doesn't exist when generating header files
  -- bug #348952 (Rodney Dawes)
* Update checks for leftout files with intltool-update -m
  -- bug #386118 (Rodney Dawes)
* Better support for using $srcdir (Rodney Dawes)
* Run intltool-update -m in make check (Rodney Dawes)
* Handle LINGUAS environment variable properly
  -- bug #342500 (Rodney Dawes)
* Make sure that we always call FindPackageName so variables get set properly
  -- bug #350013 (Rodney Dawes)
* Set $top_builddir in Makefile.in.in for stamp-it rule
  -- bug #345560 (Daniel Leidert)
2007-01-07 14:40:17 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
wiz
0cd4d5dd5e Update to 0.60.5:
* Compile fix for gcc 4.1

   * Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf
     2.61

   * Documentation improvements, including an updated `man' page.

   * Complain if more than one file is specified when checking files
     using the `aspell check' command, rather than ignoring the other
     files.

   * Large number of bug fixes.
2007-01-06 22:07:42 +00:00
dmcmahill
b08b566c66 Fix building this with sun studio compilers. Patch submitted upstream. 2007-01-05 13:48:14 +00:00
adrianp
0fab269c3e Fix what turned out to be a incomplete PLIST
Ride the recent import
2007-01-03 15:16:45 +00:00
adrianp
5b6c9b6ee0 +py-X 2007-01-03 14:51:51 +00:00
adrianp
f587b81e66 PyX is a Python package for the creation of PostScript and PDF files. It
combines an abstraction of the PostScript drawing model with a TeX/LaTeX
interface. Complex tasks like 2d and 3d plots in publication-ready quality
are built out of these primitives.

Features
* PostScript and PDF output for device independent, freely scalable figures
* seamless TeX/LaTeX integration
* full access to PostScript features like paths, linestyles, fill patterns,
  transformations, clipping, bitmap inclusion, etc.
* advanced geometric operations on paths like intersections, transformations,
  splitting, smoothing, etc.
* sophisticated graph generation: modular design, pluggable axes, axes
  partitioning based on rational number arithmetics, flexible graph styles, etc.
2007-01-03 14:51:07 +00:00
drochner
ee4c4a9c88 update to 0.35.1
changes:
-Make regex patterns greedier, to avoid perl stack overflows
-Add code to detect DATADIRNAME
-Support older/non-GNU versions of diff when validating tests
-Add new mode to support quoted text in any file
-Fix the warning message for missing IT_PROG_INTLTOOL and error out
2006-12-15 19:31:46 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
joerg
5e43280b23 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12 21:52:34 +00:00
minskim
2d6db54b4d Make this package build on Darwin.
- Link with the C++ compiler because this is written in C++.
  - Link with all the required libraries to prevent undefined symbols.
  - Add only libtool libraries to LT_LIBS.

Based on patches provided by Ben Collver in PR 34495.
2006-12-10 23:02:39 +00:00
joerg
51bf492f3d py-libxml2 needs Python 2.3+, so py-libxslt has the same limitation. 2006-12-07 14:38:12 +00:00
joerg
a481826ad7 Needs msgfmt and msgmerge. 2006-12-06 17:18:49 +00:00
joerg
3919f0eebe Requires Perl at run time. Bump revision. 2006-12-06 16:57:51 +00:00
wiz
5d81117045 Update to 1.3.0:
This stable release includes updated documentation, relocatable
binary support, better Aspell support, Hunspell support (replacement
for Myspell), Hspell support, and some minor bugfixes.
2006-12-05 10:28:27 +00:00
abs
da03c5459c We use iconv, so add its buildlink3.mk. Also set ICONV=iconv in the
environment to avoid the build failing due to the 'extra smart' build
system in here taking "iconv" in intltool-merge.in and replacing it
with "/usr/pkg/bin/iconv"
2006-12-03 19:47:48 +00:00
joerg
a13464e67c Use PyBool_Check -> needs Python 2.3+ 2006-12-01 11:02:50 +00:00
kleink
4cd6fd3dcd Update p5-XML-Atom to 0.25.
Revision history for XML::Atom

0.25  2006.11.30
    * Fixed memory leaks in XML::Atom::Client
      (Reported by Brian Cassidy)

0.24  2006.11.25
    * Updated document to mention that ID creation is user's responsibility
    * Added $feed->as_xml_utf8 which always returns UTF-8 bytes string, rather than UTF-8 flagged one.
      This addresses annoying issues with UTF-8 vs. latin-1 (Thanks to Rui Vilela #21191)
    * Better fix for the hateful default: prefix issue in libxml2; now we
      remove the default\d* prefix on any nodes and set the proper namespace
      URI.
    * Fix to the test case since 0x242 is now printable character in bleadperl
      (Thanks to Andreas Koenig and Steve Peters)
    * Skip tests if 'euc-jp' is unknown encoding on your XML library
      (via CPAN testers)
2006-12-01 08:30:35 +00:00
seb
d83b86087b Update to version 1.62.
Changes since last packaged version (1.61):
1.62pre
- security callback interface contributed by Shane Corgatelli
- check libxslt version
- added XML::LibXML-like API to retrieve libxslt version
- added output_as_bytes() and output_as_chars()
- added regression tests for output_as_* to 11utf8.t
- output_as_string documentation fixed to match reality
- make 06entities.t to pass with older libxml2/libxslt
- POD uses items instead of headings
- fixed media_type and output_encoding for imported stylesheets [rt.cpan.org #23440]
2006-11-30 01:17:32 +00:00
wiz
664bab7bdc Add missing @dirrm to PLIST. Bump PKGREVISION. 2006-11-27 21:00:51 +00:00
wiz
5c007cc7c1 Reset maintainer:
Name service error for name=ethmoid.org type=MX: Host not found, try again
2006-11-24 23:04:14 +00:00
riz
bf7de2cfd6 Add INSTALLATION_DIRS, otherwise the perl "vendor" directory
does not get created under some circumstances.
2006-11-24 20:28:14 +00:00
drochner
715b27ab0a update to 0.58
changes: various updates
2006-11-24 18:03:35 +00:00
rillig
7bbdc11f15 Made the package work on Solaris. It needed an obscure patch and
USE_PKGLOCALEDIR.
2006-11-24 16:31:48 +00:00
ghen
8c814252d2 ./configure demands libxml2>=2.6.27. 2006-11-22 17:09:33 +00:00
recht
835c3d9d73 Add a patch from libxslt CVS:
* libxslt/transform.c: fixed problem with entity handling within xsltCopyAttrListNoOverwrite (#352907)
http://bugzilla.gnome.org/show_bug.cgi?id=352907
2006-11-21 23:55:05 +00:00
rillig
d637fc3354 Fixed PKGMANDIR. 2006-11-21 21:36:43 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
obache
88cd98935f Add missing entry. Bump PKGREVISION. 2006-11-19 01:18:02 +00:00
kristerw
8a202a3e6f Sort. 2006-11-18 00:48:03 +00:00
reed
6812490c98 Update to version 8.1.0.
Mention docbook and LaTeX in DESCRiption.

Add sourceforge to MASTER_SITES.

Add more directories to INSTALLATION_DIRS (maybe some are redundant).

Also install a2x.
Install man pages.
Install various configs and icons.

Add do-test target.

Following is from the AsciiDoc ChangeLog:

1. Version 8.1.0 (2006-10-22)

     * AsciiDoc generated XHTML documents now display as table of
       contents if the toc attribute is defined (JavaScript needs to be
       enabled for this to work). Thanks to Troy Hanson who contributed
       this feature based on a JavaScript by Mihai Bazon. I've simplified
       things somewhat to match Docbook XSL Stylesheets style, see Troy's
       [1]tpl User Guide for a fancier layout. Use the -a toc -a numbered
       command-line options to produce a number table of contents.
     * A [2]music filter is included in the distribution ./filters/
       directory. It translates music in [3]LilyPond or [4]ABC notation
       to standard classical notation in the form of a trimmed PNG image
       which is inserted into the AsciiDoc output document.
     * Incorporated Paul Melis's Win32 filter patch. This workaround
       allows AsciiDoc to run filters under Windows.
     * Added uninstall.sh script.
     * Rather than proliferate a confusing number of filter block
       delimiters the following convention has been adopted: delimiters
       belonging to DelimitedBlock filters distributed with AsciiDoc will
       consist of a word (normally a noun identifying the block content)
       followed by four or more tilde characters. This has necessitated
       changing existing filter delimiters (the old delimiters still work
       but may be deprecated in future versions):
          + The example code filter block delimiter is now the word code
            followed by four or more tilde characters.
          + The source highlight filter block delimiter is now the word
            source followed by four or more tilde characters.
     * Conditionally redefined subscript and superscripting so they use
       the old replacements mechanism when asciidoc7compatible is defined
       rather than the asciidoc 8 default unconstrained quoting (patch
       for affected files attached).
     * Moved the source highlight filter from ./examples/ to ./filter/.
     * Added {verbose} intrinsic attribute (useful for passing verbose
       flag to filters).
     * Added {outdir} intrinsic attribute.
     * Renamed {docdir} intrinsic attribute to unambiguous`{indir}
       ({docdir}` still works but may be removed in future release).
     * If asciidoc(1) outputs to stdout then instrinsic attribute
       {docname} is extracted from the input file name.
     _________________________________________________________________

2. Version 8.0.0 (2006-08-27)

   This is a major release because changes to quoting and index entry
   handling may break existing documents (see Additions and changes below
   and Appendix A: Migration Notes in the AsciiDoc User Guide).

   Please report any problems you encounter.

   [5]Stuart Rackham

   Additions and changes
     * Quoting can can occur within words (based on patch submitted by
       Benjamin Klum). See the Unconstrained Quotes sub-section in the
       User Guide.
     * The underline and plus characters can be used as alternatives to
       the existing apostrophe and backtick quote characters. They are
       arguably better choices than the apostrophe and backtick as they
       are not confused with punctuation.
     * The syntax for index entry macros have have been deprecated from
       +...+ and +...+ to ((...)) and (((...))) respectively. Rationale:
          + Bracketing is consistent other with [[...]] and <<...>>
            reference macros.
          + To easily confused with triple plus passthroughs.
          + To make way for the new monospace quoting.
     * Superscripts and subscripts are implemented as constrained quotes
       so they can now be escaped with a leading backslash and prefixed
       with with an attribute list.
     * An experimental LaTeX backend has been written by Benjamin Klum (a
       number additions in this release are to accommodate the LaTeX
       backend).
     * include macro file names now expand environment variables and
       tilde expansions.
     * A configuration file [quotes] entry can be undefined by setting to
       a blank value.
     * Added callto inline macro for Skype callto links.
     * Added colnumber attribute for table data markup.
     * A leading comment block or comment lines are now skipped
       (previously a document had to start with either attribute entries
       or a document Title).
     * Experimental rows attribute (number of source lines in table)
       available in table markup templates (used by experimental LaTeX
       backend).
     * Included install shell script written by [6]Jacob Mandelson for
       installing the tarball distribution.
     * Added INSTALL documentation file.
     * Added replacements2 substitution options -- a second replacements
       section.
     * Added the ability to redefine normal and verbatim substitutions
       with subsnormal and subsverbatim entries in configuration file
       [miscellaneous] section.
     * By default AttributeEntry values are substituted for
       specialcharacters and attributes, if you want a different
       AttributeEntry substitution set the attributeentry-subs attribute.
     * The name in name=value configuration file entries can now end with
       a backslash, just escape the trailing backslash with a backslash.
       For example:

     abc\\=xyz
       Results in name=abc\ and value=xyz -- previously this would have
       escaped the = character.
     * A blank configuration file section deletes any preceding section
       with the same name (applies to non-markup template sections).
     * A command-line attribute value with a @ suffix does not override
       existing document and configuration file attributes (normally
       command-line attributes have precedence over document and
       configuration file attributes).
     * localtime attribute is now encoded from the native system encoding
       to the output encoding. Patch submitted by [7]FKtPp -- here's his
       description of the problem:
       "I am a Chinese user of AsciiDoc and I find that when I use UTF-8
       (the default encoding) to write asciidoc documents in Windows
       platform the resulting html footer line will get screwed. It was
       caused by a localized tzname that was always encoded in the
       windows native encoding, which in my case is cp936."
     * a2x(1) can generate Open Document Text files using [8]docbook2odf.
       Currently docbook2odf(1) only processes a subset of DocBook,
       unimplemented elements are skipped.
     * The a2x(1) format option defaults to xhtml (previously a format
       had to be specified explicitly).
     * The -d, --doctype=DOCTYPE option has been added to a2x(1) which is
       a shortcut for --asciidoc-options="--doctype=DOCTYPE".
     * Replaced a2x(1) --no-icons and --no-copy options with their
       negated equivalents: --icons and --copy respectively. The default
       behavior has also changed: copying and use of icons is disabled by
       default. Rationale:
          + To make the default behavior more consistent since use of
            icons and CSS stylesheets does not apply to all formats.
          + To make the default behavior less surprising (the creation of
            icon and stylesheet output files must now be explicit).
     * a2x(1) has been bumped from version 0.1.1 to version 1.0.0.

   Bug fixes
     * Removed duplicate ./doc/a2x.1.txt from distribution tarball.
     * Documentation errata.
     * Attribute replacement is no longer performed twice in Titles and
       AttributeEntrys.
     * a2x(1) skipped asciidoc(1) execution when rerun with different
       --asciidoc-options options, it now always executes asciidoc(1).
       The problem was that previously asciidoc(1) was executed only if
       the output file was missing or older than the source file.
2006-11-17 20:43:48 +00:00
obache
f210972196 + p5-native-hyperestraier, ruby-native-hyperestraier, ruby-pure-hyperestraier. 2006-11-17 15:50:47 +00:00
obache
cd8fcb214f Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Ruby pure interface of Hyper Estraier.
2006-11-17 15:45:46 +00:00
obache
f6e89a2f1b Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Ruby native interface of Hyper Estraier.
2006-11-17 15:42:27 +00:00
obache
c6afbcf803 Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Perl native interface of Hyper Estraier.
2006-11-17 15:40:16 +00:00
obache
3b0a25f6bd Add patches for perl and ruby binding. 2006-11-17 15:14:34 +00:00
obache
a0551c2f41 Split Makefile to common part and base package part. 2006-11-17 15:13:43 +00:00
obache
08733bac93 Add hyperestraier's buildlink3 file. 2006-11-17 15:11:31 +00:00
joerg
68f088dd4f DESTDIR support. 2006-11-14 13:56:15 +00:00
dan
07eed5ff24 add textproc/Markdown and www/ikiwiki 2006-11-13 01:30:52 +00:00
dan
d80723be8e Initial import of Markdown-1.0.1
Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).
2006-11-13 01:20:09 +00:00
rillig
32641016ee Fixed PKGMANDIR. 2006-11-12 01:45:19 +00:00
rillig
fb70424dda Fixed perl detection and some pkglint warnings. 2006-11-12 01:44:57 +00:00
obache
608a58c637 Update hyperestraier to 1.4.9.
Changes:
2006-11-03  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_doc_score): new function.

	* estraier.c (est_db_check_option): new function.

	* estraier.c (est_search_union): a bug related to scoring when ASIS mode was fixed.

	* estraier.c (est_db_score_doc): difference operator was added.

	* estcmd.c (procinform): display of known options was added.

	* estcmd.c (doputdoc): modification date of files became able to be recorded as score.

	* estseek.c (showresult): accuracy of "{hnum}" operator was improved.

	* estwaver.c (runinit, procinit): "-xs", "-xl", "-xh" options were added.

	- "set_score" and "score" methods were added to language bindings and node APIs.

	- Release: 1.4.9
2006-11-11 12:42:20 +00:00
obache
5cb9048b2d Update p5-Text-Glob to 0.07.
Patch provided by Martin Wilke via PR 34416.

Changes:
0.07	Friday 14th July, 2006
	Explictly quote @ and %.  Though they don't really need it to work
	normally, it's needed for when you roundtrip the
	regex back into text (like File::Find::Rule does).
2006-11-07 14:53:10 +00:00
obache
69e1828ee2 Update p5-XML-Writer to 0.601.
Changes:
0.601 Fri Sep  1 15:01:45 BST 2006    <joe@kafsemo.org>
        - Don't modify list references passed as tag or attribute names
           (cpan #14854).

0.600 Thu Jun 30 23:17:00 BST 2005    <joe@kafsemo.org>
        - Don't include an encoding in the XML declaration unless one
           is specified.
        - Check for, and croak on, invalid characters (including ASCII NUL).
        - Fixed 'ancestor' with out-of-bounds indexes.

0.545 Mon May 16 08:11:17 BST 2005    <joe@kafsemo.org>
        - Format comments like elements when in data mode.
        - Only attempt Unicode tests for Perl >= 5.8.1.

0.540 Tue May 10 18:18:58 BST 2005    <joe@kafsemo.org>
        - Don't die when ENCODING is specified with a scalar OUTPUT.
        - Add support for US-ASCII encoding.

0.531 Mon Mar 14 22:11:33 GMT 2005    <joe@kafsemo.org>
        - Rename internal String package to avoid clash with external modules.
        - Fix Unicode test skipping for Perls before 5.8.
2006-11-07 13:49:18 +00:00
joerg
2b957b665a DESTDIR support. It is amazing how developers break features of automake
by not using the mechanisms automake already provides.
2006-11-07 09:31:42 +00:00
jdolecek
566f204f48 Added package for php-json 1.2.1 - extremely fast PHP C extension
for JavaScript Object Notation serialization.
2006-11-06 22:22:51 +00:00
jdolecek
7f96234f9d add php-json 2006-11-06 22:01:25 +00:00
jdolecek
147b62e6dd --with-libxml-dir needed with PHP 5.2.0 2006-11-06 21:37:37 +00:00
obache
e6a1869e23 Update p5-XML-Twig to 3.26.
Based on patch provided by Martin Wilke via PR 34412.
And modify dependency.
 - Remove p5-WeakRef>=0.01: this is optional and Scalar::Util or WeakRef,
   and Scalar::Util alredy exists in perl base package.
 - Remove p5-File-Temp>=0.12: newer version exsits in perl base package.

Changes:

Changes in 3.26

      added argument to -i in the Makefile to prevent
      problem in win32

      added XML::Twig::Elt former_next_sibling,
      former_prev_sibling and former_parent methods

      squashed a memory leak when parsing html
      (forgot to call delete on the HTML::Tree object)

      fixed bug that caused XML::Twig to hang if
      there was a syntax error in a predicate
      (RT#19499, reported by Dan Dascalescu)

      made start_tag and end_tag more consistent: they
      now both return the empty string for comments,
      PIs... (reported by Dan Dascalescu)

      added parsefile_inplace and parsefile_html_inplace
      methods (thanks to GrandFather on perlmonks)

      added support to add css stylesheet in the
      add_stylesheet method (thanks to Georgi Sotirov)

      patched tests to work on Win32

      added set_inner_xml inner_xml and set_inner_html
      methods

Changes in 3.25

      patched to work with perl 5.005!
      fixed a bug in xml_pp when pretty printing a
      file in place in a different file system

Changes in 3.24

      added loading the text of entities stored in
      separate files (using SYSTEM) when the (awfully
      named!) expand_external_ents option is used.
      Thanks to jhx for spotting this.

      changed set_cdata, set_pi and set_comment so that
      if you call them on an element of the wrong kind,
      everything works as expected, instead of swallowing
      silently the data. Bug spotted by cmccutcheon

      fixed a whole bunch of things to make the module
      run and the tests pass on VMS, thanks to Peter
      (Stig) Edwards who reported bug RT #18655 and
      provided a patch.

      fixed bug on get_xpath( '/root[1]') expressions,
      RT #18789 spotted by memfrob.

      added the add_stylesheet method, that... adds a
      stylesheet (xsl type is supported, let me know if
      other types are needed) to a document.

      allowed pasting PI/Comment elements before or after
      the root of a document (see discussion at
      http://perlmonks.org/index.pl?node_id=538550).
      Thanks to rogue90 for noticing the problem, and to
      Tanktalus for finding the best way to solve it.

      aliased unwrap to erase (eg added the unwrap method
      to XML::Twig::Elt, identical to the existing erase)
      suggested by Chris Burbridge.

      fixed bug RT #17522: flushing twice at the end of
      the the parse would output the last fragment twice.
      Spotted by Harco de Hilster.

      dealt with bug RT #17500: parsing a pipe when using
      the UTF8 perlIO layer (through PERL_UNICODE or -C)
      now raises an error, found by Nikolaus Rath.

      made the tests pass when the UTF8 perlIO layer is
      used. At this point potential problems when parsing
      non-UTF8 XML in this configuration are not trapped.


Changes in 3.23

      added autoflush: there is no more need for the
      last $twig->flush after the parsing, it is done
      automatically at the end of the parsing, with the
      same arguments as the first flush on the twig.
      This can be turned of by setting $twig->{twig_autoflush}
      to 0.
      WARNING: if you finished the output with a direct
      print instead of a flush, then this change will
      cause a bug. Hopefully this should not be the case
      and is easily fixable.

      fixed bug RT #17145 where get_xpath('//root/elt[1]/child')
      would produce a fatal error if there were no elt
      element under root. Spotted by Dan Dascalescu.

      fixed bug RT #17064 (comments and PIs after the
      root element were not properly processed), spotted
      by Dan Dascalescu.

      fixed bug RT #17044: the SYSTEM value was not
      output in UpdateDTD mode, thanks to Michal
      Lewandowski for pointing this out.

      changed the way empty tags are expanded with the
      'html' style: only tags that are allowed to be
      empty in XHTML are output as '<tag />', thanks
      to Tom Rathborne for proding me to look into this.

      added a 'wrapped' pretty_print option, that is
      a bit dodgy I think but that might please some.

      fixed bug RT #16540 (tags with specific names
      (like 'level'), tripped XML::Twig, spotted by
      Graham

      added comparison with XML::LibXML in the SEE ALSO
      section (and in the FAQ), following a question
      from surf on c.l.p.m

      XML::Twig now rejects string/regexp condition
      in twig_roots

      added better error checking in xml_grep

      fix for string/regexp condition in xml_grep

      added support for ! @att (or not @att) in get_xpath
      added support for several predicates in get_xpath
      (not nested predicates though).

      fixed bug RT #15671 (wrong condition interpretation
      for attribute value 0)

      added XML::Twig print_to_file method

      added XML::Twig::Elt methods: following_elt,
      following_elts, preceding_elt, preceding_elts
      (needed to support the corresponding axis in
      get_xpath)

Changes in 3.22

      added the XML::Twig xparse method, which parses
      whatever is thrown at it (filehandle, string,
      HTML file, HTML URL, URL or file).

      added the XML::Twig nparse method, which creates
      a twig and then calls xparse on the last parameter.

      added the parse_html and parsefile_html methods,
      which parse HTML strings (or fh) and files
      respectively, whith the help of HTML::TreeBuilder.
      the implementation may still change. Note that
      at the moment there seems to be encoding problems
      with it (if the input is not UTF8).

      added info to t/zz_dump_config.t

      fixed a bug that caused subs_text to leave empty
      #PCDATA elements if the regexp matched at the begining
      or at the end of the text of an element.

      fixed RT #15014: in a few methods objects were
      created as XML::Twig::Elt, instead of in the classu^!F
      of the calling object.

      fixed RT #14959: problem with wrap_children when
      an attribute of one of the child element includes
      a '>'

      improved the docs for wrap_children

      added a better error message when re-using an
      existing twig during the parse

      partially fixed a bug with windows line-endings in
      CDATA sections with keep_encoding set (RT #14815)

      added Test::Pod::Coverage test to please the kwalitee
      police ;--)

Changes in 3.21

      fixed a test that failed if Tie::IxHash was not
      available

      added link to Atom feed for the CPAN testers
      results at http://xmltwig.com/rss/twig_testers.rss

Changes in 3.20

      fixed the pod (which caused the tests to fail)

Changes in 3.19

      redid the fix to RT # 14008, this one should be ok
u^!F
      restructured tests

      added the _dump method (probably not finished)

Changes in 3.18

      added a fix to deal with a bug in XML::Parser in the
      original_string method when used in CDATA sections
      longer than 1024 chars (RT # 14008) thanks to Dan
      Dascalescu for spotting the bug and providing a test
      case.

      added better error diagnostics when the wrong arguments
      are used in paste

      fixed a bug in subs_text when the text of an element
      included \n (RT #13665) spotted by Dan Dascalescu

      cleaned up the behaviour of erase when the element
      being erased has extra_data (comments or pis) attached

      fixed a bug in subs_text that sometimes messed up text
      after the matching text

      fixed the erase/group_tags option of simplify to make
      it exactly similar to XML::Simple's

      fixed a bug that caused XML::Twig to crash when ignore
      was used with twig_roots (RT #13382) spotted by Larry
      Siden

      fixed bug in xml_split with default entities (they
      ended up being doubly escaped)

      fixed various bugs when dealing with ids (changing
      existing ids, setting the attribute directly...)

      mark and split now accepts several tags/ as arguments,
      so you can write for example:
        $elt->mark( qr/^(\w+): (.*)$/, 'dt', 'dd');


      added XML::Twig::Elt children_trimmed_text method,
      patch sent by ambrus (RT #12510)

      changed children_text and children_trimmed_text to
      have them return the entire text in scalar context

      fixed bug that caused XML::Twig not to play nice with
      XML::Xerces (due to improper import of UNIVERSAL::isa)
      spotted and patched by Colin Robertson.

      removed most references to 'gi' in the docs, replaced
      them by tag. I guess Robin Berjon's relentless teasing
      is to be credited with this one.

      added tag_regexp condition on handlers (a regexp instead
      of a regular condition will trigger the handler if the
      tag matches), suggested by Franck Porcher, implementation
      helped by a few Perl Monks
      (http://perlmonks.org/index.pl?node_id=445677).

      fixed typos in xml_split (RT #11911 and #11911),
      reported by Alexey Tourbin

      added tests for xml_split and xml_merge and fixed
      a few bugs in the process

      added the -i option to xml_split and xml_merge,
      that use XInclude instead of PIs (preliminary
      support, the XInclude namespace is not declared
      for example).

			Added the XML::Twig and XML::Twig::Elt trim method
			that trims an element in-place

			Added the XML::Twig last_elt method and the XML::Twig::Elt
			last_descendant method

      Added more tests
2006-11-06 13:40:41 +00:00
obache
8f5cffed16 Update p5-XML-SAX-Writer to 1.50.
pkgsrc-changes:
  fix dependency. add p5-XML-SAX (XML::SAX::Exception), p5-Text-Iconv and
  p5-XML-Filter-BufferText, and delete p5-File-Temp-[0-9]* (already in base
  perl package)

Changes:
0.50 - Sep 14, 2006
     - fixed redundant skipped entity at start_dtd
       (RT.cpan.org #18546)
     - attribute_decl expects Mode instead of ValueDefault property
       to fit to Perl SAX 2.1 (ValueDefault still supported)
     - fixed make test failure with Text::Iconv 1.3 or higher
       (RT.cpan.org #7436 and #9690)
     - fixed make test failure on VMS
       (RT.cpan.org #18663)
     - fixed dropped output on encoding conversion errors
       (RT.cpan.org #17177)
2006-11-06 13:31:13 +00:00
seb
d06cd5f93e Update to version 1.61.
While here fix HOMEPAGE.

Changes since last packaged version (1.57):
1.61
- fixed error reporting: die on fatal errors, warn otherwise
  (in particular, warn rather than die on <xsl:message terminate="no">)

1.60
- fix a huge memory leak in transform_file (bug #1314)
- make it clear from the docs that output_string returns bytes (bug #8875)
- added missing type-casting to fix compile-time warnings (bug #18508)
- using call_* instead of perl_call_* (perl_ variants are obsolete)
- in callbacks, POPs on error before croaking, otherwise it has no
  effect (and we probably leak)
- added test case which used to fail (provided in rt #15723)
- apply patch for Makefile.PL for non-standard libxslt paths (bug #16224)
- fix segfault with registered functions returning nodes
- fix leaks in parse_stylesheet
- error reporting

1.59
- (revision bumped to match XML::LibXML)
- adapted for new XML::LibXML::InputCallback API
- support for static linking against libxml2
2006-11-05 19:56:36 +00:00
joerg
5dfaaf310b DESTDIR support. 2006-11-05 17:06:43 +00:00
joerg
34ab941980 Remove post-install, is this directory has files anyways. 2006-11-05 17:02:18 +00:00
joerg
b6392ded58 DESTDIR support. p5-XML-SAX wants to use one of its modules during
installation, which makes the PERL5LIB dance necessary.
2006-11-05 16:30:43 +00:00
seb
fc787407d9 Update to version 0.6.0.
While here add HOMEPAGE.

Changes since last packaged version (0.2.3):
(note: no Changes file entry for version 0.6.0)

0.3.0 Thu Nov  7 10:52:19 2002 Petr Pajas <pajas@matfyz.cz>
- Different implementation of XUpdate variables is used. Now
  variables contain the actual objects resulting from an XPath query,
  and not their textual content as in versions 0.2.x of
  XML::XUpdate::LibXML.
- value-of instruction result in copies of the actual objects it
  select rather than its textual content
- extra indentation option -j added
- indentation implies removable ws stripping XML parser

0.4.0 Mon Mar 10 15:07:17 2003 Petr Pajas <pajas@matfyz.cz>
XML::XUpdate::LibXML:
- commands apply to all nodes of a selected node-set
- xu:comment instruction support
- insert_before/insert_after work even if applied on attribute nodes
xupdate:
- some whitespace treatment changes (yes, again)
- added --debug|-D flag
XML::Normalize::LibXML:
- now uses XML::LibXML::Iterator

0.5.0 Mon Sep 29 12:45:18 2003 Petr Pajas <pajas@matfyz.cz>
XML::XUpdate::LibXML:
- using XML::LibXML::XPathContext as a XPath engine
  (for better variable and NS support)
- xu:append/@child reimplemented
- xu:attribute bug fixed
- regiserNs added
xupdate:
- --namespace|-n added
- allow compact command-line flags
- die on command-line parsing errors
XML::Normalize::LibXML:
- fixed serious bug in xml_strip_element
2006-11-05 14:28:06 +00:00
seb
8e04d33ecc Remote package p5-XML-LibXML-XPathContext: the perl module
XML::LibXML::XpathContext is now provided by the p5-XML-LibXML package.
2006-11-05 14:10:14 +00:00
seb
8f22edcb31 Update to upstream version 1.61003, package version 1.61.003.
Package changes:
- adjust dependencies
- mark conflicting with p5-XML-LibXML-XPathContext package

Please note that this version includes the perl module
XML::LibXML::XPathContext. This module is also provided by the
textproc/p5-XML-LibXML-XPathContext package which is about to be deleted.


Changes since last packaged version (1.58):
1.61
 - get{Elements,Children}By{TagName,TagNameNS,LocalName} now
   obey wildcards '*', getChildrenByLocalName was added.
 - XML::LibXML::XPathContext merged in
 - many new tests added
 - the module should now be fully compatibile with libxml2 >= 2.6.16
   (some older versions compile but have problems with namespaced attributes)
 - threads test skipped by default
 - documentation updates (namely DOM namespace conformance in XML::LibXML::DOM)
 - added setNamespaceDecl{URI,Prefix}
 - get/setAttribute(NS)? implementation made xmlns aware
 - all sub-modules have the same version as XML::LibXML

1.60
 - getElementsById corrected to getElementById and the old name kept
   as an alias. Also re-implemented without XPath for improved
   performance
 - DOM Level 3 method $attr->isId() added
 - make {get,set,has}Attribute(Node)? methods work with full
   attribute names rather than just localnames.
   (Although DOM Level 3 is not very clear about the behavior of
   these methods for an attributes with namespaces, it certainly
   does not imply that getAttribute('foo') should return value of a
   bar:foo, which was the old behavior.)
 - added publicId and systemId methods to XML::LibXML::Dtd

1.59
 - new parser and callback code (Christian Glahn)
 - new XML::LibXML::InputCallback class
 - many bug fixes (including several memory leaks)
 - documentation and regression fixes and enhancements
 - Perl wrappers for parse_html_*
 - make sure parse_* methods are not called on class (bug 11126)
 - DOM Layer 3 conformance fixes:
   * lookupNamespaceURI(empty_or_undef) now returns the default NS
 - faster getChildrenByTagNameNS implementation
 - remove the SGML parser code no longer supported by libxml (Michael Kröll)
2006-11-05 14:05:07 +00:00
rillig
328f48b7e5 Typo: The second MASTER_SITES definition must use the += operator
instead of =, otherwise the first one is overwritten. That's fatal,
because the GNOME sites don't have the distfile yet.
2006-11-05 08:37:04 +00:00
obache
5839b88a3e Update p5-Lingua-EN-Inflect to 1.89.
Patch provided by Martin Wilke via PR 34404.

Changes:
1.89	Fri May 20 00:45:02 2005

	- Fixed "millennium" (thanks Tim)

	- Fixed "casinos" (thanks Roel)

	- Fixed verbal "..oes -> ..oe" (thanks Roel)

	- Fixed "auto" -> "autos" (thanks Emad)

	- Added 'one' option to NUMWORDS (see docs) (thanks Decklin)

	- Allowed A and AN to cope with (i.e. ignore) an existing
	  indefinite article (see docs)

    - Added finer-grain control over classical modes

	- Fixed "macro" -> "macros"

    - Fixed "zero" => "zeros"

    - Fixed "a UK", "a UNESCO" (thanks SKV!)
2006-11-05 05:05:44 +00:00
obache
406b229143 Update p5-Number-Format to 1.52.
And change HOMEPAGE to fixed URL.

Changes for version 1.52 (Sep 21, 2006)
------------------------
  - Patch to t/format_price.t supplied by jonasbn addressing failling
    tests in 1.51, tests 2-6, the regex formatting the currency code did
    not take 0 occurrences of white space into account
	Patch: rt #21382
	Resolves: rt #18964
    (The same issue/patch was also reported by Cosimo Streppone, Randy
    W. Sims, J. R. Taisto)

Changes for version 1.51 (Apr 26, 2006)
------------------------
  - Patch to t/format_price.t supplied by Cosimo Streppone to allow it
    to work with non-US locales

Changes for version 1.5 (Feb 14, 2005)
------------------------
  - Require Perl 5.8 - was 5.003 before
  - Require POSIX.pm - was optional before
  - If C<THOUSANDS_SEP> is set to the empty string, format_number will
    not insert any separators.
  - Replace "use vars" with "our"
  - Support scientific notation - skip formatting
  - Change format_bytes to support options (precision, unit, and base)
    instead of precision number
2006-11-05 04:28:47 +00:00
dsainty
66571b2a62 This package wants USE_TOOLS+=makeinfo, at least under my environment.
It's not exactly clear why, since the error states:

"You should only need it [makeinfo] if you modified a `.texi' or
`.texinfo' file, or any other file indirectly affecting the aspect of
the manual."

... but it's possibly a side effect of GNU_PROGRAM_PREFIX=g.  At any
rate, "makeinfo" seems a harmless request.
2006-11-05 01:42:03 +00:00
seb
bf86f92de0 Update to version 2.16.
Changes since last packaged version (2.14):

2.16  Oct 30 2006
      - Added test/fix for bad GroupTags option (report from Lee Goddard)
      - Added new_hashref() hook method
      - refactored cache save/restore methods for easier overriding

2.15  Oct 03 2006
      - Makefile.PL changes: reject known-bad PurePerl and RTF parser modules;
        default to XML::SAX::Expat if no parser installed
      - allow '.' characters in variable names (suggested by Cosimo Streppone)
      - fix output of undefs in arrayrefs with SuppressEmpty (reported by
        かんな - Kanna)
      - tidy up code and docs around lexical filehandle passed to OutputFile
        (report from Helge Sauer)
      - reduce memory usage by passing XML strings by reference (patch from
        Dan Sully)
2006-11-03 22:27:34 +00:00
joerg
5430595a63 DESTDIR support. 2006-11-03 19:14:25 +00:00
joerg
340f0e1928 DESTDIR support. 2006-11-03 06:56:23 +00:00
obache
ceb376785f Update hyperestraier to 1.4.8.
Changes:
2006-11-03  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estfraud.c (realmain): handling path information was modified.

	* estseek.c (outputlog): "{hnum}" operator was added to the log format.

	- A bug related to optimization on Intel Mac series was escaped.

	- Release: 1.4.8
2006-11-03 06:09:09 +00:00
joerg
9dc598cb09 Add textproc/py-markdown. 2006-10-31 22:41:15 +00:00
joerg
b384b273b6 Import py-markdown-1.6a. From DESCR:
Markdown is a text-to-HTML conversion tool for web writers. Markdown
  allows you to write using an easy-to-read, easy-to-write plain text
  format, then convert it to structurally valid XHTML (or HTML).

  This package provides a Python implementation.
2006-10-31 22:39:18 +00:00
drochner
51f5d1ff87 sync with libxslt, no specific changes 2006-10-30 21:04:22 +00:00
drochner
34663ef2c2 update to 1.1.18
changes:
-portability and build fixes
-bug fixes
-improvements: internal cleanup, new xsltproc flag to apply Xinclude to
 stylesheets
-documentation improvements
2006-10-30 21:03:21 +00:00
drochner
b787f08ba9 sync with libxml2
relevant changes:
-XPath improvements
-node equality and comparison
-add XPointer support
2006-10-30 20:59:10 +00:00
drochner
af70da2cf1 update to 2.6.27
changes:
-XPath improvements
-optimization / caching
-build and portability fixes
-bugfixes
-documentation improvements

pkgsrc change: seperate user doc and devhelp files - migrate the latter
to share/gtk-doc/html
2006-10-30 20:57:30 +00:00
obache
460b0e204a Update hyperestraier to 1.4.7.
Changes:
2006-10-20  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_db_open): "ESTDBHUGE2" and "ESTDBHUGE3" options were added.

	* estraier.c (est_db_repair): a bug related to the attribute database was added.

	* estraier.c (est_cond_distinct): new function.

	* estmaster.c (startup): "extdelay" attribute was added.

	* estfraud.c (realmain): "extdelay" attribute was added.

	* estfraud.c (sendnodecmdsearch): a bug related to attribute search was fixed.

	* estseek.c (main): a bug related to FastCGI was fixed.

	- Release: 1.4.7
2006-10-30 03:45:08 +00:00
obache
97b060c8b4 Update p5-YAML to 0.62.
Based on patch provided by Martin Wilke via PR 34343
(avoiding interaction in configure stage).

*** WARNING ***

This release breaks compatibility with versions earlier than version 0.60 of
YAML::Syck and YAML.pm when serializing blessed references.

from COMPATIBILITY:
YAML.pm 0.60 breaks compatability with older version by changing the
tags that are output for serialized objects.

This was the old way:

    --- !perl/Foo::Bar {}
    --- !perl/@Baz []
    --- !perl/$Quux ""

New way:

    --- !!perl/hash:Foo::Bar {}
    --- !!perl/array:Baz []
    --- !!perl/scalar:Quux ""

* This change was made after discussions with the Python and Ruby
  implementors to standardize on this form.
* YAML::Syck was updated at the same time as YAML.pm so that they
  serialize objects the same way.
* YAML.pm roundtrips the new format and still parses the old (now
  deprecated) format.
* The best strategy is to update to the latest version.
* There are potential problems if you use YAML for RPC and the server
  and client versions don't match.

Changes:
---
version: 0.62
date:    Mon Jul  3 15:41:20 PDT 2006
changes:
- Patch from rgs for Catalyst users

---
version: 0.61
date:    Sun Jul  2 15:25:08 CDT 2006
changes:
- New CGI.pm made test fail.

---
version: 0.60
date:    Fri Jun 30 21:55:55 CDT 2006
changes:
- Changed object tag format in non backwards compatible way
- Removed support for folded scalar emission
- Added new tests
- Sync with YAML::Syck

---
version: 0.58
date:    Tue Feb 14 12:42:34 PST 2006
changes:
- Fixed bug reported by Slaven Rezic on 5.8.0
- Fixed a ysh bug reported on rt. 17589
2006-10-28 08:37:40 +00:00
wiz
278aceac3f Fix typo. From Aaron J. Grier in PR 33575. 2006-10-26 19:13:48 +00:00
obache
99aefed69e Update p5-Data-FormValidator to 4.40
Based on patch provided by Martin Wilke via PR 34405.

Pkgsrc change:
Change dependency to p5-Test-Simple.  This module require Test::More,
and it is included in p5-Test-Simple>=0.10 and perl>=5.7.2.

Changes:
4.40 Mon Aug 21 19:41:24 EDT 2006

    [BUG FIXES]
    - All FV_ closures are now exported with ":closures". (Ed Pigg, Mark Stosberg)

    [ENHANCEMENTS]
    - Added new constraint for the common case of comparing one field with another,
      such as a word confirmation field. Example:
          constraint_methods => {
            password  => FV_eq_with('password_confirm'),
          }
      (Mark Stosberg)

4.30 Mon Jul 10 21:41:37 EDT 2006
    [ENHANCEMENTS]
    - A new method for constraint writers has been added: untainted_constraint_value().
      If you have written a constraint which untaints, use this method to return the
      untainted result. It will prepare the right result whether the user has requested
      untainting or not. (Mark Stosberg)

    - New built-in constraints added:

        FV_min_length(3),
        FV_max_length(100),
        FV_length_between(3,100),

        These constraints can optionally perform untainting. (Mark Stosberg)

    - We now work around a bug in File::MMagic which could cause some filehandles
      to be corrupted after after the file_format constraint was used.

    [BUG FIXES]
    - Regexp::Common regular expressions which accepted zero as a valid input would
      have wrongly failed their constraints unless untainting was enabled. (Mark Stosberg)

    [INTERNALS]
    - Improved documentation for built-in constraints. (Mark Stosberg)

4.20 Mon Jun 12 20:44:36 EDT 2006
    [ENHANCEMENTS]
    - Documentation in Data::FormValidator::Filters has been improved. (Mark Stosberg}
    - Added FV_split() a new filter that makes it super-easy to apply the same constraint
      to a list of values passed in a single field, such as a comma separated list of e-mail
      addresses. (Mark Stosberg).

    [BUG FIXES]
    - For input given as a hashref containing array references, values could
      have been mistakenly modified by reference through filters. We now
      explicitly copy elements in these case, to avoid modifying the input.
      (RT#19592)

4.14 Fri Feb 17 08:59:40 EST 2006
    [ENHANCEMENTS]
    - Consider a field with only a null character to be invalid  (Jamie Krasnoo)

    [BUG FIXES]
    - Fix bug in cc_number constraint, which was only present when used as a "constraint_method". (Evan A. Zacks)

4.13
    [BUG FIXES]
    - Updated overloading syntax to work with Template::Stash (frank)
2006-10-25 13:34:03 +00:00
obache
0ddfec1240 Update p5-Encode to 2.18.
Patch provided by Martin Wilke via PR 34419.

Changes:
! bin/enc2xs
  overhauled the -C option
  - added ascii-ctrl', 'null', 'utf-8-strict' to core
  - auto-generated Encode::ConfigLocal no longer use v-string for version
  - now searches modules via File::Find so Encode/JP/Mobile is happy
! Byte/Byte.pm CN/CN.pm EBCDIC/EBCDIC.pm JP/JP.pm KR/KR.pm Symbol/Symbol.pm
  use strict added; though all they do is load XS, it's
  still better a practice
! *.pm
  use warnings added to all of them for better practices' sake.


2.17
! encode.pm
  'chin' =~ /^zh_CN|chin(?:a|ese)?$/i is true
  but chin is not china or chinese.
  http://d.hatena.ne.jp/jankogai/20060508/1147090316
! Encode.xs
  Integrated maintperl change (27824|27824) which I overlooked
  -- sorry, Nicholas and Coverity Scan.


2.16
! bin/piconv
  --xmlcref and --htmlcref added.
! Encode.pm
  Copyright Notice Added.
  http://rt.cpan.org/NoAuth/Bug.html?id=#19056
! *
  Replaced remaining ^\t with q( ) x 4. -- Perl Best Practice pp. 20
  And all .pm's are now perltidy-ed.

Changes:
! bin/enc2xs
  overhauled the -C option
  - added ascii-ctrl', 'null', 'utf-8-strict' to core
  - auto-generated Encode::ConfigLocal no longer use v-string for version
  - now searches modules via File::Find so Encode/JP/Mobile is happy
! Byte/Byte.pm CN/CN.pm EBCDIC/EBCDIC.pm JP/JP.pm KR/KR.pm Symbol/Symbol.pm
  use strict added; though all they do is load XS, it's
  still better a practice
! *.pm
  use warnings added to all of them for better practices' sake.


2.17
! encode.pm
  'chin' =~ /^zh_CN|chin(?:a|ese)?$/i is true
  but chin is not china or chinese.
  http://d.hatena.ne.jp/jankogai/20060508/1147090316
! Encode.xs
  Integrated maintperl change (27824|27824) which I overlooked
  -- sorry, Nicholas and Coverity Scan.


2.16
! bin/piconv
  --xmlcref and --htmlcref added.
! Encode.pm
  Copyright Notice Added.
  http://rt.cpan.org/NoAuth/Bug.html?id=#19056
! *
  Replaced remaining ^\t with q( ) x 4. -- Perl Best Practice pp. 20
  And all .pm's are now perltidy-ed.




Changes:
2.18
! bin/enc2xs
  overhauled the -C option
  - added ascii-ctrl', 'null', 'utf-8-strict' to core
  - auto-generated Encode::ConfigLocal no longer use v-string for version
  - now searches modules via File::Find so Encode/JP/Mobile is happy
! Byte/Byte.pm CN/CN.pm EBCDIC/EBCDIC.pm JP/JP.pm KR/KR.pm Symbol/Symbol.pm
  use strict added; though all they do is load XS, it's
  still better a practice
! *.pm
  use warnings added to all of them for better practices' sake.

2.17
! encode.pm
  'chin' =~ /^zh_CN|chin(?:a|ese)?$/i is true
  but chin is not china or chinese.
  http://d.hatena.ne.jp/jankogai/20060508/1147090316
! Encode.xs
  Integrated maintperl change (27824|27824) which I overlooked
  -- sorry, Nicholas and Coverity Scan.

2.16
! bin/piconv
  --xmlcref and --htmlcref added.
! Encode.pm
  Copyright Notice Added.
  http://rt.cpan.org/NoAuth/Bug.html?id=#19056
! *
  Replaced remaining ^\t with q( ) x 4. -- Perl Best Practice pp. 20
  And all .pm's are now perltidy-ed.

2.15 2006/04/06 15:44:11
! Unicode/Unicode.xs
  Addressed: UTF-16, UTF-32, UCS, UTF-7 decoders mishandle illegal characters
  http://rt.cpan.org/NoAuth/Bug.html?id=#18556
! Encode.pm
  added str2bytes() as an alias to encode() and  bytes2str() as an alias
  to decode()
  http://rt.cpan.org/NoAuth/Bug.html?id=#17103
! Encode.xs
  Change 26922: Avoid warning with MS Visual C compiler.
  Message-Id: <200601231245.k0NCj2dw009484@smtp3.ActiveState.com>
! t/perlio.t
  Change 26067: As using -C to turn on utf8 IO is equivalent to the open pragma
  Message-Id: <200511092227.jA9MRcYD009025@smtp3.ActiveState.com>
2006-10-24 14:09:43 +00:00
obache
32c2886aec Added HOMEPAGE. 2006-10-24 13:50:07 +00:00