Add py-generate 2.3, python module to implement generate.

PR:		ports/102541
Submitted by:	D'Arcy J.M. Cain <darcy at druid.net>
This commit is contained in:
Renato Botelho 2006-08-29 16:21:13 +00:00
parent 3159210409
commit 3b2cb054d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171624
4 changed files with 32 additions and 0 deletions

View File

@ -1653,6 +1653,7 @@
SUBDIR += py-fusefs
SUBDIR += py-game
SUBDIR += py-gamin
SUBDIR += py-generate
SUBDIR += py-getargs
SUBDIR += py-gobject
SUBDIR += py-grouch

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: py-generate
# Date created: 26 August 2006
# Whom: D'Arcy J.M. Cain <darcy@druid.net>
#
# $FreeBSD$
#
PORTNAME= generate
PORTVERSION= 2.3
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.druid.net/pub/distrib/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= generate-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= darcy@druid.net
COMMENT= Python module to implement generate
USE_GMAKE= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/generate.so
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (generate-2.3.tgz) = 17862c9fc365796a833b4f45b54518e7
SHA256 (generate-2.3.tgz) = 8601c705be9ae1a0674d07d3d38f4dfbdf732014819eb44ac70ea3d884119861
SIZE (generate-2.3.tgz) = 28752

View File

@ -0,0 +1,3 @@
This module adds the functionality from generate to Python.
WWW: http://www.druid.net/darcy/readme-generate.html