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: Tools/scripts/addport

Number of commits found: 65

Monday, 9 May 2022
19:06 Rene Ladan (rene) search for other commits by this committer
Tools/scripts: remove addport

The addport script is no longer useful since git has been introduced in
April 2021, just use plain "git add" instead. Do not forget to add the
port name to the category Makefile and mention the contributor in the
contributors article in the doc repository.

Differential Revision: https://reviews.freebsd.org/D35104
commit hash: bec21c95d998ff28ef8a8337cec3b9fce8074ce8 commit hash: bec21c95d998ff28ef8a8337cec3b9fce8074ce8 commit hash: bec21c95d998ff28ef8a8337cec3b9fce8074ce8 commit hash: bec21c95d998ff28ef8a8337cec3b9fce8074ce8 bec21c9
Tuesday, 6 Apr 2021
14:27 Mathieu Arnold (mat) search for other commits by this committer
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 5d33e04
Monday, 29 Mar 2021
12:37 emaste search for other commits by this committer
addport: Update contributor list file after Asciidoc conversion

Reviewed by:	crees
Approved by:	crees
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D29476
Original commitRevision:569466 
Monday, 10 Jun 2019
13:54 pizzamig search for other commits by this committer
Tools/script/addport: Fix usage with multiple directories

PR:		238379
Submitted by:	me
Approved by:	crees@
Original commitRevision:503896 
Thursday, 8 Sep 2016
12:49 mat search for other commits by this committer
Use make(1) to extract variables from a Makefile, not grep.

PR:		212486
Submitted by:	mat
Approved by:	crees (maintainer)
Sponsored by:	Absolight
Original commitRevision:421545 
Wednesday, 17 Aug 2016
09:14 matthew search for other commits by this committer
Fix the '-a' option to ${PORTSDIR}/Tools/scripts/addport

Summary:
Currently addport -a ends up running a command line like:

   make  PORTSDIR="/tmp/ap.BsOuZJBy" clean check-categories

where the temporary directory has only parts of the ports tree
(specifically bits under ${PORTSDIR}/Mk) checked out.  This can't work
as 'make check-categories' needs to see the entire ports tree checked
out.

Instead, run the checks specified by '-a' and '-t' with the value of
$PORTSDIR from the environment.

Reviewers: crees

Reviewed By: crees

Subscribers: mat

Differential Revision: https://reviews.freebsd.org/D7525
Original commitRevision:420329 
Friday, 25 Sep 2015
19:29 rm search for other commits by this committer
Let addport script to use svnlite if available

1. Check if svnlite is available and use it by default, else: use svn
2. Dehardcode svn binary name in shell calls, to make both svn/svnlite
work

Approved by:	crees (maintainer)
Original commitRevision:397867 
Tuesday, 15 Sep 2015
15:31 naddy search for other commits by this committer
Default to repo.FreeBSD.org for commits, as urged by our repo meister.

Approved by:	crees
Original commitRevision:396967 
Tuesday, 27 Jan 2015
13:38 mat search for other commits by this committer
Don't add ports/ to the PR line.

Sponsored by:	Absolight
Original commitRevision:378008 
Wednesday, 29 May 2013
19:20 crees search for other commits by this committer
Require versions of perl supporting smartmatch operator (~~)

Submitted by:	az
Original commitRevision:319388 
Sunday, 12 May 2013
16:17 crees search for other commits by this committer
Fix -c option

PR:		ports/178193
Submitted by:	tota
Original commitRevision:317968 
16:13 crees search for other commits by this committer
Use MAINTAINER line for Submitted by: if Created by: does not exist.

Still prefer Created by because we still don't use real
names in MAINTAINER lines (oh please let that change....)

Submitted by:	jgh (based on)
Original commitRevision:317966 
Sunday, 3 Mar 2013
17:40 crees search for other commits by this committer
Don't hardcode make

Submitted by:	az
Original commitRevision:313371 
16:55 crees search for other commits by this committer
Apparently some people override PKGCATEGORY, so
manually extract it from CATEGORIES again.

Discovered by:	dinoex
Original commitRevision:313368 
Sunday, 3 Feb 2013
09:51 crees search for other commits by this committer
Add some checks for Subversion; minimum version required is 1.7, or adding
ports with subdirectories fails because of scattered .svn directories.

Original issue reported by:	netchild
Original commitRevision:311453 
Sunday, 9 Dec 2012
18:59 crees search for other commits by this committer
Strip svn:executable just in case it's been set

Reported by:	db
Original commitRevision:308553 
Monday, 29 Oct 2012
11:37 crees search for other commits by this committer
Freefall doesn't have LWP::Simple, so use /usr/bin/fetch to reduce dependencies

Noticed by:	thierry
Feature safe:	yes
Original commitRevision:306602 
Thursday, 25 Oct 2012
21:30 madpilot search for other commits by this committer
- Fix reference to the Additional Contributors' list due to renaming
  to .xml in r39631

Approved by:	crees
Feature safe:	yes
Original commitRevision:306400 
Tuesday, 9 Oct 2012
15:55 ale search for other commits by this committer
Clean-up command-line options.

Approved by:	crees
Original commitRevision:305592 
Thursday, 20 Sep 2012
19:25 crees search for other commits by this committer
bsd.port.mk handles getting the primary category for us

Since Created by: line appears to be popular, get Submitted by: from that

Old-style Makefile headers should no longer be used
Original commitRevision:304592 
Sunday, 16 Sep 2012
13:31 crees search for other commits by this committer
Accepts the new svn_revision tag in the removed ports xml database.

Apologies for the complexity of the code; it's optimised for speed.  Soon I
will be able to remove the section working with dates.
Original commitRevision:304348 
Friday, 31 Aug 2012
18:40 crees search for other commits by this committer
Now that the headers have been removed, we no longer get the Whom line from
which to acquire the Submitted by: line.

It should be reasonable to simply use the MAINTAINER line; unfortunately we
lose the real name and only get the email address.
Original commitRevision:303442 
Saturday, 25 Aug 2012
12:02 crees search for other commits by this committer
Fix the -y option to test for possible duplicate ports; use INDEX instead of
modules file that was removed.

It's fast, use it!
Original commit
Tuesday, 21 Aug 2012
10:20 crees search for other commits by this committer
- Look for older versions of ports to copy over before committing.

Requested by:	several

- Remove older readded ports from MOVED

- Tighten up find syntax (split by null and use -print0)
Original commit
Friday, 10 Aug 2012
10:49 crees search for other commits by this committer
Don't replace - with _ in category variable.

This was required with CVS, since the category was checked out as a module, but
the directory name is used with svn.

For example:

pcvs co ports_ports_mgmt

svn co $ports/head/ports-mgmt

Submitted by:	swills
Original commit
Sunday, 15 Jul 2012
20:57 svn2cvs search for other commits by this committer
SVN rev 300901 on 2012-07-15 20:57:22Z by beat

- Update addport and rmport to work with Subversion

Submitted by:   crees, miwi
Original commit
20:57 beat search for other commits by this committer
- Update addport and rmport to work with Subversion

Submitted by:	crees, miwi
Original commit
Wednesday, 30 May 2012
18:54 crees search for other commits by this committer
- Modify Additional Contributors path to match svn

- Take maintainership

Approved by:    garga (maintainer)
Original commit
Monday, 29 Aug 2011
14:54 crees search for other commits by this committer
Add option (-y) to check for similarly named ports.

PR:             ports/159841
Submitted by:   crees (me)
Approved by:    garga (maintainer)
Original commit
Tuesday, 16 Aug 2011
00:09 swills search for other commits by this committer
- Back out category check for now
Original commit
Monday, 15 Aug 2011
21:21 swills search for other commits by this committer
- Remove obfuscation of submitter email at request of dougb
- Add check that port is in right directory as I've been bitten by this
Original commit
Wednesday, 27 Jul 2011
17:18 garga search for other commits by this committer
Change shebang to #!/usr/bin/env perl, as required by bapt@
Original commit
Sunday, 6 Jun 2010
09:30 romain search for other commits by this committer
- Unbreak the -n flag;
- Remove invalid reference to freefall.

Approved by:    garga
Original commit
Thursday, 25 Mar 2010
15:44 dinoex search for other commits by this committer
- allow addport to work in ports-mgnt again
Approved by:    garga, drso, flz
Original commit
Tuesday, 21 Oct 2008
21:32 sobomax search for other commits by this committer
Make sure we don't add ${WRKDIR}.
Original commit
Thursday, 19 Jun 2008
22:09 erwin search for other commits by this committer
CVSROOT/modules no longer contains an entry per port, remove support
for this from these scripts.
Original commit
Wednesday, 19 Dec 2007
16:54 garga search for other commits by this committer
Fix a problem when add new ports on ports-mgmt category. ports-mgmt/Makefile
lines has 3 spaces before SUBDIR word and all other categories has 4.

I've asked pav@ if there is a default format of category Makefiles and he said
the number of spaces doesn't matter, so, i fix addport to respect the current
number of spaces and/or tabs the file has.

Reported by:    miwi, erwin
Original commit
Friday, 20 Apr 2007
12:45 garga search for other commits by this committer
Fix addport to work correctly with ports-mgmt category.

Reported by:    miwi
Tested by:      miwi
Original commit
Friday, 14 Jul 2006
01:49 shaun search for other commits by this committer
Add an option to the addport script: -b requests that any files in
${FILESDIR} which look like patches be treated as binary files. This
prevents RCS tags in patch fragments causing a problem for CVS.

Approved by:    garga (maintainer),
                ahze (mentor, implicit)
Original commit
Tuesday, 4 Jul 2006
23:12 garga search for other commits by this committer
When automatic commit log is generated, change @ to " at " on submitter email
to prevent spam
Original commit
Tuesday, 16 May 2006
15:44 garga search for other commits by this committer
- Change addport script to do the job locally instead connect to freefall every
  time to add a new module. If you want to still use old way, just use
  "-M freefall.FreeBSD.org" option
- Take addport maintainership
- When modulesupdate fail, ask user to retry
- Change modulesupdate to work fine with addport

Approved by:    will (maintainer)
Original commit
Tuesday, 4 Oct 2005
16:26 garga search for other commits by this committer
- Add a new option -L, it works like -l but uses pkg-descr to create
commit message.

Approved by:    will (maintainer)
Original commit
Sunday, 10 Jul 2005
22:18 marcus search for other commits by this committer
Add prototypes for all the subroutines which fixes compilation with
Perl 5.8.7.

Reported by:    mezz
Original commit
Tuesday, 12 Apr 2005
11:03 vs search for other commits by this committer
As discussed on the cvs-ports-list, make 'addport' print a warning if the
directory
name contains upper-case characters as it makes finding a port harder.

PR:             ports/79679
Approved by:    will, portmgr(krion)
Original commit
Sunday, 20 Mar 2005
17:32 vs search for other commits by this committer
Checkout Templates from CVS as well since ports with GNU_CONFIGURE will
need them when building from 'addport -a -t'.

Approved by: will
Original commit
Sunday, 9 Jan 2005
10:21 krion search for other commits by this committer
Remove traling spaces.
Original commit
Sunday, 7 Nov 2004
04:09 dd search for other commits by this committer
Newline should go after the terminating punctuation (fix typo).

Approved by:    will
Original commit
Sunday, 4 Apr 2004
21:10 mat search for other commits by this committer
While generating commit message, don't lowercase the first letter if the second
is upper case (ie : don't end up with pEAR)

Approved by:    will
Asked by:       thierry
Original commit
Saturday, 20 Mar 2004
18:52 mat search for other commits by this committer
Fix a bug arising when you added a port which should have been at the end of
<category>/Makefile, and ended up at the begining

Approved by:    will
Original commit
Friday, 23 Jan 2004
07:28 ale search for other commits by this committer
- Fix synopsis
- Add 'ports/' PR category to commit log

Approved by:    will
Original commit
Wednesday, 7 Jan 2004
20:03 demon search for other commits by this committer
When suggesting to add new port's submitter to Contributors' List,
also print the exact location of the file to checkout.
This is for those who rarely adds new ports and do not remember the
location of Additional FreeBSD Contributors article.

Approved by:    will
Original commit
Tuesday, 6 Jan 2004
06:04 petef search for other commits by this committer
Refactor how we format the autofill message.  With the slightly questionable
Perl before, sometimes we would word wrap too soon.  Now we should never
generate a line more than 72 characters long (but as close to 72 characters
long as we can without breaking up a word).

Approved by:    will (maintainer)
Original commit
Wednesday, 12 Nov 2003
15:09 des search for other commits by this committer
fetch(1)'s -b and -t options were deprecated years ago, so stop using them.
Original commit
Monday, 29 Sep 2003
02:39 bland search for other commits by this committer
Fix -l option comment removing obsolete pkg-comment reference.

Approved by: will
Original commit
Tuesday, 2 Sep 2003
15:33 mat search for other commits by this committer
When using addport on freefall, there's no need to ssh freefall once more to
use modulesupdate.

Approved by:    will
Original commit
Friday, 28 Feb 2003
19:49 peter search for other commits by this committer
Update for post-repo-split.  s/ncvs/pcvs/ so that the default root is
pcvs.freebsd.org:/home/pcvs
Original commit
Sunday, 23 Feb 2003
20:06 lioux search for other commits by this committer
Another try at fixing the "adding to CVSROOT/modules from remote
hosts (non-freefall)" bug: add '-A' argument to ssh(1) command line
for accessing host cointaining modules file. This should fix the
bug for ssh-agent(1) users. Others can just switch to using
ssh-agent(1).

Approved by:    will (maintainer)
Original commit
Sunday, 16 Feb 2003
15:23 nork search for other commits by this committer
Change how to get CATEGORIES tag from new port for slave port.

Approved by:    will
Original commit
Monday, 10 Feb 2003
08:56 kris search for other commits by this committer
Catch up to new semantics of COMMENT variable (contains comment string
itself, instead of pointing to pkg-comment)
Original commit
Thursday, 30 Jan 2003
17:28 will search for other commits by this committer
Attempt to defuse problems from developers who don't have the correct
ssh setup in order for addport to do CVSROOT/modules correctly.
Original commit
Thursday, 23 Jan 2003
07:05 lioux search for other commits by this committer
Add both hungarian and portuguese l10n prefixes to syncronize with
portlint port

Approved by:    maintainer
Original commit
Tuesday, 19 Nov 2002
14:30 alane search for other commits by this committer
unbroke addport by petef
Original commit
Wednesday, 13 Nov 2002
15:00 petef search for other commits by this committer
Use 'cvs ci -F ...' instead of setting the log file with EDITOR="cp ...".
This fixes addport for me on -stable (cvs was erroring out), and also
fixes addport when you have the EDITOR environment variable set.

Approved by:    will
Original commit
Monday, 14 Oct 2002
08:45 will search for other commits by this committer
Modifications to support ncvs.freebsd.org != freefall.freebsd.org.  This
actually simplifies some of the code and makes other parts more complicated.

Tested by:      www/mod_filter && (after bugfixes) sysutils/sjog
Noticed by:     ijliao (by way of peter)
Original commit
Sunday, 7 Jul 2002
00:05 perky search for other commits by this committer
Add l10n prefix to default module name.

Approved by: will
Original commit

Number of commits found: 65