summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-03-01 11:36:18 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-03-01 11:36:18 +0000
commit634e1fb5fc78f77429d16225139df5522a7ffae3 (patch)
treefe9a737333f7ae4da1afa66e97a771e8a9b2d07e /textproc
parent- Fix MASTER_SITES (diff)
Remove port (obsolete)
Notes
Notes: svn path=/head/; revision=102623
Diffstat (limited to 'textproc')
-rw-r--r--textproc/orchard-c/Makefile39
-rw-r--r--textproc/orchard-c/distinfo1
-rw-r--r--textproc/orchard-c/pkg-descr8
-rw-r--r--textproc/orchard-c/pkg-plist6
-rw-r--r--textproc/p5-Orchard-Perl/Makefile23
-rw-r--r--textproc/p5-Orchard-Perl/distinfo1
-rw-r--r--textproc/p5-Orchard-Perl/pkg-descr8
-rw-r--r--textproc/p5-Orchard-Perl/pkg-plist10
8 files changed, 0 insertions, 96 deletions
diff --git a/textproc/orchard-c/Makefile b/textproc/orchard-c/Makefile
deleted file mode 100644
index 4440ec41583b..000000000000
--- a/textproc/orchard-c/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: orchard
-# Date created: 08 Feb 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= orchard-c
-PORTVERSION= 0.5.1
-PORTREVISION= 2
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= orchard
-DISTNAME= Orchard-C-${PORTVERSION}
-
-MAINTAINER= skv@protey.ru
-COMMENT= Innovative, lightweight API for event stream and tree views of XML
-
-LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \
- gc:${PORTSDIR}/devel/boehm-gc
-
-USE_AUTOCONF= yes
-USE_LIBTOOL= yes
-USE_PERL5_BUILD=yes
-USE_PYTHON= yes
-USE_QT_VER= 2
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
-
-MAKE_ENV+= RM="${RM} -f"
-INSTALLS_SHLIB= yes
-
-post-patch:
- @${PERL} -pi -e 's,CFLAGS = -I. -g -O2,CFLAGS = -I. \@CFLAGS\@,' \
- ${WRKSRC}/Makefile.in
- @${PERL} -pi -e 's,^#!/usr/bin/env python,#!${PYTHON_CMD},' \
- ${WRKSRC}/moc.py
-
-.include <bsd.port.mk>
diff --git a/textproc/orchard-c/distinfo b/textproc/orchard-c/distinfo
deleted file mode 100644
index 9f1e4d8f1d85..000000000000
--- a/textproc/orchard-c/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Orchard-C-0.5.1.tar.gz) = c9b1d61090d1b20e122063e509d57c65
diff --git a/textproc/orchard-c/pkg-descr b/textproc/orchard-c/pkg-descr
deleted file mode 100644
index 9c376c7528a3..000000000000
--- a/textproc/orchard-c/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Orchard is an innovative, lightweight API for event stream and tree
-views of XML and data represented in XML. Orchard merges the best
-parts of SAX and DOM while greatly simplifying both at the same time.
-
-WWW: http://beauvoir.phil.unc.edu/groves
-
--- Sergey Skvortsov
-skv@protey.ru
diff --git a/textproc/orchard-c/pkg-plist b/textproc/orchard-c/pkg-plist
deleted file mode 100644
index 56a5baefe2fd..000000000000
--- a/textproc/orchard-c/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-include/moc.h
-include/moc_cexcept.h
-include/moc_generated.h
-lib/liborchard.a
-lib/liborchard.so
-lib/liborchard.so.0
diff --git a/textproc/p5-Orchard-Perl/Makefile b/textproc/p5-Orchard-Perl/Makefile
deleted file mode 100644
index c2cb7ccc991d..000000000000
--- a/textproc/p5-Orchard-Perl/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: Orchard::Perl
-# Date created: 22 Nov 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Orchard-Perl
-PORTVERSION= 0.03
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= orchard
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= skv@protey.ru
-COMMENT= Perl interface to Orchard-C
-
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
-LIB_DEPENDS= orchard.0:${PORTSDIR}/textproc/orchard-c
-
-PERL_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-Orchard-Perl/distinfo b/textproc/p5-Orchard-Perl/distinfo
deleted file mode 100644
index 09d556418719..000000000000
--- a/textproc/p5-Orchard-Perl/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Orchard-Perl-0.03.tar.gz) = 8602be384812d8b6a0cf99753cd5db42
diff --git a/textproc/p5-Orchard-Perl/pkg-descr b/textproc/p5-Orchard-Perl/pkg-descr
deleted file mode 100644
index 9c376c7528a3..000000000000
--- a/textproc/p5-Orchard-Perl/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Orchard is an innovative, lightweight API for event stream and tree
-views of XML and data represented in XML. Orchard merges the best
-parts of SAX and DOM while greatly simplifying both at the same time.
-
-WWW: http://beauvoir.phil.unc.edu/groves
-
--- Sergey Skvortsov
-skv@protey.ru
diff --git a/textproc/p5-Orchard-Perl/pkg-plist b/textproc/p5-Orchard-Perl/pkg-plist
deleted file mode 100644
index ad6659d16e83..000000000000
--- a/textproc/p5-Orchard-Perl/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-%%SITE_PERL%%/Class/Orchard/Node.pm
-%%SITE_PERL%%/Class/Orchard/TreeBuilder.pm
-%%SITE_PERL%%/SAXDriver/XMLParser.pm
-%%SITE_PERL%%/XML/Orchard.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Orchard-Perl/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Orchard-Perl
-@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/SAXDriver 2>/dev/null || true
-@dirrm %%SITE_PERL%%/Class/Orchard
-@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true