summaryrefslogtreecommitdiff
path: root/textproc/linux-f10-expat
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/linux-f10-expat')
-rw-r--r--textproc/linux-f10-expat/Makefile24
-rw-r--r--textproc/linux-f10-expat/distinfo.i3866
-rw-r--r--textproc/linux-f10-expat/pkg-descr13
-rw-r--r--textproc/linux-f10-expat/pkg-plist7
4 files changed, 0 insertions, 50 deletions
diff --git a/textproc/linux-f10-expat/Makefile b/textproc/linux-f10-expat/Makefile
deleted file mode 100644
index 73e52e69b7f4..000000000000
--- a/textproc/linux-f10-expat/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: linux-expat
-# Date created: 2003-07-05
-# Whom: trevor
-#
-# $FreeBSD$
-#
-
-PORTNAME= expat
-PORTVERSION= 1.95.8
-CATEGORIES= textproc linux
-DISTNAME= ${PORTNAME}-${PORTVERSION}-6
-
-MAINTAINER= freebsd-emulation@FreeBSD.org
-COMMENT= Linux/i386 binary port of Expat XML-parsing library
-
-BRANDELF_DIRS= usr/bin
-
-USE_LINUX_RPM= yes
-LINUX_DIST_VER= 4
-ONLY_FOR_ARCHS= i386 amd64
-INSTALLS_SHLIB= yes
-PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-
-.include <bsd.port.mk>
diff --git a/textproc/linux-f10-expat/distinfo.i386 b/textproc/linux-f10-expat/distinfo.i386
deleted file mode 100644
index 105716a2a323..000000000000
--- a/textproc/linux-f10-expat/distinfo.i386
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (rpm/i386/fedora/4/expat-1.95.8-6.i386.rpm) = d065332edee54202eef75546727be370
-SHA256 (rpm/i386/fedora/4/expat-1.95.8-6.i386.rpm) = 0ac155ea7fa048ef65dd322a5735d1e00f7ad2e50faf4ba100500b3b7f4d11a8
-SIZE (rpm/i386/fedora/4/expat-1.95.8-6.i386.rpm) = 73083
-MD5 (rpm/i386/fedora/4/expat-1.95.8-6.src.rpm) = dc2cdb7fb6101ff887d1e9f0b3a63ddf
-SHA256 (rpm/i386/fedora/4/expat-1.95.8-6.src.rpm) = 412c4ea4c2a754dd60aaa66a8fb1a194fb7b3caf503928ead2dbb345918f9aeb
-SIZE (rpm/i386/fedora/4/expat-1.95.8-6.src.rpm) = 324444
diff --git a/textproc/linux-f10-expat/pkg-descr b/textproc/linux-f10-expat/pkg-descr
deleted file mode 100644
index 74540c55ae58..000000000000
--- a/textproc/linux-f10-expat/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a Linux/i386 binary port of Expat.
-
-from the README:
-
- This is Expat, a C library for parsing XML, written by James
- Clark. Expat is a stream-oriented XML parser. This means
- that you register handlers with the parser before starting
- the parse. These handlers are called when the parser
- discovers the associated structures in the document being
- parsed. A start tag is an example of the kind of structures
- for which you may register handlers.
-
-WWW: http://www.libexpat.org/
diff --git a/textproc/linux-f10-expat/pkg-plist b/textproc/linux-f10-expat/pkg-plist
deleted file mode 100644
index 5e6618a2d53a..000000000000
--- a/textproc/linux-f10-expat/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/bin/xmlwf
-usr/lib/libexpat.so.0
-usr/lib/libexpat.so.0.5.0
-usr/share/doc/expat-%%PORTVERSION%%/COPYING
-usr/share/doc/expat-%%PORTVERSION%%/README
-usr/share/man/man1/xmlwf.1.gz
-@dirrm usr/share/doc/expat-%%PORTVERSION%%