mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
net/py-pysendfile: Modernise: STAGE, AUTOPLIST and more
- Enable STAGE support - Enable AUTOPLIST, delete pkg-plist - Add LICENSE (MIT) - Deprecate easy_install target - Deprecate EASYINSTALL_ARCHDEP - Remove indefinite article from COMMENT - pkg-descr: Tab to space in WWW: - Bump PORTREVISION
This commit is contained in:
parent
c84c4c2e45
commit
f9b3235e48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342122
@ -3,18 +3,20 @@
|
|||||||
|
|
||||||
PORTNAME= pysendfile
|
PORTNAME= pysendfile
|
||||||
PORTVERSION= 2.0.0
|
PORTVERSION= 2.0.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net python devel
|
CATEGORIES= net python devel
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= koobs@FreeBSD.org
|
MAINTAINER= koobs@FreeBSD.org
|
||||||
COMMENT= A Python interface to sendfile(2)
|
COMMENT= Python interface to sendfile(2)
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
CONFLICTS_INSTALL= py*-sendfile-[0-9]*
|
CONFLICTS_INSTALL= py*-sendfile-[0-9]*
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= easy_install
|
USE_PYDISTUTILS= yes
|
||||||
PYEASYINSTALL_ARCHDEP= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -3,4 +3,4 @@ from one file descriptor to another (a socket). The phrase "zero-copy" refers
|
|||||||
to the fact that all of the copying of data between the two descriptors is
|
to the fact that all of the copying of data between the two descriptors is
|
||||||
done entirely by the kernel, with no copying of data into userspace buffers.
|
done entirely by the kernel, with no copying of data into userspace buffers.
|
||||||
|
|
||||||
WWW: http://code.google.com/p/pysendfile
|
WWW: http://code.google.com/p/pysendfile
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sendfile.so
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sendfile.py
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sendfile.pyc
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sendfile.pyo
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/native_libs.txt
|
|
||||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
|
|
||||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
Loading…
Reference in New Issue
Block a user