diff options
author | cube <cube> | 2004-02-03 21:51:54 +0000 |
---|---|---|
committer | cube <cube> | 2004-02-03 21:51:54 +0000 |
commit | b14b67897229c5e957389a377d34d94d79c2c304 (patch) | |
tree | fe91b25564815f7cba2bc6e8544ca1d0aef24022 /graphics | |
parent | 199ba718af842015052e7629d82a349eb1b6b551 (diff) | |
download | pkgsrc-b14b67897229c5e957389a377d34d94d79c2c304.tar.gz |
Initial import of jpeginfo, version 1.6.0 into the NetBSD Packages
Collection.
Jpeginfo is a utility to generate informative listings from JPEG files, and to
check JPEG files for errors. Program also supports automagic deletion of
broken JPEGs. Currently developed using Linux & SGI, but should compile on
any decent UNIX :)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeginfo/DESCR | 4 | ||||
-rw-r--r-- | graphics/jpeginfo/Makefile | 16 | ||||
-rw-r--r-- | graphics/jpeginfo/PLIST | 3 | ||||
-rw-r--r-- | graphics/jpeginfo/distinfo | 5 | ||||
-rw-r--r-- | graphics/jpeginfo/patches/patch-aa | 13 |
5 files changed, 41 insertions, 0 deletions
diff --git a/graphics/jpeginfo/DESCR b/graphics/jpeginfo/DESCR new file mode 100644 index 00000000000..a542dfa8e82 --- /dev/null +++ b/graphics/jpeginfo/DESCR @@ -0,0 +1,4 @@ +Jpeginfo is a utility to generate informative listings from JPEG files, and to +check JPEG files for errors. Program also supports automagic deletion of +broken JPEGs. Currently developed using Linux & SGI, but should compile on +any decent UNIX :) diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile new file mode 100644 index 00000000000..29d0032a59f --- /dev/null +++ b/graphics/jpeginfo/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/03 21:51:54 cube Exp $ +# + +DISTNAME= jpeginfo-1.6.0 +CATEGORIES= graphics +MASTER_SITES= http://www.cc.jyu.fi/~tjko/src/ + +MAINTAINER= cube@NetBSD.org +HOMEPAGE= http://www.cc.jyu.fi/~tjko/projects.html +COMMENT= Generates informative listings from JPEG files + +USE_BUILDLINK3= YES +GNU_CONFIGURE= YES + +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/jpeginfo/PLIST b/graphics/jpeginfo/PLIST new file mode 100644 index 00000000000..93482a3172b --- /dev/null +++ b/graphics/jpeginfo/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/03 21:51:54 cube Exp $ +bin/jpeginfo +man/man1/jpeginfo.1 diff --git a/graphics/jpeginfo/distinfo b/graphics/jpeginfo/distinfo new file mode 100644 index 00000000000..29a3d85fb9d --- /dev/null +++ b/graphics/jpeginfo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/03 21:51:54 cube Exp $ + +SHA1 (jpeginfo-1.6.0.tar.gz) = 198814d72020c967272b36c6b64711b66cdf6e01 +Size (jpeginfo-1.6.0.tar.gz) = 64772 bytes +SHA1 (patch-aa) = 8f0aed5432a5f41eaba0090cbee17aeb3b7bc5b2 diff --git a/graphics/jpeginfo/patches/patch-aa b/graphics/jpeginfo/patches/patch-aa new file mode 100644 index 00000000000..78decfd9b59 --- /dev/null +++ b/graphics/jpeginfo/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/03 21:51:54 cube Exp $ + +--- Makefile.in.orig 2002-12-07 23:13:21.000000000 +0100 ++++ Makefile.in +@@ -26,7 +26,7 @@ libdir = $(prefix)/lib + infodir = $(prefix)/share/info + + # Where to put the manual pages. +-mandir = $(prefix)/share/man ++mandir = $(prefix)/man + + + |