Add stuff
This commit is contained in:
2
packages/dev-libs/libffi/Manifest
Normal file
2
packages/dev-libs/libffi/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST hasufell-binhost--dev-libs--libffi-3.2.1-r1--C.25297.1471123103.608685.C.tar.bz2 141433 SHA256 446992b01160d3092c8e6c2a477eb9f5ab57e80fc84dd2c1e06dd40133146886 SHA512 6277adbf2725638deaee57cec94fc664473a1a09b99af776ecf206311595ca9722d43fb9f7c067d76f746399f061a112fbdbd2f3eb3e93adea48d47b6a81796a WHIRLPOOL 7d72a0a564f3a08c2106ccd9bf051a0d5988eb8744de99ea40a76247196978c6386c32da96781e5ce3edcfeab0651304272337ee87854adce94c37fc02980f1b
|
||||
PBIN libffi-3.2.1-r1.pbin-1+exheres-0 3655 SHA256 53f5aae6fd1c995f5563cfee853d176844c6311c9b59a4908cfbb272c46bf77a SHA512 2a67752a288e766d74dc8c44bb096e36e76d7935d2444e10f6ca17aa33d9e2387e7a25525b680d09969caad1ee632f7ef66d1d7eb71b3413719bda672c5f55c5 WHIRLPOOL 2c306fca61fcdce6962773d472248ac4ff8f737879565a17e5567732addf2f01f5431593d84338c689241227d12862c4e3d4693f3a51997337d1810b8018e0c7
|
||||
38
packages/dev-libs/libffi/libffi-3.2.1-r1.pbin-1+exheres-0
Normal file
38
packages/dev-libs/libffi/libffi-3.2.1-r1.pbin-1+exheres-0
Normal file
@@ -0,0 +1,38 @@
|
||||
# Created by paludis-2.6.0-git-2.6.0-13-g7d83832 on Sat Aug 13 23:18:23 CEST 2016
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( test: dev-util/dejagnu ) [[ defined-in = [ libffi-3.2.1-r1.exheres-0 ] ]]"
|
||||
DESCRIPTION=" Compilers for high level languages generate code that follows certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the \"calling convention\". The \"calling convention\" is a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A \"calling convention\" also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code. 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. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://sourceware.org/libffi"
|
||||
INHERITED=""
|
||||
MYOPTIONS="( ( debug [[ description = [ Enable debugging features or make debugging easier ] ]] parts: development [[ description = [ Files to be used for developing against a library or package ] ]] documentation [[ description = [ Documentation, such as man pages or info documents ] ]] libraries [[ description = [ Files used for running programs depending on a library ] ]] ) [[ defined-in = [ libffi-3.2.1-r1.exheres-0 ] ]] ) "
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~x86"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="mirror://sourceware/libffi/libffi-3.2.1.tar.gz"
|
||||
OPTIONS="parts:development parts:documentation parts:libraries "
|
||||
GENERATED_USING="paludis-2.6.0-git-2.6.0-13-g7d83832"
|
||||
GENERATED_TIME="1471123103"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=core2 -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=core2 -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="arbor"
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-libs--libffi-3.2.1-r1--C.25297.1471123103.608685.C.tar.bz2"
|
||||
SUMMARY="A portable foreign function interface library"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS="freecode:libffi"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
Reference in New Issue
Block a user