notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ftplib Set of routines that implement the FTP protocol
4.0.1 ftp on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.0.1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-02-11 07:56:19
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: ncftp
License: ART20
WWW:
https://nbpfaus.net/~pfau/ftplib/
Description:
ftplib is a set of routines that implement the FTP protocol. They allow applications to create and access remote files through function calls instead of needing to fork and exec an interactive ftp client program.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. bin/ftpdir
  2. bin/ftpget
  3. bin/ftplist
  4. bin/ftprm
  5. bin/ftpsend
  6. bin/qftp
  7. include/ftplib.h
  8. lib/libftp.a
  9. lib/libftp.so
  10. lib/libftp.so.4
  11. @ldconfig
  12. /usr/local/share/licenses/ftplib-4.0.1/catalog.mk
  13. /usr/local/share/licenses/ftplib-4.0.1/LICENSE
  14. /usr/local/share/licenses/ftplib-4.0.1/ART20
Collapse this list.
Dependency lines:
  • ftplib>0:ftp/ftplib
To install the port:
cd /usr/ports/ftp/ftplib/ && make install clean
To add the package, run one of these commands:
  • pkg install ftp/ftplib
  • pkg install ftplib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ftplib
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1483117428 SHA256 (ftplib-4.0-1.tar.gz) = 9b1e8e2aee2f0798c8399378dd6c2f5e9138017259aa18f18070cdf76b191d8e SIZE (ftplib-4.0-1.tar.gz) = 66896

Packages (timestamps in pop-ups are UTC):
ftplib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.0.14.0.14.0.14.0.14.0.1-4.0.1-
FreeBSD:13:quarterly4.0.14.0.14.0.14.0.14.0.14.0.14.0.14.0.1
FreeBSD:14:latest4.0.14.0.14.0.14.0.14.0.14.0.1-4.0.1
FreeBSD:14:quarterly4.0.14.0.1-4.0.14.0.14.0.14.0.14.0.1
FreeBSD:15:latest4.0.14.0.1n/a4.0.1n/a4.0.14.0.14.0.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Libraries

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. misc/xbiso*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
ftp_ftplib
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://nbpfaus.net/~pfau/ftplib/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
4.0.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
4.0.1
20 Jul 2022 14:21:53
commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bfcommit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bfcommit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bfcommit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
4.0.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.0.1
02 Jan 2017 04:04:06
Revision:430308Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 4.0.1.

PR:		215704
Submitted by:	anastasios at mageirias.com
4.0_1
08 May 2015 14:04:51
Revision:385787Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Don't install static libraries with INSTALL_LIB (part 1/2)

Approved by:	portmgr blanket
MFH:		2015Q2
4.0
25 Jan 2014 20:43:37
Revision:341095Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
USE_GMAKE -> USES=gmake
Simplify do-install
Strip libraries
4.0
20 Sep 2013 17:23:19
Revision:327729Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp)
4.0
15 Jul 2013 14:44:18
Revision:323037Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 4.0
- Trim header

PR:		180506
Submitted by:	Ports Fury
3.1.1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
3.1.1
28 Aug 2009 16:52:33
Original commit files touched by this commit
linimon search for other commits by this committer
Reset beech@FreeBSD.org while he works on restoring his email situation.

Hat:            portmgr
3.1.1
23 Jan 2008 22:43:36
Original commit files touched by this commit
beech search for other commits by this committer
- Adopt orphan ports in ftp category.

Approved by:    linimon (mentor, implicit)
3.1.1
03 Dec 2007 03:56:58
Original commit files touched by this commit
beech search for other commits by this committer
- Fix install of libftp.a
- Pet portlint

PR:             ports/118165
Submitted by:   Stepan Zastupov  <redchrom@gmail.com>
Approved by:    portmgr (linimon, mentor)
3.1.1
14 Aug 2006 23:06:39
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
3.1.1
07 May 2006 11:09:22
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with F
3.1.1
24 Nov 2005 16:27:27
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
3.1.1
09 Nov 2005 16:21:40
Original commit files touched by this commit
vs search for other commits by this committer
Cleanup a bit
3.1.1
09 Mar 2004 16:54:40
Original commit files touched by this commit
trevor search for other commits by this committer
Sunsite has a slightly older distfile, lacking the "mode" feature.
3.1.1
11 Feb 2004 07:55:29
Original commit files touched by this commit
ijliao search for other commits by this committer
add ftplib 3.1-1
A set of routines that implement the FTP protocol

Number of commits found: 19