1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

add parrot 0.2.6

The Parrot GUI Builder
This commit is contained in:
Ying-Chieh Liao 2002-07-25 07:42:41 +00:00
parent 609f4b0f42
commit 17ef2ad67a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63517
6 changed files with 58 additions and 0 deletions

View File

@ -561,6 +561,7 @@
SUBDIR += p5-VCS
SUBDIR += p5-VCS-CVS
SUBDIR += p65
SUBDIR += parrot
SUBDIR += patch
SUBDIR += pccts
SUBDIR += pcl-cvs-emacs

36
devel/parrot/Makefile Normal file
View File

@ -0,0 +1,36 @@
# ex:ts=8
# Ports collection makefile for: parrot
# Date created: Jul 25, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= parrot
PORTVERSION= 0.2.6
CATEGORIES= devel
MASTER_SITES= http://www.comuno.freeserve.co.uk/oss/parrot/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
NO_BUILD= yes
FILE= HtmlBackend.py PaxoBackend.py PytkBackend.py backend.py \
generic.py inrep.py makbacl.py parrot.py pparser.py test.py \
tokpos.py util.py
DOC= INTRO README SPEC
do-install:
.for f in ${FILE}
${INSTALL_DATA} ${WRKSRC}/$f ${PYTHON_SITELIBDIR}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${DOC}
${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
devel/parrot/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (parrot-0.2.6.tgz) = 9c117f98b5c1e55aaa1caac9bdf02fb2

1
devel/parrot/pkg-comment Normal file
View File

@ -0,0 +1 @@
The Parrot GUI Builder

4
devel/parrot/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Parrot is a text-based GUI builder, written by Philip Hunt. It is intended
to be used by programmers writing GUI applications.
WWW: http://www.comuno.freeserve.co.uk/oss/parrot/intro.html

15
devel/parrot/pkg-plist Normal file
View File

@ -0,0 +1,15 @@
lib/%%PYTHON_VERSION%%/site-packages/HtmlBackend.py
lib/%%PYTHON_VERSION%%/site-packages/PaxoBackend.py
lib/%%PYTHON_VERSION%%/site-packages/PytkBackend.py
lib/%%PYTHON_VERSION%%/site-packages/backend.py
lib/%%PYTHON_VERSION%%/site-packages/generic.py
lib/%%PYTHON_VERSION%%/site-packages/inrep.py
lib/%%PYTHON_VERSION%%/site-packages/makbacl.py
lib/%%PYTHON_VERSION%%/site-packages/parrot.py
lib/%%PYTHON_VERSION%%/site-packages/pparser.py
lib/%%PYTHON_VERSION%%/site-packages/tokpos.py
lib/%%PYTHON_VERSION%%/site-packages/util.py
%%PORTDOCS%%share/doc/parrot/INTRO
%%PORTDOCS%%share/doc/parrot/README
%%PORTDOCS%%share/doc/parrot/SPEC
%%PORTDOCS%%@dirrm share/doc/parrot