"The kantiword script in antiword allow local users to overwrite arbitrary
files via a symlink attack on temporary output and error files."
Replace the naive mktemp usage with something that actually works.
Release 2.0.0 Wed Jan 11 2006
- We no longer use the "check" library for C unit testing; we
always use the (partial) internal implementation of the API.
- Report XML_NS setting via XML_GetFeatureList().
- Fixed headers for use from C++.
- XML_GetCurrentLineNumber() and XML_GetCurrentColumnNumber()
now return unsigned integers.
- Added XML_LARGE_SIZE switch to enable 64-bit integers for
byte indexes and line/column numbers.
- Updated to use libtool 1.5.22 (the most recent).
- Added support for AmigaOS.
- Some mostly minor bug fixes. SF issues include: 1006708,
1021776, 1023646, 1114960, 1156398, 1221160, 1271642.
"extract" script for extraction. Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed. The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
Changes in 0.4.4:
-----------------
* Added missing GPL and LGPL texts (Shaun McCance)
* Added another fix for line numbering, #317270 (Brent Smith)
* Updated translations:
bn (Mahay Alam Khan)
et (Ivar Smolin)
(33/47 languages with 100% translation)
Changes in 0.4.3:
-----------------
* Fix for loops on old bourne shells, #317308 (Shaun McCance)
* Fix paths when $(srcdir) is absolute (Shaun McCance)
* Fix DESTDIR support #318007 (Frederic Crozat)
* Updated translations:
it (Alessio Frusciante)
(32/46 languages with 100% translation)
The po4a (po for anything) project goal is to ease translations (and
more interestingly, the maintenance of translations) using gettext
tools on areas where they were not expected like documentation.
In po4a each documentation format is handled by a module. For now,
there exist modules for the pod format (in which the perl documentation
is written), the good old man pages, and the documentation of the
kernel compilation options. Some other modules are underway, like
for sgml, xml, or texinfo.
This is a module which intends to substitute Text::Wrap,
which supports internationalized texts including:
- multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5,
- fullwidth characters like east Asian characters which appear in
UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on,
- combining characters like diacritical marks which appear in UTF-8,
ISO-8859-11 (aka TIS-620), and so on, and
- languages which don't use whitespaces between words, like Chinese
and Japanese.
The text is to be given in locale encoding, not always in UTF-8.
(Of course locale encoding is UTF-8 in UTF-8 locales.)
This is a module to provide equivalent feature as wcwidth(3) and
wcswidth(3). This also provides mblen(3) equivalent subroutine.
mbwidth() and mbswidth() are provided subroutines corresponding
wcwidth(3) and wcswidth(3) in C language. The prefix "mb" expresses
that they handles "multibyte character" in C meaning, i.e., character
encoding specified by LC_CTYPE locale.
These subroutines are used to get the width of characters on terminal.
Though most characters have width of 1, there are exceptions.
Fullwidth characters are characters with width of 2. Most of east
Asian characters such as Hiragana, Katakana, Hangul, Han Ideogram
are fullwidth. Combining characters are characters with width of 0.
Unicode has many combining characters like diacritical marks. There
are languages which need combining characters such as Thai and
Vietnamese.
Thus, if you would like to format international texts on terminal,
you will have to be aware of variation of character width and will
want to use this module.
This change fixes a bug with entities for -,\ and /
Bump PKGREVISION, and take maintainership
(issues of changing distfiles have been advertised upstream)
2005-12-15 Mikio Hirabayashi
* estraier.c (est_db_open): "ESTDBHUGE" was added.
* estraier.c (est_regex_replace): "&" was to be handled.
* estraier.c (est_cond_set_expander): new function.
* estcmd.c (runput, rungather): "-lg" was renamed to "-xl",
and "-xh" was added.
* estseek.c (showdoc): a bug about calculating similarity
was fixed.
* estseek.c (realmain): "qxpndcmd" was added.
* estseek.c (expandquery): new function.
* estmaster.c (realmain, startup): "-ro" option was added.
* estmaster.c (sendnodecmdsearchui): the output format
modified for OpenSearch 1.1.
- Release: 1.1.2
2005-12-04 Mikio Hirabayashi
* estraier.c (est_keyword_num, est_keyword_rec_size): new
functions.
* estraier.c (est_keyword_iter_init, est_keyword_iter_next):
new functions.
* estraier.c (est_search_union): scoring was to use standard
deviation.
* estraier.c (est_expand_keyword_bw, est_expand_keyword_ew):
new functions.
* estraier.c (est_db_open): "ESTDBLARGE" was added.
* estseek.c (realmain, setsimilarphrase): "smlrtune" was
added.
* estseek.c (realmain, showpage): "relkeynum" was added.
* estmaster.c (startup, setsimilarphrase): "uismlrtune"
was added.
* estmaster.c (sendnodecmdsearchatom, nodecmdopensearch):
conformed to draft 2.
- Release: 1.1.1
2005-11-11 Mikio Hirabayashi
* estraier.c (est_eclipse_scores): accuracy was improved.
* estraier.c (est_narrow_scores): a bug of segmentation
fault was fixed.
* estraier.c (est_regex_new, est_regex_delete, est_regex_match):
new functions.
* estraier.c (est_expand_word_rx): new function.
* estreier.c (est_db_put_keywords, est_db_get_keywords):
new functions.
* estraier.c (est_db_measure_doc): new function.
* estraier.c (est_db_set_vectorizer): abolished.
* estcmd.c (runextkeys, procextkeys): "-no" was added.
* estcmd.c (runpurge, procpurge, runextkeys, procextkeys):
"-attr" was added.
* estcmd.c (rundraft, procdraft): "-kn" was added.
* estcmd.c (procgather): a bug of handling drive characters
on Windows was fixed.
* estseek.c (realmain, makeshownuri): "lprefix" and so on
were abolished.
* estmaster.c (startup, makeshownuri): "uilprefix" and so
on were abolished.
* estmaster.c (startup, sendnodecmdputdoc): "lateextkeys"
was added.
* estmaster.c (searchlocal): a bug of segmentation fault
was fixed.
- Release: 1.0.6
2005-11-08 Mikio Hirabayashi
* estraier.c (est_narrow_scores): speed of attribute search
was improved.
* estcmd.c (doputdoc, procpurge, procextkeys): local paths
was to be printed.
* estcmd.c (doputdoc): "@size" was to be added even with
"-fo" option.
* estcmd.c (procsearch): "_lfile" was to be printed when
human readable mode.
* estcmd.c (procout, procedit, procget, procuriid): retrieving
by local path was added.
* estcmd.c (procpurge): retrieving by local path was added.
* estcmd.c (runiconv, prociconv): new functions.
* estcmd.c (procedit): "-pc" was to convert the encoding
of the attribute value.
* estseek.c (realmain, showform): "clipview" attribute was
added.
- Release: 1.0.5
2005-11-02 Mikio Hirabayashi
* estraier.c (est_vector_cosine): new function.
* estraier.c (est_eclipse_scores): new function.
* estcmd.c (runsearch, procsearch): "-ec" option was added.
* estcmd.c (procgather, procpurge): "-no" option was added.
* estcmd.c (urltopath): a bug about drive letter was fixed.
* estcmd.c (runlist, proclist): "-lp" option was added.
* estseek.cgi (showresult): similar eclipse was implemented.
* estmaster.c (startup, searchlocal): "rateuri" attribute
was added.
* estmaster.c (sendmenudata): new function.
- Release: 1.0.4
bump PKGREVISION where necessary
Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
Complete list of changes from 0.60.3:
* Fixed a bug that caused Aspell to crash when checking certain
Russian words, this bug likely affected other languages as well.
* Updated to Gettext 0.14.5 which is required for AMD64, also
updated to to Libtool 1.5.20.
* Fixed an alignment bug which causes mmap to always fail when
reading in dictionaries.
* Added note about how `make clean' will remove the HTML manuals.
* Added manual page for prezip-bin and enhanced word-list-compress
manual page thanks to the work of Jose Da Silva.
* Other minor updates and bug fixes.
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
1.57
- (revision bumped to match XML::LibXML)
- Some minor fixes to perl extension functions support
- Fixed callbacks support
- Enable xinclude in XSLT files
- Fixed some memory leaks
- Fixed some segfaults
New Features:
Major changes in ICU 3.4 include the following:
Updates to conform to Unicode 4.1, including new characters
properties and values, text segmentation, plus collation
updated for Unicode Technical Standard #10 (UCA) and regex
updated for Unicode Technical Standard #18.
* Updates to conform to the Common Locale Data
Repository (CLDR), Version 1.3 for the latest locale
data. This includes:
* New data to support localization of timezones,
United Nations M.49 regions (including continents
and regions), mappings from language to script
and territory.
* Consolidation of inherited data and improved
resource aliasing for smaller data footprint
* Additional locales, and many other fixes and
additions of locale data.
* POSIX migration support: direct API support for all
POSIX character classes, implemented according to
Unicode recommendations
> program requires Xaw, which requires the Xlib shape routines, which on
> Interix are in Xext. http://www.faqs.org/faqs/x-faq/part6/section-27.html
Move fix from Makefile to options.mk, so it is only used when the x11
option is enabled.
* Support for Atom 1.0.
* Support for iTunes extensions.
* Support for dc:contributor.
* Universal Feed Parser now captures the feed's namespaces. See
Namespace Handling for details.
* Lots of things have been renamed to match Atom 1.0 terminology.
issued is now entries[i].published, modified is now entries[i].updated,
and url is now href everywhere. You can still access these elements
with the old names, so you shouldn't need to change any existing
code, but don't be surprised if you can't find them during
debugging.
* category and categories have been replaced by tags, see feed.tags
and entries[i].tags. The old names still work.
* mode is gone from all detail and content dictionaries. It was
never terribly useful, since Universal Feed Parser unescapes
content automatically.
* entries[i].source is now a dictionary of feed metadata as per
section 4.2.11 of RFC 4287. Universal Feed Parser no longer
supports the RSS 2.0's source element.
* Content in unknown namespaces is no longer discarded (bug 993305)
* Lots of other bug fixes.
it into the normal PLIST.
VERSION 1.19.2
==============
Troff
-----
o Analogously to the .ft and \f pair, two new requests `gcolor' and
`fcolor' (which pair with \m and \M, respectively) have been added to
set the glyph and background colours.
o A new read-only, string-valued register `.sty' returns the name of the
current style.
o Two new conditional operators `F <name>' and `S <name>' have been added.
`F' is true if a font <name> exists. `S' is true if a style <name> has
been registered.
o Cyrillic characters have been added to the `utf8' and `html' output
devices.
Pic
---
o The `by' argument in a `for' loop can now be negative if it is additive.
For the multiplicative case, it must be greater than zero.
Eqn
---
o The following keywords aren't new but haven't been documented previously:
undef NAME (to undefine a macro)
copy "FILE" (a synonym for `include')
space n (to modify the vertical spacing before and after
an equation)
o The following macros aren't new but haven't been documented previously:
Alpha, ..., Omega (the same as `ALPHA', ..., `OMEGA')
ldots (three dots on the base line)
dollar (a dollar glyph)
o The following keywords have been extended. Again, this isn't new but
hasn't been documented previously:
col n { ... }
lcol n { ... }
rcol n { ... }
ccol n { ... }
pile n { ... }
lpile n { ... }
rpile n { ... }
cpile n { ... } (set vertical spacing between rows to N)
Grohtml
-------
o This device driver has been raised to beta stage; its set of tags should
be stable now.
o New command line option `-s' to set the base point size.
o New command line option `-S' to set the split level while generating
multiple files.
Grotty
------
o Experimental support for zero-width and double-width characters.
Gxditview
---------
o On platforms which have the X Window System this program is now built and
installed automatically.
Xtotroff
--------
o This program to create font definition files for xditview isn't new but
hasn't been installed previously.
Groffer
-------
o A security problem (reported as CAN-2004-0969) has been fixed.
Gdiffmk
-------
o A new script contributed by Mike Bianchi. It compares two groff, nroff,
or troff documents and creates an output with added margin characters
(using `.mc') to indicate the differences.
Pdfroff
-------
o A new wrapper script contributed by Keith Marshall to easily create PDF
documents with groff.
Macro packages
--------------
o ms.tmac
. Support for fractional point sizes: A value for the `PS', `VS', `FPS',
and `VPS' register larger than or equal to 1000 is always divided by
1000. For example, `.nr PS 10250' sets the document's font size to
10.25 points.
. The `Ds' and `De' macros provided in ms since groff version 1.19 have
been removed; the equivalent `DS' and `DE' macros should be used
instead. X11 documents which actually use `Ds' and `De' always load a
specific macro file from the X11 distribution (`macros.t') which
provides proper definitions for the two macros.
. The following registers have been added for improving layout control:
PORPHANS
Defines number of lines following `LP', `PP', `QP', `IP' or `XP' which
must be kept together, before any automatic page break.
HORPHANS
Sets number of lines of following paragraph which must be kept with a
heading, defined by `NH' or `SH', before any automatic page break.
GROWPS
Sets the first level of heading (set with `NH') which will keep the
same point size as body text.
PSINCR
Sets the point size increment for each level of heading (set with
`NH'), below the threshold level set by `GROWPS'; e.g., if
\n[PS] = 10, \n[GROWPS] = 3 and \n[PSINCR] = 2.0p, then `.NH 1' will
produce 14pt headings, `.NH 2' will produce 12pt, and all other levels
will remain at 10pt (because \n[PS] = 10).
. The `SH' macro now accepts a numeric argument, to make heading size
match that of `NH' with same argument value when the `GROWPS'/`PSINCR'
feature is enabled.
Please refer to the documentation of the ms package for other, minor
improvements.
o me.tmac
The section type set with the `++' request is available in the `_M'
register. This isn't new but hasn't been documented before.
o www.tmac
The `HR' macro no longer causes an empty line for non-HTML devices.
A new macro `HEAD' has been added to directly add data to the
<head>...</head> block.
New macros `OLS' and `OLE' to start and end an ordered list.
New macros `DLS' and `DLE' to start and end a definition list.
Pdfmark
-------
o A new macro package contributed by Keith Marshall which implements PDF
marks. This is in alpha stage currently.
Miscellaneous
-------------
o Two new keywords to the DESC file have been added which are needed for
grohtml: `image_generator' and `unscaled_charwidths'. The former gives
the name of the program which creates PNG images, and the latter makes
troff always use unscaled character widths.
* helpdec1.c, helpdeco.h: Improve const correctness - thanks to
Markus Elfring (elfring) for the tip
* compat.c: Apply patch from Dirk Jagdmann (doj) to fix pointer
flibbling
* splitmrb.c: Apply patch from Dirk Jagdmann (doj) to fix HOTSPOT
struct packing with GCC >= 3
* compat.c, compat.h, helpdeco.c, splitmrb.c, zapres.c: Apply patch
from Dirk Jagdmann (doj) to use POSIX path defines instead of DOS
ones.
* helpdec1.c, helpdeco.c: Add patch for compiling with GCC 4.0 from
Andreas Jochens <aj@andaco.de>
This Module makes the number-munging grooviness of Number::Format
available to your templates. It is used like a plugin, but installs
filters into the current context.
$PREFIX/share/doc/subtitleripper.
- patch pgm2txt to look in $PREFIX/libdata/subtitleripper instead of
$HOME/sourceforge/subtitleripper/src
- bump PKGREVISION.
document that is marked up in a TeX format (viz., plain TeX, LaTeX,
Texinfo), and produces an output document with the functionally
equivalent HTML markup. TeX2page uses the same input file syntax,
calling conventions, and error-recovery mechanisms as TeX, and thus
demands no additional expertise of a user already familiar with
TeX. TeX2page runs on modern Schemes and Common Lisp.
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk. This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
This is a specialized POD viewer to extract embedded tests and code
examples from POD. It doesn't do much more than that. pod2test does
the useful work.
1.05 - Thu Aug 12 20:54:31 2004
* fixed version number
* improved RSS 2.0 generation support
* typo and documentation fixes
1.04 - Web Mar 03 20:49:43 2004
* update Changes to include changes for 1.03
1.03 - Web Mar 03 00:24:07 2004
* quell warnings when parsing RSS 0.9x, RSS 2.0
1.02 - Mon Feb 20 15:34:21 2003
* fixed bug in encode(). encode() did not respect CDATA
sections and would mangle them when encountered. now behaves
properly (we hope) even when CDATA and #PCDATA are mixed
together liberally
1.01 - Mon Feb 3 15:46:25 2003
* fixed bug with handle_char(). i (brian d foy) mis-diagnosed a
previous bug and broke handle_char() when what I should have done
was initialise the object for each call to parse*()
* if you have version 1.0, you should upgrade to this version, 1.01
1.00 - Fri Jan 31 11:26:41 2003
* the as_string method now encodes special characters. valid output!
* a new "Auto Add" feature can add modules for namespaces found
while parsing (off by default)
* can output RSS 2.0, but not parse it yet
* this is the last major release in this track. we are going to
completely rewrite XML::RSS as something more extendable.
0.98_05 - Mon Jan 27 15:54:32 2003
* The auto add_feature is not controlled by the $AUTO_ADD variable
and is off by default
* removed the distribution tests now that it is ready to distribute
0.98_04 - Fri Jan 17 20:00:29 2003
* the parse and parsefile routines now automatically add non-
standard namespace to the modules list
0.98_03 - Fri Jan 17 19:22:20 2003
* changed the handle_char() routine to replace data rather than
append to existing data. this takes care of the doubling problem
in the last issue.
* set the RSS 2.0 namespace in the _initializer routine
* all tests now pass. if this works for people, it could turn into
a release candidate
0.98_02 - Fri Jan 17 15:47:29 2003
* added initial RSS 2.0 support
* first fix to properly encode special characters in output
* need to fix feature to add namespace (tests are TO DO)
0.98 Tue Nov 12 05:45:36 CST 2002
- module taken over by brian d foy <bdfoy@cpan.org>
- module now in SourceForge (http://www.sourceforge.net/projects/perl-rss)
- added support for arbitrary namespaces (with defaults to the
usual suspects)
- fixed ommission of encoding with version 0.9 output
0.97 Wed Mar 21 03:13:29 EST 2001
-added support for the Taxonomy module (taxo). It only works
inside the channel or item elements and only supports one
form of the module syntax. See the XML::RSS documentation
for examples.
This is a maintentance release. There are no feature changes.
_scrubpkg, which was responsible for eptying out temporary
packages after the module had done with them, wasn't always
working; the result was memory-leaks in long-running
applications. This should be fixed now, and there is a test
in the test suite for it.
Minor changes to the test suite to prevent spurious errors.
Minor documentation changes.
1.07 Wed Apr 2 04:45:05 2003
- Tweaked pod to remove invalid markup
- Fixed left justification of last line of fully justified text
(thanks Elias)
- Devolved &from and &tag to Text::Reform
- Fixed incorrect handling of stringifiable objects (thanks dLux)
- Fixed bugs on null input (now short-circuits)
- Fixed unwarranted trimming of trailing newlines (thanks Mark)
- Added C<renumber> option to control renumbering
- Preserved capitalization of abbreviations under case changes
(thanks Alex)
- Added "autocentre" flag to switch off auto-centring of paras
- Added "ignore" flag to control which paragraphs are reformatted
(thanks Tony)
1.08 Wed Apr 2 22:30:05 2003
- Simplified test.pl
1.10 Wed Apr 9 08:49:51 2003
- Fixed test.pl again!!!
1.11 Wed May 7 09:44:26 2003
- Enhanced "highlight" casing mode (thanks Tom)
- Made hyphenation smarter (thanks Raj)
1.12 Tue May 27 23:34:33 2003
- Now honours -- mail sig introducer
(stops formatting that that point)
- Now ignores mail headers
- Added exportable &ignore_headers for
when using in user-defined "ignore" subs
- Now handles of embedded HTML entities
(thanks David)
- Added call to C<use utf8> for 5.6 compatibility
(thanks Paolo)
- Restricted normal numbering to the range 0-999
to prevent false numbering caused by a year (like
1999) at the start of a line (like this)
- Fixed subtle bug with words starting with "ps-"
being treated as post scripts (thanks Rashid!)
1.13 Wed May 4 22:44:20 2005
- Added sample config files for emacs and vim
- Extended allows "Name>" quoters to "Name_1>" (thanks Simon)
- Fixed weird behaviour of "(e.g. at start of line" (thanks Tim)
- Fixed handling of mail headers by adding "mail" option
(thanks Struan)
- Fixed bug in quoters (thanks Steve)
- Added a C<lists> option to turn off special treatment of apparent
lists (thanks Ingvar)
2.120 Wed Mar 16 01:39:57 CET 2005
- '-base', and '-places' options for $RE {num} {int}. '-group' can
now take arguments for the form 'N,M'.
- New file: t/number/integer.t
- Comments for BML, INTERCAL (JP), and CQL.
- Regexp::Common::SEN nits.
- Many more tests.
- ca. 223k tests in 56 files.
2005-11-21 Allison Randal
* Release 3.03
Applied whitespace patches for Pod::Man and Pod::Text from
Russ Allbery.
Applied validation patches to Pod::Simple::HTML from Graham Barr.
Pod::Tree parses a POD ("plain old documentation") text into a static
syntax tree. Applications walk the tree to recover the structure and
content of the POD.
ignored by xsltproc, but the recent version generates an error.
- Delete share/xsl only it is emtpy, since it is shared by other
xsl packages.
Bump PKGREVISION.
Changes 0.36 to 0.37
--------------------
Bug fixes:
- Bug reported by Suzanne Skinner (and others) fixed
New features:
- XML/DocBook output now contains <footnote> tags
- Antiword is now based on DeskLib instead of RISC_OSLib (RISC OS only)
- Show page headers and footers (PostScript and PDF output only)
- Show text that was removed by the revisioning system
- Improved kantiword, based on information from Stefan Wiens
xmltex implements a non-validating parser for documents matching the
W3C XML Namespaces Recommendation. The system may just be used to
parse the file (expanding entity references and normalising namespace
declarations) in which case it records a trace of the parse on the
terminal. Normally however the information from the parse is used to
trigger TeX typesetting code. Declarations (in TeX syntax) are
provided as part of xmltex to associate TeX code with the start and
end of each XML element, attributes, processing instructions, and with
unicode character data.
libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and
DOM-like APIs, but does not attempt to conform exactly to the DOM
specifications because they are not aimed at C++. Its API is much simpler
than the underlying libxml C API.
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
- version: 3.0.4
date: 2005-02-18
changes:
- The caps class doesn't swallow spaces.
- Horizontal rules required to be on an empty line.
- Hard breaks don't screw with Markdown headers any longer.
- Fixed error triggered by complex lists.
- Inline markups need to be butted up against enclosing text, no spaces.
- Fixed problem with intermingled single and double quotes.
- Brought back lite_mode.
- rdrt2 command no longer depends on setting of .rd2rc.
- Some characters now could be escaped.
- English documentation.
- Stop warning with Ruby 1.8 and lator.
- Use USE_RUBY_INSTALL.
2001-07-10
Fix array concatination statement in install_rb() of the install.rb
for Ruby 1.6.2 or later. Reported by Ed L Cashin <ecashin@terry.uga.edu>
in PR pkg/31968.
Changes since 1.0.1:
- "[ID]" and "[URI]" were added.
- "%VECTOR" was to be handled.
- width of snippets was to be able to be changed.
- "-kw" and "-ec" options was added.
- disadvantage bias of hiragana was added.
- interruption was implemented.
- Many other new functions and improvements.
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.
iso-codes provides the list of the country, language and currency names in
one place, rather than repeated in many third-party programs. This was
originally done to centralize this data in Debian systems.
The aim of iso-codes is to create a single "gettext" domain "iso-639" which
contains the translations of language names, and one "iso-3166" listing the
translations of country names.
Bump PKGREVISION as the share library versioning changes.
Bump BUILDLINK_DEPENDS.gdome2 required.
And bump PKGREVISION for its only dependency: ntop.
This fixes build issue for ntop. (Before this fix,
gdome2's libgdome.la file listed .la files for libiconv
and libz, but on some systems using native versions they
didn't exist.)
This will close PR #29525.
Add build dependencies on GNU make and GNU sed for 'test' target's benefit.
Support for input chroot, via make variable SOURCE_HIGHLIGHT_INPUT_CHROOT,
deactivated otherwise the build is broken.
XXX Is 'TOOLS_PLATFORM.gsed= # empty' the proper way to override a
the platform sed tool ?
Relinquish stewardship.
Changes since last packaged version (1.11):
Version 2.1.2
* fixed conversion of hexadecimal characters in output language
definitions
* fixed compilation error with regex 1.33
* include man page
* fixed a bug with LaTeX output of " with some inputencs
Version 2.1.1
* fixed a bug that sigsegv when more than one input file
is provided
* fixed a compilation error with gcc 4.0
Version 2.1
* Included obsolete man page.
* output language format specifications are read at run-time
so that new output languages can be easily added dynamically
(without recompiling the sources) by using a simple syntax.
* "fixed" and "notfixed" styles can be specified.
* fixed the handling of end-of-line (processed only once)
* LaTeX output
* TeXinfo output
* debug of a language definition
* tags.j2h files are now called style files.
* renamed --tags-file option in --style-file
* allows to specify a prefix for the generated line number anchors
* --header and --footer do not imply --doc
* language definition for LogTalk and LaTeX
Version 2.0
* Language specifications are read at run-time, so that
new languages can be easily added dynamically (without recompiling
the sources) by using a simple syntax.
* "nonsensitive" for simple definitions
* cgi version not built automatically
* failsafe option to simply output the input file when no
language definition is found
* functionalities with less improved.
Version 1.11.1
* fixed compilations problems on some Unix compilers
CPPFLAGS+= -DHAVE_STRERROR
which I just added a few minutes ago.
I had previously received an error:
previous declaration of `sys_errlist'
on Linux.
But once I configure using ncurses on Linux
it appears to have fixed that (because it
was using its LIBS which had non-existent -ltermcap).
Update PKGREVISION.
Add INSTALLATION_DIRS and do-install target instead of
using its own installer. It was broken for custom INFO_DIR
and for new PKGMANDIR. (It is a very old autoconf/automake
I assume).
Also, this uses -ltermcap. So if /usr/lib/libtermcap.so does
not exist, then use BUILDLINK_TRANSFORM to use ncurses instead
and include ncurses buildlink3.mk.
CONFIGURE_HAS_MANDIR=no, just like CONFIGURE_HAS_INFODIR=no
is already defined.
(This package has two other build problems for me though ...
lookimg now.)
Version 0.34.1
* automake/autoconf fixes and improvements
(Rodney Dawes, Stepan Kasal)
* extraction of XML attributes fixed
(Danilo Segan)
Version 0.34
* Fix the regex for stripping the intltool type tags in POTFILES.in
-- bug #171330 (Stepan Kasal)
* Add notice about using DISTCLEANFILES for toplevel Makefile.am
-- bug #309455 (Tim-Philipp Muller)
* Discard not-well-formed translations when merging XML
-- bug #170471 (Danilo Segan)
* Correct handling of xml:space inheritance
-- bug #160262 (Danilo Segan)
* Merge multiple comments for the same string in XML files
-- bug #171579 (Danilo Segan)
* Update sed script to be more practictal for translatable XML
-- bug #304365 (Nickolay V. Shmyrev)
* Support disting files that may not exist for all packages via EXTRA_DISTFILES
-- bugs #168788 and #171327 (Rodney Dawes)
* Do not create the pot file during dist, but do build it for check
(Stepan Kasal)
* Add support for use on win32 native perl (Tor Lillqvist)
* Do not dist .gmo files, and remove them with distclean
Remove Makefile.in.in with maintainer-clean
-- bug #166724 (Rodney Dawes)
* Minor fixes to Makefile.in.in (Stepan Kasal)
* Use --verbose instead of --statistics for msgfmt
-- bug #165881
* Remove the need for patching Makefile.in.in and just copy in our own
-- bug #165066 (Rodney Dawes)
o Use the new style.css stylesheet instead of hard-wiring the styles.
o Updated the documentation and example build files.
o Added support for a gallery of widget images.
o Output default values for widget properties and allowed ranges.
o Only underline links in the docs when the mouse hovers over them.
o Added support for placing the parameter table anywhere within the function
documentation (using the "<!--PARAMETERS-->" marker).
o Handle more variations of C syntax.
changes:
* Only take one input file for xsldoc
* Added well-formedness check to l10n.xml Makefile rule
* Changes to make block indents not nest
* Added formalpara support
* Pass the PO file to xml2po, not just the language code
* Updated translations
-fixes
* Added datarootdir variable
Text::Unaccent is a module that remove accents from a string.
unac_string converts the input string from the specified charset
to UTF-16 and call unac_string_utf16 to return the unaccented
equivalent. The conversion from and to UTF-16 is done with iconv(1).
to be backwards compatible with the former. Simplifies building of packages
(such as gtk-doc 1.4) or processing of documents that rely on the old 4.1.2
version. Bump PKGREVISION to 1.
Convert LIT, the program which allows you to convert Microsoft
Legal Reader format eBooks into open format for use with software
or devices which are not Download directly compatible with Microsoft's
Reader.
Approved by wennmach@
patch provided by Marcin Jessa in PR 31429
changes:
- fixed ezxml_toxml() to not output siblings of tag being converted
- fixed a segfault when ezxml_set_attr() was used on a new root tag
- added ezxml_name() function macro
31219. Corrected the DESCR while here.
4.4:
The Version 4.4 release is a maintainance release. It introduces
no backwards-incompatible changes. All valid DocBook 4.3 documents
are also valid DocBook 4.4 documents.
The genesis of this release is a bug in the catalog files for
DocBook V4.3. The Committee decided to produce a 4.4 release,
incorporating a few recent backwards-compatible changes, rather
than simply produce a 4.3.1 release to fix the bugs.
4.3:
The Version 4.3 release is a maintainance release. It introduces
no backwards-incompatible changes. All valid DocBook 4.2 documents
are also valid DocBook 4.3 documents.
PHP is a programming language designed to be embedded into web pages.
This module provides support for pspell (spell checking).
Requested by Mark Thomas <thomas.s.mar at gmail dot com> on netbsd-help@.
distfile. I've notified the site maintainer; reverted pkg to prior state.
Checked all the pkgsrc-official mirrors; they have the right sha1.
(I must not be having a good day. :)
XML::Dumper dumps Perl data to a structured XML format.
XML::Dumper can also read XML data that was previously dumped
by the module and convert it back to Perl.
This might be useful for dumping Perl objects to files
using an XML format that can be reloaded or accessed by
other programs. Maybe even by other languages.
in configure is fixed. The problem was reported to the author by
wiz@. This makes installed files match with PLIST on platforms with
libdl. Bump PKGREVISION.
Approved by wiz@.
1.1.15: Sep 04 2005:
- build fixes: Windows build cleanups and updates (Igor Zlatkovic), remove
jhbuild warnings
- bug fixes: negative number formatting (William Brack), number formatting
per mille definition (William Brack), XInclude default values (William),
text copy bugs (William), bug related to xmlXPathContext size, reuse
libxml2 memory management for text nodes, dictionnary text bug, forbid
variables in match (needs libxml2-2.6.21)
- improvements: EXSLT dyn:map (Mark Vakoc),
- documentation: EXSLT date and time functions namespace in man (Jonathan
Wakely)
2.6.21: Sep 4 2005:
- build fixes: Cygwin portability fixes (Gerrit P. Haase), calling
convention problems on Windows (Marcus Boerger), cleanups based on
Linus' sparse tool, update of win32/configure.js (Rob Richards),
remove warnings on Windows(Marcus Boerger), compilation without SAX1,
detection of the Python binary, use $GCC inestad of $CC = 'gcc' (Andrew
W. Nosenko), compilation/link with threads and old gcc, compile
problem by C370 on Z/OS,
- bug fixes: http_proxy environments (Peter Breitenlohner), HTML UTF-8
bug (Jiri Netolicky), XPath NaN compare bug (William Brack),
htmlParseScript potential bug, Schemas regexp handling of spaces,
Base64 Schemas comparisons NIST passes, automata build error xsd:all,
xmlGetNodePath for namespaced attributes (Alexander Pohoyda),
xmlSchemas foreign namespaces handling, XML Schemas facet comparison
(Kupriyanov Anatolij), xmlSchemaPSimpleTypeErr error report (Kasimier
Buchcik), xml: namespace ahndling in Schemas (Kasimier), empty model
group in Schemas (Kasimier), wilcard in Schemas (Kasimier), URI
composition (William), xs:anyType in Schemas (Kasimier), Python resolver
emmitting error messages directly, Python xmlAttr.parent (Jakub Piotr
Clapa), trying to fix the file path/URI conversion,
xmlTextReaderGetAttribute fix (Rob Richards), xmlSchemaFreeAnnot memleak
(Kasimier), HTML UTF-8 serialization, streaming XPath, Schemas determinism
detection problem, XInclude bug, Schemas context type (Dean Hill),
validation fix (Derek Poon), xmlTextReaderGetAttribute[Ns] namespaces
(Rob Richards), Schemas type fix (Kuba Nowakowski), UTF-8 parser bug,
error in encoding handling, xmlGetLineNo fixes, bug on entities handling,
entity name extraction in error handling with XInclude, text nodes
in HTML body tags (Gary Coady), xml:id and IDness at the treee level
fixes, XPath streaming patterns bugs.
- improvements: structured interfaces for schemas and RNG error reports
(Marcus Boerger), optimization of the char data inner loop parsing
(thanks to Behdad Esfahbod for the idea), schematron validation
though not finished yet, xmlSaveOption to omit XML declaration,
keyref match error reports (Kasimier), formal expression handling
code not plugged yet, more lax mode for the HTML parser,
parser XML_PARSE_COMPACT option for text nodes allocation.
- documentation: xmllint man page had --nonet duplicated
- version: 3.0.3
date: 2005-02-06
changes:
- Stack overflow regexp on code inlines obliterated.
- Citations scaled back.
- Toggle span tags on CAPS with :no_span_tags accessor.
- version: 3.0.2
date: 2005-02-02
changes:
- Stack overflow Regexps replaced.
- All code blocks protected from formatting.
- Hard breaks working.
- Filter HTML now uses detailed cleaner.
- version: 3.0.1
date: 2004-11-15
changes:
- Using `float' rather than `text-align' to align image blocks.
- Shelving more HTML attributes to prevent them from clashing with Textile glyphs.
- Simplifying the block regexp.
- version: 3.0
date: 2004-10-26
changes:
- Broke up the Textile engine into smaller parts, recoded central block parser.
- Added preliminary support for Markdown.
- Added support for custom Textile prefixes.
- RedCloth now generates XHTML fragments.
- Complete HTML documents should now work, RedCloth ignores complex HTML.
- version: 2.0.12
date: 2004-08-09
changes:
- Escaping tighter for <pre> tags that share a single line.
- No more String#htmlesc!. Moved to RedCloth#htmlesc.
- Pruned out the code that was handling multibyte.
- version: 2.0.11
date: 2004-06-01
changes:
- Fixed the new 2.0-style aliased links.
- Lines starting with div opening or closing tags aren't given paragraph tags.
- Escaped some sample markup that was being translated by RDoc.
- Subtle changes to the quick tags to help them interact with surrounding HTML better.
- Ensure angle brackets inside code quick tags get escaped.
- New patch and test by F. Ros to fix <pre> tags with class settings.
- Commented out encode_entities and fix_entities, they do nothing now. Thanks, Denis.
- Scaled back QTAGS a back to avoid mixing up hyphens and dels. Thanks, Denis.
- Work on the references to ensure they are generating at least XHTML 1.0 Transitional.
- version: 2.0.10
date: 2004-05-26
changes:
- Table and list problems. Rewrote the <pre> handling code.. again.
- version: 2.0.9
date: 2004-05-26
changes:
- Improved RDoc. Ri documentation is auto-installed now!
- Links were consuming closing HTML tags. (See latest test in tests/links.yml.)
- Further speed patch from Denis. Good good.
- Patch by F. Ros to fix <pre> tags with class settings.
- version: 2.0.8
date: 2004-05-22
changes:
- First scan of the glyphs() method only scans for pre|notextile|code, the
deeper passes scan for all HTML. Now inlines work around HTML tags!
(What a pain!)
- Moved tables and blocks into glyphs to keep them shielded from the parser
if they are in <pre> tags.
- Patch by Denis Mertz to speed up RedCloth by compiling the various RegExps
only once. Thanks, David!
- version: 2.0.7
date: 2004-04-21
changes:
- New REFERENCE and QUICK-REFERENCE. See http://hobix.com/textile/.
- Lists rewritten to accomplish better line folding.
- Better, greedier links.
- Additional link and list tests.
- version: 2.0.6
date: 2004-04-16
changes:
- Bold and strong tags were mixed up. '*' is now strong. '**' is bold.
They were swapped until now.
- Horizontal alignments were pretty buggy. Combining alignments with
indents was totally broken.
- Fixed table problem. Now glyphs are handled between tables and blocks.
- Nested <pre> and <code> tags are now escaped. Much better handling of
HTML inside <pre> tags. Really: quite nice.
- Patch from Florian Gross to fix an html filtration inconsistency.
share/doc/ezxml). This fixes problem where it creates include
as a plain file.
Also get rid of INSTALL_DATA_DIR for the doc directory since already done.
1) Simplify the way how an emacs version is picked when no emacs
is installed, but a user try to install an Emacs Lisp package.
Just pick up the version set as EMACS_TYPE than searching for
versions already installed etc. If the EMACS_TYPE version is
not supported by the Emacs Lisp Package, just fail. EMACS_TYPE
be default to GNU Emacs 21.
(In other words, users should set EMACS_TYPE as they want.
Otherwise GNU Emacs 21 is used.)
2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
used. This keeps dependency graph of Emacs-Lisp-packages-
installed-for-XEmacs consistent.
3) Document EMACS_* variables as much as possible.
4) Provide more cookies for PLIST. Maybe utilized later.
Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour. So no version / revision bumps in this commit.
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION
for packages that were modified as a result.
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
- Remove Windows specific (and slightly broken) patch file;
chasen-2.3.3.20030822.patch, originally noted by Makoto Fujiwara.
- Fix crash with SEGV when using "%r" output format, noted by Akio Obata.
Bump PKGREVISION.
Changes to xsl/*
| 2005-08-11 Michael Smith <xmldoc@users.sourceforge.net>
|
| * RELEASE-NOTES.xml: Updated for 1.69.1 release.
|
| * VERSION: Version 1.69.1 released.
|
| 2005-07-19 Michael Smith <xmldoc@users.sourceforge.net>
|
| * Makefile: New file.
|
Changes to xsl/fo/*
| 2005-08-09 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * autoidx.xsl: Fix bug 1247565: missing attribute set on
| symbol entries.
|
| * block.xsl, ebnf.xsl, table.xsl, titlepage.xsl: fo:table-body
| and fo:table-header now set start-indent and end-indent to
| zero to reset the table reference areas.
|
| 2005-08-05 Jirka Kosek <kosek@users.sourceforge.net>
|
| * autoidx.xsl: Fixed bug #1244478. Indexterms in informal
| objects are now getting correct page reference.
|
| 2005-07-27 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * pagesetup.xsl: Fixed starting page number for first part
| element in single-sided output.
|
Changes to xsl/html/*
| 2005-08-11 Michael Smith <xmldoc@users.sourceforge.net>
|
| * annotations.xsl: Set default value of annotation.support
| param to 0 (off). Also, wrapped contents of the
| apply-annotations template in a "if" statement, so that
| those contents get evaluated only if annotation.support is
| non-zero. The reason for these changes was a report from
| Doug du Boulay (on the docbook-apps list) that processing of
| the apply-annotations template was consuming 75% of the
| total processing time for a 2.5Mb file. Anatoly Techtonik
| followed with a comment that with 1.69.0, "Compiling took
| about full working day on 12Mb file while earlier it was
| about 2-4 hours".
|
| 2005-08-04 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * chunk-code.xsl, chunkfast.xsl: Add cf to
| exclude-result-prefixes because it is for internal use only.
|
Changes to xsl/manpages/*
| 2005-08-11 Michael Smith <xmldoc@users.sourceforge.net>
|
| * lists.xsl: Fixed check for first following siblings in
| lists.
|
| 2005-08-09 Michael Smith <xmldoc@users.sourceforge.net>
|
| * block.xsl, lists.xsl, utility.xsl: Output .sp macro in mixed
| blocks where we were outputting completely blank line
| before. Thanks (again) to Costin Stroie for pointing out the
| problems and providing a test case. Also, corrected the test
| for checking first preceding siblings of text nodes in mixed
| blocks (the test is used for determining whether or not we
| need to insert a line break before those nodes.)
|
| 2005-08-05 Michael Smith <xmldoc@users.sourceforge.net>
|
| * utility.xsl: Fixed bug that caused literal .sp to show up in
| output. (Thanks to Costin Stroie for reporting). WARNING:
| One of the consequences of this change is that the
| stylesheet no longer generates spaces at the end of certain
| lines. I had it doing that as a sort of hack to prevent
| certain kinds of problems in output. It seems like the hack
| my no longer be necessary. But if I am wrong, this change
| may cause spaces to show up at the beginning of some lines
| in "mixed content". If you see those, then this change has
| introduced a regression, and I will need to go back and
| figure out the right way to fix it (instead of the kludgy
| way I was doing it before. Also, instances like the
| following were showing up in some cases. .PP .sp That is, a
| .PP macro immediately followed by a .sp macro. I can think
| of no good read to ever generate that, and I am not sure why
| it is getting generated. So I have taked the lazy way out
| and caused the stylesheet to now strip out the .sp from all
| such instances, leaving just the .PP
|
| 2005-07-24 Michael Smith <xmldoc@users.sourceforge.net>
|
| * block.xsl, lists.xsl, utility.xsl: New file.
|
| * block.xsl, lists.xsl, utility.xsl: Fixed handling of lists
| with titles. Also reworked handling of space around lists.
| (Closes#1243003 and 1241371). Among other things, this
| change "normalizes" line space before and after verbatims.
| For most cases, the stylesheet now attempts to ensure each
| verbatim is preceded and followed by exactly one line of
| space.
|
Changes to xsl/params/*
| 2005-08-11 Michael Smith <xmldoc@users.sourceforge.net>
|
| * annotation.support.xml: Set default value of
| annotation.support param to 0 (off). Also, wrapped contents
| of the apply-annotations template in a "if" statement, so
| that those contents get evaluated only if annotation.support
| is non-zero. The reason for these changes was a report from
| Doug du Boulay (on the docbook-apps list) that processing of
| the apply-annotations template was consuming 75% of the
| total processing time for a 2.5Mb file. Anatoly Techtonik
| followed with a comment that with 1.69.0, "Compiling took
| about full working day on 12Mb file while earlier it was
| about 2-4 hours".
|
| 2005-08-06 <balls@users.sourceforge.net>
|
| * pages.template.xml: New file.
|
| 2005-08-05 Michael Smith <xmldoc@users.sourceforge.net>
|
| * man.string.subst.map.xml: Kruft removal.
|
| * man.string.subst.map.xml: Fixed bug that caused literal .sp
| to show up in output. (Thanks to Costin Stroie for
| reporting). WARNING: One of the consequences of this change
| is that the stylesheet no longer generates spaces at the end
| of certain lines. I had it doing that as a sort of hack to
| prevent certain kinds of problems in output. It seems like
| the hack my no longer be necessary. But if I am wrong, this
| change may cause spaces to show up at the beginning of some
| lines in "mixed content". If you see those, then this change
| has introduced a regression, and I will need to go back and
| figure out the right way to fix it (instead of the kludgy
| way I was doing it before. Also, instances like the
| following were showing up in some cases. .PP .sp That is, a
| .PP macro immediately followed by a .sp macro. I can think
| of no good read to ever generate that, and I am not sure why
| it is getting generated. So I have taked the lazy way out
| and caused the stylesheet to now strip out the .sp from all
| such instances, leaving just the .PP
|
| 2005-07-28 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * part.autolabel.xml: Changed default part numbering format
| back to 'I'.
|
| 2005-07-24 Michael Smith <xmldoc@users.sourceforge.net>
|
| * man.string.subst.map.xml: New file.
|
| * man.string.subst.map.xml: Fixed handling of lists with
| titles. Also reworked handling of space around lists.
| (Closes#1243003 and 1241371). Among other things, this
| change "normalizes" line space before and after verbatims.
| For most cases, the stylesheet now attempts to ensure each
| verbatim is preceded and followed by exactly one line of
| space.
|
| 2005-07-20 Michael Smith <xmldoc@users.sourceforge.net>
|
| * appendix.autolabel.xml: New file.
|
| 2005-07-20 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * appendix.autolabel.xml: Make appendixes use upperalpha
| numeration
|
Changes to xsl/wordml/*
| 2005-08-06 <balls@users.sourceforge.net>
|
| * docbook-pages.xsl, pages-normalise.xsl, param.ent,
| param.xweb, template-pages.xml: Added support for Apple
| Pages application
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
ezXML is a C library for parsing XML documents inspired by simpleXML
for PHP. As the name implies, it's easy to use. It's ideal for
parsing XML configuration files or REST web service responses. It's
also fast and lightweight (less than 20k compiled).
An example of how to use the ezXML library can be found in
${PREFIX}/share/doc/ezxml