Import getxml 1.0.4.

Submitted by Jim Geovedi <jim@corebsd.or.id>.

getxml is an XML internationalization tool; it is comprised of 
getxml-extract (makes the header for the gettext tool) and 
getxml-merge (merges XML and po files).
This commit is contained in:
naddy 2002-12-04 14:29:58 +00:00
parent d0b3670aed
commit cf1f79d0c4
5 changed files with 47 additions and 0 deletions

24
devel/getxml/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/04 14:29:58 naddy Exp $
COMMENT= "XML internationalization tool"
DISTNAME= getxml-1.0.4
CATEGORIES= devel
HOMEPAGE= http://www.gnu.org/software/toutdoux/en/index.html
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=toutdoux/}
LIB_DEPENDS= xml.9::textproc/libxml1 \
glib.1::devel/glib
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
devel/getxml/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (getxml-1.0.4.tar.gz) = 02d87746497c50bcba432330239ddb76
RMD160 (getxml-1.0.4.tar.gz) = 35e6541914ba66f6ce05330b9f376f993577be7f
SHA1 (getxml-1.0.4.tar.gz) = c0444d0cbcf2f2ee21c05bf9ca014fe03238bc7c

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_getxml-extract_c,v 1.1.1.1 2002/12/04 14:29:58 naddy Exp $
--- src/getxml-extract.c.orig Wed Dec 4 15:23:02 2002
+++ src/getxml-extract.c Wed Dec 4 15:23:30 2002
@@ -44,6 +44,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <string.h>
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

5
devel/getxml/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
getxml is an XML internationalization tool; it is comprised of
getxml-extract (makes the header for the gettext tool) and
getxml-merge (merges XML and po files).
WWW: ${HOMEPAGE}

3
devel/getxml/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/12/04 14:29:58 naddy Exp $
bin/getxml-extract
bin/getxml-merge