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: sysutils/cdargs/Makefile

Number of commits found: 24

Sunday, 25 Feb 2024
14:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/cdargs: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 5cbad553fb5552dba6d22bc3ae28b7500f926f60 commit hash: 5cbad553fb5552dba6d22bc3ae28b7500f926f60 commit hash: 5cbad553fb5552dba6d22bc3ae28b7500f926f60 commit hash: 5cbad553fb5552dba6d22bc3ae28b7500f926f60 5cbad55
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, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Wednesday, 3 Feb 2016
22:42 marino search for other commits by this committer
sysutils/cdargs: document ncurses requirement (USES+=ncurses)
Original commitRevision:408003 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Thursday, 12 Mar 2015
10:38 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Remove obsolete MAN1
Original commitRevision:381075 
Friday, 8 Nov 2013
15:06 vanilla search for other commits by this committer
Support STAGEDIR.
Original commitRevision:333238 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 12 Dec 2012
18:48 wxs search for other commits by this committer
Remove the header for ports I created.

For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
Original commitRevision:308777 
Tuesday, 18 Oct 2011
13:07 ehaupt search for other commits by this committer
- Update MASTER_SITES and WWW
- Add LICENSE

PR:             161592
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Wednesday, 9 Sep 2009
19:19 wxs search for other commits by this committer
- Reassign maintainer to ports@
Original commit
Saturday, 9 May 2009
02:46 wxs search for other commits by this committer
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
  is MAKE_JOBS_UNSAFE).
Original commit
Thursday, 21 Aug 2008
06:18 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Thursday, 20 Mar 2008
10:03 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Monday, 4 Feb 2008
15:35 wxs search for other commits by this committer
Update my address.

Approved by:    garga (mentor)
Original commit
Saturday, 19 Aug 2006
16:49 miwi search for other commits by this committer
- Update maintainer addresses

PR:             ports/102230
Submitted by:   Wesley Shields <wxs(at)atarininja.org>
Approved by:    krion (mentor)
Original commit
Tuesday, 18 Apr 2006
13:31 jmelo search for other commits by this committer
- Add backup mastersite.

PR:             ports/95960
Reported by:    krismail
Submitted by:   Wesley Shields <wxs@csh.rit.edu> (maintainer)
Approved by:    mnag (mentor)
Original commit
Monday, 10 Apr 2006
16:50 jmelo search for other commits by this committer
- Update to 1.35.
- portlint(1).

PR:             ports/95413
Submitted by:   Wesley Shields <wxs@csh.rit.edu> (maintainer)
Approved by:    mnag (mentor)
Original commit
Wednesday, 16 Nov 2005
03:23 mnag search for other commits by this committer
Update to 1.33
Add SHA256

PR:             89078
Submitted by:   Wesley Shields <wxs@csh.rit.edu> (maintainer)
Original commit
Tuesday, 18 Oct 2005
13:37 erwin search for other commits by this committer
Update to 1.32

PR:             87619
Submitted by:   Wesley Shields <wxs@csh.rit.edu> (maintainer)
Original commit
Friday, 18 Feb 2005
14:18 krion search for other commits by this committer
Update to version 1.31

PR:             ports/77678
Submitted by:   maintainer
Original commit
Saturday, 1 May 2004
21:08 petef search for other commits by this committer
Add cdargs 1.29, navigate the filesystem using a menu interface or a
bookmark system.

Submitted by:   Wesley Shields <wxs@csh.rit.edu>
Original commit

Number of commits found: 24