summaryrefslogtreecommitdiff
path: root/graphics/dcraw
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-02-20 13:43:28 +0000
committerdrochner <drochner@pkgsrc.org>2004-02-20 13:43:28 +0000
commit8a2f3d4b9f2a2a7ce4eb58803eb682718ca6b525 (patch)
tree81249324a69b29e3087269c27d35bb23091bb2e9 /graphics/dcraw
parent78385e6ddc31324e214b3ecfdbaf7fbcba92c0f3 (diff)
downloadpkgsrc-8a2f3d4b9f2a2a7ce4eb58803eb682718ca6b525.tar.gz
import dcraw, a tool to decode raw image files from various
digital cameras
Diffstat (limited to 'graphics/dcraw')
-rw-r--r--graphics/dcraw/DESCR2
-rw-r--r--graphics/dcraw/Makefile28
-rw-r--r--graphics/dcraw/PLIST3
-rw-r--r--graphics/dcraw/distinfo6
4 files changed, 39 insertions, 0 deletions
diff --git a/graphics/dcraw/DESCR b/graphics/dcraw/DESCR
new file mode 100644
index 00000000000..cc4f8595fd9
--- /dev/null
+++ b/graphics/dcraw/DESCR
@@ -0,0 +1,2 @@
+This is a program to convert raw image files from any digital camera
+into PPM format.
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
new file mode 100644
index 00000000000..7886e507d7a
--- /dev/null
+++ b/graphics/dcraw/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 13:43:28 drochner Exp $
+#
+
+DISTNAME= dcraw
+PKGNAME= dcraw-1.169
+CATEGORIES= graphics
+MASTER_SITES= http://www.cybercom.net/~dcoffin/dcraw/
+DISTFILES= dcraw.c dcraw.1
+DIST_SUBDIR= ${PKGNAME}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.cybercom.net/~dcoffin/dcraw/
+COMMENT= Raw digital camera decoder
+
+WRKSRC= ${WRKDIR}
+USE_BUILDLINK2= yes
+
+do-extract:
+ (cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC})
+
+do-build:
+ (cd ${WRKSRC} && ${CC} ${CFLAGS} dcraw.c -o dcraw ${LDFLAGS} -lm)
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/dcraw/PLIST b/graphics/dcraw/PLIST
new file mode 100644
index 00000000000..223ef4b4f93
--- /dev/null
+++ b/graphics/dcraw/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/20 13:43:28 drochner Exp $
+bin/dcraw
+man/man1/dcraw.1
diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo
new file mode 100644
index 00000000000..eddc07bcfe6
--- /dev/null
+++ b/graphics/dcraw/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/20 13:43:29 drochner Exp $
+
+SHA1 (dcraw-1.169/dcraw.c) = ba3365cdd7e0e72b127b02e9740df8268f8c79e9
+Size (dcraw-1.169/dcraw.c) = 90479 bytes
+SHA1 (dcraw-1.169/dcraw.1) = fc91c9282ff44a1597894b456fd02c6538a29ad7
+Size (dcraw-1.169/dcraw.1) = 3237 bytes