Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
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.
|
|
PKGREVISION to 3.
|
|
this library.
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
|
|
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
|
|
|
|
* Re-enable apostrophe word-breaking work-arounds
* Additional translations
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
The release includes major feature changes, particularly in the
manpages stylesheets, as well as a large number of bug fixes. This
project is the home for the DocBook XSLT stylesheets and DSSSL
stylesheets and more.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
|
|
The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory.
The ElementTree toolkit contains an Element implementation in Python,
and code to read XML and HTML files into trees of Element objects, and
write them out as XML.
|
|
already passed by the tools framework.
|
|
|
|
Bump revision.
|
|
Change maintainer address to @netbsd.org
Update homepage to avoid redirections
Main changelog entries:
Version 1.0 (2005-07-11)
More intelligent graphics conversion rules.
New command-line options "--inplace" and "--into".
New command-line option "-W" to report warnings.
Modules "index" and "verbatim" fixed.
Fixed path searching in Metapost.
Fixed paper size handling (in dvips, dvipdfm, ps2pdf).
Better handling of aux files from \include'd sources.
approved by cube@
|
|
Added missing prerequisite p5-libxml (for XML::Parser::PerlSAX)
This should fix PR pkg/30768.
|
|
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,
USE_TOOLS+= perl:run
Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
|
|
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
|
|
BUILDLINK_RECOMMENDED.aspell>=0.50.3 instead.
|
|
2.6.20: Jul 10 2005:
- build fixes: Windows build (Rob Richards), Mingw compilation (Igor
Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and
andriy@google.com), use gcc weak references to pthread to avoid the
pthread dependancy on Linux, compilation problem (Steve Nairn),
compiling of subset (Morten Welinder), IPv6/ss_family compilation
(William Brack), compilation when disabling parts of the library,
standalone test distribution.
- bug fixes: bug in lang(), memory cleanup on errors (William Brack),
HTTP query strings (Aron Stansvik), memory leak in DTD (William),
integer overflow in XPath (William), nanoftp buffer size, pattern
"." apth fixup (Kasimier), leak in tree reported by Malcolm Rowe,
replaceNode patch (Brent Hendricks), CDATA with NULL content
(Mark Vakoc), xml:base fixup on XInclude (William), pattern
fixes (William), attribute bug in exclusive c14n (Aleksey Sanin),
xml:space and xml:lang with SAX2 (Rob Richards), namespace
trouble in complex parsing (Malcolm Rowe), XSD type QNames fixes
(Kasimier), XPath streaming fixups (William), RelaxNG bug (Rob Richards),
Schemas for Schemas fixes (Kasimier), removal of ID (Rob Richards),
a small RelaxNG leak, HTML parsing in push mode bug (James Bursa),
failure to detect UTF-8 parsing bugs in CDATA sections, areBlanks()
heuristic failure, duplicate attributes in DTD bug (William).
- improvements: lot of work on Schemas by Kasimier Buchcik both on
conformance and streaming, Schemas validation messages (Kasimier
Buchcik, Matthew Burgess), namespace removal at the python level
(Brent Hendricks), Update to new Schemas regression tests from
W3C/Nist (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation
of xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert),
standalone test framework and programs, new DOM import APIs
xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and
xmlDOMWrapRemoveNode(), extension of xmllint capabilities for
SAX and Schemas regression tests, xmlStopParser() available in
pull mode too, ienhancement to xmllint --shell namespaces support,
Windows port of the standalone testing tools (Kasimier and William),
xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug()
SAX Schemas APIs, Schemas xmlReader support.
|
|
- deprecate USE_PERL5 and LTCONFIG_OVERRIDE.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
Ispell 3.3 offers improved support for international languages, improved
deformatting, and better support for compilation on Windows systems. All
known security holes have been closed. A number of small bugs are also
fixed.
|
|
|
|
|
|
|
|
Complete list of changes from 0.60.2:
* Fixed bugs involving several of the C API functions.
* Fixed bug where `ultra' or `fast' mode will not return any
suggestions when soundslike lookup is not used.
* Made a minor, yet significant, optimization to the suggestion code.
This speed things up by an order of magnitude in some cases.
* Avoid using the slow ngram scan except when the `sug-mode' is
`slow' or `bad-speller'.
* Fixed a bug in curses mode which causes word-wrap to not work
correctly in some cases.
* Fixed a bug in pipe mode with a missing newline.
* Fixed the `spell' compatibility script.
* Several other minor bugs fixed.
* Made note about the change in behavior of the `-l' command line
switch.
* Other manual update/fixes.
* Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.
|
|
Fix PLIST. Remove BROKEN.
|
|
Bump PKGREVISION to 1.
|
|
- Avoid C90'ism from code; content of patch-ab was merged.
|
|
rather than the autoconf cache variables.
|