diff options
author | vd <vd@FreeBSD.org> | 2007-10-12 03:35:08 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-10-12 03:35:08 +0800 |
commit | 2fc915673a46c6bd5b8bfa1c7527ecf4083621e0 (patch) | |
tree | 4fd63e089a0a5be688f402951d4d63df45f148c5 /graphics | |
parent | 7e542069f87097811161a6b664ceb35709b9d21f (diff) | |
download | freebsd-ports-gnome-2fc915673a46c6bd5b8bfa1c7527ecf4083621e0.tar.gz freebsd-ports-gnome-2fc915673a46c6bd5b8bfa1c7527ecf4083621e0.tar.zst freebsd-ports-gnome-2fc915673a46c6bd5b8bfa1c7527ecf4083621e0.zip |
Remove expired leaf ports:
2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable
2007-07-29 comms/ixj: does not work on any supported FreeBSD version
2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xpcd/Makefile | 36 | ||||
-rw-r--r-- | graphics/xpcd/distinfo | 3 | ||||
-rw-r--r-- | graphics/xpcd/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | graphics/xpcd/files/patch-test-Makefile.in | 24 | ||||
-rw-r--r-- | graphics/xpcd/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/xpcd/pkg-plist | 14 |
7 files changed, 0 insertions, 94 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3e7b154f1263..b80dbb92b2a9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -782,7 +782,6 @@ SUBDIR += xnview SUBDIR += xoris SUBDIR += xpaint - SUBDIR += xpcd SUBDIR += xpdf SUBDIR += xpx SUBDIR += xrml diff --git a/graphics/xpcd/Makefile b/graphics/xpcd/Makefile deleted file mode 100644 index 58f81c066c36..000000000000 --- a/graphics/xpcd/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: xpcd -# Date created: 27 October 2001 -# Whom: Juha Ylitalo -# -# $FreeBSD$ -# - -PORTNAME= xpcd -PORTVERSION= 2.09 -PORTREVISION= 1 -CATEGORIES+= graphics -MASTER_SITES= http://dl.bytesex.org/releases/xpcd/ - -MAINTAINER?= ports@FreeBSD.org -COMMENT?= PhotoCD tool collection - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ - pcd.2:${PORTSDIR}/graphics/libpcd - -# USE_IMAKE= yes -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GETOPT_LONG= yes -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -MAKE_ENV+= LDFLAGS="${LDFLAGS}" -USE_X_PREFIX= yes -MAN1= pcdtoppm.1 pcdview.1 xpcd.1 - -DEPRECATED= is an abandoned project and might be vulnerable -FORBIDDEN= is an abandoned project and might be vulnerable -EXPIRATION_DATE= 2007-07-21 - -.include <bsd.port.mk> diff --git a/graphics/xpcd/distinfo b/graphics/xpcd/distinfo deleted file mode 100644 index 9b3b11b78cfd..000000000000 --- a/graphics/xpcd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xpcd-2.09.tar.gz) = 7159ba4935781fd6a21c64f750ebf27d -SHA256 (xpcd-2.09.tar.gz) = bc5bc806f3706f47f96e4b5bca7279d0c1f8e1d266465d948a1a1abe0fe94752 -SIZE (xpcd-2.09.tar.gz) = 103663 diff --git a/graphics/xpcd/files/patch-Makefile.in b/graphics/xpcd/files/patch-Makefile.in deleted file mode 100644 index ac708eb08856..000000000000 --- a/graphics/xpcd/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jul 21 14:22:47 2003 -+++ Makefile.in Wed Apr 27 17:34:12 2005 -@@ -11,7 +11,7 @@ - - ########################################################################## - --SUBDIRS=libpcd xpcd test -+SUBDIRS=xpcd test - - all dep depend clean install: - set -e; for dir in $(SUBDIRS); do (cd $$dir; make $@); done diff --git a/graphics/xpcd/files/patch-test-Makefile.in b/graphics/xpcd/files/patch-test-Makefile.in deleted file mode 100644 index 797bd6a6a7c8..000000000000 --- a/graphics/xpcd/files/patch-test-Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- test/Makefile.in.orig Mon Jul 21 15:02:26 2003 -+++ test/Makefile.in Wed Apr 27 17:43:23 2005 -@@ -18,7 +18,7 @@ - - pcdview: view.o dither.o svga.o - rm -f $@ -- $(CC) $(CFLAGS) -o $@ view.o dither.o svga.o $(LDLIBS) @LIBVGA@ -+ $(CC) $(LDFLAGS) -o $@ view.o dither.o svga.o $(LDLIBS) @LIBVGA@ - - suid: - su -c "chown root.root pcdview;chmod 4711 pcdview" -@@ -32,10 +32,10 @@ - $(INSTALL_PROGRAM) $(SUID_ROOT) pcdview $(bindir) || true - - pcdtoppm: ppm.o -- $(CC) $(CFLAGS) -o $@ ppm.o $(LDLIBS) @LIBJPEG@ -+ $(CC) $(LDFLAGS) -o $@ ppm.o $(LDLIBS) @LIBJPEG@ - - plug-0.54: plug-0.54.o -- $(CC) $(CFLAGS) -o $@ plug.o $(LDLIBS) @LIBGIMP54@ -+ $(CC) $(LDFLAGS) -o $@ plug.o $(LDLIBS) @LIBGIMP54@ - - - depend dep: diff --git a/graphics/xpcd/pkg-descr b/graphics/xpcd/pkg-descr deleted file mode 100644 index 071c314e4919..000000000000 --- a/graphics/xpcd/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a PhotoCD tool collection. - -This packages core application is a command line tool which can read -so-called PhotoCD (*.pcd) images and convert them to PPM or JPEG -(pcdtoppm). Also included is a PhotoCD viewing frontend for X (xpcd). diff --git a/graphics/xpcd/pkg-plist b/graphics/xpcd/pkg-plist deleted file mode 100644 index be8fd6ff9f0f..000000000000 --- a/graphics/xpcd/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/pcdtoppm -bin/xpcd -include/X11/pixmaps/xpcd-color.xpm -include/X11/pixmaps/xpcd-gray.xpm -lib/X11/app-defaults/Xpcd-2 -lib/X11/da/app-defaults/Xpcd-2 -lib/X11/de/app-defaults/Xpcd-2 -lib/X11/xpcd/system.xpcdrc -@dirrm lib/X11/da/app-defaults -@dirrm lib/X11/da -@dirrm lib/X11/de/app-defaults -@dirrm lib/X11/de -@dirrm lib/X11/xpcd -@dirrmtry include/X11/pixmaps |