Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Bug fixes: RVT cleanup problems (William Brack),
exclude-result-prefix bug (William Brack), stylesheet compilation
error handling (Rob Richards).
* Portability fixes: improve build with VS2005 (Rob Richards),
fixing build on AIX (Bjorn Wiberg), fix the security file checks
on Windows (Roland Schwarz and Rob Richards).
* Improvement: add an --encoding option to xsltproc (Drazen Kacar).
|
|
* Portability: Solaris crash on error handling, windows path fixes
(Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)
* Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when
reusing a writer for a new document (Dodji Seketeli), Schemas
xsi:nil handling patch (Frank Gross), relative URI build problem
(Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment
detection bug, fix disparity with xmlSAXUserParseMemory, automata
generation for complex regexp counts problems, Schemas IDC import
problems (Frank Gross), xpath predicate evailation error handling
(William Brack)
|
|
packages maintenance.
|
|
No functional changes, just dictionary improvements.
|
|
|
|
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
Bug fixes.
|
|
It is a bug fix release including the patches previously provided in
this package.
|
|
Patches sent upstream.
Bump PKGREVISION to 1.
|
|
|
|
|
|
pkgsrc change:
o Add DESTDIR supoprt.
o Update MASTER_SITES and HOMEPAGE.
chasen changes from 2.3.3 to 2.4.1.
----------------------------------------------------------------------
ChaSen 2.4.1 (2007/07/03)
----------------------------------------------------------------------
- bug fix
https://sourceforge.jp/tracker/index.php?func=detail&aid=10259&group_id=2619&atid=9708
----------------------------------------------------------------------
ChaSen 2.4.0 (2007/03/30)
----------------------------------------------------------------------
- bug fix
- -s option (re-analysis)
|
|
*blush*
|
|
|
|
|
|
iso-codes 1.3
-------------
Tobias Toedter <t.toedter@gmx.net>
Mon, 23 July 2007
[ ISO-3166-2 ]
* Correct misspelled entries for Poland, thanks to Jakub Bogusz.
* Correct spelling of "Wake Island", reported as bug #120111 in
Ubuntu Launchpad.
* Correct misspelled Tunisian cities, reported as bug #119572 in
Ubuntu Launchpad.
[ ISO-3166 translations ]
- Tamil (ta) updated by Tirumurti Vasudevan. Closes: #432169
[ ISO-4217 translations ]
- Turkish (tr) updated by Nilgün Belma Bugüner via TP.
[ Tobias Toedter ]
* Resurrect iso639tab.py and iso_639.tab, as it turns out that
those files are still needed. This is only a temporary measure;
the files are still deprecated and should not be used by new
programs. This helps fixing a FTBFS bug in geneweb.
Closes: #432543
iso-codes 1.2
-------------
Tobias Toedter <t.toedter@gmx.net>
Fri, 29 June 2007
[ ISO-639 translations ]
* Dutch (nl) updated by Freek de Kruijf via TP
* Irish (ga) updated by Kevin Patrick Scannell via TP
[ ISO-3166-2 translations ]
* Dutch (nl) updated by Freek de Kruijf via TP
[ ISO-4217 translations ]
* Italian (it) updated by Luca Ferretti via TP
[ Tobias Toedter ]
* Don't include iso-codes.pc in the tarball, it is generated
automatically during configuration
* Remove iso639tab.py and iso_639.tab from distribution, as
both files are deprecated and no longer used
iso-codes 1.1.1
---------------
Tobias Toedter <t.toedter@gmx.net>
Wed, 27 June 2007
[ ISO-639 translations ]
* Finnish (fi) updated by Tommi Vainikainen via TP
* Esperanto (eo) updated by Edmund GRIMLEY EVANS via TP
[ ISO-4217 translations ]
* Estonian (et) updated by Ain Vagula via TP
* Italian (it) updated by Luca Ferretti via TP
* Replace initial header values in en.po with real data, because
msgfmt exits with an error otherwise
|
|
the check here.
|
|
Bump revision.
|
|
1.78 (2007-06-05)
* NEW FEATURES
------------
* Transliterate accented characters in file names. Use Text::Unidecode
if detected.
* Handle @frenchspacing, @tie, @indent, @setcontentsaftertitlepage,
@setshortcontentsaftertitlepage and the obsolete @allow-recursion
and @quote-arg.
* With book style the Table of Contents is put where it is set.
* Use more numeric entities, especially for accented letters.
* The `examples' directory now contains an init file for Mediawiki output.
Mediawiki is the GPL'd wiki used by Wikipedia.
* new init file tex4ht.init. With this init file, httex or htlatex from
tex4ht is used to format @tex and @math.
* Init files now have a chance to override all file names, rather than just
page names.
* Put the images under a double licence by adding back their original GPL
licence.
* If SIMPLE_MENU is true the menu is simply enclosed in a preformatted
environment.
* The user can bypass the texi2html functions and provide his own function
to do things similar that what is done for interfacing with LaTeX2HTML
or tex4ht.
* LaTeX2HTML stuff is moved out of texi2html.pl, to T2h_l2h.pm.
* Add $USER and $DATE variables to override the defaults detected for the
footer.
* COMPATIBILITY
-------------
* $TOP_FILE and $TOC_FILE are only set if set by the user. The elements
file names are in the hash reference $Texi2HTML::THISDOC{'filename'}
for use in init files.
* The API for image, normal_text, paragraph and node_file_name has changed.
* The $ENCODING variable is deprecated, replaced by $ENCODING_NAME
and $OUT_ENCODING.
* utf8 is used as default out file encoding. This should allow for utf8
translations for languages which cannot use @-commands for non ascii
characters.
* Use entities for ``, '', ---, -- and quotes used for some formatting
@-commands if $USE_ISO is set.
* don't set unset MENU-ENTRY-NAME if it is similar with the NODE-NAME,
it is useless as it is a construct that shouldn't happen.
* avoid menu entry and description redundancy in the formatting function
and not in the main program.
* accept - in @-command names (compatibility with makeinfo)
* in user-defined macro arguments a comma in brace is escaped (compatibility
with makeinfo from texinfo 4.8.90)
* don't add the section title to the html title when the document isn't split
* BUG FIXES
---------
* When the file extension is set to the empty string, a trailing `.' will not
be automatically added to file names.
* The texi2html script is now created by make and not configure.
* It is possible to build the translation files from outside of the
build directory.
* When configure detects that no Data::Dumper is present, the build scripts
will simply copy the files instead of breaking.
* remove handling of quotation second arg, quotation has only one arg.
* handle nested ifset/ifclear.
* Improved handling of @sc and @centerchap.
* More flexible normal_text.
* style_stack really contains the formatting @-commands.
* caching of html generated by latex2html reenabled.
* when not split and no section navigation is output, the about page and
navigation direction are not output for all the elements.
|
|
Patch provided by Makoto Fujiwara by PR 36704.
Changes:
2.18.1:
2.18.0:
* Slight win32 build improvement, possibly.
(Artur Wegele)
* Slight improvement to examples.
(Murray Cumming)
2.17.2:
* Node: Adedd get_next_sibling() and get_previous_sibling().
Bug #351867.
(Nate Nielsen)
2.17.1:
* Node: Added get_parent() Bug #351876 (Patch by Nate Nielsen)
* TextReader: Added TextReader(const char* data) constructor, for
parsing memory buffers. Bug #351215 (Patch by Nate Nielsen)
* Element::set_attribute(): Really return the new attribute.
Bug #361950 (Patch by Nate Nielsen)
* Build: Added MS Visual Studio 2005 project files.
(Cedric Gustin)
|
|
|
|
Packages Collection.
The Perl 5 module CAM::PDF reads and writes any document that
conforms to the PDF specification.
Other Perl modules implementing the PDF specification are optimized
for programatically creating new PDF documents from scratch. On
the contrary, CAM::PDF is optimized for reading and manipulating
existing PDF documents.
|
|
|
|
Packages Collection.
The Perl 5 module Text::PDF allows interaction with existing PDF files
directly. It includes various tools including:
pdfbklt - make booklets out of existing PDF files
pdfrevert - remove edits from a PDF file
pdfstamp - stamp text on each page of a PDF file
|
|
Term::ReadKey doesn't end up doing tty i/o, which will in all
probability stall a bulk build if it's started on a tty, and
no special steps are taken to disassociate the bulk build job
from the tty.
It appears that later versions of po4a does not suffer from
this problem, so this is a minimal fix suitable for pull-up.
Bump package revision.
|
|
|
|
While here add HOMEPAGE.
Changes since last packaged version (1.00):
1.02 Sat Jun 23 2007
- fixed RT#6873
- cleaned up the tests
- more compliance with the traversal specification
1.01 Sat Jun 23 2007
- fixed RT related bugs (though with a huge delay, sorry)
|
|
libxml2 natively).
|
|
changes: bugfixes, documentation update
|
|
this also fixes a build problem on Python<2.3, so remove the
PYTHON_VERSIONS_ACCEPTED line
|
|
2.6.29: Jun 12 2007:
- Portability: patches from Andreas Stricke for WinCEi,
fix compilation warnings (William Brack), avoid warnings on Apple OS/X
(Wendy Doyle and Mark Rowe), Windows compilation and threading
improvements (Rob Richards), compilation against old Python versions,
new GNU tar changes (Ryan Hill)
- Documentation: xmlURIUnescapeString comment,
- Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind'
flag fix (Richard Jones), regexp interpretation of \,
htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in
typo (Bjorn Reese), entity content failure, xmlListAppend() fix
(Georges-André Silber), XPath number serialization (William Brack),
nanohttp gzipped stream fix (William Brack and Alex Cornejo),
xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon),
XPath string value of PI nodes (William Brack), XPath node set
sorting bugs (William Brack), avoid outputting namespace decl
dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding
error handling, recustion on next in catalogs, fix a Relax-NG crash,
workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
invalid character in attribute detection bug, big comments before
internal subset streaming bug, HTML parsing of attributes with : in
the name
- Improvement: keep URI query parts in raw form (Richard Jones),
embed tag support in HTML (Michael Day)
|
|
|
|
|
|
creation.
|
|
3.05 (2007-05-13)
* Allow for immutable subclasses of YAMLObject. Fixed #53.
* Make the encoding of the unicode->str conversion explicit; fixed #52.
* Fixed a problem when the DOCUMENT-END event is not emitted until
the beginning of the next document is available. Fixed #51. Thanks
edward(at)sweetbytes.net for the bug report.
* Improve output of float values. Fixed #49.
* Fix the bug when the path in add_path_resolver contains boolean
values. Fixed #43 (thanks to jstroud(at)mbi.ucla.edu for reporting
and pointing to the cause).
* Use the types module instead of constructing type objects by
hand. Fixed #41. Thanks to v.haisman(at)sh.cvut.cz for the patch.
* Fix loss of microsecond precision in datetime.datetime constructor
(fix #30). Thanks to edemaine(at)mit.edu for the bug report and the patch.
* Fixed loading an empty YAML stream.
3.04 (2006-08-20)
* Include experimental LibYAML bindings.
* Fully support recursive structures (close #5).
* Sort dictionary keys (close #23). Mapping node values are now
represented as lists of pairs instead of dictionaries. Do not
check for duplicate mapping keys as it didn't work correctly
anyway.
* Fix invalid output of single-quoted scalars in cases when a single
quote is not escaped when preceeded by whitespaces or line breaks
(close #17).
* To make porting easier, rewrite Parser not using generators.
* Fix handling of unexpected block mapping values, like
: foo
* Fix a bug in Representer.represent_object: copy_reg.dispatch_table
was not correctly handled.
* Fix a bug when a block scalar is incorrectly emitted in the simple
key context.
* Hold references to the objects being represented (close #22).
* Make Representer not try to guess !!pairs when a list is represented.
* Fix timestamp constructing and representing (close #25).
* Fix the 'N' plain scalar being incorrectly recognized as !!bool (close #26).
|
|
|
|
number.
|
|
|
|
|
|
Fix buffer overflow bug, dictionary incompatibility issue, some functionary
enhancements for dictionary
|
|
filesystems.
|
|
|
|
Change:
- Translate '\#' into '#'.
|
|
|
|
|