pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/CRWInfo Initial import of CRWInfo, version 0.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b932e7257b23
branches:  trunk
changeset: 487463:b932e7257b23
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Jan 14 16:02:09 2005 +0000

description:
Initial import of CRWInfo, version 0.2:

CRW Info is a program to extract exposure information and thumbnails from
Canon RAW files.  It has been tested so far only with the CRW files from
the Canon D60 camera.  Owners of other camera models are encouraged to try
the program and give feedback to the original authors.

>From pkgsrc-wip, packaged by kirtai at users.sourceforge.net.

diffstat:

 graphics/CRWInfo/DESCR            |   4 ++++
 graphics/CRWInfo/Makefile         |  22 ++++++++++++++++++++++
 graphics/CRWInfo/PLIST            |   4 ++++
 graphics/CRWInfo/distinfo         |   5 +++++
 graphics/CRWInfo/patches/patch-aa |  19 +++++++++++++++++++
 5 files changed, 54 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 3a58b5dd834f -r b932e7257b23 graphics/CRWInfo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/CRWInfo/DESCR    Fri Jan 14 16:02:09 2005 +0000
@@ -0,0 +1,4 @@
+CRW Info is a program to extract exposure information and thumbnails from
+Canon RAW files.  It has been tested so far only with the CRW files from
+the Canon D60 camera.  Owners of other camera models are encouraged to try
+the program and give feedback to the original authors.
diff -r 3a58b5dd834f -r b932e7257b23 graphics/CRWInfo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/CRWInfo/Makefile Fri Jan 14 16:02:09 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/14 16:02:09 jmmv Exp $
+#
+
+DISTNAME=      CRWInfo-0.2
+CATEGORIES=    graphics
+MASTER_SITES=  http://neuemuenze.heim1.tu-clausthal.de/~sven/crwinfo/
+
+MAINTAINER=    kirtai%users.sourceforge.net@localhost
+HOMEPAGE=      http://neuemuenze.heim1.tu-clausthal.de/~sven/crwinfo/
+COMMENT=       Extracts exposure information and thumbnails from Canon RAW files
+
+NO_CONFIGURE=          yes
+USE_BUILDLINK3=                yes
+
+INSTALLATION_DIRS=     bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/crwinfo ${PREFIX}/bin/
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/crwinfo/
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/crwinfo/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 3a58b5dd834f -r b932e7257b23 graphics/CRWInfo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/CRWInfo/PLIST    Fri Jan 14 16:02:09 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/14 16:02:09 jmmv Exp $
+bin/crwinfo
+share/doc/crwinfo/README
+@dirrm share/doc/crwinfo
diff -r 3a58b5dd834f -r b932e7257b23 graphics/CRWInfo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/CRWInfo/distinfo Fri Jan 14 16:02:09 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/14 16:02:09 jmmv Exp $
+
+SHA1 (CRWInfo-0.2.tar.gz) = 6c3df0378cd9eaa74dad19b5c1661e63afe6c264
+Size (CRWInfo-0.2.tar.gz) = 10717 bytes
+SHA1 (patch-aa) = 451336207dd6ada7934e6dd35eff4b206974f287
diff -r 3a58b5dd834f -r b932e7257b23 graphics/CRWInfo/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/CRWInfo/patches/patch-aa Fri Jan 14 16:02:09 2005 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/01/14 16:02:09 jmmv Exp $
+
+--- crwinfo.c.orig     2002-07-30 18:17:03.000000000 +0100
++++ crwinfo.c
+@@ -95,10 +95,10 @@ void print_help(char *progname)
+    fprintf( stderr, "-m        show misc. information (whitepoint, AF mode etc)\n" );
+    fprintf( stderr, "-f        show flash information (flash mode etc)\n" );
+    fprintf( stderr, "-cf       show custom function settings\n" );
+-   fprintf( stderr, "-t        extract the thumbnail to the optional filename.
+-                             If no filename for the thumbnail is given, the
+-                             name of the CRW-file is used with a .jpg
+-                             extension\n" );
++   fprintf( stderr, "-t        extract the thumbnail to the optional filename.\n"
++                  "          If no filename for the thumbnail is given, the\n"
++                  "          name of the CRW-file is used with a .jpg\n"
++                  "          extension\n" );
+    fprintf( stderr, "-x        show experimental information (don't rely on it)\n" );
+    exit(0);
+ }



Home | Main Index | Thread Index | Old Index