summaryrefslogtreecommitdiff
path: root/textproc/sablotron
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-05Fix building this with sun studio compilers. Patch submitted upstream.dmcmahill3-3/+25
2006-07-10USE_TOOLS+= perlrillig1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12The documentation is installed into share/doc/sablotron instead ofrillig2-215/+216
share/doc/html. Bumped PKGREVISION.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-06-06Update Sablotron to version 1.0.2. Changes from 1.0.1:jwise2-7/+6
Version 1.0.2 December 29, 2004 ----------------- - fixed a bug in declarations of namespaces during serialization - minor fixes for gcc 3.4.x - fixed mistakes in error messages
2005-05-23Removed trailing white-space.rillig1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-06buildlink2 -> buildlink3 in comment.wiz1-2/+2
2004-05-09Unused.wiz1-27/+0
2004-05-09Update MASTER_SITES.minskim1-2/+2
2004-04-25bl3ifyxtraeme2-5/+26
2004-03-06replace USE_GCC_SHLIB with USE_LANGUAGES=c c++.grant1-2/+2
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-2/+2
testing it.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-09USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.jlam1-2/+2
2004-01-25Add build dependency on textproc/p5-XML-Parser.kristerw1-1/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
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.
2003-10-15At least on -current, we still need -lm with -lstdc++.jwise1-2/+2
2003-10-11bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.grant1-1/+2
2003-09-27link against the correct libs when using gcc3.grant1-2/+6
2003-08-31patch-ac is not needed anymore with version 1.0 (and doesn't apply, even)jdolecek2-14/+1
2003-08-31update distinfo for update to sablotron version 1.0jdolecek1-3/+3
2003-08-29Depend on the latest version.xtraeme1-2/+2
2003-08-29Updated sablotron to 1.0xtraeme2-7/+7
Changes: Version 1.0 August 8, 2003 --------------- - two flags SAB_DUMP_SHEET_STRUCTURE (0x40) and SAB_NO_EXTERNAL_ENTITIES (0x80) added - nested xsl:attribute reported as error - > is always escaped to prevent problems with CDATA end - new configurable set of makefiles for Windows MSVC++ has been created to replace existing Makefile.nt file [by Rosimildo daSilva, patch by Bob Kline] - fixed a type comparison failing on arm, powerpc and s390 [reported by Debian maintainers] - fixed a bug of default NS in imported/included templates - fixed a segfault in keys defined on empty nodes [reported by Simon Spanihel] - minor changes to compile under QNX 6.2 [patch by Adrian Weiler] - fixed a bug of nested imports [reported by Dave Brooks] - fixed a bug of UTF-16 encoded files on Win [reported by Andrey Sokolov] - fixed a bug of defenition check in shandler.h for Borland compilers [reported by Vladimir Lukianov] - fixed a bug of crashing sorting on Windows - fixed a bug of crashing key() on RTF [reported by Valeriy Ovechkin] - solved the issue of too many files open with exsl:document - fixed a bug of casting of 64-bit pointers to (int) [patch by Steve Crockett] - fixed a bug absolute paths starting with a drive letter on Windows (unsupported scheme is reported) - fixed a bug of SDOM_DestroyDocument Version 0.98 April 7, 2003 ------------- - added stylesheet chaining to sabcmd [by Stefan Behnel] - changes in XML::Sablotron (new layout, added DOMHandler SXP interface) [by Nicolas Trebst and Anselm Kruis] - fixed a bug of variables bound for SXP queries - fixed a bug of the self axis (principal node type) - fix for Metrowerks C/C++ compiler [suggested by Tim Crook] - fixed a bug of forbidden XPath (child::xxx@yyy) - configuration fixes (APIDOC docs are built only when Perl/XML::Parser found) - fixed defaults for xsl:number - fixed a bug of required order of top-level variables - fixes in the outputting of NS declarations - fixes in the import precedence [report by Roy Huggins] - added a new config switch for sabcmd to abort on XSLT error (--enable-abort-on-error) - fixed a bug in namespace-alias - fixed segfault occurring when formating big numbers (>1e127) - fixed comparison of char to 0 for unsigned-char platforms Version 0.97 December 30, 2002 ----------------- - fixed the problem with Expat 1.95.5 - fixed a bug in xsl:message [report by Bob Kline] - fixed an infinite loop bug in recursive imports [report by Michael Vladimirov] - added SablotGetOptions() function - added a new option (SAB_FILES_TO_HANDLER) to pass the 'file' URIs to the scheme handler - fixed collisions with PHP/Java extension, Arena* renamed to SabArena [suggested by Christian Stocker] - mapping of namespaces added to xql() function (DOM) - chars illegal in output encoding displayed as references (for xml, html, xhtml output methods) - fixed resolution of relative URIs in document() - fixed a bug of not overridden imported parameters - documentation sources (APIDOC XML) added to distribution Closes my own PR pkg/22603.
2003-07-24fix previous: pass _BLNK_ICONV_LDFLAGS instead of -liconv so libsablotgrant1-1/+5
can once again find the iconv functions on systems without iconv in libc.
2003-07-22Don't explicitly pull in -liconv -- if we need it, the libiconv buildlink gluejwise1-2/+1
will give it to us, and if we don't this breaks the build.
2003-07-18pass libs in LIBS, not LDFLAGS. link with libstdc++ and libm if gcc,grant1-6/+9
libCrun and libm if SunPro. fixes build with SunPro.
2003-07-18only use libstdc++ and libm if we aren't using sunpro or mipspro.grant1-1/+5
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-3/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-27use mk/gcc.buildlink2.mkgrant1-2/+2
2003-05-27this uses c++, so set USE_CXX and include gcc/buildlink2.mk.grant1-1/+11
add LIBTOOL_OVERRIDE, libiconv, libstdc++, libm to give this a hope of working on NetBSD and Solaris. bump PKGREVISION.