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:
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
|
@ -77,6 +77,7 @@
|
|||
SUBDIR += fop
|
||||
SUBDIR += freegrep
|
||||
SUBDIR += galax
|
||||
SUBDIR += gauche-sxml
|
||||
SUBDIR += gdict
|
||||
SUBDIR += gdome2
|
||||
SUBDIR += glark
|
||||
|
|
33
textproc/gauche-sxml/Makefile
Normal file
33
textproc/gauche-sxml/Makefile
Normal 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>
|
1
textproc/gauche-sxml/distinfo
Normal file
1
textproc/gauche-sxml/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (SXML-gauche-0.9.tgz) = 1fd20c7078f9567e6666aa5d905de225
|
4
textproc/gauche-sxml/pkg-descr
Normal file
4
textproc/gauche-sxml/pkg-descr
Normal 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
|
8
textproc/gauche-sxml/pkg-plist
Normal file
8
textproc/gauche-sxml/pkg-plist
Normal 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
|
Loading…
Reference in a new issue