diff options
author | pav <pav@FreeBSD.org> | 2005-09-14 23:38:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-14 23:38:49 +0800 |
commit | 89907104c03cdb7f73151b3ba6a8817c9990d3a4 (patch) | |
tree | bdf5a8ac31d7b7b351b450e7137190fc15e89a34 /textproc/gauche-sxml | |
parent | 4a04da255efef4306383ccbe7f2fdb67e57c4101 (diff) | |
download | freebsd-ports-gnome-89907104c03cdb7f73151b3ba6a8817c9990d3a4.tar.gz freebsd-ports-gnome-89907104c03cdb7f73151b3ba6a8817c9990d3a4.tar.zst freebsd-ports-gnome-89907104c03cdb7f73151b3ba6a8817c9990d3a4.zip |
- Remove gauche-sxml port, it now comes with gauche itself
PR: ports/86018
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Diffstat (limited to 'textproc/gauche-sxml')
-rw-r--r-- | textproc/gauche-sxml/Makefile | 34 | ||||
-rw-r--r-- | textproc/gauche-sxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/gauche-sxml/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/gauche-sxml/pkg-plist | 7 |
4 files changed, 0 insertions, 47 deletions
diff --git a/textproc/gauche-sxml/Makefile b/textproc/gauche-sxml/Makefile deleted file mode 100644 index a7687772079b..000000000000 --- a/textproc/gauche-sxml/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gauche-sxml -# Date created: 15 October 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# -# $FreeBSD$ -# - -PORTNAME= sxml -PORTVERSION= 0.9 -PORTREVISION= 1 -CATEGORIES= textproc scheme -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gauche -PKGNAMEPREFIX= gauche- -DISTNAME= SXML-gauche-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= erik@smluc.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 deleted file mode 100644 index d998427657a9..000000000000 --- a/textproc/gauche-sxml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (SXML-gauche-0.9.tgz) = 1fd20c7078f9567e6666aa5d905de225 -SIZE (SXML-gauche-0.9.tgz) = 76085 diff --git a/textproc/gauche-sxml/pkg-descr b/textproc/gauche-sxml/pkg-descr deleted file mode 100644 index 635a7e74cfa0..000000000000 --- a/textproc/gauche-sxml/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index 0b6a988e9cca..000000000000 --- a/textproc/gauche-sxml/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -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 |