diff options
author | rene <rene@FreeBSD.org> | 2011-12-29 01:49:04 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-12-29 01:49:04 +0800 |
commit | aa3d650a473ab5e77accf198530c6d8d9e4de087 (patch) | |
tree | 1359c8cbc47565236872525f6acc137008cca3c7 /misc | |
parent | 4df0ed1e16e4230a1582021ddfe6d5eb3997e9d2 (diff) | |
download | freebsd-ports-gnome-aa3d650a473ab5e77accf198530c6d8d9e4de087.tar.gz freebsd-ports-gnome-aa3d650a473ab5e77accf198530c6d8d9e4de087.tar.zst freebsd-ports-gnome-aa3d650a473ab5e77accf198530c6d8d9e4de087.zip |
Remove expired, unmaintained ports:
2011-11-30 textproc/skribe
2011-11-30 emulators/wahcade
2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion
2011-11-30 editors/koffice-kde3
2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion
2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported
2011-11-30 databases/fireprofile
2011-12-01 audio/gnowavcut: Abandonware
2011-12-01 mail/demime: No upstream development since 2007
2011-12-03 x11/wmmsg: No more public distfiles
2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore.
2011-12-03 misc/demoniac: No more upstream, no more public distfiles
2011-12-03 cad/gtkwave: No more public distfiles, no more upstream
2011-12-07 databases/clip: No develop anymore for long
2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/demoniac/Makefile | 34 | ||||
-rw-r--r-- | misc/demoniac/distinfo | 2 | ||||
-rw-r--r-- | misc/demoniac/files/patch-libfx-glmain.h | 11 | ||||
-rw-r--r-- | misc/demoniac/pkg-descr | 11 |
5 files changed, 0 insertions, 59 deletions
diff --git a/misc/Makefile b/misc/Makefile index 870117b5e97b..341bb0bcc12f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -65,7 +65,6 @@ SUBDIR += deco SUBDIR += dejagnu SUBDIR += delay - SUBDIR += demoniac SUBDIR += detachtty SUBDIR += diary-hercules SUBDIR += diction diff --git a/misc/demoniac/Makefile b/misc/demoniac/Makefile deleted file mode 100644 index db30f79b9c68..000000000000 --- a/misc/demoniac/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: demoniac -# Date created: Jan 23, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= demoniac -PORTVERSION= 0.4 -PORTREVISION= 3 -CATEGORIES= misc -MASTER_SITES= http://www.calodox.scene.org/demoniac/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for exploring and animating graphics effects - -DEPRECATED= No more upstream, no more public distfiles -EXPIRATION_DATE= 2011-12-03 - -LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea - -USE_GL= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -PLIST_FILES= bin/demoniac share/demoniac/pixmaps/logo.xpm -PLIST_DIRS= share/demoniac/pixmaps share/demoniac - -post-patch: - @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/misc/demoniac/distinfo b/misc/demoniac/distinfo deleted file mode 100644 index 38219f70b9cc..000000000000 --- a/misc/demoniac/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (demoniac-0.4.tar.gz) = 5f5c9446e618378ecf3e55c5e79a2473ebd0d9cd74aaf64cd14f9e73da0650b1 -SIZE (demoniac-0.4.tar.gz) = 148675 diff --git a/misc/demoniac/files/patch-libfx-glmain.h b/misc/demoniac/files/patch-libfx-glmain.h deleted file mode 100644 index 44e4ee0d5011..000000000000 --- a/misc/demoniac/files/patch-libfx-glmain.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libfx/glmain.h.orig Thu Dec 21 14:42:42 2006 -+++ libfx/glmain.h Thu Dec 21 14:43:00 2006 -@@ -113,7 +113,7 @@ - ~GLMain(); - - //! kill all instances, reset application -- void GLMain::clearAll(); -+ void clearAll(); - - //! register a new effect - int registerFX(FXGeneric *fx, int fxsize); diff --git a/misc/demoniac/pkg-descr b/misc/demoniac/pkg-descr deleted file mode 100644 index e9bdd206c869..000000000000 --- a/misc/demoniac/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Demoniac is a tool for exploring and animating graphics effects. - -Demoniac is based on effects. An effect is a piece of software that computes -an image, given some options. Demoniac allows you to create one or more -instance. An instance is just a specific effect with values of it's options. -An option (or a parameter) is some value that influence an effect. It can -change during time. The way of producing animation in Demoniac is keyframing. -Keyframing consists in making one or more value/time pairs and interpolating -the value between the keys. - -WWW: http://www.calodox.org/demoniac/ |