From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 7 10:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57183106567A for ; Wed, 7 May 2008 10:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 298918FC1A for ; Wed, 7 May 2008 10:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m47Ao2tm098275 for ; Wed, 7 May 2008 10:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m47Ao2FG098269; Wed, 7 May 2008 10:50:02 GMT (envelope-from gnats) Resent-Date: Wed, 7 May 2008 10:50:02 GMT Resent-Message-Id: <200805071050.m47Ao2FG098269@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nagilum Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D87B1065675 for ; Wed, 7 May 2008 10:45:29 +0000 (UTC) (envelope-from nagilum@cakebox.homeunix.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.174]) by mx1.freebsd.org (Postfix) with ESMTP id 94E8C8FC28 for ; Wed, 7 May 2008 10:45:28 +0000 (UTC) (envelope-from nagilum@cakebox.homeunix.net) Received: from cakebox.homeunix.net (stgt-4d025122.pool.mediaWays.net [77.2.81.34]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1Jtgx82uoV-0001Be; Wed, 07 May 2008 12:32:51 +0200 Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id DBA5132053A for ; Wed, 7 May 2008 12:30:58 +0200 (CEST) Received: by cakebox.homeunix.net (Postfix, from userid 1000) id A365B3204F5; Wed, 7 May 2008 12:30:41 +0200 (CEST) Message-Id: <20080507103042.A365B3204F5@cakebox.homeunix.net> Date: Wed, 7 May 2008 12:30:41 +0200 (CEST) From: Nagilum To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/123488: New port: graphics/import-pictures copy/move pictures based on Exif data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nagilum List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2008 10:50:04 -0000 >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@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@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 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@dirrm share/doc/import-pictures END-of-import-pictures/pkg-plist exit --- import-pictures.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: