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>
This commit is contained in:
Norikatsu Shigemura 2003-04-04 21:25:21 +00:00
parent 925cf8fc05
commit 461b4afdc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78216
5 changed files with 47 additions and 0 deletions

View file

@ -77,6 +77,7 @@
SUBDIR += fop
SUBDIR += freegrep
SUBDIR += galax
SUBDIR += gauche-sxml
SUBDIR += gdict
SUBDIR += gdome2
SUBDIR += glark

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (SXML-gauche-0.9.tgz) = 1fd20c7078f9567e6666aa5d905de225

View file

@ -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

View file

@ -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