Bug 60413 - New Port: pnetC 0.6.0
Summary: New Port: pnetC 0.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-20 05:00 UTC by Michael Johnson
Modified: 2004-03-06 17:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.55 KB, text/plain)
2003-12-20 05:00 UTC, Michael Johnson
no flags Details
file.dat (191 bytes, text/enriched; charset=US-ASCII)
2003-12-20 06:49 UTC, Michael Johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2003-12-20 05:00:30 UTC
new port pnetC

pnetC depends on 
http://www.freebsd.org/cgi/query-pr.cgi?pr=60408
Comment 1 Michael Johnson 2003-12-20 06:49:19 UTC
Makefile

- BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet
+ LIB_DEPENDS=    XsharpSupport.0:${PORTSDIR}/lang/pnetlib
Comment 2 Michael Johnson 2003-12-21 10:03:26 UTC
I added pnet as a media port. I guess since its not in the tree it will 
be easier to submit a shar file.

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	lang/pnetC
#	lang/pnetC/pkg-plist
#	lang/pnetC/pkg-descr
#	lang/pnetC/distinfo
#	lang/pnetC/Makefile
#
echo c - lang/pnetC
mkdir -p lang/pnetC > /dev/null 2>&1
echo x - lang/pnetC/pkg-plist
sed 's/^X//' >lang/pnetC/pkg-plist << 'END-of-lang/pnetC/pkg-plist'
Xlib/cscc/lib/libc64.dll
Xlib/cscc/lib/libm64.dll
Xshare/cscc/include/alloca.h
Xshare/cscc/include/assert.h
Xshare/cscc/include/bits/libc-lock.h
Xshare/cscc/include/bits/local_lim.h
Xshare/cscc/include/bits/mman.h
Xshare/cscc/include/bits/posix1_lim.h
Xshare/cscc/include/bits/posix2_lim.h
Xshare/cscc/include/bits/stat.h
Xshare/cscc/include/bits/stdio_lim.h
Xshare/cscc/include/bits/types.h
Xshare/cscc/include/bits/waitflags.h
Xshare/cscc/include/bits/waitstatus.h
Xshare/cscc/include/bits/wchar.h
Xshare/cscc/include/bits/wordsize.h
Xshare/cscc/include/bits/xopen_lim.h
Xshare/cscc/include/ctype.h
Xshare/cscc/include/dirent.h
Xshare/cscc/include/errno.h
Xshare/cscc/include/fcntl.h
Xshare/cscc/include/features.h
Xshare/cscc/include/gmp-mparam.h
Xshare/cscc/include/gmp.h
Xshare/cscc/include/gnu/stubs.h
Xshare/cscc/include/ieee754.h
Xshare/cscc/include/inttypes.h
Xshare/cscc/include/limits.h
Xshare/cscc/include/malloc.h
Xshare/cscc/include/math.h
Xshare/cscc/include/pthread.h
Xshare/cscc/include/pwd.h
Xshare/cscc/include/setjmp.h
Xshare/cscc/include/stdarg.h
Xshare/cscc/include/stdbool.h
Xshare/cscc/include/stddef.h
Xshare/cscc/include/stdint.h
Xshare/cscc/include/stdio.h
Xshare/cscc/include/stdio_ext.h
Xshare/cscc/include/stdlib.h
Xshare/cscc/include/string.h
Xshare/cscc/include/strings.h
Xshare/cscc/include/sys/cdefs.h
Xshare/cscc/include/sys/errno.h
Xshare/cscc/include/sys/mman.h
Xshare/cscc/include/sys/stat.h
Xshare/cscc/include/sys/sysmacros.h
Xshare/cscc/include/sys/types.h
Xshare/cscc/include/time.h
Xshare/cscc/include/unistd.h
Xshare/cscc/include/varargs.h
Xshare/cscc/include/wchar.h
Xshare/cscc/include/wctype.h
Xshare/cscc/include/xlocale.h
X@dirrm lib/cscc/lib
X@dirrm lib/cscc
X@dirrm share/cscc/include/bits
X@dirrm share/cscc/include/gnu
X@dirrm share/cscc/include/sys
X@dirrm share/cscc/include
X@dirrm share/cscc
END-of-lang/pnetC/pkg-plist
echo x - lang/pnetC/pkg-descr
sed 's/^X//' >lang/pnetC/pkg-descr << 'END-of-lang/pnetC/pkg-descr'
XThis is the "pnetC" project.  The goal of the project is to create
Xan ANSI-compatible C library, that can be compiled down to IL using
XPortable.NET's "cscc" compiler.
X
XWWW: http://www.southern-storm.com.au/portable_net.html
END-of-lang/pnetC/pkg-descr
echo x - lang/pnetC/distinfo
sed 's/^X//' >lang/pnetC/distinfo << 'END-of-lang/pnetC/distinfo'
XMD5 (pnetC-0.6.0.tar.gz) = e076377cdd64b499ebe8a5356c2129fc
END-of-lang/pnetC/distinfo
echo x - lang/pnetC/Makefile
sed 's/^X//' >lang/pnetC/Makefile << 'END-of-lang/pnetC/Makefile'
X# Ports collection makefile for:  treecc
X# Date created:			  Wed Jul 11 00:45:15 EDT 2001
X# Whom:				  Michael Johnson <ahze@ahze.net>
X#
X# $FreeBSD: ports/lang/treecc/Makefile,v 1.18 2003/11/03 21:12:29 
obraun Exp $
X#
X
XPORTNAME=	pnetC
XPORTVERSION=	${PNET_VERSION}
XCATEGORIES=	lang
XMASER_SITES=	${PNET_MASTER_SITES}
X
XMAINTAINER=	ahze@ahze.net
XCOMMENT=	ANSI-compatible C library for pnet's cscc compiler
X
XLIB_DEPENDS=	XsharpSupport.0:${PORTSDIR}/lang/pnetlib
X
XUSE_LIBTOOL=	yes
XUSE_GMAKE=	yes
XSTRIP=		# Nothing to be stripped.
X
X.include "../pnet/Makefile.pnet"
X.include <bsd.port.mk>
END-of-lang/pnetC/Makefile
exit
Comment 3 Mark Linimon 2004-01-04 19:44:16 UTC
According to the naming conventions suggested in
the Porter's Handbook, this should probably be
lang/pnetc.  Is that acceptable?
Comment 4 Clement Laforet freebsd_committer freebsd_triage 2004-01-04 22:53:03 UTC
Class Changed
From-To: maintainer-update->change-request

accurate class
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-06 17:10:29 UTC
State Changed
From-To: open->closed

New port added, thanks!