ports/123488: New port: graphics/import-pictures copy/move pictures based on Exif data

Nagilum freebsd at nagilum.org
Wed May 7 10:50:04 UTC 2008


>Number:         123488
>Category:       ports
>Synopsis:       New port: graphics/import-pictures copy/move pictures based on Exif data
>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:   Wed May 07 10:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Nagilum
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 7.0-STABLE FreeBSD 7.0-STABLE #7: Sat Mar 22 03:07:28 CET 2008 root at cakebox.tis:/usr/obj/export/src/sys/cakebox i386

>Description:
	perl script copy/move pictures based on Exif data

>How-To-Repeat:
>Fix:

--- import-pictures.shar 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:
#
#	import-pictures
#	import-pictures/files
#	import-pictures/files/patch-Makefile
#	import-pictures/Makefile
#	import-pictures/pkg-descr
#	import-pictures/distinfo
#	import-pictures/pkg-plist
#
echo c - import-pictures
mkdir -p import-pictures > /dev/null 2>&1
echo c - import-pictures/files
mkdir -p import-pictures/files > /dev/null 2>&1
echo x - import-pictures/files/patch-Makefile
sed 's/^X//' >import-pictures/files/patch-Makefile << 'END-of-import-pictures/files/patch-Makefile'
X--- ../../import-pictures-1.4/Makefile	2007-02-18 22:14:32.000000000 +0100
X+++ Makefile	2008-05-07 10:38:19.000000000 +0200
X@@ -3,3 +3,6 @@
X 
X 
X all: import-pictures.1 import-pictures.html
X+
X+install:
X+
END-of-import-pictures/files/patch-Makefile
echo x - import-pictures/Makefile
sed 's/^X//' >import-pictures/Makefile << 'END-of-import-pictures/Makefile'
X# New ports collection makefile for:   import-pictures
X# Date created:        7 May 2008
X# Whom:                Alexander Kuehn
X#
X# $FreeBSD$
X#
X
XPORTNAME=	import-pictures
XPORTVERSION=	1.4
XCATEGORIES=	graphics
XMASTER_SITES=	http://www.nagilum.org/unix/
X
XMAINTAINER=	freebsd at nagilum.org
XCOMMENT=Utility to copy/move pictures from a directory
X
XRUN_DEPENDS=	p5-Image-ExifTool>=7.0:${PORTSDIR}/graphics/p5-Image-ExifTool \
X		p5-TimeDate>=1.10:${PORTSDIR}/devel/p5-TimeDate \
X		p5-Time-modules>=2006:${PORTSDIR}/devel/p5-Time-modules
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_PERL5=	yes
X
XMAN1=		import-pictures.1
X
Xpost-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/import-pictures ${PREFIX}/bin/
X	${INSTALL_MAN} ${WRKSRC}/import-pictures.1 ${MANPREFIX}/man/man1/
X	${MKDIR} ${PREFIX}/share/doc/import-pictures/
X	${INSTALL_DATA} ${WRKSRC}/import-pictures.html ${PREFIX}/share/doc/import-pictures/
X
X.include <bsd.port.mk>
END-of-import-pictures/Makefile
echo x - import-pictures/pkg-descr
sed 's/^X//' >import-pictures/pkg-descr << 'END-of-import-pictures/pkg-descr'
Ximport-pictures copies or moves pictures from one directory (for example
X from a mounted camera) to another directory. 
XYou can choose date ranges from within to copy the images. 
XFor example you can just choose the pictures from one day of the event in 
Xone directory and after that you can move the other day into another directory.
X
XWWW: http://www.formorer.de/code/import-pictures/import-pictures.html
END-of-import-pictures/pkg-descr
echo x - import-pictures/distinfo
sed 's/^X//' >import-pictures/distinfo << 'END-of-import-pictures/distinfo'
XMD5 (import-pictures-1.4.tar.bz2) = 35c199a39a757187b350a7faf85b4030
XSHA256 (import-pictures-1.4.tar.bz2) = 1769f6585c247badb889397f340be3e93764f664b5df798355879712ab449b30
XSIZE (import-pictures-1.4.tar.bz2) = 9670
END-of-import-pictures/distinfo
echo x - import-pictures/pkg-plist
sed 's/^X//' >import-pictures/pkg-plist << 'END-of-import-pictures/pkg-plist'
Xbin/import-pictures
Xshare/doc/import-pictures/import-pictures.html
X at dirrm share/doc/import-pictures
END-of-import-pictures/pkg-plist
exit
--- import-pictures.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list