Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2006 23:38:55 -0400 (EDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102497: [NEW PORT] news/py24-yenc: A yenc decoding module for Python in C
Message-ID:  <200608250338.k7P3ctHn047159@Laptop.mine.box>
Resent-Message-ID: <200608250340.k7P3eCGl048824@freefall.freebsd.org>

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

>Number:         102497
>Category:       ports
>Synopsis:       [NEW PORT] news/py24-yenc: A yenc decoding module for Python in C
>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:   Fri Aug 25 03:40:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon Jul 10 22:43:23 CDT 2006
>Description:
This a fairly simple module, it provide only raw yEnc encoding/decoding with
builitin crc32 calculation.

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

--- py24-yenc-0.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-yenc
#	py-yenc/Makefile
#	py-yenc/distinfo
#	py-yenc/pkg-descr
#	py-yenc/pkg-plist
#
echo c - py-yenc
mkdir -p py-yenc > /dev/null 2>&1
echo x - py-yenc/Makefile
sed 's/^X//' >py-yenc/Makefile << 'END-of-py-yenc/Makefile'
X# New ports collection makefile for:	py-yenc
X# Date created:							24 Aug 2006
X# Whom:					Alexander Botero-Lowry <alex@foxybanana.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		yenc
XPORTVERSION=	0.3
XCATEGORIES=		news python
XMASTER_SITES=	http://www.hellanzb.com/hellanzb-content/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=		alex@foxybanana.com
XCOMMENT=		A yenc decoding module for Python in C
X
XUSE_PYTHON=			yes
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.mk>
END-of-py-yenc/Makefile
echo x - py-yenc/distinfo
sed 's/^X//' >py-yenc/distinfo << 'END-of-py-yenc/distinfo'
XMD5 (yenc-0.3.tar.gz) = 7b3edd32db6c1ce566ad550e3de64c83
XSHA256 (yenc-0.3.tar.gz) = fb04fea7c5821345608fa01728ce5356b6dfb2d3e469e59e3fd31b88f45fb313
XSIZE (yenc-0.3.tar.gz) = 42740
END-of-py-yenc/distinfo
echo x - py-yenc/pkg-descr
sed 's/^X//' >py-yenc/pkg-descr << 'END-of-py-yenc/pkg-descr'
XThis a fairly simple module, it provide only raw yEnc encoding/decoding with
Xbuilitin crc32 calculation.
END-of-py-yenc/pkg-descr
echo x - py-yenc/pkg-plist
sed 's/^X//' >py-yenc/pkg-plist << 'END-of-py-yenc/pkg-plist'
X%%PYTHON_SITELIBDIR%%/_yenc.so
X%%PYTHON_SITELIBDIR%%/yenc.py
X%%PYTHON_SITELIBDIR%%/yenc.pyc
X%%PYTHON_SITELIBDIR%%/yenc.pyo
END-of-py-yenc/pkg-plist
exit
--- py24-yenc-0.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?200608250338.k7P3ctHn047159>