diff options
author | rh <rh@pkgsrc.org> | 2002-09-29 09:29:55 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-29 09:29:55 +0000 |
commit | 7db008292ae5f086e498c209ae9ad609f6617397 (patch) | |
tree | f218e4d384c41314ddc6a053b19626fd921c1481 /graphics | |
parent | fde8ea8bd2d6126f4279edafcda64dbadd3a1b8f (diff) | |
download | pkgsrc-7db008292ae5f086e498c209ae9ad609f6617397.tar.gz |
Initial import of ImageViewer-0.6.0, a GNUstep image display application.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageViewer/DESCR | 4 | ||||
-rw-r--r-- | graphics/ImageViewer/Makefile | 21 | ||||
-rw-r--r-- | graphics/ImageViewer/PLIST | 20 | ||||
-rw-r--r-- | graphics/ImageViewer/distinfo | 4 |
4 files changed, 49 insertions, 0 deletions
diff --git a/graphics/ImageViewer/DESCR b/graphics/ImageViewer/DESCR new file mode 100644 index 00000000000..4c75b1cd103 --- /dev/null +++ b/graphics/ImageViewer/DESCR @@ -0,0 +1,4 @@ + ImageViewer is a small application which display images. ImageViewer is +based on the GNUstep API. In the future catalogue creation and other +goodies may be added, right now it is what it is: an image viewer +application. diff --git a/graphics/ImageViewer/Makefile b/graphics/ImageViewer/Makefile new file mode 100644 index 00000000000..069d89eae27 --- /dev/null +++ b/graphics/ImageViewer/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 09:29:56 rh Exp $ +# + +DISTNAME= ImageViewer-0.6.0 +WRKSRC= ${WRKDIR}/ImageViewer +CATEGORIES= graphics gnustep +MASTER_SITES= http://www.nice.ch/~phip/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nice.ch/~phip/softcorner.html\#img +COMMENT= GNUstep image display application + +NO_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES +USE_X11= YES +MAKEFILE= GNUmakefile + +.include "../../x11/gnustep-back/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/ImageViewer/PLIST b/graphics/ImageViewer/PLIST new file mode 100644 index 00000000000..fd68b5606c2 --- /dev/null +++ b/graphics/ImageViewer/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/29 09:29:56 rh Exp $ +share/GNUstep/Local/Applications/ImageViewer.app/ImageViewer +share/GNUstep/Local/Applications/ImageViewer.app/Resources/COPYING +share/GNUstep/Local/Applications/ImageViewer.app/Resources/FileIcon_.gif.tiff +share/GNUstep/Local/Applications/ImageViewer.app/Resources/FileIcon_.jpg.tiff +share/GNUstep/Local/Applications/ImageViewer.app/Resources/FileIcon_.tiff.tiff +share/GNUstep/Local/Applications/ImageViewer.app/Resources/FileIcon_.xpm.tiff +share/GNUstep/Local/Applications/ImageViewer.app/Resources/ImageViewer.desktop +share/GNUstep/Local/Applications/ImageViewer.app/Resources/ImageViewer.tiff +share/GNUstep/Local/Applications/ImageViewer.app/Resources/ImageViewerInfo.plist +share/GNUstep/Local/Applications/ImageViewer.app/Resources/Info-gnustep.plist +share/GNUstep/Local/Applications/ImageViewer.app/Resources/README +share/GNUstep/Local/Applications/ImageViewer.app/Resources/genericImage.tiff +share/GNUstep/Local/Applications/ImageViewer.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/ImageViewer +share/GNUstep/Local/Applications/ImageViewer.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/library_paths.openapp +@dirrm share/GNUstep/Local/Applications/ImageViewer.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu +@dirrm share/GNUstep/Local/Applications/ImageViewer.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF} +@dirrm share/GNUstep/Local/Applications/ImageViewer.app/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/Local/Applications/ImageViewer.app/Resources +@dirrm share/GNUstep/Local/Applications/ImageViewer.app diff --git a/graphics/ImageViewer/distinfo b/graphics/ImageViewer/distinfo new file mode 100644 index 00000000000..04cf67a0827 --- /dev/null +++ b/graphics/ImageViewer/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/29 09:29:56 rh Exp $ + +SHA1 (ImageViewer-0.6.0.tar.gz) = 965b0f339f9a2b6afc1f8c8dae24d102abef325f +Size (ImageViewer-0.6.0.tar.gz) = 49303 bytes |