Add py-ll-core 0.3, utility functions and classes used by the other

LivingLogic packages.

PR:		ports/82578
Submitted by:	Choe, Cheng-Dae
This commit is contained in:
Michael Johnson 2005-06-24 06:28:28 +00:00
parent d4b0bd1893
commit 1aa0b006c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137952
5 changed files with 33 additions and 0 deletions

View file

@ -1310,6 +1310,7 @@
SUBDIR += py-istring
SUBDIR += py-kjbuckets
SUBDIR += py-kqueue
SUBDIR += py-ll-core
SUBDIR += py-log4py
SUBDIR += py-logging
SUBDIR += py-logilab-common

21
devel/py-ll-core/Makefile Normal file
View file

@ -0,0 +1,21 @@
# New ports collection makefile for: ll-core
# Date created: 2005-06-23
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= ll-core
PORTVERSION= 0.3
CATEGORIES= devel python
MASTER_SITES= http://ftp.livinglogic.de/core/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= whitekid@gmail.com
COMMENT= Utility functions and classes used by the other LivingLogic packages
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
USE_BZIP2= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (ll-core-0.3.tar.bz2) = a88d1a7f953afc5cb21b20caa9fcafdb
SIZE (ll-core-0.3.tar.bz2) = 6072

View file

@ -0,0 +1,4 @@
This package contains various utility functions and classes used by the other
LivingLogic sub-packages.
WWW: http://www.livinglogic.de/Python/core/

View file

@ -0,0 +1,5 @@
@comment $FreeBSD$
%%PYTHON_SITELIBDIR%%/ll/__init__.py
%%PYTHON_SITELIBDIR%%/ll/__init__.pyc
%%PYTHON_SITELIBDIR%%/ll/__init__.pyo
@dirrm %%PYTHON_SITELIBDIR%%/ll