Commit graph

13 commits

Author SHA1 Message Date
obache
a687508449 * remove duplicate *.pyo entries from PLIST.
* LICENSE=mit
* regist egg-info

Bump PKGREVISION.
2011-10-15 11:40:00 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
aa2aac8e71 Retire two patches for the internal libffi, the module is patched to
built against pkgsrc libffi instead.
2009-03-20 17:52:53 +00:00
joerg
0d0e90a320 Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
2009-03-20 17:30:09 +00:00
joerg
1dcb5f6eeb Use external libffi to make it usable on amd64. Fix part of a regression
test, I have no idea about the remaining test case though.
Bump revision.
2008-09-17 16:20:21 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
drochner
20117f3fd8 -update to 1.0.2
changes: bugfixes
-add a bl3 file
2007-07-13 14:58:38 +00:00
joerg
e03c3f7264 Doesn't support Python < 2.3. 2006-12-06 17:45:35 +00:00
obache
29a197fdc5 Enable to compile on powerpc-*-netbsd, fixes PR 35181. 2006-12-04 15:30:58 +00:00
joerg
f4db34f9a7 Add DragonFly support. 2006-12-01 11:47:12 +00:00
drochner
c1aef26002 add test target 2006-10-17 16:46:49 +00:00
epg
b77326401d ctypes is an advanced ffi (Foreign Function Interface) package for Python
2.3 and higher.

ctypes allows to call functions exposed from dlls/shared libraries and
has extensive facilities to create, access and manipulate simple and
complicated C data types in Python - in other words: wrap libraries in
pure Python.  It is even possible to implement C callback functions in
pure Python.
2006-10-13 02:30:49 +00:00