summaryrefslogtreecommitdiff
path: root/devel/parrot
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-25 07:42:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-25 07:42:41 +0000
commit17ef2ad67a04207f29add8fc7e705e58809b616f (patch)
tree5b03133e8598123574f1c66f9369b1179bdd79a1 /devel/parrot
parentUse USE_GNOMENG. (diff)
add parrot 0.2.6
The Parrot GUI Builder
Notes
Notes: svn path=/head/; revision=63517
Diffstat (limited to 'devel/parrot')
-rw-r--r--devel/parrot/Makefile36
-rw-r--r--devel/parrot/distinfo1
-rw-r--r--devel/parrot/pkg-comment1
-rw-r--r--devel/parrot/pkg-descr4
-rw-r--r--devel/parrot/pkg-plist15
5 files changed, 57 insertions, 0 deletions
diff --git a/devel/parrot/Makefile b/devel/parrot/Makefile
new file mode 100644
index 000000000000..61feaf3e6d56
--- /dev/null
+++ b/devel/parrot/Makefile
@@ -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>
diff --git a/devel/parrot/distinfo b/devel/parrot/distinfo
new file mode 100644
index 000000000000..e1dccb042fb5
--- /dev/null
+++ b/devel/parrot/distinfo
@@ -0,0 +1 @@
+MD5 (parrot-0.2.6.tgz) = 9c117f98b5c1e55aaa1caac9bdf02fb2
diff --git a/devel/parrot/pkg-comment b/devel/parrot/pkg-comment
new file mode 100644
index 000000000000..57858bc1b7e8
--- /dev/null
+++ b/devel/parrot/pkg-comment
@@ -0,0 +1 @@
+The Parrot GUI Builder
diff --git a/devel/parrot/pkg-descr b/devel/parrot/pkg-descr
new file mode 100644
index 000000000000..7bce679aa2b5
--- /dev/null
+++ b/devel/parrot/pkg-descr
@@ -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
diff --git a/devel/parrot/pkg-plist b/devel/parrot/pkg-plist
new file mode 100644
index 000000000000..0b5263546c00
--- /dev/null
+++ b/devel/parrot/pkg-plist
@@ -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