summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2002-10-04Add buildlink2.mk with a default "build" dependency.rh1-0/+21
2002-10-03Updated libxslt to 1.0.21martti6-33/+28
* bug fixes
2002-10-03Updated libxml2 to 2.4.25martti5-39/+20
* bug fixes
2002-10-02Use buildlink2seb1-5/+3
Use perl5/module.mk
2002-10-02buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-10-02buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-10-02buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-10-02buildlink1 -> buildlink2seb3-18/+9
Use perl5/module.mk
2002-10-02Our libtool + buildlink2 avoids the usual libtool bug with uninstalledjlam3-13/+35
libtool archives.
2002-10-01Be explicit about no python.markd1-1/+2
2002-09-26Update to latest distfile on MASTER_SITE with the same name (Grrrrrrrr).wiz2-4/+5
Since not even ftp.netbsd.org got the old one, let's just bump PKGREVISION and forget about it. The diff is between the two versions is: --- latex2html-2002-2.old/versions/unicode.pl Thu Jul 4 07:15:02 2002 +++ latex2html-2002-2/versions/unicode.pl Sun Sep 15 07:15:02 2002 @@ -401,7 +401,32 @@ 'upsih', '&#978;', 'piv', '&#982;', -#<!-- Hebrew --> +#<!-- Hebrew vocalization points --> + 'sheva', '&#1456;', + 'hatafsegol', '&#1457;', + 'hatafpatah', '&#1458;', + 'hatafqamats', '&#1459;', + 'hiriq', '&#1460;', + 'tzere', '&#1461;', + 'segol', '&#1462;', + 'patah', '&#1463;', + 'qamats', '&#1464;', + 'holam', '&#1465;', +# '', '&#1466;', + 'qubuts', '&#1467;', + 'dagesh', '&#1468;', + 'meteg', '&#1469;', + 'maqaf', '&#1470', + 'rafe', '&#1471;', + 'paseq', '&#1472;', + 'sofpasuq', '&#1475;', + 'gershayim', '&#1480;', + 'doublevav', '&#1520;', + 'vavyod', '&#1521;', + 'doubleyod', '&#1522;', + 'geresh', '&#1523;', + +#<!-- Hebrew letters --> 'alef', '&#1488;', 'bet', '&#1489;', 'gimel', '&#1490;',
2002-09-26buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-09-26buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-09-26buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-09-26buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-09-26make this work on alpha too. Now this pkg builds ok on both sparc and alpha.dmcmahill2-4/+4
2002-09-26make this build on sparc. Should also fix other platforms. Patch deriveddmcmahill2-1/+15
from patches to textproc/jade by mycroft.
2002-09-25Update sablotron to version 0.96. Changes since 0.71 (last pkgsrc version):jwise6-39/+25
Version 0.96 September 5, 2002 ------------- - XSLT debugger implemented (sabcmd --debugger) - API fixes for PHP extension - log() function added to write to Sablot's log from JS scripts - conflicts of top-level elements (variable, key, script) initializations resolved - fixed xslt_process buffer overflow - fixed a bug of duplicate NS qualified attributes - minor SXP bug fixes [using patches by Tim Crook] - fixed a bug of the 'mod' operator [report by Jork Behrends] - fixed a bug of sorting with multiple keys [report by Jork Behrends] - fixed a bug of comparison [report by Jork Behrends] - DOM: fixed a bug of the default XML namespace [report by Albert Micheev] - DOM: fixed a bug of PIs [report by Albert Micheev] - improved configuration [by Melvyn Sopacua] - fragment identifiers allowed in document() for custom schemes [report by Bob Kline] Version 0.95 June 24, 2002 ------------- - DOM support upgraded to DOM Level2 - xsl:strip-space and xsl:preserve-space implemented - XSLT on external documents (accessed via callbacks) - esxlt:document instruction implemented - unparsed-entity-uri() function implemented - added a manual page for sabcmd - added a batch mode (multiple sources/stylesheets) for sabcmd [by Stefan Behnel] - added a system property to display version - added a flag for document() to return an empty node-set when it refers to non-existing document - fixed a bug in relative paths to ext. entities - fixed a sorting bug on Solaris - fixed matching precedence for processing-instruction('lit') - fixed a bug in xsl:decimal-format/format-number() - fixed a bug in string() - comments excluded - fixed a bug of RTFs in xsl:attribute (comment, pi) - fixed a bug of generate-id for multiple documents - various minor fixes Version 0.90 March 8, 2002 ------------- - xsl:import implemented - fixed a bug in boolean expressions with nodesets [reported by John Holland] - current() implementation redesigned - variables not allowed in 'match' attributes of templates - fixed a bug in attribute value escaping [Christian Lefebvre] - fixed a bug in ext. entities base URI [Christian Lefebvre] - fixed a bug in sabcmd --base option [Christian Lefebvre] - span not indented with html method - processing-instruction() node test allows literal arguments - only top-level variables and params visible in xsl:attribute-set - fixed a bug in xsl:number - fixed a bug in master situation cleanup [patch proposed by Bill Hofmann and Bob Kline] - fixed a bug in error reports from included files - correct name of element, attribute and pi is checked Version 0.82 January 30, 2002 ---------------- - fixed the text output method (nothing but text nodes are outputted) - SCRIPT and STYLE escaped for xhtml - fixed a bug in escaping attributtes (src, href) - fixed a bug in aliasing doctype declaration - fixed bugs related to Sun CC compiler [Tim Crook, Greg Cope] - fixed a memory management bug [Tim Crook] Version 0.81 January 16, 2002 ---------------- - PUBLIC URLs in doctypes and ext. entities not parsed by default (SAB_PARSE_PUBLIC_ENTITIES situation option) - non-xsl elements allowed inside xsl:stylesheet - xsl attributes not outputted anymore - xsl:namespace-alias translates attributes as well - content of SCRIPT and STYLE not escaped for html/xhtml - Boolean attributes are abbreviated for html output method Version 0.80 January 8, 2002 --------------- - implemented extensions (JavaScript functions + DOM, extension-element-prefixes, xsl:fallback, function-available(), element-available()) - fixed a bux in the 'following' axis - fixed current() assertion fault - fixed "META tag placed outside HEAD" bug - fixed a bug in abbreviated [position] expression in template 'match' attribute - implemented lang () function - added 'namespace' attribute of xsl:element - implemented 'exclude-result-prefixes' - implemented xsl:attribute-set and 'use-attribute-sets' - added 'namespace' attribute of xsl:attribute - fixed translate() bug - key() now works with document() - fixed short stylesheet notation output bugs - added use-attribute-sets attribute to xsl:copy - minor bugs fixed
2002-09-25buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-09-25buildlink1 -> buildlink2seb2-12/+6
Use perl5/module.mk
2002-09-25buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-09-25- Correct sample config file's path.taca1-3/+4
- Utilize CHASEN_DICDIR. Bump PKG_REVISION.
2002-09-25Add and enable gtkspellrh1-1/+2
2002-09-25Initial import of gtkspell-2.0.2, a spell checking widget for GTK2 apps.rh6-0/+89
2002-09-24Add lib/libexslt.*martti2-2/+4
2002-09-24Sync with reality.wiz1-1/+6
2002-09-24Updated libxslt to 1.0.20martti2-6/+4
2002-09-24Updated libxslt to 1.0.20martti5-28/+22
* bug fixes
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-23buildlink1 -> buildlink2jlam3-8/+9
2002-09-23Ensure that the libxml headers may be found as <libxml/*>.jlam1-1/+2
2002-09-22*Conf.sh files don't need to be symlinked when using buildlink2.jlam2-4/+2
2002-09-21Strip the ".buildlink" from the names of the python application andjlam4-9/+9
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21Use buildlink2.jlam1-2/+3
2002-09-21Trivially use buildlink2.jlam1-1/+2
2002-09-21Trivially use buildlink2.jlam2-8/+10
2002-09-18update to 0.8.1drochner3-114/+7
Changes in this version, compared to 0.8: * Various bug fixes: - tracing works now with pyexpat - fix registry key for MSIE XBEL support - correct ill-formedness of xmlproc.dtd2schema - avoid adding comments and PIs in the internal subset as Document children when building minidom trees - properly close files in xml.dom.ext.reader.* * XSLT is not installed anymore by default, specify --with-xslt if desired * Update Expat to 1.95.5 * Add features to xml.parsers.expat: - new method "UseForeignDTD" - new attribute "features" * Update to 25 July 2002 LS spec for xml.dom.xmlbuilder. Use expatbuilder if no parser is given to xml.dom.minidom.parse[String]. * Fix many obscure DOM bugs * Define and document the implementation-defined behaviors of cloneNode() for xml.dom.minidom. * Use urllib2 instead of urllib throughout.
2002-09-18Use correct version number for libs (hi drochner!)martti1-3/+3
2002-09-17update to 1.95.5drochner2-5/+5
changes: Added XML_UseForeignDTD() for improved SAX2 support. Added XML_GetFeatureList(). Defined XML_Bool type and the values XML_TRUE and XML_FALSE. Use an incomplete struct instead of a void* for the parser. Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected. Finally fixed bug where default handler would report DTD events that were already handled by another handler. Initial patch contributed by Darryl Miller. Reduced line-length for all source code and headers to be no longer than 80 characters, to help with AS/400 support. Reduced memory copying during parsing (SF patch #600964). Fixed a variety of bugs.
2002-09-16Fix this for LP64 systems by meta-patching the Debian patches to switch offmycroft4-1/+43
_LP64 (which we use), rather than SIZEOF_SIZE_T==8 (which is only defined in the Debian build goo). Really, the right answer is to add an autoconf test -- or fix the crappy language.
2002-09-16oops - forgot to commit this (thanks wiz)drochner1-0/+6
2002-09-14Update to 2002.2.wiz3-7/+12
From the added files, it looks like it now has support for HTML 4, KOI-8, and Hebrew.
2002-09-14Add a buildlink2.mk defaulting to a build dependencyrh1-0/+19
2002-09-13Use ghostscript.mk.jlam1-2/+2
2002-09-11buildlink2.mk files don't need to symlink *Conf.sh files.jlam1-2/+1
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz11-23/+24
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10Unused.wiz1-40/+0
2002-09-10Convert to buildlink2 (was mixing one and two).wiz1-3/+3
2002-09-06libtool allows us to link against uninstalled shared libraries, so just dojlam2-1/+18
it instead of using their bizarre workaround. This should fix pkg/18189.
2002-09-06Upgrade postgresql_autodoc to 1.00mjl2-6/+6
No changelog, no nothing, sorry.