[csw-devel] SF.net SVN: gar:[15633] csw/mgar/pkg
sgtmcd at users.sourceforge.net
sgtmcd at users.sourceforge.net
Fri Sep 16 03:00:04 CEST 2011
Revision: 15633
http://gar.svn.sourceforge.net/gar/?rev=15633&view=rev
Author: sgtmcd
Date: 2011-09-16 01:00:04 +0000 (Fri, 16 Sep 2011)
Log Message:
-----------
Initial tokyocabinet package
Added Paths:
-----------
csw/mgar/pkg/tokyocabinet/
csw/mgar/pkg/tokyocabinet/Makefile
csw/mgar/pkg/tokyocabinet/branches/
csw/mgar/pkg/tokyocabinet/tags/
csw/mgar/pkg/tokyocabinet/trunk/
csw/mgar/pkg/tokyocabinet/trunk/Makefile
csw/mgar/pkg/tokyocabinet/trunk/checksums
csw/mgar/pkg/tokyocabinet/trunk/files/
Added: csw/mgar/pkg/tokyocabinet/Makefile
===================================================================
--- csw/mgar/pkg/tokyocabinet/Makefile (rev 0)
+++ csw/mgar/pkg/tokyocabinet/Makefile 2011-09-16 01:00:04 UTC (rev 15633)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/tokyocabinet/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/tokyocabinet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tokyocabinet/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/tokyocabinet/trunk/Makefile 2011-09-16 01:00:04 UTC (rev 15633)
@@ -0,0 +1,46 @@
+# $Id
+: Makefile 13420 2011-02-20 21:04:03Z bdwalton $
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = tokyocabinet
+VERSION = 1.4.47
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = Tokyo Cabinet is a library of routines for managing a database.
+
+define BLURB
+ Tokyo Cabinet is a library of routines for managing a database. The database is a
+ simple data file containing records, each is a pair of a key and a value.
+ Every key and value is serial bytes with variable length. Both binary data and
+ character string can be used as a key and a value. There is neither concept of
+ data tables nor data types. Records are organized in hash table, B+ tree,
+ or fixed-length array.
+endef
+
+MASTER_SITES = http://fallabs.com/tokyocabinet/
+DISTFILES = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+# does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+CONFIGURE_ARGS = $(DIRPATHS)
+GARCOMPILER = GNU
+BUILD64 = 1
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-amd64
+ARCHALL = 1
+#ISA_DEFAULT_sparc = sparcv9
+RUNTIME_DEP_PKGS_CSWtokyocabinet += CSWlibbz2-1-0
+RUNTIME_DEP_PKGS_CSWtokyocabinet += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWtokyocabinet += CSWlibz1
+
+include gar/category.mk
+
+PATH:=/opt/csw/gnu:$(PATH)
+
Property changes on: csw/mgar/pkg/tokyocabinet/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/tokyocabinet/trunk/checksums
===================================================================
--- csw/mgar/pkg/tokyocabinet/trunk/checksums (rev 0)
+++ csw/mgar/pkg/tokyocabinet/trunk/checksums 2011-09-16 01:00:04 UTC (rev 15633)
@@ -0,0 +1 @@
+3922632835 1002443 tokyocabinet-1.4.47.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