[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3729: libffi in other
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3729: libffi in other |
Date: |
Fri, 17 Jun 2016 06:43:13 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3729
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2016-06-16 23:43:09 -0700
message:
libffi in other
added:
pkg/ pkg-20160617013554-2dgkgob7hbc1rnnp-1
pkg/other/ other-20160617021831-zlvtnp07nqas2p6o-1
pkg/other/libffi/ libffi-20160617021831-zlvtnp07nqas2p6o-2
pkg/other/libffi/Makefile makefile-20160617021831-zlvtnp07nqas2p6o-3
pkg/other/libffi/Makefile.odl makefile.odl-20160617021831-zlvtnp07nqas2p6o-7
pkg/other/libffi/config.mk config.mk-20160617021834-1gawmrqbecrjehnr-1
pkg/other/libffi/sha256sums sha256sums-20160617021831-zlvtnp07nqas2p6o-8
=== added directory 'pkg'
=== added directory 'pkg/other'
=== added directory 'pkg/other/libffi'
=== added file 'pkg/other/libffi/Makefile'
--- a/pkg/other/libffi/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libffi/Makefile 2016-06-17 06:43:09 +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 = https://sourceware.org/libffi
+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/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/other/libffi/Makefile.odl'
--- a/pkg/other/libffi/Makefile.odl 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libffi/Makefile.odl 2016-06-17 06:43:09 +0000
@@ -0,0 +1,6 @@
+GARNAME = libffi
+GARVERSION = 3.0.11
+HOME_URL = http://sourceware.org/libffi/
+DESCRIPTION = A portable foreign function interface library
+LIBFILES = ffi
+include ../../gar.lib/external.mk
=== added file 'pkg/other/libffi/config.mk'
--- a/pkg/other/libffi/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libffi/config.mk 2016-06-17 06:43:09 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/libffi/sha256sums'
--- a/pkg/other/libffi/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libffi/sha256sums 2016-06-17 06:43:09 +0000
@@ -0,0 +1,1 @@
+d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37
download/libffi-3.2.1.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3729: libffi in other,
Carl Hansen <=