summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-14 15:38:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-14 15:38:49 +0000
commitb5cb030bacd12e58f018d13cc9f8678755679d36 (patch)
tree93bdd2de7b53198a4bde5f84330b0a6b997ce6b9
parent- Enable sxml installation (diff)
- Remove gauche-sxml port, it now comes with gauche itself
PR: ports/86018 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Notes
Notes: svn path=/head/; revision=142721
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/gauche-sxml/Makefile34
-rw-r--r--textproc/gauche-sxml/distinfo2
-rw-r--r--textproc/gauche-sxml/pkg-descr4
-rw-r--r--textproc/gauche-sxml/pkg-plist7
6 files changed, 1 insertions, 48 deletions
diff --git a/MOVED b/MOVED
index d2f21d3a7246..b0d6c99835f1 100644
--- a/MOVED
+++ b/MOVED
@@ -1619,3 +1619,4 @@ comms/cdce||2005-09-10|Obsolete; imported into the src tree in 5.4 release
multimedia/ldvd9to5|multimedia/ldvd|2005-09-10|project renamed
japanese/mendexk-sjis|japanese/mendexk-euc|2005-09-11|obsolete
lang/ghc6-doc|lang/ghc-doc|2005-09-12|relocated
+textproc/gauche-sxml|lang/gauche|2005-09-14|sxml now comes with gauche
diff --git a/textproc/Makefile b/textproc/Makefile
index d85cce92a903..2a77a50bf1b4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -126,7 +126,6 @@
SUBDIR += freegrep
SUBDIR += ga-aspell
SUBDIR += galax
- SUBDIR += gauche-sxml
SUBDIR += gd-aspell
SUBDIR += gdict
SUBDIR += gdome2
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