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 /graphics/linux-png | |
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 'graphics/linux-png')
-rw-r--r-- | graphics/linux-png/Makefile | 37 | ||||
-rw-r--r-- | graphics/linux-png/distinfo.i386 | 4 | ||||
-rw-r--r-- | graphics/linux-png/pkg-descr | 1 |
3 files changed, 0 insertions, 42 deletions
diff --git a/graphics/linux-png/Makefile b/graphics/linux-png/Makefile deleted file mode 100644 index 98255877e7d9..000000000000 --- a/graphics/linux-png/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: linux-png -# Date created: 28 September 2000 -# Whom: sanpei@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= png -PORTVERSION= 1.2.8 -PORTREVISION= 6 -CATEGORIES= graphics linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -DISTNAME= libpng-${PORTVERSION}-2 - -MAINTAINER= emulation@FreeBSD.org -COMMENT= RPM of the PNG lib - -CONFLICTS= linux-f8-png-[0-9]* linux-f10-png-[0-9]* - -# EXPIRATION_DATE is the EoL of the last 7.x release -EXPIRATION_DATE=2013-02-28 -# no alpha rpm is available -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes - -PLIST_FILES= \ - usr/lib/libpng.so.3 \ - usr/lib/libpng.so.3.${PORTVERSION} \ - usr/lib/libpng12.so.0 \ - usr/lib/libpng12.so.0.${PORTVERSION} \ - usr/share/man/man5/png.5.gz -DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION} -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt - -.include <bsd.port.mk> diff --git a/graphics/linux-png/distinfo.i386 b/graphics/linux-png/distinfo.i386 deleted file mode 100644 index 5b9a8ddd826d..000000000000 --- a/graphics/linux-png/distinfo.i386 +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = e72af67a645503e1884299308f41268ebff6ae1580c1ebb416ea7c3e1481dfa4 -SIZE (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = 160855 -SHA256 (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = b35960b8a3e779e8532baeff67dda95540a31c9a443bab1ea4319f43f709a2a9 -SIZE (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = 398416 diff --git a/graphics/linux-png/pkg-descr b/graphics/linux-png/pkg-descr deleted file mode 100644 index 5cbf2095eb06..000000000000 --- a/graphics/linux-png/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of png lib rpm. |