diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-11-03 08:21:36 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-11-03 08:21:36 +0000 |
commit | e8b918eefba165e1429b7d1c43f8d4648128dbf8 (patch) | |
tree | 19b07f34df1ed333a1e721f63203d30d2f716b5c /graphics | |
parent | 938fc84fb08048b812d09ca608c96d54286186ab (diff) | |
download | ports-e8b918eefba165e1429b7d1c43f8d4648128dbf8.tar.gz ports-e8b918eefba165e1429b7d1c43f8d4648128dbf8.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-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 |
8 files changed, 78 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index cd318304d9e3..c17166b5fc1b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -31,6 +31,7 @@ SUBDIR += epstool SUBDIR += eterm-bg SUBDIR += fbm + SUBDIR += feh SUBDIR += flashplayer SUBDIR += fli2gif SUBDIR += fly 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 |