summaryrefslogtreecommitdiff
path: root/x11/wmfstatus
diff options
context:
space:
mode:
authorcvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
committercvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
commitda1b24d6fdfe442753c8272da5432c8fcaa1f43c (patch)
tree8c7c348db30abadfdc6b77822405d9ffe7b79103 /x11/wmfstatus
parentda5bb3f20f33565c1db65018aabd8cf59023cfef (diff)
downloadpkgsrc-da1b24d6fdfe442753c8272da5432c8fcaa1f43c.tar.gz
Creating branch jlam-pkgviewsjlam-pkgviews
Diffstat (limited to 'x11/wmfstatus')
-rw-r--r--x11/wmfstatus/DESCR8
-rw-r--r--x11/wmfstatus/Makefile25
-rw-r--r--x11/wmfstatus/PLIST5
-rw-r--r--x11/wmfstatus/distinfo6
-rw-r--r--x11/wmfstatus/patches/patch-aa19
5 files changed, 0 insertions, 63 deletions
diff --git a/x11/wmfstatus/DESCR b/x11/wmfstatus/DESCR
deleted file mode 100644
index b0ab52c4304..00000000000
--- a/x11/wmfstatus/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-WMFstatus for WindowMaker (dockapp)
-
-It is a very usefull general purpose 8x5 LCD screen. It can show any
-information you provide manually or generate by some script/program.
-Can monitor anything, starting with number of new messages in inbox
-and ending with number of unread articles on Slashdot. I myself use
-two instances of wmfstatus to see number of unread mails in the big
-number of folders I have.
diff --git a/x11/wmfstatus/Makefile b/x11/wmfstatus/Makefile
deleted file mode 100644
index f60480abf53..00000000000
--- a/x11/wmfstatus/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2006/12/27 13:37:43 joerg Exp $
-
-DISTNAME= wmfstatus-0.4
-PKGREVISION= 1
-CATEGORIES= x11
-MASTER_SITES= http://www.finik.net/files/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.finik.net/software.html
-COMMENT= General purpose 8x5 LCD screen for WindowMaker
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/wmfstatus
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmfstatus ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmfstatus
- ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README \
- ${WRKDIR}/${DISTNAME}/HINTS ${PREFIX}/share/doc/wmfstatus
-
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/wmfstatus/PLIST b/x11/wmfstatus/PLIST
deleted file mode 100644
index 2723b176a85..00000000000
--- a/x11/wmfstatus/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:11:49 zuntum Exp $
-bin/wmfstatus
-share/doc/wmfstatus/HINTS
-share/doc/wmfstatus/README
-@dirrm share/doc/wmfstatus
diff --git a/x11/wmfstatus/distinfo b/x11/wmfstatus/distinfo
deleted file mode 100644
index 292aa46da42..00000000000
--- a/x11/wmfstatus/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 17:36:21 wiz Exp $
-
-SHA1 (wmfstatus-0.4.tar.gz) = c6f7bfa9fe51ac4e85912921d04a4ba7f7906b1f
-RMD160 (wmfstatus-0.4.tar.gz) = 4aa61a96fab92c31881dd4bf1d8210b13b2f48f0
-Size (wmfstatus-0.4.tar.gz) = 20004 bytes
-SHA1 (patch-aa) = 2c4c1fc06509de2a816f83685b9ab64c7ed13622
diff --git a/x11/wmfstatus/patches/patch-aa b/x11/wmfstatus/patches/patch-aa
deleted file mode 100644
index d9d3e5ddbac..00000000000
--- a/x11/wmfstatus/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/01/07 05:43:22 sakamoto Exp $
-
---- Makefile.orig Tue Nov 23 04:38:29 1999
-+++ Makefile Wed Jan 5 10:27:09 2000
-@@ -1,3 +1,2 @@
--LIBDIR = -L/usr/X11R6/lib
- LIBS = -lXpm -lXext -lX11
- FLAGS = -O2
-@@ -9,8 +8,8 @@
-
- .c.o:
-- cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o
-+ ${CC} ${CPPFLAGS} $(FLAGS) -c -Wall $< -o $*.o
-
- wmfstatus: $(OBJS)
-- cc $(FLAGS) -o wmfstatus $^ -lXext $(LIBDIR) $(LIBS)
-+ ${CC} $(FLAGS) -o wmfstatus $(OBJS) ${LDFLAGS} $(LIBS)
-
- all:: wmfstatus