aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-12-28 17:49:04 +0000
committerRene Ladan <rene@FreeBSD.org>2011-12-28 17:49:04 +0000
commitc3df4f93ad4d3f493510697171fbe379b3b129e9 (patch)
tree5cf6236287f6c6bc93cefeb3b01feb6db7ecfcc8 /x11
parent5bcdd02cdc21296c93d20d751bb61830dc145b8b (diff)
Notes
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%%