summaryrefslogtreecommitdiff
path: root/graphics/jpeginfo
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-02-03 21:51:54 +0000
committercube <cube@pkgsrc.org>2004-02-03 21:51:54 +0000
commit725a20b32ea00226155d07913b91393d6a2c6b74 (patch)
treefe91b25564815f7cba2bc6e8544ca1d0aef24022 /graphics/jpeginfo
parent7c469d9583722bcb547f7146aac8dc296509092b (diff)
downloadpkgsrc-725a20b32ea00226155d07913b91393d6a2c6b74.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/jpeginfo')
-rw-r--r--graphics/jpeginfo/DESCR4
-rw-r--r--graphics/jpeginfo/Makefile16
-rw-r--r--graphics/jpeginfo/PLIST3
-rw-r--r--graphics/jpeginfo/distinfo5
-rw-r--r--graphics/jpeginfo/patches/patch-aa13
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
+
+
+