Bug 123488 - New port: graphics/import-pictures copy/move pictures based on Exif data
Summary: New port: graphics/import-pictures copy/move pictures based on Exif data
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-07 11:50 UTC by freebsd
Modified: 2008-06-01 00:00 UTC (History)
0 users

See Also:


Attachments
import-pictures.shar (3.17 KB, text/plain)
2008-05-07 11:50 UTC, freebsd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2008-05-07 11:50:01 UTC
	perl script copy/move pictures based on Exif data
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-05-31 23:58:55 UTC
miwi        2008-05-31 22:58:51 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/import-pictures Makefile distinfo pkg-descr pkg-plist 
    graphics/import-pictures/files patch-Makefile 
  Log:
  import-pictures copies or moves pictures from one directory (for example
  from a mounted camera) to another directory. You can choose date ranges from
  within to copy the images. For example you can just choose the pictures from
  one day of the event in one directory and after that you can move the other day
  into another directory.
  
  WWW: http://www.formorer.de/code/import-pictures/import-pictures.html
  
  PR:             ports/123488
  Submitted by:   Alexander Kuehn
  
  Revision  Changes    Path
  1.1157    +1 -0      ports/graphics/Makefile
  1.1       +34 -0     ports/graphics/import-pictures/Makefile (new)
  1.1       +3 -0      ports/graphics/import-pictures/distinfo (new)
  1.1       +9 -0      ports/graphics/import-pictures/files/patch-Makefile (new)
  1.1       +7 -0      ports/graphics/import-pictures/pkg-descr (new)
  1.1       +3 -0      ports/graphics/import-pictures/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-05-31 23:59:17 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks! (respect now NOPORTDOCS)