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
pftpd Multithreaded anonymous FTP daemon
1.0.3_3 ftp on this many watch lists=3 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 1.0.3_2Version 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: 2002-03-17 16:08:24
Last Update: 2024-01-09 08:00:39
Commit Hash: a36cd93
People watching this port, also watch:: profxp, proftpd
License: not specified in port
WWW:
https://www.lysator.liu.se/~pen/pftpd/
Description:
Pftpd is an implementation of an anonymous FTP daemon written from scratch. It uses multithreading (where available) in order to be lightweight, but still have high performance.
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 (3 items)
Collapse this list.
  1. sbin/pftpd
  2. share/man/man1/pftpd.1.gz
  3. share/man/man1/rpad.1.gz
Collapse this list.
Dependency lines:
  • pftpd>0:ftp/pftpd
To install the port:
cd /usr/ports/ftp/pftpd/ && make install clean
To add the package, run one of these commands:
  • pkg install ftp/pftpd
  • pkg install pftpd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pftpd
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (pftpd-1.0.3.tar.gz) = 2e60df82de5302d904823287931ac6b001bee0fea0de3155fadc0b70cfbf444e SIZE (pftpd-1.0.3.tar.gz) = 234154

Packages (timestamps in pop-ups are UTC):
pftpd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.3_31.0.3_31.0.3_21.0.3_31.0.3_3-1.0.3_2-
FreeBSD:13:quarterly1.0.3_21.0.3_21.0.3_21.0.3_21.0.3_21.0.3_21.0.3_21.0.3_2
FreeBSD:14:latest1.0.3_31.0.3_31.0.3_21.0.3_31.0.3_31.0.3_2-1.0.3_2
FreeBSD:14:quarterly1.0.3_21.0.3_2-1.0.3_21.0.3_21.0.3_21.0.3_21.0.3_2
FreeBSD:15:latest1.0.3_31.0.3_3n/a1.0.3_3n/a1.0.3_31.0.3_31.0.3_3
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
ftp_pftpd
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. ftp://ftp.ifm.liu.se/pub/unix/pftpd/
Collapse this list.

Number of commits found: 38

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.3_3
09 Jan 2024 08:00:39
commit hash: a36cd930e2004fb07238da7b4aa64a52117e7e11commit hash: a36cd930e2004fb07238da7b4aa64a52117e7e11commit hash: a36cd930e2004fb07238da7b4aa64a52117e7e11commit hash: a36cd930e2004fb07238da7b4aa64a52117e7e11 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eleminate its usage  and move man to share/man
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)
1.0.3_2
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)
1.0.3_2
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)
1.0.3_2
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.
1.0.3_2
01 Sep 2020 12:25:14
Revision:547269Original commit files touched by this commit
se search for other commits by this committer
Remove -fcommon and deprecation notice

The port has been fixed to build with -fno-common
1.0.3_2
01 Sep 2020 12:12:50
Revision:547267Original commit files touched by this commit
se search for other commits by this committer
Fix build with clang11
1.0.3_1
30 Aug 2020 09:47:50
Revision:547044Original commit files touched by this commit
zeising search for other commits by this committer
Extend expiration of ports broken with -fno-common

Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date.  The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall.  This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.

MFH:		2020Q3 (maybe)
1.0.3
29 Aug 2020 10:39:06
Revision:546901Original commit files touched by this commit
tcberner search for other commits by this committer
ftp/: Fix build with clang11 and deprecate ports@ ports
1.0.3
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
1.0.3
26 Mar 2015 14:18:51
Revision:382318Original commit files touched by this commit
marino search for other commits by this committer
ftp/pftpd: Add DragonFly support

Bring in fix from dports (port is not maintained)
1.0.3
24 Mar 2015 18:19:24
Revision:382150Original commit files touched by this commit
marino search for other commits by this committer
4 ports categories: Remove $PTHREAD_LIBS

Categories: www, ftp, net-im, net-mgmt

approved by:	PTHREAD blanket
1.0.3
08 Feb 2014 14:23:50
Revision:343336Original commit files touched by this commit
danilo search for other commits by this committer
- Add stage support
1.0.3
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)
1.0.3
16 Jul 2013 05:47:05
Revision:323094Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.0.3

PR:		180508
Submitted by:	ports fury
1.0.2
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
1.0.2
09 Mar 2010 18:25:50
Original commit files touched by this commit
ed search for other commits by this committer
Remove unneeded patch.

Don't link against libcompat if we don't use any of its symbols.

Approved by:    erwin (portmgr, implicit)
1.0.2
20 Nov 2009 22:53:09
Original commit files touched by this commit
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
1.0.2
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
1.0.2
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.2
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)
1.0.2
19 Oct 2007 05:34:37
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 1.0.2
1.0.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
1.0.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
1.0.1_1
08 Nov 2005 02:48:07
Original commit files touched by this commit
mnag search for other commits by this committer
Use mkstemp() instead of mktemp()
Bump PORTREVISION

PR:             88633
Submitted by:   chinsan <chinsan.tw@gmail.com>
1.0.1
25 May 2005 07:35:19
Original commit files touched by this commit
jylefort search for other commits by this committer
- Update to 1.0.1
- Add a mirror site, since the primary site is temporarily unreachable
- Remove RESTRICTED, as the license now allows redistribution

PR:             ports/81411
Submitted by:   Johan van Selst <johans@stack.nl>
0.42
21 May 2005 17:20:22
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Unfetchable
0.42
11 May 2004 01:37:22
Original commit files touched by this commit
eik search for other commits by this committer
Drop maintainership.

PR:             66502
Submitted by:   Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer)
0.42
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.42
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
0.42
01 Aug 2003 09:03:37
Original commit files touched by this commit
krion search for other commits by this committer
Fix build on -current

Submitted by:   kris via bento
Approved by:    fjoe (mentor) (implicit)
0.42
30 Jul 2003 21:58:37
Original commit files touched by this commit
kris search for other commits by this committer
Consolidate NO_CDROM and NO_PACKAGE into RESTRICTED, and mark BROKEN on
5.x (does not compile)
0.42
21 Feb 2003 12:00:40
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.42
18 May 2002 06:13:57
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.42

PR:             38206
Submitted by:   maintainer
0.39
15 May 2002 13:15:04
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.39

PR:             38094
Submitted by:   maintainer
0.33
28 Mar 2002 16:20:25
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.3.3

PR:             36422
Submitted by:   maintainer
0.31
17 Mar 2002 16:15:50
Original commit files touched by this commit
ijliao search for other commits by this committer
add WWW:
0.31
17 Mar 2002 16:08:13
Original commit files touched by this commit
kevlo search for other commits by this committer
Initial import of pftpd-0.31.

Pftpd is the multithreaded anonymous FTP daemon.

PR: 36012
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>

Number of commits found: 38