Skip site navigation (1)Skip section navigation (2)
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:   ports/107251: [NEW PORT] math/py24-bitvector: A pure-Python memory-efficient packed representation for bit arrays
Message-ID:  <200612271911.kBRJBstq013057@knight.lwhsu.ckefgisc.org>
Resent-Message-ID: <200612271920.kBRJK9P5073901@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 27 19:20:08 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612271911.kBRJBstq013057>