Bug 29239

Summary: New port: ngpt - Next generation pthread (many to one mapping)
Product: Ports & Packages Reporter: adsharma <adsharma>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: java
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description adsharma 2001-07-26 07:10:00 UTC
	This port implements a many to one mapping between user and kernel
	threads. The priority is high because a Java VM implementation
	that's being tested depends on this.
Comment 1 arun 2001-07-26 17:20:26 UTC
Resending the Fix. The earlier one doesn't show up in the PR.

	-Arun


# 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:
#
#	ngpt/Makefile
#	ngpt/distinfo
#	ngpt/pkg-comment
#	ngpt/pkg-descr
#	ngpt/pkg-plist
#
echo x - ngpt/Makefile
sed 's/^X//' >ngpt/Makefile << 'END-of-ngpt/Makefile'
X# New ports collection makefile for:	ngpt
X# Date created:				Wed Jul 25 22:10:00 PDT 2001
X# Whom:					Arun Sharma <arun@sharmas.dhs.org>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	ngpt
XPORTVERSION=	1.0.0
XCATEGORIES=	devel
XMASTER_SITES=	http://www.sharma-home.net/~adsharma/projects/freebsd/
XMASTER_SITE_SUBDIR=	ngpt-${PORTVERSION}.tar.gz
X
XMAINTAINER=	arun@sharmas.dhs.org
X
XINSTALLS_SHLIB=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS= --enable-tests=no --enable-maintainer=no --enable-pthread
XUSE_GMAKE=	yes
X
X.include <bsd.port.mk>
END-of-ngpt/Makefile
echo x - ngpt/distinfo
sed 's/^X//' >ngpt/distinfo << 'END-of-ngpt/distinfo'
XMD5 (ngpt-1.0.0.tar.gz) = 8685e6794e95842760c14ad2ba1e34e3
END-of-ngpt/distinfo
echo x - ngpt/pkg-comment
sed 's/^X//' >ngpt/pkg-comment << 'END-of-ngpt/pkg-comment'
XNGPT is a next generation pthread implementation based on GNU pth
END-of-ngpt/pkg-comment
echo x - ngpt/pkg-descr
sed 's/^X//' >ngpt/pkg-descr << 'END-of-ngpt/pkg-descr'
XNGPT is a next generation pthread implementation based on GNU pth
END-of-ngpt/pkg-descr
echo x - ngpt/pkg-plist
sed 's/^X//' >ngpt/pkg-plist << 'END-of-ngpt/pkg-plist'
Xbin/pthread-config
Xinclude/pthread.h
Xlib/libpthread.so
Xlib/libpthread.so.10
Xlib/libpthread.la
Xlib/libpthread.a
END-of-ngpt/pkg-plist
exit
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2001-08-10 03:19:15 UTC
State Changed
From-To: open->closed

Committed, thanks!