Path to this page:
NOTICE: This package has been removed from pkgsrc./
lang/pnetC,
C language binding for DotGNU Portable .NET
Branch: CURRENT,
Version: 0.6.6nb2,
Package name: pnetC-0.6.6nb2,
Maintainer: pkgsrc-usersThis is the "pnetC" project. The goal of the project is to create
an ANSI-compatible C library, that can be compiled down to IL using
DotGNU Portable.NET's "cscc" compiler.
Required to run:[
lang/pnet] [
lang/pnetlib]
Required to build:[
devel/gmake] [
devel/libtool-base]
Master sites: (Expand)
SHA1: 2f81fc6616aafcb70255a4ca60a788177da5da65
RMD160: e4aca63afe25fca0b8428aef7b9e4c249d16c5e0
Filesize: 366.058 KB
Version history: (Expand)
- (2013-01-06) Package deleted from pkgsrc
- (2006-02-06) Updated to version: pnetC-0.6.6nb2
- (2005-10-05) Package added to pkgsrc.se, version pnetC-0.6.6nb1 (created)
CVS history: (Expand)
2012-08-14 19:07:58 by Aleksej Saushev | Files touched by this commit (19) |
Log message:
Mark packages with no staged installation support explicitly \
(PKG_DESTDIR_SUPPORT=none).
|
2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
|
2011-06-25 11:04:26 by OBATA Akio | Files touched by this commit (1) |
Log message:
Update MASTER_SITES, it's part of dotgnu.
|
2010-07-06 12:17:17 by Julio Merino | Files touched by this commit (36) |
Log message:
Transfer ownership to pkgsrc-users. pancake's address is not valid any
more and he has agreed in private mail to drop maintainership.
|
2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
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.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|