From 99db70d7645defb8eea2e34d37f71a9c15d3e8f6 Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 3 Feb 2004 21:51:54 +0000 Subject: 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 :) --- graphics/jpeginfo/DESCR | 4 ++++ graphics/jpeginfo/Makefile | 16 ++++++++++++++++ graphics/jpeginfo/PLIST | 3 +++ graphics/jpeginfo/distinfo | 5 +++++ graphics/jpeginfo/patches/patch-aa | 13 +++++++++++++ 5 files changed, 41 insertions(+) create mode 100644 graphics/jpeginfo/DESCR create mode 100644 graphics/jpeginfo/Makefile create mode 100644 graphics/jpeginfo/PLIST create mode 100644 graphics/jpeginfo/distinfo create mode 100644 graphics/jpeginfo/patches/patch-aa 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 + + + -- cgit v1.2.3