summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-02-06Bump dependency. Suggested by jmmv@.minskim1-2/+2
2004-02-06Update intltool to 0.30. This closes PR pkg/24315.minskim4-11/+23
Approved by wiz@. Changes since 0.28: Version 0.30 * added missing [] quotation macro name defined in AC_DEFUN() (Tomasz Kloczko) * Handle embedded newlines thereby avoiding the silent corruption of files. (Morten Welinder) * Now intltool-merge does not compress whitespace in attributes and CDATA. (Brian Cameron) * Now intltool-merge supports dashes in attribute names, and supports attributes delimited by single quotes. (Brian Cameron) * Misc small fixes (Kenneth Chr., Danilo Segan) Version 0.29 * Removed OrigTree in favor of more simply setting handlers directly in intltool-merge (Brian Cameron) * Work correctly with AC_CONFIG_AUX_DIR (Thomas Vander Stichele, Chee Bin HOH and Kees Cook) * Make intltoolize return a correct exit status (Thomas Vander Stichele) * Fix usage of a bash-ism (Morten Welinder, Jonathan Blandford) * Translate GenericName in .desktop files (Kenneth Rohde Christiansen) * Framework to allow each format have inline comments (Denis Barbier) * Add $XGETTEXT_ARGS to allow passing extra args to xgettext (Danilo Segan) * Added support for .kbd files (Kenneth Rohde Christiansen) * Add $XGETTEXT_KEYWORDS to allow the use of other keywords (Danilo Segan) * Misc bug fixes (Noah Levitt, Tommi Komulainen)
2004-02-05The long awaited update libtool to 1.5.2.skrll1-2/+1
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-02-05Make depends on nkf 1.7 and lator, not 1.7 only.taca1-2/+2
It should fix buld build error.
2004-02-03Add buildlink3.mk. (needed to bl3ify lang/mono)recht1-0/+18
2004-02-01bl3ifyjlam2-4/+23
2004-02-01Missing an :M operator on the match for "yes".jlam1-6/+8
2004-02-01Preserve previous behaviour by unconditionally setting USE_BUILDLINK2 ifjlam1-2/+3
we're not already using buildlink3.
2004-02-01Add a buildlink3.mk file for xmlcatmgr and teach catalogs.mk to use thejlam2-3/+47
buildlink3.mk file if USE_BUILDLINK3 is "yes".
2004-01-31Update to 2.6.5, provided by Min Sik Kim in PR pkg/24272.xtraeme2-6/+5
Changes: o Python bindings: fixes (William) o enum support o structured error reporting
2004-01-31Update to 2.6.5, provided by Min Sik Kim in PR pkg/24271.xtraeme3-10/+11
Changes: - Bugfixes: dictionnaries for schemas (William Brack), regexp segfault (William), xs:all problem (William), a number of XPointer bugfixes (William), xmllint error go to stderr, DTD validation problem with namespace, memory leak (William), SAX1 cleanup and minimal options fixes (Mark Vadoc), parser context reset on error (Shaun McCance), XPath union evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin), XML Schemas double free (Steve Ball), XInclude with no href, argument callbacks order for XPath callbacks (Frederic Peters) - Documentation: python scripts (William Brack), xslt stylesheets (John Fleck), doc (Sven Zimmerman), I/O example. - XInclude: various fixes for conformance, problem related to dictionnary references (William & me), recursion (William) - xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred Mickautsch), - xmlSchemas: normalizedString datatype (John Belmonte) - code cleanup for strings functions (William) - Windows: compiler patches (Mark Vakoc) - Parser optimizations, a few new XPath and dictionnary APIs for future XSLT optimizations.
2004-01-28Do not use "find -d". This option is not available on all supported platforms.heinz1-3/+4
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz4-8/+8
2004-01-25Add build dependency on textproc/p5-XML-Parser.kristerw1-1/+3
2004-01-25Fix crappy C code which breaks the build with GCC 2.95.3.tron2-1/+19
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant33-66/+66
2004-01-24Fix build; I guess this is a gcc3 issue.jmmv2-1/+15
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-24Don't force binary package consistency through BUILDLINK_DEPENDS, we nowrh1-2/+3
have BUILDLINK_RECOMMENDED for this.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv9-13/+18
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1jmmv17-27/+34
2004-01-23Update to 2.0beta1:jmmv4-11/+14
Released on 2004/01/23, its state was beta. * Recognize two default catalog files, one for XML and one for SGML, instead of only one as in previous versions. * Added the `-h' option to xmlcatmgr, which shows a descriptive usage message. * Added multiple comments to the code, explaining what each function does. * Some bug fixes. The version in the buildlink2.mk file is bumped because there were some incompatible changes done in the previous version that may cause problems to people upgrading an already installed package. This should have really happened in the previous version... but well, as this is now beta, there shouldn't be any interface changes any more.
2004-01-23Update to 0.3.14. Changes since 0.3.12:jmmv8-100/+41
0.3.14 ======= - Build fixes: - Correct problem with distributed intltool scripts. - Update rpm spec file. 0.3.13 ======= - Runtime fixes: - Use a per-user directory for storing the extracted contents files. This avoids problems when multiple users share /tmp and use scrollkeeper. - Do XInclude processing on documents before extracting information. - By default, do not use the network to retrieve required DTDs. - Can be changed using the '-n' parameter to scrollkeeper-install and friends. - Do not segfault if an OMF file is invalid. - Build fixes: - Install various package documentation files. - Tidy up the build process a little bit and fix some portability bugs. - Update included gettext code. - Build fixes for specific platforms (Solaris and *BSD systems). - Detect installed version of the DocBook DTD at build time. - Allow the location of system XML catalog to be specified. - see the --with-xml-catalog flag. - Install locale-specific program files correctly (i.e. portably). - Allow scrollkeeper data directory to be customised - see the --with-partial-db-dir flag. - Upgrade supplied gettext and automake versions. - Miscellaneous: - Correctly register translated versions of documents by considering their category, rather than their titles. - Don't leak file descriptors when updating the database. This fixes resource starvation problems on some systems. - Fix some memory leaks. - Should now work with IPv6-enabled systems. - When using a non-default prefix, the scrollkeeper log files are updated correctly. - Many Sourceforge bug tracker bugs fixed and all outstanding patches in the patch tracker evaluated and applied if appropriate. - Translations updated.
2004-01-23bump PKGREVISIONS after name change of the pyxml dependency.recht1-2/+2
spotted by wiz@
2004-01-23catch up with pyxml -> py-xml name changerecht1-2/+2
2004-01-23Catch up with pyxml -> py-xml name change in the Makefile and finallyrecht7-686/+2
remove pyxml.
2004-01-23catch up with pyxml -> py-xml name changerecht1-2/+2
2004-01-23Re-import of pyxml as py-xml to match Python module naming convention.recht6-0/+684
Addresses PR pkg/23999 by Michal Pasternak. ok'ed by drochner@ The PyXML package is a collection of libraries to process XML with Python. It contains, among other things xmlproc: a validating XML parser. sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a factor of 5. PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers. 4DOM: A fully compliant DOM Level 2 implementation javadom: An adapter from Java DOM implementations to the standard Python DOM binding. pulldom: a DOM implementation that supports lazy instantiation of nodes. marshal: a module with several options for serializing Python objects to XML, including WDDX and XML-RPC. unicode: a helper module for Python 1.5 users who need conversions between UTF-8 and ISO-8859-?.
2004-01-23Split the ispell-russian packages into two separate packages,agc4-43/+41
ispell-russian and ispell-russian-io.
2004-01-23Add and enable ispell-russian-ioagc1-1/+2
2004-01-23Break the ispell-russian package into two separate packages -agc3-0/+21
ispell-russian, and ispell-russian-io ispell-russian-io is the same as the ispell-russian package, but with "YO" support enabled (this was previously done in a dodgy, undocumented way in the ispell-russian package). Both packages can be installed at the same time. With thanks to Valeriy E. Ushakov for guidance.
2004-01-21Update to 4.09:wiz3-6/+7
* 0 address behaves correctly in single-file (-i and -s) mode. * documentation improvements. * tested with many hosts and compilers. * updated regex matcher from upstream, with many bugfixes and speedups. * the `N' command's feature that is detailed in the BUGS file was disabled by the first change below in sed 4.0.8. The behavior has now been restored, and is only enabled if POSIXLY_CORRECT behavior is not requested.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc48-96/+104
2004-01-18Update description according to xmlcatmgr's 2.x branch.jmmv1-8/+8
2004-01-17Update to 2.0alpha2:jmmv3-8/+8
Released on 2004/01/17, its state was alpha. * Fixes to allow multiple entries with the same content in both SGML and XML catalog files. Sorry but this may break command line compatibility with old versions in some scenarios; that is, the "remove" action now takes pairs of values. Even though, if just one argument is given to "remove", it behaves as before to help the transition to newer versions. * New catalogs are created now in memory before writting them to disk. This ensures that they will look exactly the same after creation and after some manipulation (addition and removal of entries). * Added an option to configure, '-n doc', to disable installation of distribution documentation files in the system. * Some bug fixes.
2004-01-17+ doclifterrecht1-1/+2
2004-01-17initial import of doclifter 1.6recht4-0/+45
The doclifter program translates documents written in troff macros to DocBook. Lifting documents from presentation level to semantic level is hard, and a really good job requires human polishing. This tool aims to do everything that can be mechanized, and to preserve any troff-level information that might have structural implications in XML comments. This tool does most of the hard parts, but not all. TBL tables diagrams are translated into DocBook table markup and and PIC into SVG, but EQN is not translated. Test loads are included in the distribution. The code has been tested in about the most brutal possible way; it has been run against every single man page in all sections of a full installation of Red Hat 9 with Fedore Core 1 updates. It lifts 96% of 9836 pages without requiring any hand-hacking required.
2004-01-15Make this build with libxml-2.6.xxtraeme2-1/+26
2004-01-15Update to 0.13xtraeme2-5/+5
Changes: o make parse return 1 (Steven Allen) o sub setModel: Generation of regexp goes wrong if an element has more than 62 members and any of these has cardinality other than 1: Parentheses are required around each re token, because the tokens are encoded as character pairs if there's 62 or more of them. (B Mills)
2004-01-12Remove unnecessary blank lines.cjep2-3/+1
2004-01-11Make this compile with gcc-3.3. Fixes problem seen in agc's latest bulk build.jschauma2-1/+27
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam2-5/+5
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-05bl3ifyjlam2-4/+8
2004-01-05Back out last change, since those belong to the textproc/xmlcatmgrkristerw1-3/+1
package. Noted by Min Sik Kim (minskim at bawi dot org)
2004-01-05bl3ifyjlam5-11/+22
2004-01-05Update to 1.0.1, based on PR 23989 by Adam Migus.wiz3-8/+219
Version 1.0.1 November 24, 2003 ----------------- - minor changes to configure (snprintf tested) - fixed a bug of wrong error line numbers in imported or included template - fixed a bug of count() function argument casting - misplaced xsl:import no more processed [reported by Bob Kline] - fixed a bug of crashing current() [reported by Alex Greg] - fixed a bug in DOM (inserting child nodes) - fixed a bug of pointers sized differently from boolean on 64-bit platforms Add lots of documentation to PLIST.
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-05Add a missing directories to ${INSTALL_DATA_DIR} and PLIST.kristerw2-2/+5
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-9/+6
2004-01-04fix path to py-libxml2recht1-2/+2
noted by Min Sik Kim in private mail