[csw-devel] SF.net SVN: gar:[8078] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jan 18 15:11:53 CET 2010
Revision: 8078
http://gar.svn.sourceforge.net/gar/?rev=8078&view=rev
Author: dmichelsen
Date: 2010-01-18 14:11:50 +0000 (Mon, 18 Jan 2010)
Log Message:
-----------
exiv2: Initial commit
Added Paths:
-----------
csw/mgar/pkg/exiv2/
csw/mgar/pkg/exiv2/branches/
csw/mgar/pkg/exiv2/tags/
csw/mgar/pkg/exiv2/trunk/
csw/mgar/pkg/exiv2/trunk/Makefile
csw/mgar/pkg/exiv2/trunk/checksums
csw/mgar/pkg/exiv2/trunk/files/
Property changes on: csw/mgar/pkg/exiv2/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/exiv2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exiv2/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/exiv2/trunk/Makefile 2010-01-18 14:11:50 UTC (rev 8078)
@@ -0,0 +1,25 @@
+GARNAME = exiv2
+GARVERSION = 0.19
+CATEGORIES = lib
+
+DESCRIPTION = Image metadata library and tools
+define BLURB
+ Exiv2 is a C++ library and a command line utility to manage image metadata.
+ It provides fast and easy read and write access to the Exif, IPTC and XMP metadata
+ of images in various formats. Exiv2 is available as free software and with a
+ commercial license, and is used in many projects.
+endef
+
+MASTER_SITES = http://www.exiv2.org/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# Sun Studio doesn't unerstand g++ features
+CONFIGURE_ARGS += --disable-visibility
+
+include gar/category.mk
Added: csw/mgar/pkg/exiv2/trunk/checksums
===================================================================
--- csw/mgar/pkg/exiv2/trunk/checksums (rev 0)
+++ csw/mgar/pkg/exiv2/trunk/checksums 2010-01-18 14:11:50 UTC (rev 8078)
@@ -0,0 +1 @@
+f52fb75a2cb7512f1484deab76473e13 exiv2-0.19.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list