diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-31 15:51:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-31 15:51:54 +0000 |
commit | 12f4dc05710e233bd3a602b35dd47b0f98595599 (patch) | |
tree | e2f1d4454c903bbcb6f28c7a810756fed5ad7bd0 /misc | |
parent | e31a85238474838e055fd970a20b2740205c2b9e (diff) | |
download | pkgsrc-12f4dc05710e233bd3a602b35dd47b0f98595599.tar.gz |
According to blackbook's webpage: "Blackbook is no longer developed or
maintained. The coding style is not compatible with the newer GCCs and
the author is not willing to fix it." Therefore, remove this package.
Pointed out by the maintainer, Sergio Jimenez.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 | ||||
-rw-r--r-- | misc/blackbook/DESCR | 4 | ||||
-rw-r--r-- | misc/blackbook/Makefile | 27 | ||||
-rw-r--r-- | misc/blackbook/PLIST | 4 | ||||
-rw-r--r-- | misc/blackbook/distinfo | 4 |
5 files changed, 1 insertions, 41 deletions
diff --git a/misc/Makefile b/misc/Makefile index 4be877c67d1..b8fd0d5aa29 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.196 2004/03/28 21:57:05 xtraeme Exp $ +# $NetBSD: Makefile,v 1.197 2004/03/31 15:51:54 jmmv Exp $ # COMMENT= Miscellaneous utilities @@ -15,7 +15,6 @@ SUBDIR+= bbappconf SUBDIR+= bbdb SUBDIR+= bbweather SUBDIR+= bidwatcher -SUBDIR+= blackbook SUBDIR+= blccc SUBDIR+= bottlerocket SUBDIR+= brs diff --git a/misc/blackbook/DESCR b/misc/blackbook/DESCR deleted file mode 100644 index 7a51a94b242..00000000000 --- a/misc/blackbook/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -BlackBook is a simple address book written using the GTK+ toolkit. -It should run on any system where the GTK+ toolkit works. It is -distributed under the terms of the GNU General Public License, -version 2 or later. diff --git a/misc/blackbook/Makefile b/misc/blackbook/Makefile deleted file mode 100644 index 51ceb2e1486..00000000000 --- a/misc/blackbook/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2004/03/08 19:40:40 jmmv Exp $ -# - -DISTNAME= blackbook-3 -PKGNAME= ${DISTNAME}.0 -PKGREVISION= 3 -CATEGORIES= misc x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackbook/} - -MAINTAINER= sjr@hispabsd.org -HOMEPAGE= http://blackbook.sourceforge.net/ -COMMENT= Simple address book (Gtk+ based) - -DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs - -USE_GNU_TOOLS+= make -USE_LIBTOOL= YES -USE_X11BASE= YES -USE_BUILDLINK2= YES - -GNU_CONFIGURE= YES - -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/icons - -.include "../../x11/gtk/buildlink2.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/misc/blackbook/PLIST b/misc/blackbook/PLIST deleted file mode 100644 index a23edb6389b..00000000000 --- a/misc/blackbook/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2004/03/08 19:40:40 jmmv Exp $ -bin/blackbook -share/icons/book64.xpm -share/icons/book48.xpm diff --git a/misc/blackbook/distinfo b/misc/blackbook/distinfo deleted file mode 100644 index 2a543a55c2a..00000000000 --- a/misc/blackbook/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/02 21:18:44 jmmv Exp $ - -SHA1 (blackbook-3.tar.gz) = a9266dd9e89cc97a05aa763f6370b14fd0dbdbc4 -Size (blackbook-3.tar.gz) = 74665 bytes |