summaryrefslogtreecommitdiff
path: root/graphics/xbmbrowser
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /graphics/xbmbrowser
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-1bf85a33a7f0af352174332dac11865971217df5.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'graphics/xbmbrowser')
-rw-r--r--graphics/xbmbrowser/DESCR19
-rw-r--r--graphics/xbmbrowser/Makefile16
-rw-r--r--graphics/xbmbrowser/PLIST7
-rw-r--r--graphics/xbmbrowser/distinfo6
-rw-r--r--graphics/xbmbrowser/patches/patch-aa15
5 files changed, 0 insertions, 63 deletions
diff --git a/graphics/xbmbrowser/DESCR b/graphics/xbmbrowser/DESCR
deleted file mode 100644
index c9c69877337..00000000000
--- a/graphics/xbmbrowser/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
- A program to allow the user to view a complete directory of X bitmaps
-and X pixmaps all in one go, and to perform user defined actions on
-these images. If you don't think this is usful, you have never dealt with
-a directory of small icon images.
-
- Copyright Ashley Roll and Anthony Thyssen
-
-Original Program: Ashley Roll ash@cit.gu.edu.au upto version 3.2
-Current Programmer: Anthony Thyssen anthony@cit.gu.edu.au version 4.0 on
-
-This program while available in the X windows Contrib Area, still belongs
-to the programmers. Permission is however given for you to freely copy,
-distribute and modify it on the condition that this and all other
-copyright notices remain unchanged in all distributions. Modifications
-should be forwarded to the Current Programmer (anthony) for inclusion into
-the next release.
-
-This software comes with NO warranty whatsoever and no responsibility for
-any damages, losses or problems that the program may cause will be taken.
diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile
deleted file mode 100644
index f575437e403..00000000000
--- a/graphics/xbmbrowser/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2005/05/22 20:08:07 jlam Exp $
-
-DISTNAME= xbmbrowser5.1
-PKGNAME= xbmbrowser-5.1
-PKGREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
-
-MAINTAINER= tech-pkg@NetBSD.org
-COMMENT= View complete directories of X bitmaps and X pixmaps
-
-USE_TOOLS+= gmake
-USE_IMAKE= YES
-
-.include "../../graphics/xpm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/xbmbrowser/PLIST b/graphics/xbmbrowser/PLIST
deleted file mode 100644
index 26f2a198ffa..00000000000
--- a/graphics/xbmbrowser/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2003/03/02 19:47:26 jschauma Exp $
-bin/xbmbrowser
-lib/X11/app-defaults/XbmBrowser
-lib/X11/app-defaults/XbmBrowser-color
-lib/X11/xbmbrowser/xbmbrowser.menu
-lib/X11/xbmbrowser/xbmbrowser.menu.tut
-${IMAKE_MAN_DIR}/xbmbrowser.${IMAKE_MANNEWSUFFIX}
diff --git a/graphics/xbmbrowser/distinfo b/graphics/xbmbrowser/distinfo
deleted file mode 100644
index b3bcc7ccaf3..00000000000
--- a/graphics/xbmbrowser/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 08:45:14 agc Exp $
-
-SHA1 (xbmbrowser5.1.tar.gz) = b7e6ed6509fbf985dc4348cb45c67047cd5e87dc
-RMD160 (xbmbrowser5.1.tar.gz) = 12334c23e95c19f13811315ce8ad522126d86e6e
-Size (xbmbrowser5.1.tar.gz) = 74397 bytes
-SHA1 (patch-aa) = 1c1087555ca33e3319810b8f66cf510b047f8233
diff --git a/graphics/xbmbrowser/patches/patch-aa b/graphics/xbmbrowser/patches/patch-aa
deleted file mode 100644
index 4b1bcd9732b..00000000000
--- a/graphics/xbmbrowser/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/04/24 01:18:26 wiz Exp $
-
---- Imakefile.orig Thu Aug 3 23:19:36 1995
-+++ Imakefile
-@@ -17,8 +17,8 @@
- # -DNO_TRANS_COLOR Turn off setting the `none' color in xpixmaps
-
- DO_XPMS = -DDO_XPMS
-- XPM_INC = -I/usr/include/X11
-- XPM_LIB = -L$(LIBDIR)/xpm -lXpm
-+ XPM_INC = -I${X11BASE}/include/X11
-+ XPM_LIB = -lXpm
-
-
- # If you need this uncomment (particularly on decstations)