diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 06:49:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 06:49:27 +0000 |
commit | 1f5db5b0b7d0d3b75f13c0dd4597dc2c997963bf (patch) | |
tree | ddc1ce9da5c46b9afb9d14298f2e203d903162dd /graphics/xbmbrowser | |
parent | 14cd728249b798b6a6074712dc3368619fd713b7 (diff) | |
download | ports-1f5db5b0b7d0d3b75f13c0dd4597dc2c997963bf.tar.gz ports-1f5db5b0b7d0d3b75f13c0dd4597dc2c997963bf.zip |
Notes
Diffstat (limited to 'graphics/xbmbrowser')
-rw-r--r-- | graphics/xbmbrowser/Makefile | 23 | ||||
-rw-r--r-- | graphics/xbmbrowser/distinfo | 1 | ||||
-rw-r--r-- | graphics/xbmbrowser/files/patch-a | 21 | ||||
-rw-r--r-- | graphics/xbmbrowser/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xbmbrowser/pkg-descr | 27 | ||||
-rw-r--r-- | graphics/xbmbrowser/pkg-plist | 6 |
6 files changed, 79 insertions, 0 deletions
diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile new file mode 100644 index 000000000000..c52ac67788c3 --- /dev/null +++ b/graphics/xbmbrowser/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xbmbrowser +# Version required: xbmbrowser5.1 +# Date created: 06 September 1995 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# +# $Id$ +# + +DISTNAME= xbmbrowser5.1 +PKGNAME= xbmbrowser-5.1 +CATEGORIES+= graphics +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/ \ + ftp://ftp.th-darmstadt.de/pub/X11/contrib/utilities/ + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> + diff --git a/graphics/xbmbrowser/distinfo b/graphics/xbmbrowser/distinfo new file mode 100644 index 000000000000..b0f94daf70a1 --- /dev/null +++ b/graphics/xbmbrowser/distinfo @@ -0,0 +1 @@ +MD5 (xbmbrowser5.1.tar.gz) = 3bc437bf87a57c5c682d5510de1bf1ee diff --git a/graphics/xbmbrowser/files/patch-a b/graphics/xbmbrowser/files/patch-a new file mode 100644 index 000000000000..88219e1e3f0b --- /dev/null +++ b/graphics/xbmbrowser/files/patch-a @@ -0,0 +1,21 @@ +*** Imakefile.orig Fri Aug 4 05:19:36 1995 +--- Imakefile Wed Sep 6 13:53:32 1995 +*************** +*** 17,24 **** + # -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 + + + # If you need this uncomment (particularly on decstations) +--- 17,24 ---- + # -DNO_TRANS_COLOR Turn off setting the `none' color in xpixmaps + + DO_XPMS = -DDO_XPMS +! XPM_INC = -I/usr/X11R6/include/X11 +! XPM_LIB = -lXpm + + + # If you need this uncomment (particularly on decstations) diff --git a/graphics/xbmbrowser/pkg-comment b/graphics/xbmbrowser/pkg-comment new file mode 100644 index 000000000000..04aaee530d17 --- /dev/null +++ b/graphics/xbmbrowser/pkg-comment @@ -0,0 +1 @@ +View complete directories of X bitmaps and X pixmaps. diff --git a/graphics/xbmbrowser/pkg-descr b/graphics/xbmbrowser/pkg-descr new file mode 100644 index 000000000000..f782a794e659 --- /dev/null +++ b/graphics/xbmbrowser/pkg-descr @@ -0,0 +1,27 @@ +XbmBrowser (version 5.1) + 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. + +Please also send any interesting user menu additions you come up with to +the current programmer :- + + Anthony Thyssen <anthony@cit.gu.edu.au> + http://www.cit.gu.edu.au/~anthony/anthony.html + http://www.cit.gu.edu.au/~anthony/ diff --git a/graphics/xbmbrowser/pkg-plist b/graphics/xbmbrowser/pkg-plist new file mode 100644 index 000000000000..90e0378f1d18 --- /dev/null +++ b/graphics/xbmbrowser/pkg-plist @@ -0,0 +1,6 @@ +bin/xbmbrowser +lib/X11/app-defaults/XbmBrowser +lib/X11/app-defaults/XbmBrowser-color +lib/X11/xbmbrowser/xbmbrowser.menu +lib/X11/xbmbrowser/xbmbrowser.menu.tut +man/man1/xbmbrowser.1.gz |