diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-01-03 13:49:37 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-01-03 13:49:37 +0000 |
commit | 9a97af02c0423996f8f1fcbf22ce75c0f9337a5d (patch) | |
tree | 4b565b93f07ae1608a2eda946f679835200343e3 /devel/py-anonfunc | |
parent | 610a69b32162e66e8001d35a39c75c4c5d0f43ad (diff) | |
download | ports-9a97af02c0423996f8f1fcbf22ce75c0f9337a5d.tar.gz ports-9a97af02c0423996f8f1fcbf22ce75c0f9337a5d.zip |
Notes
Diffstat (limited to 'devel/py-anonfunc')
-rw-r--r-- | devel/py-anonfunc/Makefile | 21 | ||||
-rw-r--r-- | devel/py-anonfunc/distinfo | 1 | ||||
-rw-r--r-- | devel/py-anonfunc/pkg-descr | 2 | ||||
-rw-r--r-- | devel/py-anonfunc/pkg-plist | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/py-anonfunc/Makefile b/devel/py-anonfunc/Makefile new file mode 100644 index 000000000000..bcba11a8e539 --- /dev/null +++ b/devel/py-anonfunc/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: py-anonfunc +# Date created: 3 January 2004 +# Whom: Hye-Shik Chang +# +# $FreeBSD$ + +PORTNAME= anonfunc +PORTVERSION= 1.0 +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~perky/distfiles/ +MASTER_SITE_SUBDIR= perky +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= perky@FreeBSD.org +COMMENT= Python module that provides easy anonymous function + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> diff --git a/devel/py-anonfunc/distinfo b/devel/py-anonfunc/distinfo new file mode 100644 index 000000000000..cf21657ee53d --- /dev/null +++ b/devel/py-anonfunc/distinfo @@ -0,0 +1 @@ +MD5 (anonfunc-1.0.tar.gz) = 277990cdf180ea78b1e4e9e65888c343 diff --git a/devel/py-anonfunc/pkg-descr b/devel/py-anonfunc/pkg-descr new file mode 100644 index 000000000000..dae80f4ac19b --- /dev/null +++ b/devel/py-anonfunc/pkg-descr @@ -0,0 +1,2 @@ +This package provides very simple proxy object that creates +anonymous functions based on they got operated. diff --git a/devel/py-anonfunc/pkg-plist b/devel/py-anonfunc/pkg-plist new file mode 100644 index 000000000000..48c3d0d22bed --- /dev/null +++ b/devel/py-anonfunc/pkg-plist @@ -0,0 +1,5 @@ +%%PYTHON_SITELIBDIR%%/anonfunc.pth +%%PYTHON_SITELIBDIR%%/anonfunc.so +%%PYTHON_SITELIBDIR%%/anonfuncalias.py +%%PYTHON_SITELIBDIR%%/anonfuncalias.pyc +%%PYTHON_SITELIBDIR%%/anonfuncalias.pyo |