Commit graph

12 commits

Author SHA1 Message Date
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
shattered
e0a5c1b4d8 Update to 0.8.6. Changes:
- fixed a bug in ezxml_add_child() that can occur when adding tags out of order
- for consistency, ezxml_set_attr() now returns the tag given
- added ezxml_move() and supporting functions ezxml_cut() and ezxml_insert()
- fixed a bug where parsing an empty file could cause a segfault
2013-02-15 19:17:20 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
joerg
7d4985d4f5 DESTDIR support. 2009-02-16 13:59:42 +00:00
wiz
15c82cc52b Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:41:48 +00:00
wiz
92e4c1c9d7 Fix WRKSRC (hi rillig!). 2005-11-09 22:49:45 +00:00
rillig
2139106a6d Removed unnecessary definition for WRKSRC. 2005-11-05 17:24:15 +00:00
recht
ddce84c456 update to ezXML 0.8.5
patch provided by Marcin Jessa in PR 31429

changes:
- fixed ezxml_toxml() to not output siblings of tag being converted
- fixed a segfault when ezxml_set_attr() was used on a new root tag
- added ezxml_name() function macro
2005-10-01 18:19:58 +00:00
reed
ca4c22cb17 Use INSTALLATION_DIRS for lib and include also (in addition to
share/doc/ezxml). This fixes problem where it creates include
as a plain file.

Also get rid of INSTALL_DATA_DIR for the doc directory since already done.
2005-08-29 20:39:37 +00:00
agc
3d547635d3 Import ezxml library, submitted in PR 30887 by Marcin Jessa.
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
2005-08-01 00:25:04 +00:00