diff --git a/textproc/Makefile b/textproc/Makefile index 4158e691e9f5..9ded24084cf3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -77,6 +77,7 @@ SUBDIR += fop SUBDIR += freegrep SUBDIR += galax + SUBDIR += gauche-sxml SUBDIR += gdict SUBDIR += gdome2 SUBDIR += glark diff --git a/textproc/gauche-sxml/Makefile b/textproc/gauche-sxml/Makefile new file mode 100644 index 000000000000..9922e79de0c6 --- /dev/null +++ b/textproc/gauche-sxml/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gauche-sxml +# Date created: 15 October 2002 +# Whom: Kimura Fuyuki +# +# $FreeBSD$ +# + +PORTNAME= sxml +PORTVERSION= 0.9 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gauche +PKGNAMEPREFIX= gauche- +DISTNAME= SXML-gauche-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= fuyuki@hadaly.org +COMMENT= A port of Oleg Kiselyov's (S)XML utilities to Gauche + +BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche +RUN_DEPENDS= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes +DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME} +PLIST_SUB= VERSION="`gauche-config -V`" + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include diff --git a/textproc/gauche-sxml/distinfo b/textproc/gauche-sxml/distinfo new file mode 100644 index 000000000000..ec16a8d31f6a --- /dev/null +++ b/textproc/gauche-sxml/distinfo @@ -0,0 +1 @@ +MD5 (SXML-gauche-0.9.tgz) = 1fd20c7078f9567e6666aa5d905de225 diff --git a/textproc/gauche-sxml/pkg-descr b/textproc/gauche-sxml/pkg-descr new file mode 100644 index 000000000000..635a7e74cfa0 --- /dev/null +++ b/textproc/gauche-sxml/pkg-descr @@ -0,0 +1,4 @@ +This is a port of Oleg Kiselyov's SXML tool suite that parses and +manipulates XML. + +WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html diff --git a/textproc/gauche-sxml/pkg-plist b/textproc/gauche-sxml/pkg-plist new file mode 100644 index 000000000000..ef08279428d0 --- /dev/null +++ b/textproc/gauche-sxml/pkg-plist @@ -0,0 +1,8 @@ +share/gauche/%%VERSION%%/lib/sxml/adaptor.scm +share/gauche/%%VERSION%%/lib/sxml/ssax.scm +share/gauche/%%VERSION%%/lib/sxml/to-html.scm +share/gauche/%%VERSION%%/lib/sxml/tree-trans.scm +@dirrm share/gauche/%%VERSION%%/lib/sxml +%%PORTDOCS%%share/doc/gauche/sxml/README +%%PORTDOCS%%@dirrm share/doc/gauche/sxml +%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true