Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2013 11:52:48 -0700 (PDT)
From:      Waitman Gobble <uzimac@da3m0n8t3r.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177482: [New Port] graphics/multiraw
Message-ID:  <20130329185248.9A15136F48E7@dx.burplex.com>
Resent-Message-ID: <201303291910.r2TJA0gx018177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177482
>Category:       ports
>Synopsis:       [New Port] graphics/multiraw
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 29 19:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Waitman Gobble
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
Waitman Gobble
>Environment:
System: FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r248165: Mon Mar 11 18:20:30 PDT 2013 root@dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64


	
>Description:
This port will be used by soon upcoming graphics/burplex port update.

Processing Camera Raw files to JPEG, TIFF, or PPM formats is extremely time
intensive. Utilizing multiple threads on multi-core systems can realize an
increase of productivity and time savings of 60%.

The multiraw.c program allows the user to batch convert Camera Raw format files
in parallel using pthreads. The user may specify the number of threads to run,
or they may use the Auto Thread switch which will cause the software to
determine the appropriate number of threads based on the task requested.
By default, multiraw.c calls dcraw-m, which is included. If the user wishes
to use the unmodified dcraw program, it may be specified using the -o switch.

multiraw uses dcraw-m, a modified version of dcraw which automatically
rotates exported thumbnails and has a camera timezone offset adjustment
variable.

Thank you.

>How-To-Repeat:
	
>Fix:

	

--- multiraw.shar.txt begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	multiraw
#	multiraw/pkg-plist
#	multiraw/pkg-descr
#	multiraw/distinfo
#	multiraw/Makefile
#
echo c - multiraw
mkdir -p multiraw > /dev/null 2>&1
echo x - multiraw/pkg-plist
sed 's/^X//' >multiraw/pkg-plist << 'a5845d71e98a766f89ae63795587131d'
Xbin/multiraw
Xbin/dcraw-m
a5845d71e98a766f89ae63795587131d
echo x - multiraw/pkg-descr
sed 's/^X//' >multiraw/pkg-descr << 'df0bda01c96338079830aa98b1cd6bf6'
XProcessing Camera Raw files to JPEG, TIFF, or PPM formats is extremely time 
Xintensive. Utilizing multiple threads on multi-core systems can realize an 
Xincrease of productivity and time savings of 60%.
X
XThe multiraw.c program allows the user to batch convert Camera Raw format files
Xin parallel using pthreads. The user may specify the number of threads to run,
Xor they may use the Auto Thread switch which will cause the software to
Xdetermine the appropriate number of threads based on the task requested.
XBy default, multiraw.c calls dcraw-m, which is included. If the user wishes
Xto use the unmodified dcraw program, it may be specified using the -o switch.
X
XUse the -n switch to specify number of threads, or use -a to instruct the 
Xsoftware to automatically determine the optimal number of threads to use 
Xdepending on the commanded task.
X
Xmultiraw uses dcraw-m, a modified version of dcraw which automatically 
Xrotates exported thumbnails and has a camera timezone offset adjustment
Xvariable.
X
XWWW:
Xhttps://dx.burplex.com/bin/multiraw.html
Xhttps://dx.burplex.com/bin/autorot.html
Xhttps://dx.burplex.com/bin/photohack.html
df0bda01c96338079830aa98b1cd6bf6
echo x - multiraw/distinfo
sed 's/^X//' >multiraw/distinfo << 'df2ffa48b32b44539f2392cba4ff4017'
XSHA256 (waitman-multiraw-1.0-0-g886405f.tar.gz) = 5a9abfe806ba64cf871a71c40c129912f40deac210a6e75633be22f9e3165445
XSIZE (waitman-multiraw-1.0-0-g886405f.tar.gz) = 93307
df2ffa48b32b44539f2392cba4ff4017
echo x - multiraw/Makefile
sed 's/^X//' >multiraw/Makefile << 'c3e72340c7bffbceb40a7882e3c13f0d'
X# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
X# $FreeBSD$
X# New ports collection makefile for: multiraw
X# Date created: 29 March 2013
X
XPORTNAME=	multiraw
XPORTVERSION=	1.0
XCATEGORIES=	graphics
XMASTER_SITES=	GH
XDISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
X
XMAINTAINER=	waitman@waitman.net
XCOMMENT=	Parallel process Camera RAW files using pthreads
X
XLICENSE=	MULTIRAW
XLICENSE_NAME=	MULTIRAW BSD LICENSE
XLICENSE_FILE=	${WRKSRC}/LICENSE
XLICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	waitman
XGH_PROJECT=	multiraw
XGH_TAGNAME=	master
XGH_COMMIT=	886405f
X
XWRKSRC=		${WRKDIR}/waitman-multiraw-886405f
X
XMAN7=		multiraw.7
XPORTDOCS=	*
X
X.include <bsd.port.options.mk>
X
Xpost-install:
X.if ${PORT_OPTIONS:MDOCS}
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
c3e72340c7bffbceb40a7882e3c13f0d
exit
--- multiraw.shar.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130329185248.9A15136F48E7>