ports/113924: new port www/py-twill

Greg Skafte skafte at trollkarl.net
Thu Jun 21 22:40:04 UTC 2007


>Number:         113924
>Category:       ports
>Synopsis:       new port www/py-twill
>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:   Thu Jun 21 22:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Greg Skafte
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD trollkarl.trollkarl.net 6.2-STABLE FreeBSD 6.2-STABLE #13: Sat Jun 2 01:14:23 MDT 2007 root at worlock.trollkarl.net:/usr/obj/usr/src/sys/TROLLKARL i386


attached is a new python port www/py-twill
>Description:
>How-To-Repeat:
>Fix:

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:
#
#       Makefile
#       distinfo
#       files
#       pkg-descr
#       pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# ex:ts=8
X# Ports collection makefile for:       py-twill
X# Date created:
X# Whom:
X#
X# $FreeBSD: ports/www/py-twill/Makefile,v 1.1$
X#
X
XPORTNAME=      twill
XPORTVERSION=   0.9b1
XCATEGORIES=    www python
XMASTER_SITES=   http://darcs.idyll.org/~t/projects/
XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
XDISTNAME=       ${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=    ports at FreeBSD.org
XCOMMENT=       Simple python automated web testing.
X
XBUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
X               ${PYTHON_SITELIBDIR}/${PYMECHANIZE_EGG}:${PORTSDIR}/www/py-mechanize \
X               ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup \
X               ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing
X
XRUN_DEPENDS=   ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
X               ${PYTHON_SITELIBDIR}/${PYMECHANIZE_EGG}:${PORTSDIR}/www/py-mechanize \
X               ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup \
X               ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing
X
XUSE_PYTHON=    yes
XUSE_PYDISTUTILS=       yes
X
XEASY_INSTALL_CMD?=     easy_install-${PYTHON_VER}
X
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (twill-0.9b1.tar.gz) = 58702a05114a9927fd5ad4cd53c3b226
XSHA256 (twill-0.9b1.tar.gz) = 9b9bd43b98e030b84ca15bbe0e199ab86cefc05dc8a323ea50bd98f0e35151a6
XSIZE (twill-0.9b1.tar.gz) = 239090
END-of-distinfo
echo c - files
mkdir -p files > /dev/null 2>&1
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XTwill is a simple language that allows users to browse the Web from a command-line interface. With twill, you can navigate through Web sites that use forms, cookies, and most standard Web features.
X
Xhttp://twill.idyll.org
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
X at comment $FreeBSD: ports/www/py-twill/pkg-plist,v 1.1 $
X at unexec %%EASY_INSTALL_CMD%% -q -m -S %D/%%PYTHON_SITELIBDIR%% %%PORTNAME%%==%%PORTVERSION%%
X%%PYTHON_SITELIBDIR%%//twill-0.9b1-py2.5.egg
X at exec %%EASY_INSTALL_CMD%% -N -S %D/%%PYTHON_SITELIBDIR%% %%PORTNAME%%==%%PORTVERSION%%
END-of-pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list