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.

non port: ftp/cmdftp/Makefile

Number of commits found: 30

Friday, 23 Feb 2024
17:58 Muhammad Moinur Rahman (bofh) search for other commits by this committer
ftp/cmdftp: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: d34770b0f3d0ea8735f00a844505b4bf2d5b5463 commit hash: d34770b0f3d0ea8735f00a844505b4bf2d5b5463 commit hash: d34770b0f3d0ea8735f00a844505b4bf2d5b5463 commit hash: d34770b0f3d0ea8735f00a844505b4bf2d5b5463 d34770b
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 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>
  *  Frank DENIS
  *  Frank Laszlo <laszlof@vonostingroup.com>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  George V. Neville-Neil <gnn@FreeBSD.org>
  *  Hye-Shik Chang
  *  Jordan Hubbard <jkh@FreeBSD.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Ju Pengfei <jupengfei@gmail.com>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Mark Johnston <markj@FreeBSD.org>
  *  Martin Matuska (mm@FreeBSD.org)
  *  Marwan BURELLE <marwan.burelle@lri.fr>
  *  Maxim Ignatenko
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner <nbm@rucus.ru.ac.za>
  *  Nick Leuta
  *  Nosov Artem <chip-set@mail.ru>
  *  Petr Holub <hopet@ics.muni.cz>
  *  Philippe Le Berre <philippe@le-berre.com>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Roman Bogorodskiy
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Stephane Legrand
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomokazu ISHII <t-ishii@tryplanet.com>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Wen Heping <wen@FreeBSD.org>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yasuhiro Fukuma <yasuf@big.or.jp>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  ache
  *  cy@FreeBSD.org
  *  ijliao
  *  ports
  *  torstenb
  *  will

With hat:	portmgr
commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf 30cd242
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 31 Mar 2019
13:07 danfe search for other commits by this committer
Spell FTP properly (uppercased) when it does not refer to a command name.
Original commitRevision:497398 
Saturday, 8 Feb 2014
14:20 danilo search for other commits by this committer
- Add stage support
Original commitRevision:343335 
Wednesday, 23 Oct 2013
20:45 ak search for other commits by this committer
- Return ports to the pool

PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
Original commitRevision:331423 
Friday, 20 Sep 2013
17:23 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp)
Original commitRevision:327729 
Thursday, 7 Mar 2013
03:25 bdrewery search for other commits by this committer
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
Original commitRevision:313559 
Tuesday, 1 May 2012
18:54 madpilot search for other commits by this committer
- Update to 0.9.8
- Add LICENSE
- Simplify port

While I'm here add a missing tab.

PR:             ports/167483
Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw>
Appproved by:   crees (mentor)
Original commit
Friday, 4 Dec 2009
02:38 linimon search for other commits by this committer
Reinstate maintainer at his request.
Original commit
Thursday, 26 Nov 2009
00:36 linimon search for other commits by this committer
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.

Requested by:   maintainer
Original commit
Saturday, 19 Sep 2009
04:19 wxs search for other commits by this committer
- Pass maintainer to submitter.

PR:             ports/138957
Submitted by:   Chris Petrik <chris@officialunix.com>
Feature safe:   yes
Original commit
Sunday, 7 Sep 2008
00:19 linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Thursday, 30 Aug 2007
17:17 sat search for other commits by this committer
- Update to 0.9.7
- Clean up
Original commit
Wednesday, 18 Jul 2007
13:53 sat search for other commits by this committer
- Update to 0.9.6
Original commit
Saturday, 7 Jul 2007
19:22 sat search for other commits by this committer
- Update/add mirrors

Reported by:    fenner's distfile survey
Original commit
Monday, 4 Jun 2007
07:29 sat search for other commits by this committer
- Update to 0.9.5
Original commit
Monday, 18 Sep 2006
19:02 sat search for other commits by this committer
- Update to 0.9.4
Original commit
Sunday, 30 Jul 2006
22:46 sat search for other commits by this committer
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
Original commit
Monday, 8 May 2006
21:41 sat search for other commits by this committer
Update my e-mail address

Approved by:    krion (mentor, implicit)
Original commit
Monday, 17 Apr 2006
16:03 garga search for other commits by this committer
Submitter offered to maintain the port. Forgot this last commit.

PR:             ports/95797
Submitted by:   Andrew Pantyukhin <infofarmer@gmail.com>
Original commit
16:02 garga search for other commits by this committer
- Update to 0.9.3
- portlint(1)

PR:             ports/95797
Submitted by:   Andrew Pantyukhin <infofarmer@gmail.com>
Original commit
Friday, 14 Apr 2006
18:14 linimon search for other commits by this committer
Reset vsevolod as maintainer due to unreponsiveness.  We hope to see him
back sometime.

Hat:            portmgr
Original commit
Friday, 22 Jul 2005
09:33 vsevolod search for other commits by this committer
Update my email address.

Approved by:    perky (mentor)
Original commit
Wednesday, 6 Jul 2005
18:59 novel search for other commits by this committer
- update to 0.9.2
- pass maintainership to submitter

PR:             83063
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by:    Andreas Fehlner (former maintainer)
Original commit
Saturday, 19 Mar 2005
21:34 ahze search for other commits by this committer
- Update to 0.9.0

PR:             ports/79020
Submitted by:   maintainer
Original commit
Wednesday, 12 Jan 2005
03:46 edwin search for other commits by this committer
[MAINTAINER] ftp/cmdftp: update to 0.8.0

        - Update to 0.8.0

PR:             ports/76098
Submitted by:   Andreas Fehlner <fehlner@gmx.de>
Original commit
Sunday, 1 Feb 2004
01:22 pav search for other commits by this committer
- Update to 0.7.3

PR:             ports/62176
Submitted by:   Andreas Fehlner <fehlner@gmx.de> (maintainer)
Original commit
Tuesday, 6 Jan 2004
17:16 krion search for other commits by this committer
Add cmdftp 0.7.2,

cmdftp is a command line FTP client for Unix systems that
features shell-like functions, passive mode, local and remote
transparent modes, broken connection resumption, multiple and
recursive file transfers, auto-login, and more.

PR:             60759
Submitted by:   Andreas Fehlner <fehlner@gmx.de>
Original commit

Number of commits found: 30