1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Stage support [1]

- Add LICENSE [1]
- Add a mirror
- Convert to optionNG
- Pass maintainership to submitter

PR:		188484 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
This commit is contained in:
Wen Heping 2014-04-12 13:13:52 +00:00
parent 0cc5aa4379
commit 1de36e1368
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351091
3 changed files with 15 additions and 15 deletions

View File

@ -5,27 +5,29 @@ PORTNAME= durus
PORTVERSION= 3.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://www.mems-exchange.org/software/durus/
MASTER_SITES= CHEESESHOP \
http://www.mems-exchange.org/software/durus/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Durus-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= A persistent object storage system for Python
MAINTAINER= ports@robakdesign.com
COMMENT= Persistent object storage system for Python
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= Durus
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
.if ${PORT_OPTIONS:MDOCS}
@ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in ACKS.txt CHANGES.txt INSTALL.txt LICENSE.txt README.txt doc/FAQ.txt
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,4 +8,4 @@ instance which includes commit() and abort() methods so that changes
are transactional. Durus is best suited to collections of less than a
million instances with relatively stable state.
WWW: http://www.mems-exchange.org/software/durus/
WWW: http://www.mems-exchange.org/software/durus/

View File

@ -1,5 +1,3 @@
bin/durus
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
%%PORTDOCS%%%%DOCSDIR%%/ACKS.txt
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt