mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Add py-s3cmd 0.9.2, unix-like tools to manipulate stored files from the
command line. PR: ports/112334 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
6a3d9d6e61
commit
a9c97e657e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192999
5 changed files with 73 additions and 0 deletions
|
@ -681,6 +681,7 @@
|
|||
SUBDIR += py-rrdpipe
|
||||
SUBDIR += py-rrdtool_lgpl
|
||||
SUBDIR += py-rt
|
||||
SUBDIR += py-s3cmd
|
||||
SUBDIR += py-samba
|
||||
SUBDIR += py-smb
|
||||
SUBDIR += py-smbpasswd
|
||||
|
|
35
net/py-s3cmd/Makefile
Normal file
35
net/py-s3cmd/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# New ports collection makefile for: s3cmd
|
||||
# Date created: 2007-05-02
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= s3cmd
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= SOURCEFORGE
|
||||
MASTER_SITE_SUBDIR= s3tools
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Unix-like tools to manipulate stored files from the command line
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
|
||||
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_PYTHON= yes
|
||||
|
||||
MAN1= s3cmd.1
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/^os.system/d' -e 's,share/man/man1,man/man1,' \
|
||||
${WRKSRC}/setup.py
|
||||
.ifndef(NOPORTDOCS)
|
||||
${REINPLACE_CMD} -e 's,share/doc/packages/s3cmd,share/doc/s3cmd,' \
|
||||
${WRKSRC}/setup.py
|
||||
.else
|
||||
${REINPLACE_CMD} -e '/share.doc.packages.s3cmd/d' ${WRKSRC}/setup.py
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/py-s3cmd/distinfo
Normal file
3
net/py-s3cmd/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (s3cmd-0.9.2.tar.gz) = ed6742fc77e635aa221dedfbae1596f5
|
||||
SHA256 (s3cmd-0.9.2.tar.gz) = 7ae19635b1865d510ff3ea18777972a07c01db8b75e07e99925e4fd94c288204
|
||||
SIZE (s3cmd-0.9.2.tar.gz) = 17402
|
3
net/py-s3cmd/pkg-descr
Normal file
3
net/py-s3cmd/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
s3cmd - unix-like tools to manipulate stored files from the command line.
|
||||
|
||||
WWW: http://s3tools.logix.cz/s3cmd
|
31
net/py-s3cmd/pkg-plist
Normal file
31
net/py-s3cmd/pkg-plist
Normal file
|
@ -0,0 +1,31 @@
|
|||
@comment $FreeBSD$
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PYTHON_SITELIBDIR%%/S3/BidirMap.py
|
||||
%%PYTHON_SITELIBDIR%%/S3/BidirMap.pyc
|
||||
%%PYTHON_SITELIBDIR%%/S3/BidirMap.pyo
|
||||
%%PYTHON_SITELIBDIR%%/S3/Config.py
|
||||
%%PYTHON_SITELIBDIR%%/S3/Config.pyc
|
||||
%%PYTHON_SITELIBDIR%%/S3/Config.pyo
|
||||
%%PYTHON_SITELIBDIR%%/S3/PkgInfo.py
|
||||
%%PYTHON_SITELIBDIR%%/S3/PkgInfo.pyc
|
||||
%%PYTHON_SITELIBDIR%%/S3/PkgInfo.pyo
|
||||
%%PYTHON_SITELIBDIR%%/S3/S3.py
|
||||
%%PYTHON_SITELIBDIR%%/S3/S3.pyc
|
||||
%%PYTHON_SITELIBDIR%%/S3/S3.pyo
|
||||
%%PYTHON_SITELIBDIR%%/S3/S3Uri.py
|
||||
%%PYTHON_SITELIBDIR%%/S3/S3Uri.pyc
|
||||
%%PYTHON_SITELIBDIR%%/S3/S3Uri.pyo
|
||||
%%PYTHON_SITELIBDIR%%/S3/SortedDict.py
|
||||
%%PYTHON_SITELIBDIR%%/S3/SortedDict.pyc
|
||||
%%PYTHON_SITELIBDIR%%/S3/SortedDict.pyo
|
||||
%%PYTHON_SITELIBDIR%%/S3/Utils.py
|
||||
%%PYTHON_SITELIBDIR%%/S3/Utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/S3/Utils.pyo
|
||||
%%PYTHON_SITELIBDIR%%/S3/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/S3/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/S3/__init__.pyo
|
||||
bin/s3cmd
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/S3
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Add table
Reference in a new issue