summaryrefslogtreecommitdiff
path: root/devel/libixp
AgeCommit message (Collapse)AuthorFilesLines
2009-12-13update master_siteszafer1-2/+2
2009-11-25Fix logic to not add stray -I options.joerg2-1/+13
2009-08-19Downgrade back to 0.4 (but keep the destdir support and licenses)ghen4-27/+29
until we have a wm/wmii release compatible with the new API.
2009-08-09Update to 0.5, convert to user-destdir.wiz4-29/+31
The API of the fcall struct was changed for ANSI/C99 compliance. A bug affecting the offset of consecutive writes was fixed. The server's maximum message size is honored. ixpc's command line parsing was fixed. Build problems on Solaris were fixed. The append command was added to ixpc. wstat server support was added.
2009-06-15Update HOMEPAGE and MASTER_SITES.ghen1-3/+3
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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.
2008-01-06Import libixp-0.4 from www.suckless.org.ghen6-0/+76
libixp is a stand-alone client/server 9P library including ixpc client. It consists of less than 2000 lines of code (including ixpc).