Port details |
- ftpcopy Command line FTP tools for listing and mirroring
- 0.6.7_1 ftp =7 0.6.7_1Version of this port present on the latest quarterly branch.
- Maintainer: mandree@FreeBSD.org
- Port Added: 2000-07-05 13:34:49
- Last Update: 2024-03-06 04:31:52
- Commit Hash: ddef7b8
- People watching this port, also watch:: wget, autoconf, gdbm, unzip, m4
- License: GPLv2
- WWW:
- https://www.ohse.de/uwe/ftpcopy.html
- Description:
- Two command line ftp tools.
ftpcopy is a simple FTP client written to copy files or directories
(recursively) from a FTP server. It's main purpose is to mirror FTP sites which
support the MLSD/MLST commands or which employ the EPLF directory listing
format, although it also supports the traditional listing format (/bin/ls).
ftpls is a FTP client which generates directory listings, either in plain text
or HTML format.
The tools only support passive mode FTP, intentionally.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/ftp/ftpcopy/ && make install clean
- To add the package, run one of these commands:
- pkg install ftp/ftpcopy
- pkg install ftpcopy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ftpcopy
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ftpcopy-0.6.7.tar.gz) = ab5369e1873c50b3370f40bf6cd02b7fb858e05e77eea4c9fda0c025629f2ca3
SIZE (ftpcopy-0.6.7.tar.gz) = 134956
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:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ftpcopy-0.6.7_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- ftp_ftpcopy
- USES:
- perl5
- 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 |
0.6.7_1 06 Mar 2024 04:31:52 |
Cy Schubert (cy) |
ftp/ftpcopy: Bump PORTREVISION
Fixes: 4ec061868835 |
0.6.7 06 Mar 2024 04:15:50 |
Cy Schubert (cy) |
ftp/ftpcopy: Move man pages
Approved by: portmgr (blanket) |
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) |
0.6.7 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 ) |
0.6.7 20 Jul 2022 14:21:53 |
Tobias C. Berner (tcberner) |
ftp: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexander Kriventsov
* Anders Nordby <anders@fix.no>
* Andreas Fehlner <fehlner@gmx.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Chris Piazza <cpiazza@FreeBSD.org>
* Damjan Marion <dmarion@open.hr>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com> (Only the first 15 lines of the commit message are shown above ) |
0.6.7 07 Nov 2021 12:14:54 |
Piotr Kubaj (pkubaj) |
ftp/ftpcopy: fix build on non-x86
Use GCC since clang doesn't like regparm, but GCC ignores it. |
0.6.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.7 02 Jan 2021 01:46:09 |
linimon |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
0.6.7 09 Oct 2019 10:40:21 |
bapt |
Drop the ipv6 virtual category for f* category as it is not relevant anymore |
0.6.7 31 Mar 2019 13:07:08 |
danfe |
Spell FTP properly (uppercased) when it does not refer to a command name. |
0.6.7 11 Dec 2018 09:31:32 |
amdmi3 |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
0.6.7 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
0.6.7 26 May 2017 14:27:45 |
linimon |
These ports fail the same way on armv6 as they do on aarch64.
Approved by: portmgr (tier-2 blanket) |
0.6.7 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.6.7 08 Nov 2016 19:29:57 |
linimon |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
0.6.7 08 Nov 2016 09:08:15 |
linimon |
Mark as broken on arm64.
Approved by: portmgr (tier-2 blanket) |
0.6.7 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.6.7 20 Oct 2014 15:20:22 |
bapt |
Clean up plist |
0.6.7 28 Jul 2014 18:44:43 |
adamw |
Rename finance/ and ftp/ patch-xy patches to reflext the files they modify. |
0.6.7 03 Jul 2014 18:18:03 |
adamw |
Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
Approved by: portmgr (blanket) |
0.6.7 21 Feb 2014 13:36:50 |
ehaupt |
Remove trailing whitespaces from category ftp |
0.6.7 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.6.7 06 Oct 2013 22:06:44 |
mandree |
Support staging; cleanup !NOPORTDOCS -> PORT_OPTIONS:MDOCS |
0.6.7 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
0.6.7 02 Sep 2013 09:22:47 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.6.7 11 Jan 2011 12:05:09 |
mandree |
Remove NO_SIZE line.
Remove MD5 hash while we're here.
In partial fix for
PR: ports/153544
Submitted by: Eitan Adler |
0.6.7 13 Jun 2010 11:57:36 |
mandree |
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit) |
0.6.7 25 Mar 2008 04:44:02 |
edwin |
add SIZE, comment NO_SIZE |
0.6.7 22 Jan 2006 09:48:59 |
edwin |
SHA256ify
Approved by: krion@ |
0.6.7 19 Aug 2004 19:07:12 |
vs |
Fix a locale-dependent build failure.
PR: ports/70670
Submitted by: Matthias Andree (maintainer) |
0.6.7 13 Aug 2004 16:52:19 |
krion |
Update to version 0.6.7
PR: ports/70420
Submitted by: maintainer |
0.6.5 06 Oct 2003 06:45:12 |
leeym |
Update to 0.6.5
PR: 57633
Submitted by: Matthias Andree <matthias.andree@gmx.de> |
0.6.4 01 Aug 2003 08:08:14 |
krion |
Fix build on -current
PR: 55139
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit) |
0.6.4 31 Jul 2003 19:40:29 |
krion |
Update to 0.6.4
* Fix HTML output of ftpls
* Change maintainer address (same maintainer, different mail
address)
* Install HTML documents about ftpcopy and ftpls.
PR: 55120
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit) |
0.6.2 21 Feb 2003 12:00:40 |
knu |
De-pkg-comment. |
0.6.2 11 Feb 2003 13:52:07 |
roam |
Update to 0.6.2.
PR: 47865
Submitted by: maintainer |
0.6.1 29 Jan 2003 17:09:58 |
nork |
Update to 0.6.1
PR: ports/47635
Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer) |
0.6.0 27 Jan 2003 15:53:11 |
arved |
Update to 0.6.0 Add ipv6 to Categories
PR: 47526
Submitted by: Matthias Andree <matthias.andree@web.de> |
0.5.2 20 Nov 2002 04:23:16 |
ijliao |
make build happy
PR: 45505
Submitted by: maintainer |
0.5.2 17 Oct 2002 10:22:55 |
obraun |
Upgrade to 0.5.2.
PR: ports/44163
Submitted by: maintainer |
0.5.1 30 Aug 2002 12:44:19 |
sobomax |
Hand over maintainership to Matthias Andree <matthias.andree@web.de>. |
0.5.1 30 Aug 2002 12:01:08 |
sobomax |
Update to 0.5.1.
PR: 40460 40668 41675
Submitted by: Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
Oliver Braun <obraun@informatik.unibw-muenchen.de> |
18 Feb 2002 08:21:08 |
sobomax |
Update to 0.4.8. |
17 Dec 2001 13:13:04 |
sobomax |
Update to 0.4.6. |
16 Dec 2001 07:10:24 |
sobomax |
Update to 0.4.5. |
07 Sep 2001 12:33:34 |
sobomax |
Update to 0.4.2. |
31 Jul 2001 14:22:24 |
sobomax |
Update to 0.4.0. |
17 Apr 2001 14:21:54 |
sobomax |
Update to 0.3.7. |
26 Feb 2001 10:11:45 |
sobomax |
Update to 0.3.5. |
01 Nov 2000 15:51:11 |
sobomax |
Whitespace-only: Make indentation uniform across my ports. |
08 Oct 2000 02:04:17 |
asami |
Convert category ftp to new layout. |
05 Oct 2000 09:11:47 |
sobomax |
Update to 0.3.3. |
05 Sep 2000 07:23:31 |
sobomax |
Update to 0.3.2. |
17 Jul 2000 09:31:57 |
sobomax |
Remove extra whiteline. |
17 Jul 2000 09:27:40 |
sobomax |
Update to 0.3.0. |
05 Jul 2000 17:34:49 |
sobomax |
Add ftpcopy, a two command line ftp tools. |