Port details |
- py-s3cmd Unix-like tools to manipulate stored files from the command line
- 2.4.0_2 net =6 2.4.0_2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2007-06-07 10:12:54
- Last Update: 2024-04-13 14:47:51
- Commit Hash: 84a372a
- People watching this port, also watch:: pkg, python27, libxml2, git, mercurial
- Also Listed In: python
- License: GPLv2+
- WWW:
- https://s3tools.org/s3cmd
- Description:
- s3cmd - Unix-like tools to manipulate stored files from the command line.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}s3cmd>0:net/py-s3cmd@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-s3cmd/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-s3cmd
- pkg install py39-s3cmd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-s3cmd listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-s3cmd
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1702376462
SHA256 (s3cmd-2.4.0.tar.gz) = 6b567521be1c151323f2059c8feec85ded96b6f184ff80535837fea33798b40b
SIZE (s3cmd-2.4.0.tar.gz) = 144976
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-python-dateutil>0 : devel/py-python-dateutil@py39
- py39-magic>0 : devel/py-magic@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-s3cmd-2.4.0_2:
DOCS=on: Build and/or install documentation
====> Options available for the single SG1: you have to select exactly one of them
MAGIC=on: Use devel/py-magic
PYTHON_MAGIC=off: Use devel/py-python-magic
===> Use 'make config' to modify these settings
- Options name:
- net_py-s3cmd
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.0_2 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
2.4.0_1 30 Jan 2024 21:39:24 |
Muhammad Moinur Rahman (bofh) |
net/py-s3cmd: Moved man to share/man |
2.4.0 12 Dec 2023 10:26:22 |
Muhammad Moinur Rahman (bofh) |
net/py-s3cmd: Update version 2.3.0=>2.4.0
Changelog: https://github.com/s3tools/s3cmd/releases/tag/v2.4.0 |
2.3.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.3.0 05 Nov 2022 20:38:22 |
Muhammad Moinur Rahman (bofh) |
net/py-s3cmd: Update version 2.2.0=>2.3.0
Relnotes: https://github.com/s3tools/s3cmd/releases/tag/v2.3.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2.0 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.2.0 28 Sep 2021 03:53:49 |
Muhammad Moinur Rahman (bofh) |
net/py-s3cmd: Update version 2.1.0=>2.2.0
Relnotes: https://github.com/s3tools/s3cmd/releases/tag/v2.2.0 |
2.1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.0_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.1.0_1 28 Sep 2020 13:47:09 |
dvl |
add option for devel/py-python-magic
PR: 249892
Submitted by: Dan Langille <dvl@FreeBSD.org>
Approved by: portmgr (blanket) |
2.1.0 24 Apr 2020 02:18:46 |
bofh |
net/py-s3cmd: Update version 2.0.2>2.1.0
- Remove USES=flavors as we do not flavorize commands [1]
Reported by: mat [1] |
2.0.2_1 13 Apr 2019 00:31:33 |
bofh |
net/py-s3cmd: Make compatible with PYTHON 3
- Flavorize |
2.0.2 13 Dec 2018 09:31:33 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
2.0.2 23 Jul 2018 11:46:24 |
bofh |
net/py-s3cmd: Update version 2.0.1=>2.0.2
Relnotes: https://s3tools.org/news |
2.0.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.0.1 24 Apr 2018 00:19:52 |
bofh |
net/py-s3cmd: Update version 2.0.0=>2.0.1
Relnotes: https://github.com/s3tools/s3cmd/releases/tag/v2.0.1 |
2.0.0_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
2.0.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.0.0 19 Sep 2017 02:03:34 |
bofh |
net/py-s3cmd: Update version 1.6.1=>2.0.0
Relnotes: http://s3tools.org/news |
1.6.1 10 Apr 2016 21:32:30 |
bofh |
net/py-s3cmd: Update version 1.6.0=>1.6.1 |
1.6.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.6.0 03 Nov 2015 11:32:44 |
bofh |
net/py-s3cmd: Update version 1.5.2=>1.6.0
PR: 204232
Submitted by: cvetomirconev@gmail.com |
1.5.2 20 Sep 2015 20:54:09 |
olgeni |
Typos, whitespace and capitalization fixes (G-P). |
1.5.2 28 Aug 2015 13:39:57 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket |
1.5.2 11 Feb 2015 13:08:31 |
bofh |
net/py-s3cmd: Update version 1.5.0=>1.5.2
- Add LICENSE (GPLv2)
- Take maintainership
Approved by: bapt marino (implicit) |
1.5.0 17 Jan 2015 16:07:36 |
vanilla |
Upgrade to 1.5.0. |
1.5.0.r1_1 02 Dec 2014 22:40:57 |
bapt |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
1.5.0.r1_1 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
1.5.0.r1_1 01 Oct 2014 16:51:05 |
bdrewery |
- Add missing run dependency on devel/py-dateutil
- Fix WWW |
1.5.0.r1 31 Jul 2014 14:43:20 |
wg |
net/py-s3cmd: update to 1.5.0
- Use auto plist
PR: 191358
Submitted by: rianoljou kkbox com
Approved by: maintainer (timeout) |
1.0.1_1 15 Jul 2014 16:36:19 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.0.1_1 10 Apr 2014 02:30:10 |
bdrewery |
- Support stage
- Convert to optionsng |
1.0.1_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.0.1_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.0.1_1 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
1.0.1_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.0.1_1 19 Sep 2011 17:13:26 |
sunpoet |
- Drop devel/py-elementtree dependency
- Restrict USE_PYTHON range
- Bump PORTREVISION for dependency change
PR: ports/160478
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days) |
1.0.1 20 Jun 2011 08:05:14 |
clsung |
- Update to 1.0.1 |
1.0.0 05 Feb 2011 10:52:47 |
miwi |
- Update to 1.0.0
PR: 153834
Submitted by: lwhsu
Approved by: maintainer timeout
Feature safe: yes |
1.0.0.r1 31 Dec 2010 01:54:16 |
clsung |
- Update to 1.0.0-rc1
PR: ports/153420
Submitted by: lwhsu |
0.9.9.91 10 Dec 2009 10:33:52 |
clsung |
- Update to - Update to 0.9.9.91
PR: ports/141201
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.9.9 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.9.9 25 Mar 2009 02:06:08 |
clsung |
- update to 0.9.9 from 0.9.8.4
PR: ports/132590
Submitted by: Wen Heping <wenheping_AT_gmail dot com> |
0.9.8.4 03 Feb 2009 01:27:21 |
clsung |
- Update to 0.9.8.4 |
0.9.8.3 27 Sep 2008 08:04:17 |
clsung |
- Update to 0.9.8.3 |
0.9.8 04 Sep 2008 14:18:38 |
clsung |
- Update to 0.9.8 |
0.9.7 27 Aug 2008 07:31:56 |
clsung |
- Update to 0.9.7 |
0.9.6 01 Apr 2008 07:57:11 |
clsung |
- Update to 0.9.6 |
0.9.5 12 Dec 2007 03:51:44 |
clsung |
- Update to 0.9.5
PR: ports/118099
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.9.4 14 Aug 2007 08:55:45 |
clsung |
- Update to 0.9.4 |
0.9.3 14 Jun 2007 02:30:07 |
clsung |
- Update to 0.9.3
- reset maintainship (I'll take it, since python@ is moderated)
PR: ports/113532
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.9.2 07 Jun 2007 10:08:03 |
clsung |
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> |