diff options
author | will <will@FreeBSD.org> | 2001-04-17 17:56:11 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-17 17:56:11 +0000 |
commit | 9ba8d8a7ffeb07b616f7180b957da04b26ec2b8c (patch) | |
tree | bacd8a6cbd96a51b5c5572478794372d72e83c1b /graphics | |
parent | e48d10df0d6a8eb285b05a04b46bc716d7301490 (diff) | |
download | FreeBSD-ports-9ba8d8a7ffeb07b616f7180b957da04b26ec2b8c.zip FreeBSD-ports-9ba8d8a7ffeb07b616f7180b957da04b26ec2b8c.tar.gz |
Add iview 1.01, an image viewer for X.
PR: 26527
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/iview/Makefile | 23 | ||||
-rw-r--r-- | graphics/iview/distinfo | 1 | ||||
-rw-r--r-- | graphics/iview/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/iview/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/iview/pkg-plist | 1 | ||||
-rw-r--r-- | graphics/vp/Makefile | 23 | ||||
-rw-r--r-- | graphics/vp/distinfo | 1 | ||||
-rw-r--r-- | graphics/vp/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/vp/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/vp/pkg-plist | 1 |
11 files changed, 59 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b9e20f13..8b66156 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -92,6 +92,7 @@ SUBDIR += imlib2 SUBDIR += ipe SUBDIR += isreal + SUBDIR += iview SUBDIR += jbigkit SUBDIR += jgraph SUBDIR += jgv diff --git a/graphics/iview/Makefile b/graphics/iview/Makefile new file mode 100644 index 0000000..4a9f6fd --- /dev/null +++ b/graphics/iview/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: iview +# Date created: Apr 13, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= iview +PORTVERSION= 1.01 +CATEGORIES= graphics +MASTER_SITES= http://math.smsu.edu/~erik/files/ + +MAINTAINER= mark@kyne.com.au + +LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image + +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +GNU_CONFIGURE= yes +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" + +MAN1= iview.1 + +.include <bsd.port.mk> diff --git a/graphics/iview/distinfo b/graphics/iview/distinfo new file mode 100644 index 0000000..fbac867 --- /dev/null +++ b/graphics/iview/distinfo @@ -0,0 +1 @@ +MD5 (iview-1.01.tar.gz) = f1e290df5bd9d5b152a1aa9988856dce diff --git a/graphics/iview/pkg-comment b/graphics/iview/pkg-comment new file mode 100644 index 0000000..21519d6 --- /dev/null +++ b/graphics/iview/pkg-comment @@ -0,0 +1 @@ +An image viewer for X diff --git a/graphics/iview/pkg-descr b/graphics/iview/pkg-descr new file mode 100644 index 0000000..dca9249 --- /dev/null +++ b/graphics/iview/pkg-descr @@ -0,0 +1,3 @@ +Iview is an SDL based image viewer. + +WWW: http://math.smsu.edu/~erik/software.php?id=63 diff --git a/graphics/iview/pkg-plist b/graphics/iview/pkg-plist new file mode 100644 index 0000000..83cd5d9 --- /dev/null +++ b/graphics/iview/pkg-plist @@ -0,0 +1 @@ +bin/iview diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile new file mode 100644 index 0000000..4a9f6fd --- /dev/null +++ b/graphics/vp/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: iview +# Date created: Apr 13, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= iview +PORTVERSION= 1.01 +CATEGORIES= graphics +MASTER_SITES= http://math.smsu.edu/~erik/files/ + +MAINTAINER= mark@kyne.com.au + +LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image + +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +GNU_CONFIGURE= yes +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" + +MAN1= iview.1 + +.include <bsd.port.mk> diff --git a/graphics/vp/distinfo b/graphics/vp/distinfo new file mode 100644 index 0000000..fbac867 --- /dev/null +++ b/graphics/vp/distinfo @@ -0,0 +1 @@ +MD5 (iview-1.01.tar.gz) = f1e290df5bd9d5b152a1aa9988856dce diff --git a/graphics/vp/pkg-comment b/graphics/vp/pkg-comment new file mode 100644 index 0000000..21519d6 --- /dev/null +++ b/graphics/vp/pkg-comment @@ -0,0 +1 @@ +An image viewer for X diff --git a/graphics/vp/pkg-descr b/graphics/vp/pkg-descr new file mode 100644 index 0000000..dca9249 --- /dev/null +++ b/graphics/vp/pkg-descr @@ -0,0 +1,3 @@ +Iview is an SDL based image viewer. + +WWW: http://math.smsu.edu/~erik/software.php?id=63 diff --git a/graphics/vp/pkg-plist b/graphics/vp/pkg-plist new file mode 100644 index 0000000..83cd5d9 --- /dev/null +++ b/graphics/vp/pkg-plist @@ -0,0 +1 @@ +bin/iview |