import dcraw, a tool to decode raw image files from various
digital cameras
This commit is contained in:
parent
78385e6ddc
commit
8a2f3d4b9f
4 changed files with 39 additions and 0 deletions
2
graphics/dcraw/DESCR
Normal file
2
graphics/dcraw/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a program to convert raw image files from any digital camera
|
||||
into PPM format.
|
28
graphics/dcraw/Makefile
Normal file
28
graphics/dcraw/Makefile
Normal file
|
@ -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"
|
3
graphics/dcraw/PLIST
Normal file
3
graphics/dcraw/PLIST
Normal file
|
@ -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
|
6
graphics/dcraw/distinfo
Normal file
6
graphics/dcraw/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue