Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-10 | Fix typo in HOMEPAGE. | wiz | 1 | -2/+2 | |
2002-09-27 | Remove duplicate blank line to make pkglint happy | rh | 2 | -4/+3 | |
2002-09-27 | Add a buildlink2.mk | rh | 1 | -0/+33 | |
2002-09-10 | Update HOMEPAGE. From Martin Weber in pkg/18259. | wiz | 1 | -2/+2 | |
2002-09-10 | Remove pkgname from comment. | wiz | 1 | -2/+2 | |
2002-09-09 | Update to 1.8.4, from Marko Schuetz in pkg/18017. | wiz | 2 | -7/+8 | |
Changes unknown. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-07 | Updated ffcall to version 1.8. Changes since previous pkgsrc version (1.6): | jtb | 2 | -6/+7 | |
New in 1.8: * Added support for IA-64 Linux. New in 1.7: * Struct types containing elements other than int, long, long long, pointer are not supported any more. Passing them as arguments and results is too hairy. * Added support for PowerPC Linux. | |||||
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 1 | -2/+0 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-07-24 | add ONLY_FOR_PLATFORM and a comment about what needs to be done to support | dmcmahill | 1 | -1/+5 | |
additional platforms. | |||||
1999-08-26 | ffcall - foreign function call libraries v 1.6 | proff | 5 | -0/+56 | |
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) |