summaryrefslogtreecommitdiff
path: root/textproc/gauche-sxml
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-04 21:25:21 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-04 21:25:21 +0000
commit461b4afdc293a80198ed9e4722a2cd49eb6ce013 (patch)
tree516d6d5f6b01615504058d2bb7c230e37f53aa52 /textproc/gauche-sxml
parentUpdate to 2d5. (diff)
Add gauche-sxml 0.9, a port of Oleg Kiselyov's (S)XML utilities to Gauche.
PR: ports/44079 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=78216
Diffstat (limited to 'textproc/gauche-sxml')
-rw-r--r--textproc/gauche-sxml/Makefile33
-rw-r--r--textproc/gauche-sxml/distinfo1
-rw-r--r--textproc/gauche-sxml/pkg-descr4
-rw-r--r--textproc/gauche-sxml/pkg-plist8
4 files changed, 46 insertions, 0 deletions
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 <fuyuki@hadaly.org>
+#
+# $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 <bsd.port.mk>
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