gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3724: new: libffi


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3724: new: libffi
Date: Tue, 14 Jun 2016 06:17:17 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3724
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2016-06-13 23:17:13 -0700
message:
  new: libffi
added:
  other/                         other-20160614061639-ffxfq34umpua578r-1
  other/libffi/                  libffi-20160614061639-ffxfq34umpua578r-2
  other/libffi/Makefile          makefile-20160614061639-ffxfq34umpua578r-4
  other/libffi/config.mk         config.mk-20160614061639-ffxfq34umpua578r-3
  other/libffi/sha256sums        sha256sums-20160614061639-ffxfq34umpua578r-5
=== added directory 'other'
=== added directory 'other/libffi'
=== added file 'other/libffi/Makefile'
--- a/other/libffi/Makefile     1970-01-01 00:00:00 +0000
+++ b/other/libffi/Makefile     2016-06-14 06:17:13 +0000
@@ -0,0 +1,49 @@
+# Copyright © 2016 Carl Hansen
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+
+NAME =    libffi
+GARNAME = libffi
+HOME_URL = ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz
+DESCRIPTION = A Portable Foreign Function Interface Library 
+define BLURB
+The libffi library provides a portable, high level programming interface
+to various calling conventions. This allows a programmer to call any
+function specified by a call interface description at run-time.
+endef
+GARVERSION = 3.2.1
+LICENSE =  see https://github.com/libffi/libffi/blob/master/LICENSE 
+
+######################################################################
+
+MASTER_SITES = ftp://sourceware.org/pub/
+MASTER_SUBDIR =  $(GARNAME)/
+DISTFILES =   libffi-3.2.1.tar.gz  
+SIGFILES =     
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk
+

=== added file 'other/libffi/config.mk'
--- a/other/libffi/config.mk    1970-01-01 00:00:00 +0000
+++ b/other/libffi/config.mk    2016-06-14 06:17:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'other/libffi/sha256sums'
--- a/other/libffi/sha256sums   1970-01-01 00:00:00 +0000
+++ b/other/libffi/sha256sums   2016-06-14 06:17:13 +0000
@@ -0,0 +1,1 @@
+d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37  
download/libffi-3.2.1.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]