Port details |
- lua-alien Lua -> C FFI
- 0.7.0 devel
=1 0.7.0Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Unfetchable, unmaintained This port expired on: 2019-10-16 IGNORE: is marked as broken: unfetchable
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-08-26 10:49:49
- Last Update: 2019-10-16 15:29:32
- SVN Revision: 514601
- People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
- License: MIT
- WWW:
- http://mascarenhas.github.com/alien
- Description:
- Alien lets a Lua application call load dynamic libraries and call C
functions in a portable way, using libffi.
WWW: http://mascarenhas.github.com/alien
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lua52-alien>0:devel/lua-alien
- No installation instructions:
- This port has been deleted.
- PKGNAME: lua52-alien
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (alien-0.7.0.zip) = ca77a40858a0fb9ac3998f28fda0825ac4af2f4eed0f5d34d74f943867d4adfe
SIZE (alien-0.7.0.zip) = 369994
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libffi.so : devel/libffi
- liblua-5.2.so : lang/lua52
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lua52-alien-0.7.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- libtool lua shebangfix zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.0 16 Oct 2019 15:29:32 |
rene |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
0.7.0 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
0.7.0 04 Aug 2019 10:02:47 |
antoine |
Mark BROKEN: unfetchable |
0.7.0 03 Jan 2017 18:12:13 |
mat |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight |
0.7.0 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
0.7.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.7.0 21 Jan 2016 19:36:34 |
amdmi3 |
- Switch to options helpers |
0.7.0 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
0.7.0 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.7.0 21 May 2014 05:38:51 |
miwi |
- Update to 0.7.0
PR: 187972
Submitted by: Ports Fury |
0.5.1_1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
0.5.1_1 20 Apr 2014 09:21:20 |
bapt |
Convert to lua 5.2 |
0.5.1 01 Apr 2014 08:10:51 |
pawel |
- Add staging support
- Convert to new LIB_DEPENDS format
- Define DOCS, EXAMPLES options |
0.5.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.5.1 29 Jan 2013 00:35:33 |
jkim |
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi. See ports/164941.
PR: ports/171768
Submitted by: Takefu <takefu@airport.fm> |
0.5.1 16 May 2012 04:51:24 |
miwi |
- Cleanup
PR: 166315
Submitted by: Jan Beich <jbeich@tormail.net> |
0.5.1 08 Feb 2012 20:09:29 |
pgollucci |
- Update to 0.5.1
PR: ports/161002
Submitted by: h h <aakuusta@gmail.com>
Approved by: maintainer timeout (philip ; 136 days) |
0.5.0 26 Dec 2011 16:12:28 |
tabthorpe |
- Reset ports to heap due to mail bounces
<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
550-5.1.1 The email account that you tried to reach does not exist. Please
try 550-5.1.1 double-checking the recipient's email address for typos or
550-5.1.1 unnecessary spaces. Learn more at
550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
d6si2748840pbk.7 (in reply to RCPT TO command)
With Hat: portmgr |
0.5.0 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.5.0 19 Oct 2010 00:15:33 |
pgollucci |
- remove symlink even if regression-test target fails
DATADIR/tests/alien
DATADIR/tests/alien.lua
- Split regression-test into smaller chunks
PR: ports/151539
Submitted by: swell.k@gmail.com (maintainer) |
0.5.0 22 Sep 2010 10:10:49 |
philip |
Make the regression target depend on build instead of install.
This will fix the tinderbox build.
PR: ports/150800
Submitted by: Anonymous <swell.k@gmail.com> (maintainer) |
0.5.0 18 Sep 2010 18:29:19 |
philip |
Add a regression test target. Attempt to fix the build on sparc64.
PR: ports/150632
Submitted by: Anonymous <swell.k -at- gmail.com> (maintainer) |
0.5.0 01 Sep 2010 07:29:09 |
pav |
- Fix build on 6.X
Submitted by: Anonymous <swell.k@gmail.com> (maintainer) |
0.5.0 26 Aug 2010 10:49:27 |
philip |
Add lua-alien 0.5.0, lua -> C FFI.
PR: ports/149983
Submitted by: Anonymous <swell.k-at-gmail.com> |