Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2002 18:01:59 -0500
From:      Alan Eldridge <alane@geeksrus.net>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Cc:        Pete Fritchman <petef@databits.net>
Subject:   Re: ports/33451: NEW PORT: lang/diveintopython, a free Python book
Message-ID:  <20020101230159.GA70472@wwweasel.geeksrus.net>
In-Reply-To: <200201012300.g01N01h59286@freefall.freebsd.org>
References:  <200201012257.g01MvZD70432@wwweasel.geeksrus.net> <200201012300.g01N01h59286@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
OK, so send-pr -a file didn't work.

---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<---
# 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:
#
#	diveintopython
#	diveintopython/Makefile
#	diveintopython/pkg-comment
#	diveintopython/pkg-descr
#	diveintopython/pkg-plist
#	diveintopython/distinfo
#
echo c - diveintopython
mkdir -p diveintopython > /dev/null 2>&1
echo x - diveintopython/Makefile
sed 's/^X//' >diveintopython/Makefile << 'END-of-diveintopython/Makefile'
X# ex:ts=8
X#
X# New ports collection makefile for:	diveintopython
X# Date created:		2002/01/01
X# Whom:			Alan Eldridge ports@geeksrus.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	diveintopython
XPORTVERSION=	3.9r1
XCATEGORIES=	lang python
XMASTER_SITES=	http://diveintopython.org/download/
XDISTNAME=	${PORTNAME}-html-flat-${PORTVERSION:S/r/-/}
XEXTRACT_SUFX=	.zip
X
XMAINTAINER=	ports@geeksrus.net
X
XBUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
X
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XEXTRACT_CMD=	unzip
XEXTRACT_BEFORE_ARGS=
XEXTRACT_AFTER_ARGS=-d${WRKSRC}
X
XPLIST_SUB+=	DOCSDIR=${DOCSDIR:S/^${PREFIX}\///}
X
Xdo-install:
X	${MKDIR} ${DESTDIR}${DOCSDIR}
X	${CP} -R ${WRKSRC}/html ${WRKSRC}/py ${DESTDIR}${DOCSDIR}
X	${CHOWN} -R ${DOCOWN}:${DOCGRP} ${DESTDIR}${DOCSDIR}
X	${FIND} ${DESTDIR}${DOCSDIR} |${XARGS} ${CHMOD} ${DOCMODE}
X	${FIND} ${DESTDIR}${DOCSDIR} -type d |${XARGS} ${CHMOD} +x
X
X.include <bsd.port.mk>
X
X#
X#EOF
END-of-diveintopython/Makefile
echo x - diveintopython/pkg-comment
sed 's/^X//' >diveintopython/pkg-comment << 'END-of-diveintopython/pkg-comment'
XA free Python book for experienced programmers
END-of-diveintopython/pkg-comment
echo x - diveintopython/pkg-descr
sed 's/^X//' >diveintopython/pkg-descr << 'END-of-diveintopython/pkg-descr'
X"Dive Into Python" is a free Python book for experienced programmers,
Xby Mark Pilgrim.
X
XThe first three chapters are a solid overview of Python programming.
XChapters covering HTML processing and unit testing are complete, and
Xchapters covering XML processing and regression testing are in
Xprogress. Future chapters will cover web services with XML-RPC, web
Xscripting with Apache and mod_python, and performance tuning.
X
XWWW: http://diveintopython.org/
X
X-- AlanE <ports@geeksrus.net>
END-of-diveintopython/pkg-descr
echo x - diveintopython/pkg-plist
sed 's/^X//' >diveintopython/pkg-plist << 'END-of-diveintopython/pkg-plist'
X@comment diveintopython single-file HTML version
X%%DOCSDIR%%/html/images/callouts/8.png
X%%DOCSDIR%%/html/images/callouts/7.png
X%%DOCSDIR%%/html/images/callouts/6.png
X%%DOCSDIR%%/html/images/callouts/5.png
X%%DOCSDIR%%/html/images/callouts/10.png
X%%DOCSDIR%%/html/images/callouts/4.png
X%%DOCSDIR%%/html/images/callouts/3.png
X%%DOCSDIR%%/html/images/callouts/2.png
X%%DOCSDIR%%/html/images/callouts/1.png
X%%DOCSDIR%%/html/images/callouts/9.png
X%%DOCSDIR%%/html/images/note.png
X%%DOCSDIR%%/html/images/warning.png
X%%DOCSDIR%%/html/images/important.png
X%%DOCSDIR%%/html/images/caution.png
X%%DOCSDIR%%/html/images/dot.png
X%%DOCSDIR%%/html/images/tip.png
X%%DOCSDIR%%/html/diveintopython.css
X%%DOCSDIR%%/html/diveintopython.html
X%%DOCSDIR%%/py/odbchelper.py
X%%DOCSDIR%%/py/odbchelpertest.py
X%%DOCSDIR%%/py/roman.py
X%%DOCSDIR%%/py/LICENSE.txt
X%%DOCSDIR%%/py/unicode2koi8r.py
X%%DOCSDIR%%/py/pyfontify.py
X%%DOCSDIR%%/py/romantest.py
X%%DOCSDIR%%/py/urllister.py
X%%DOCSDIR%%/py/regression.py
X%%DOCSDIR%%/py/fullpath.py
X%%DOCSDIR%%/py/kgp/binary.xml
X%%DOCSDIR%%/py/kgp/husserl.xml
X%%DOCSDIR%%/py/kgp/kant.xml
X%%DOCSDIR%%/py/kgp/kgp.dtd
X%%DOCSDIR%%/py/kgp/thanks.xml
X%%DOCSDIR%%/py/kgp/test.xml
X%%DOCSDIR%%/py/kgp/template.xml
X%%DOCSDIR%%/py/kgp/toolbox.py
X%%DOCSDIR%%/py/kgp/kgp.py
X%%DOCSDIR%%/py/kgp/russiansample.xml
X%%DOCSDIR%%/py/kgp/stdout.py
X%%DOCSDIR%%/py/kgp/stderr.py
X%%DOCSDIR%%/py/roman/stage1/roman1.py
X%%DOCSDIR%%/py/roman/stage1/romantest1.py
X%%DOCSDIR%%/py/roman/stage2/roman2.py
X%%DOCSDIR%%/py/roman/stage2/romantest2.py
X%%DOCSDIR%%/py/roman/stage3/roman3.py
X%%DOCSDIR%%/py/roman/stage3/romantest3.py
X%%DOCSDIR%%/py/roman/stage4/roman4.py
X%%DOCSDIR%%/py/roman/stage4/romantest4.py
X%%DOCSDIR%%/py/roman/stage5/roman5.py
X%%DOCSDIR%%/py/roman/stage5/romantest5.py
X%%DOCSDIR%%/py/roman/stage6/roman61.py
X%%DOCSDIR%%/py/roman/stage6/roman62.py
X%%DOCSDIR%%/py/roman/stage6/romantest61.py
X%%DOCSDIR%%/py/roman/stage6/romantest62.py
X%%DOCSDIR%%/py/roman/stage7/roman71.py
X%%DOCSDIR%%/py/roman/stage7/roman72.py
X%%DOCSDIR%%/py/roman/stage7/romantest71.py
X%%DOCSDIR%%/py/roman/stage7/romantest72.py
X%%DOCSDIR%%/py/roman/stage8/roman81.py
X%%DOCSDIR%%/py/roman/stage8/roman82.py
X%%DOCSDIR%%/py/roman/stage8/roman83.py
X%%DOCSDIR%%/py/roman/stage8/romantest81.py
X%%DOCSDIR%%/py/roman/stage8/romantest82.py
X%%DOCSDIR%%/py/roman/stage8/romantest83.py
X%%DOCSDIR%%/py/roman/stage9/roman9.py
X%%DOCSDIR%%/py/roman/stage9/romantest9.py
X%%DOCSDIR%%/py/BaseHTMLProcessor.py
X%%DOCSDIR%%/py/apihelper.py
X%%DOCSDIR%%/py/apihelpertest.py
X%%DOCSDIR%%/py/autosize.py
X%%DOCSDIR%%/py/builddialectexamples.py
X%%DOCSDIR%%/py/colorize.py
X%%DOCSDIR%%/py/dialect.py
X%%DOCSDIR%%/py/fileinfo.py
X%%DOCSDIR%%/py/kgptest.py
X%%DOCSDIR%%/py/makerealworddoc.py
X@comment delete the whole tree on uninstall
X@unexec rm -fr %D/%%DOCSDIR%%
X
X
END-of-diveintopython/pkg-plist
echo x - diveintopython/distinfo
sed 's/^X//' >diveintopython/distinfo << 'END-of-diveintopython/distinfo'
XMD5 (diveintopython-html-flat-3.9-1.zip) = 6fefa9ea15be355d1e07ce9efe65c480
END-of-diveintopython/distinfo
exit

---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<---

-- 
Alan Eldridge
Pmmfmffmmfmp mmmpppppffmpmfpmpppff $PffMmmPppMpmPpfPpm mfpmmmmmfpmpmpppff.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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