Import py26-julio-0.4.0 as wip/py-julio.
Julio (named after Julia that is the Java implementation) is a Python implementation of the Fractal component model. Julio has also be developed mainly for personal use. It is intended to be compliant to Fractal 3.1 (no templates for the moment).
This commit is contained in:
parent
3c016ea772
commit
f7311df0de
4 changed files with 63 additions and 0 deletions
4
py-julio/DESCR
Normal file
4
py-julio/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Julio (named after Julia that is the Java implementation) is a Python
|
||||
implementation of the Fractal component model. Julio has also
|
||||
be developed mainly for personal use. It is intended to be compliant to
|
||||
Fractal 3.1 (no templates for the moment).
|
20
py-julio/Makefile
Normal file
20
py-julio/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 12:09:34 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= julio-0.4.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.lifl.fr/~marvie/download/
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://www.lifl.fr/~marvie/software/julio.html
|
||||
COMMENT= Python Implementation of the Fractal Specification
|
||||
#LICENSE= # TODO: (see mk/license.mk)
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
34
py-julio/PLIST
Normal file
34
py-julio/PLIST
Normal file
|
@ -0,0 +1,34 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/31 12:09:34 jihbed Exp $
|
||||
${PYSITELIB}/fractal/Fractal.py
|
||||
${PYSITELIB}/fractal/Fractal.pyc
|
||||
${PYSITELIB}/fractal/Fractal.pyo
|
||||
${PYSITELIB}/fractal/__init__.py
|
||||
${PYSITELIB}/fractal/__init__.pyc
|
||||
${PYSITELIB}/fractal/__init__.pyo
|
||||
${PYSITELIB}/fractal/api.py
|
||||
${PYSITELIB}/fractal/api.pyc
|
||||
${PYSITELIB}/fractal/api.pyo
|
||||
${PYSITELIB}/fractal/control.py
|
||||
${PYSITELIB}/fractal/control.pyc
|
||||
${PYSITELIB}/fractal/control.pyo
|
||||
${PYSITELIB}/fractal/factory.py
|
||||
${PYSITELIB}/fractal/factory.pyc
|
||||
${PYSITELIB}/fractal/factory.pyo
|
||||
${PYSITELIB}/fractal/naming.py
|
||||
${PYSITELIB}/fractal/naming.pyc
|
||||
${PYSITELIB}/fractal/naming.pyo
|
||||
${PYSITELIB}/fractal/type.py
|
||||
${PYSITELIB}/fractal/type.pyc
|
||||
${PYSITELIB}/fractal/type.pyo
|
||||
${PYSITELIB}/julio/Main.py
|
||||
${PYSITELIB}/julio/Main.pyc
|
||||
${PYSITELIB}/julio/Main.pyo
|
||||
${PYSITELIB}/julio/__init__.py
|
||||
${PYSITELIB}/julio/__init__.pyc
|
||||
${PYSITELIB}/julio/__init__.pyo
|
||||
${PYSITELIB}/julio/basic.py
|
||||
${PYSITELIB}/julio/basic.pyc
|
||||
${PYSITELIB}/julio/basic.pyo
|
||||
${PYSITELIB}/julio/basic_itf.py
|
||||
${PYSITELIB}/julio/basic_itf.pyc
|
||||
${PYSITELIB}/julio/basic_itf.pyo
|
5
py-julio/distinfo
Normal file
5
py-julio/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/31 12:09:34 jihbed Exp $
|
||||
|
||||
SHA1 (julio-0.4.0.tar.gz) = 72935dd34280a5c5f61b4feed3a4e967be6bc3e5
|
||||
RMD160 (julio-0.4.0.tar.gz) = 5b0cc635209d2cc51b73e80d622f719ca85535af
|
||||
Size (julio-0.4.0.tar.gz) = 10039 bytes
|
Loading…
Reference in a new issue