From lwhsu@lwhsu.ckefgisc.org  Wed Dec 27 19:11:32 2006
Return-Path: <lwhsu@lwhsu.ckefgisc.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A505916A407
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Dec 2006 19:11:32 +0000 (UTC)
	(envelope-from lwhsu@lwhsu.ckefgisc.org)
Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48])
	by mx1.freebsd.org (Postfix) with ESMTP id 756B613C46E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Dec 2006 19:11:32 +0000 (UTC)
	(envelope-from lwhsu@lwhsu.ckefgisc.org)
Received: from knight.lwhsu.ckefgisc.org (localhost [127.0.0.1])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id 5C88111441;
	Thu, 28 Dec 2006 03:11:55 +0800 (CST)
Received: (from lwhsu@localhost)
	by knight.lwhsu.ckefgisc.org (8.13.8/8.13.8/Submit) id kBRJBstq013057;
	Thu, 28 Dec 2006 03:11:54 +0800 (CST)
	(envelope-from lwhsu)
Message-Id: <200612271911.kBRJBstq013057@knight.lwhsu.ckefgisc.org>
Date: Thu, 28 Dec 2006 03:11:54 +0800 (CST)
From: Li-Wen Hsu <lwhsu@lwhsu.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lwhsu@lwhsu.org
Subject: [NEW PORT] math/py24-bitvector: A pure-Python memory-efficient packed representation for bit arrays
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107251
>Category:       ports
>Synopsis:       [NEW PORT] math/py24-bitvector: A pure-Python memory-efficient packed representation for bit arrays
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 27 19:20:08 GMT 2006
>Closed-Date:    Wed Dec 27 19:55:26 GMT 2006
>Last-Modified:  Wed Dec 27 20:00:29 GMT 2006
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD knight.lwhsu.ckefgisc.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Dec  6 11:34:36 CST
>Description:
The BitVector class for a memory-efficient packed representation of bit arrays
and for logical operations on such arrays. The core idea used in this Python
script for bin packing is based on an internet posting by Josiah Carlson to
the Pyrex mailing list.

WWW:	http://rvl4.ecn.purdue.edu/~kak/dist/BitVector-1.3.html

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-bitvector-1.3.shar begins here ---
# 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:
#
#	py-bitvector
#	py-bitvector/pkg-descr
#	py-bitvector/Makefile
#	py-bitvector/distinfo
#
echo c - py-bitvector
mkdir -p py-bitvector > /dev/null 2>&1
echo x - py-bitvector/pkg-descr
sed 's/^X//' >py-bitvector/pkg-descr << 'END-of-py-bitvector/pkg-descr'
XThe BitVector class for a memory-efficient packed representation of bit arrays
Xand for logical operations on such arrays. The core idea used in this Python
Xscript for bin packing is based on an internet posting by Josiah Carlson to
Xthe Pyrex mailing list.
X
XWWW:	http://rvl4.ecn.purdue.edu/~kak/dist/BitVector-1.3.html
END-of-py-bitvector/pkg-descr
echo x - py-bitvector/Makefile
sed 's/^X//' >py-bitvector/Makefile << 'END-of-py-bitvector/Makefile'
X# New ports collection makefile for:	py-bitvector
X# Date created:		2006-12-27
X# Whom:			Li-Wen Hsu <lwhsu@lwhsu.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bitvector
XPORTVERSION=	1.3
XCATEGORIES=	math python
XMASTER_SITES=	http://rvl4.ecn.purdue.edu/~kak/dist/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	BitVector-${PORTVERSION}
X
XMAINTAINER=	lwhsu@lwhsu.org
XCOMMENT=	A pure-Python memory-efficient packed representation for bit arrays
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
XPLIST_FILES=	%%PYTHON_SITELIBDIR%%/BitVector.py \
X		%%PYTHON_SITELIBDIR%%/BitVector.pyc \
X		%%PYTHON_SITELIBDIR%%/BitVector.pyo
X
XFETCH_CMD=	/usr/bin/fetch
X
X.include <bsd.port.pre.mk>
X
Xdo-fetch:
X.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
X	${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "${MASTER_SITES}${DISTNAME}${EXTRACT_SUFX}"
X.endif
X
X.include <bsd.port.post.mk>
END-of-py-bitvector/Makefile
echo x - py-bitvector/distinfo
sed 's/^X//' >py-bitvector/distinfo << 'END-of-py-bitvector/distinfo'
XMD5 (BitVector-1.3.tar.gz) = 7de8e88b99b40fab1caae69d786cbdf1
XSHA256 (BitVector-1.3.tar.gz) = b34ff229c6833c1964578fe7b7c687ecadea494d3b6d89b37ec9d1d2c4f05a8c
XSIZE (BitVector-1.3.tar.gz) = 56486
END-of-py-bitvector/distinfo
exit
--- py24-bitvector-1.3.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Wed Dec 27 19:29:50 UTC 2006 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107251 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Dec 27 19:55:24 UTC 2006 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107251 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107251: commit references a PR
Date: Wed, 27 Dec 2006 19:55:30 +0000 (UTC)

 rafan       2006-12-27 19:55:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math                 Makefile 
   Added files:
     math/py-bitvector    Makefile distinfo pkg-descr 
   Log:
   Add py-bitvector 1.3, a pure-Python memory-efficient packed
   representation for bit arrays.
   
   PR:             ports/107251
   Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
   
   Revision  Changes    Path
   1.439     +1 -0      ports/math/Makefile
   1.1       +25 -0     ports/math/py-bitvector/Makefile (new)
   1.1       +3 -0      ports/math/py-bitvector/distinfo (new)
   1.1       +6 -0      ports/math/py-bitvector/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
