[csw-devel] SF.net SVN: gar:[10576] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jul 23 12:31:00 CEST 2010
Revision: 10576
http://gar.svn.sourceforge.net/gar/?rev=10576&view=rev
Author: dmichelsen
Date: 2010-07-23 10:31:00 +0000 (Fri, 23 Jul 2010)
Log Message:
-----------
ffcall: Initial commit
Added Paths:
-----------
csw/mgar/pkg/ffcall/
csw/mgar/pkg/ffcall/branches/
csw/mgar/pkg/ffcall/tags/
csw/mgar/pkg/ffcall/trunk/
csw/mgar/pkg/ffcall/trunk/Makefile
csw/mgar/pkg/ffcall/trunk/checksums
csw/mgar/pkg/ffcall/trunk/files/
Property changes on: csw/mgar/pkg/ffcall/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/ffcall/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ffcall/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/ffcall/trunk/Makefile 2010-07-23 10:31:00 UTC (rev 10576)
@@ -0,0 +1,27 @@
+# $Id$
+GARNAME = ffcall
+GARVERSION = 1.10
+CATEGORIES = lib
+
+DESCRIPTION = Foreign function call libraries
+define BLURB
+ This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters.
+endef
+
+MASTER_SITES = http://www.haible.de/bruno/gnu/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+VENDOR_URL = http://www.haible.de/bruno/packages-ffcall.html
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+pre-install-modulated:
+ ginstall -d $(DESTDIR)$(bindir)
+ ginstall -d $(DESTDIR)$(mandir)
Property changes on: csw/mgar/pkg/ffcall/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/ffcall/trunk/checksums
===================================================================
--- csw/mgar/pkg/ffcall/trunk/checksums (rev 0)
+++ csw/mgar/pkg/ffcall/trunk/checksums 2010-07-23 10:31:00 UTC (rev 10576)
@@ -0,0 +1 @@
+2db95007e901f3bc2ae7e5a9fe9ebea4 ffcall-1.10.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