[csw-devel] SF.net SVN: gar:[7898] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Jan 7 08:48:54 CET 2010
Revision: 7898
http://gar.svn.sourceforge.net/gar/?rev=7898&view=rev
Author: dmichelsen
Date: 2010-01-07 07:48:54 +0000 (Thu, 07 Jan 2010)
Log Message:
-----------
libcddb: Initial commit, some tests failing
Added Paths:
-----------
csw/mgar/pkg/libcddb/
csw/mgar/pkg/libcddb/branches/
csw/mgar/pkg/libcddb/tags/
csw/mgar/pkg/libcddb/trunk/
csw/mgar/pkg/libcddb/trunk/Makefile
csw/mgar/pkg/libcddb/trunk/checksums
csw/mgar/pkg/libcddb/trunk/files/
Property changes on: csw/mgar/pkg/libcddb/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/libcddb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libcddb/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libcddb/trunk/Makefile 2010-01-07 07:48:54 UTC (rev 7898)
@@ -0,0 +1,37 @@
+GARNAME = libcddb
+GARVERSION = 1.3.2
+CATEGORIES = lib
+
+DESCRIPTION = A C library to access data on a CDDB server
+define BLURB
+ Libcddb supports both the custom CDDB protocol and tunnelling the query
+ and read operations over plain HTTP. It is also possible to use an HTTP
+ proxy server. If you want to speed things up, you can make use of the
+ built-in caching facility provided by the library.
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+PACKAGES = CSWlibcddb CSWlibcddbutil
+
+SPKG_DESC_CSWlibcddb = A C library to access data on a CDDB server
+SPKG_DESC_CSWlibcddbutil = A CDDB query tool
+
+REQUIRED_PKGS_CSWlibcddbutil = CSWlibcddb CSWlibcdio
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+http_proxy='$(http_proxy)'
+EXTRA_TEST_EXPORTS = http_proxy
+
+export http_proxy
+TEST_TARGET = check
+
+PKGFILES_CSWlibcddbutil = $(bindir)/.*
+
+include gar/category.mk
Added: csw/mgar/pkg/libcddb/trunk/checksums
===================================================================
--- csw/mgar/pkg/libcddb/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libcddb/trunk/checksums 2010-01-07 07:48:54 UTC (rev 7898)
@@ -0,0 +1 @@
+8bb4a6f542197e8e9648ae597cd6bc8a libcddb-1.3.2.tar.bz2
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