aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-12-29 01:49:04 +0800
committerrene <rene@FreeBSD.org>2011-12-29 01:49:04 +0800
commitaa3d650a473ab5e77accf198530c6d8d9e4de087 (patch)
tree1359c8cbc47565236872525f6acc137008cca3c7 /x11
parent4df0ed1e16e4230a1582021ddfe6d5eb3997e9d2 (diff)
downloadfreebsd-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 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/wmmsg/Makefile45
-rw-r--r--x11/wmmsg/distinfo2
-rw-r--r--x11/wmmsg/files/patch-src-wmgeneral::misc.c13
-rw-r--r--x11/wmmsg/pkg-descr6
-rw-r--r--x11/wmmsg/pkg-plist4
6 files changed, 0 insertions, 71 deletions
diff --git a/x11/Makefile b/x11/Makefile
index de3c0b0db781..6877e3f65bbf 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -295,7 +295,6 @@
SUBDIR += wmctrl
SUBDIR += wmdrawer
SUBDIR += wmmatrix
- SUBDIR += wmmsg
SUBDIR += wmxss
SUBDIR += workrave
SUBDIR += wrapper
diff --git a/x11/wmmsg/Makefile b/x11/wmmsg/Makefile
deleted file mode 100644
index 49c9992bec3f..000000000000
--- a/x11/wmmsg/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: wmmsg
-# Date created: 22 January 2004
-# Whom: Thomas Kempka <t.kempka@web.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wmmsg
-PORTVERSION= 1.0
-PORTREVISION= 10
-CATEGORIES= x11 windowmaker
-MASTER_SITES= http://mirror.israel.net/pub/FreeBSD/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Dockapp that notifies you on ICQ, AIM and IRC events
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-12-03
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-USE_GNOME= gtk12
-USE_BZIP2= yes
-USE_XORG= xpm
-USE_EFL= imlib2
-GNU_CONFIGURE= yes
-
-MAN1= wmmsg.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|exit (|_exit(|g' \
- ${WRKSRC}/src/wmgeneral/wmgeneral.c \
- ${WRKSRC}/src/wmgeneral/misc.c
- @${REINPLACE_CMD} -e 's|long currtime\;|time_t currtime\;|g' \
- ${WRKSRC}/src/wmmsg/wmmsg.c
- @${REINPLACE_CMD} -e 's| man\/wmmsg_notify\.1||g' ${WRKSRC}/Makefile.in
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${ECHO_MSG} "===> Installing wmmsgrc.dist to ${DOCSDIR}"
- @${INSTALL_DATA} ${WRKSRC}/wmmsgrc ${DOCSDIR}/wmmsgrc.dist
-.endif
-
-.include <bsd.port.mk>
diff --git a/x11/wmmsg/distinfo b/x11/wmmsg/distinfo
deleted file mode 100644
index d00de9ddd5de..000000000000
--- a/x11/wmmsg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wmmsg-1.0.tar.bz2) = f078d5c385739d1eee246bb3bcd00c507793d13ae5e94e2b2f02eeea1c7c399d
-SIZE (wmmsg-1.0.tar.bz2) = 174619
diff --git a/x11/wmmsg/files/patch-src-wmgeneral::misc.c b/x11/wmmsg/files/patch-src-wmgeneral::misc.c
deleted file mode 100644
index 6acf05786971..000000000000
--- a/x11/wmmsg/files/patch-src-wmgeneral::misc.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/wmgeneral/misc.c.orig Fri Jan 23 21:58:35 2004
-+++ src/wmgeneral/misc.c Sat Jan 24 15:16:21 2004
-@@ -221,8 +221,8 @@
- {
- args[i] = argv[i];
- }
-- args[argc] = NULL;
-- execvp (argv[0], args);
-+ /* args[argc] = NULL;
-+ execvp (argv[0], args); */
- exit (10);
- }
- return pid;
diff --git a/x11/wmmsg/pkg-descr b/x11/wmmsg/pkg-descr
deleted file mode 100644
index a1799a6ac985..000000000000
--- a/x11/wmmsg/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Informs you of new events, such as incoming chat messages,
-by displaying related icons and arrival times. Works with Gaim, X-Chat, etc.
-Can be used to alert you of various other system events.
-
-Author: Michael Foley <mike@swapspace.net>, Matthew Elder <matt@swapspace.net>
-WWW: http://taxiway.swapspace.net/~matt/wmmsg/
diff --git a/x11/wmmsg/pkg-plist b/x11/wmmsg/pkg-plist
deleted file mode 100644
index b1011693ddce..000000000000
--- a/x11/wmmsg/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/wmmsg
-bin/wmmsg_notify
-%%PORTDOCS%%%%DOCSDIR%%/wmmsgrc.dist
-%%PORTDOCS%%@dirrm %%DOCSDIR%%