NOTICE: This package has been removed from pkgsrc

./devel/ffcall, Foreign function call libraries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.10nb4, Package name: ffcall-1.10nb4, Maintainer: adam

ffcall - foreign function call libraries

This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters.

The four packages are:

avcall - calling C functions with variable arguments

vacall - C functions accepting variable argument prototypes

trampoline - closures as first-class C functions

callback - closures with variable arguments as first-class C functions
(a reentrant combination of vacall and trampoline)


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 6b4fdc7bd38b434bbf3d65508a3d117fc8b349f3
RMD160: 910af54fae0b992ceb5620f155e301827d2e03c5
Filesize: 893.428 KB

Version history: (Expand)


CVS history: (Expand)


   2017-09-06 10:21:00 by Havard Eidnes | Files touched by this commit (3)
Log message:
Rename the patch for powerpc on NetBSD.
Make a workaround to make it build without multiple definition error
on NetBSD/powerpc.
No PKGREVISION bump, build fix only for NetBSD/powerpc.
   2017-08-01 16:59:08 by Thomas Klausner | Files touched by this commit (211)
Log message:
Follow some http -> https redirects.
   2017-07-13 14:21:39 by Thomas Klausner | Files touched by this commit (3)
Log message:
Honor LDFLAGS.
   2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352)
Log message:
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
   2016-08-26 19:25:08 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Make x86_64's .ehframe content PIC to avoid text relocations. Bump
revision.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-03-19 15:04:45 by Jonathan Perkin | Files touched by this commit (3)
Log message:
Don't use the frame pointer on SunOS.
   2015-01-04 05:58:47 by David A. Holland | Files touched by this commit (1)
Log message:
Use BROKEN_EXCEPT_ON_PLATFORM where explicit per-cpu-type support is
needed.