pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/jpeginfo Initial import of jpeginfo, version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a10c02ff6a6
branches:  trunk
changeset: 467605:9a10c02ff6a6
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Feb 03 21:51:54 2004 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (61 lines):

diff -r ca71d428980e -r 9a10c02ff6a6 graphics/jpeginfo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/jpeginfo/DESCR   Tue Feb 03 21:51:54 2004 +0000
@@ -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 -r ca71d428980e -r 9a10c02ff6a6 graphics/jpeginfo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/jpeginfo/Makefile        Tue Feb 03 21:51:54 2004 +0000
@@ -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@localhost
+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 -r ca71d428980e -r 9a10c02ff6a6 graphics/jpeginfo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/jpeginfo/PLIST   Tue Feb 03 21:51:54 2004 +0000
@@ -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 -r ca71d428980e -r 9a10c02ff6a6 graphics/jpeginfo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/jpeginfo/distinfo        Tue Feb 03 21:51:54 2004 +0000
@@ -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 -r ca71d428980e -r 9a10c02ff6a6 graphics/jpeginfo/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/jpeginfo/patches/patch-aa        Tue Feb 03 21:51:54 2004 +0000
@@ -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
+ 
+ 
+ 



Home | Main Index | Thread Index | Old Index