diff options
author | nakai <nakai@FreeBSD.org> | 2000-11-03 16:21:36 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-11-03 16:21:36 +0800 |
commit | c6fc4bc43dc9a74a010906547388851e92989160 (patch) | |
tree | 187e8db40c89aef68a97b946347999ad5d864b89 /graphics/feh | |
parent | 1b5e57a06ff5a95f404f7b54209b221edfff4666 (diff) | |
download | freebsd-ports-gnome-c6fc4bc43dc9a74a010906547388851e92989160.tar.gz freebsd-ports-gnome-c6fc4bc43dc9a74a010906547388851e92989160.tar.zst freebsd-ports-gnome-c6fc4bc43dc9a74a010906547388851e92989160.zip |
Initial import.
A image viewer using imlib2.
PR: ports/22106
Submitted by: Jeremy Norris <ishmael27@home.com>
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 25 | ||||
-rw-r--r-- | graphics/feh/distinfo | 1 | ||||
-rw-r--r-- | graphics/feh/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/feh/files/patch-ab | 8 | ||||
-rw-r--r-- | graphics/feh/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/feh/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/feh/pkg-plist | 28 |
7 files changed, 77 insertions, 0 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile new file mode 100644 index 000000000000..2156021ad61b --- /dev/null +++ b/graphics/feh/Makefile @@ -0,0 +1,25 @@ +# ports collection makefile for: feh +# Date created: 16 Oct 2000 +# Whom: Jeremy Norris <ishmael27@home.com> +# +# $FreeBSD$ +# + +PORTNAME= feh +PORTVERSION= 0.9.9 +CATEGORIES= graphics +MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ + +MAINTAINER= ports@FreeBSD.ORG + +LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp + +GNU_CONFIGURE= yes +USE_PERL5= yes +USE_X_PREFIX= yes +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ + LIBS="-L${X11BASE}/lib" + +MAN1= feh.1 + +.include <bsd.port.mk> diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo new file mode 100644 index 000000000000..1db756ab578f --- /dev/null +++ b/graphics/feh/distinfo @@ -0,0 +1 @@ +MD5 (feh-0.9.9.tar.gz) = e198b729f0ea46bfe35b9847cdefd20c diff --git a/graphics/feh/files/patch-aa b/graphics/feh/files/patch-aa new file mode 100644 index 000000000000..a2200317e450 --- /dev/null +++ b/graphics/feh/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Jun 24 16:22:59 2000 ++++ Makefile.in Mon Oct 16 20:30:48 2000 +@@ -76,7 +76,7 @@ + man_MANS = feh.1 + + docs_DATA = README AUTHORS ChangeLog TODO +-docsdir = $(prefix)/doc/feh ++docsdir = $(datadir)/doc/feh + + EXTRA_DIST = feh.spec feh.1 $(docs_DATA) + diff --git a/graphics/feh/files/patch-ab b/graphics/feh/files/patch-ab new file mode 100644 index 000000000000..88506c7eb969 --- /dev/null +++ b/graphics/feh/files/patch-ab @@ -0,0 +1,8 @@ +--- cam/cam.orig Sat Jun 24 16:04:33 2000 ++++ cam/cam Tue Oct 17 17:08:59 2000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl -w ++#!/usr/bin/perl + + ############################################# + ############# CAM RUN-TIME OPTIONS ########## diff --git a/graphics/feh/pkg-comment b/graphics/feh/pkg-comment new file mode 100644 index 000000000000..e93ebc5aeedf --- /dev/null +++ b/graphics/feh/pkg-comment @@ -0,0 +1 @@ +An image viewer that utilizes Imlib2 diff --git a/graphics/feh/pkg-descr b/graphics/feh/pkg-descr new file mode 100644 index 000000000000..42633246e850 --- /dev/null +++ b/graphics/feh/pkg-descr @@ -0,0 +1,3 @@ +An image viewer that utilizes Imlib2. + +WWW: http://www.linuxbrit.co.uk/feh/ diff --git a/graphics/feh/pkg-plist b/graphics/feh/pkg-plist new file mode 100644 index 000000000000..de2f775d48bb --- /dev/null +++ b/graphics/feh/pkg-plist @@ -0,0 +1,28 @@ +bin/cam +bin/feh +share/doc/feh/AUTHORS +share/doc/feh/ChangeLog +share/doc/feh/README +share/doc/feh/TODO +share/feh/fonts/20thcent.ttf +share/feh/fonts/cinema.ttf +share/feh/fonts/droid.ttf +share/feh/fonts/goodtime.ttf +share/feh/fonts/grunge.ttf +share/feh/fonts/joystix.ttf +share/feh/fonts/morpheus.ttf +share/feh/fonts/notepad.ttf +share/feh/fonts/soulpapa.ttf +share/feh/images/about.png +share/feh/images/menubg.png +share/feh/images/menubg_aluminium.png +share/feh/images/menubg_aqua.png +share/feh/images/menubg_britney.png +share/feh/images/menubg_brushed.png +share/feh/images/menubg_chrome.png +share/feh/images/menubg_pastel.png +share/feh/images/menubg_wood.png +@dirrm share/doc/feh +@dirrm share/feh/fonts +@dirrm share/feh/images +@dirrm share/feh |