diff options
author | rene <rene@FreeBSD.org> | 2013-05-30 17:11:52 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-05-30 17:11:52 +0800 |
commit | ba3e2bef7578d017d643970840f3f4ca559859d8 (patch) | |
tree | 1f833a09d59367ca4fd4624d9910f73bc5342531 /textproc/linux-expat | |
parent | 2a475282cd75ad3d3fd94bcf78e86efc7503f61f (diff) | |
download | freebsd-ports-gnome-ba3e2bef7578d017d643970840f3f4ca559859d8.tar.gz freebsd-ports-gnome-ba3e2bef7578d017d643970840f3f4ca559859d8.tar.zst freebsd-ports-gnome-ba3e2bef7578d017d643970840f3f4ca559859d8.zip |
- Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
bsd.linux-rpm.mk. The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
and below.
- Update LEGAL and MOVED
PR: ports/176877
Submitted by: myself
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'textproc/linux-expat')
-rw-r--r-- | textproc/linux-expat/Makefile | 26 | ||||
-rw-r--r-- | textproc/linux-expat/distinfo.i386 | 4 | ||||
-rw-r--r-- | textproc/linux-expat/pkg-descr | 13 | ||||
-rw-r--r-- | textproc/linux-expat/pkg-plist | 7 |
4 files changed, 0 insertions, 50 deletions
diff --git a/textproc/linux-expat/Makefile b/textproc/linux-expat/Makefile deleted file mode 100644 index 5301e8fc7605..000000000000 --- a/textproc/linux-expat/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: trevor -# $FreeBSD$ - -PORTNAME= expat -PORTVERSION= 1.95.8 -PORTREVISION= 2 -CATEGORIES= textproc linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -DISTNAME= ${PORTNAME}-${PORTVERSION}-6 - -MAINTAINER= emulation@FreeBSD.org -COMMENT= Linux/i386 binary port of Expat XML-parsing library - -CONFLICTS= linux-f8-expat-[0-9]* linux-f10-expat-[0-9]* - -BRANDELF_DIRS= usr/bin - -# EXPIRATION_DATE is the EoL of the last 7.x release -EXPIRATION_DATE=2013-02-28 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -ONLY_FOR_ARCHS= i386 amd64 -USE_LDCONFIG= yes -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/textproc/linux-expat/distinfo.i386 b/textproc/linux-expat/distinfo.i386 deleted file mode 100644 index 530cf6274028..000000000000 --- a/textproc/linux-expat/distinfo.i386 +++ /dev/null @@ -1,4 +0,0 @@ -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 -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-expat/pkg-descr b/textproc/linux-expat/pkg-descr deleted file mode 100644 index 74540c55ae58..000000000000 --- a/textproc/linux-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-expat/pkg-plist b/textproc/linux-expat/pkg-plist deleted file mode 100644 index 5e6618a2d53a..000000000000 --- a/textproc/linux-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%% |