add py-dialog 1.0
Python Dialog
This commit is contained in:
parent
e40f019308
commit
b2d770aaba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66207
6 changed files with 37 additions and 0 deletions
|
@ -626,6 +626,7 @@
|
|||
SUBDIR += py-ciphon
|
||||
SUBDIR += py-coro
|
||||
SUBDIR += py-cxx
|
||||
SUBDIR += py-dialog
|
||||
SUBDIR += py-fileutils
|
||||
SUBDIR += py-fortran
|
||||
SUBDIR += py-freebsd
|
||||
|
|
30
devel/py-dialog/Makefile
Normal file
30
devel/py-dialog/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: pythondialog
|
||||
# Date created: Sep 12, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dialog
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pythondialog
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= dialog
|
||||
EXTRACT_SUFX= .py
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PYTHON= yes
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS= # empty
|
||||
EXTRACT_AFTER_ARGS= ${WRKDIR}
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/dialog.py ${PYTHON_SITELIBDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/py-dialog/distinfo
Normal file
1
devel/py-dialog/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (dialog.py) = 544159de3a3908918e5f7b63d9f9097f
|
1
devel/py-dialog/pkg-comment
Normal file
1
devel/py-dialog/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Python Dialog
|
3
devel/py-dialog/pkg-descr
Normal file
3
devel/py-dialog/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is a Python module for making simple Text/Console-mode user interfaces.
|
||||
|
||||
WWW: http://pythondialog.sourceforge.net/
|
1
devel/py-dialog/pkg-plist
Normal file
1
devel/py-dialog/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%PYTHON_SITELIBDIR%%/dialog.py
|
Loading…
Reference in a new issue