diff options
author | nivit <nivit@FreeBSD.org> | 2009-08-08 17:21:17 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2009-08-08 17:21:17 +0800 |
commit | 7f6c035f4c91763188f5541941da66fa0f81e923 (patch) | |
tree | b438543ae3721663cf58a2b6a886bba48e99739f /devel | |
parent | 4fbb49dd9abb5f582d61c072327dfed40224cead (diff) | |
download | freebsd-ports-gnome-7f6c035f4c91763188f5541941da66fa0f81e923.tar.gz freebsd-ports-gnome-7f6c035f4c91763188f5541941da66fa0f81e923.tar.zst freebsd-ports-gnome-7f6c035f4c91763188f5541941da66fa0f81e923.zip |
Aspyct AOP engine allows you to perform evolved aspect oriented
programming with Python, while remaining clear and simple.
WWW: http://www.aspyct.org/
PR: ports/137522
Submitted by: Sofian Brabez <sbrabez at gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-aspyct/Makefile | 28 | ||||
-rw-r--r-- | devel/py-aspyct/distinfo | 3 | ||||
-rw-r--r-- | devel/py-aspyct/pkg-descr | 4 | ||||
-rw-r--r-- | devel/py-aspyct/pkg-message | 7 | ||||
-rw-r--r-- | devel/py-aspyct/pkg-plist | 27 |
6 files changed, 70 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ba1034fdcbaf..ed04b8156a6f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2321,6 +2321,7 @@ SUBDIR += py-argparse SUBDIR += py-asn1 SUBDIR += py-aspects + SUBDIR += py-aspyct SUBDIR += py-astng SUBDIR += py-babel SUBDIR += py-bison diff --git a/devel/py-aspyct/Makefile b/devel/py-aspyct/Makefile new file mode 100644 index 000000000000..38f7c78bce8b --- /dev/null +++ b/devel/py-aspyct/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: py-aspyct +# Date created: 2009-08-07 +# Whom: Sofian Brabez <sbrabez@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= aspyct +PORTVERSION= 3.0 +CATEGORIES= devel python +MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:C/a/A/}-${PORTVERSION}_beta_4 + +MAINTAINER= sbrabez@gmail.com +COMMENT= Python library including an aspect-oriented programming (AOP) engine + +USE_PYTHON= 2.5+ +USE_PYDISTUTILS= yes +PYDISTUTILS_EGGINFO= ${DISTNAME}-py${PYTHON_VER}.egg-info + +post-install: +.if !defined(BATCH) + @${CAT} ${PKGMESSAGE} +.endif + +.include <bsd.port.mk> diff --git a/devel/py-aspyct/distinfo b/devel/py-aspyct/distinfo new file mode 100644 index 000000000000..4d5532ac0ff0 --- /dev/null +++ b/devel/py-aspyct/distinfo @@ -0,0 +1,3 @@ +MD5 (Aspyct-3.0_beta_4.tar.gz) = 353a2b0cbffdb28d330455176d0a836c +SHA256 (Aspyct-3.0_beta_4.tar.gz) = e8f00b325191bf104442ec973f687f273ed97bc8beeff21eda9c12e8c8c271f8 +SIZE (Aspyct-3.0_beta_4.tar.gz) = 7463 diff --git a/devel/py-aspyct/pkg-descr b/devel/py-aspyct/pkg-descr new file mode 100644 index 000000000000..12705e6a1b06 --- /dev/null +++ b/devel/py-aspyct/pkg-descr @@ -0,0 +1,4 @@ +Aspyct AOP engine allows you to perform evolved aspect oriented +programming with Python, while remaining clear and simple. + +WWW: http://www.aspyct.org/ diff --git a/devel/py-aspyct/pkg-message b/devel/py-aspyct/pkg-message new file mode 100644 index 000000000000..565a968ab91b --- /dev/null +++ b/devel/py-aspyct/pkg-message @@ -0,0 +1,7 @@ +------------------------------------------------------------- +py-aspyct is installed. + +For a quick start: + - import Aspyct for using this module + - read http://www.aspyct.org/doku.php?id=aspyct-doc +------------------------------------------------------------- diff --git a/devel/py-aspyct/pkg-plist b/devel/py-aspyct/pkg-plist new file mode 100644 index 000000000000..2e2a1f4948b3 --- /dev/null +++ b/devel/py-aspyct/pkg-plist @@ -0,0 +1,27 @@ +@comment $FreeBSD$ +%%PYTHON_SITELIBDIR%%/Aspyct/__init__.py +%%PYTHON_SITELIBDIR%%/Aspyct/__init__.pyc +%%PYTHON_SITELIBDIR%%/Aspyct/__init__.pyo +%%PYTHON_SITELIBDIR%%/Aspyct/aop.py +%%PYTHON_SITELIBDIR%%/Aspyct/aop.pyc +%%PYTHON_SITELIBDIR%%/Aspyct/aop.pyo +%%PYTHON_SITELIBDIR%%/Aspyct/core/__init__.py +%%PYTHON_SITELIBDIR%%/Aspyct/core/__init__.pyc +%%PYTHON_SITELIBDIR%%/Aspyct/core/__init__.pyo +%%PYTHON_SITELIBDIR%%/Aspyct/core/common.py +%%PYTHON_SITELIBDIR%%/Aspyct/core/common.pyc +%%PYTHON_SITELIBDIR%%/Aspyct/core/common.pyo +%%PYTHON_SITELIBDIR%%/Aspyct/core/py2x.py +%%PYTHON_SITELIBDIR%%/Aspyct/core/py2x.pyc +%%PYTHON_SITELIBDIR%%/Aspyct/core/py2x.pyo +%%PYTHON_SITELIBDIR%%/Aspyct/meta.py +%%PYTHON_SITELIBDIR%%/Aspyct/meta.pyc +%%PYTHON_SITELIBDIR%%/Aspyct/meta.pyo +%%PYTHON_SITELIBDIR%%/Aspyct/unit.py +%%PYTHON_SITELIBDIR%%/Aspyct/unit.pyc +%%PYTHON_SITELIBDIR%%/Aspyct/unit.pyo +%%PYTHON_SITELIBDIR%%/Aspyct/utils.py +%%PYTHON_SITELIBDIR%%/Aspyct/utils.pyc +%%PYTHON_SITELIBDIR%%/Aspyct/utils.pyo +@dirrm %%PYTHON_SITELIBDIR%%/Aspyct/core +@dirrm %%PYTHON_SITELIBDIR%%/Aspyct |