Commit graph

7 commits

Author SHA1 Message Date
zafer
5f55aa0ce3 service suspended. prevent time out. fetch from backup. 2011-03-11 11:29:42 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +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
wiz
67a9577713 Fix installation with python-2.5, using the appropriate infrastructure
(following some hints by joerg@).
Add missing files to PLIST.
Mark as user-destdir ready.
Bump PKGREVISION.
2008-06-30 15:44:40 +00:00
tnn
29075003c4 Don't hardcode PYPKGPREFIX in bl3.mk 2008-04-25 22:16:20 +00:00
agc
a15c26e1f1 Initial import of python bindings (version 0.2pre1) for fuse and
refuse into the Packages Collection.

	Python bindings for the FUSE and refuse interfaces.

	FUSE allows file sytsem operations to take place at user level, rather
	than in the kernel.  Refuse is a BSD-licensed re-implementation of
	fuse, running on top of the puffs functionality.  This package
	provides a python language interface to the FUSE interface.

	To achieve backwards compatibility with previous versions of the fuse
	bindings for python, set the environment variable

		FUSE_PYTHON_COMPAT=0.1
2007-05-04 19:51:52 +00:00