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/tindex

Number of commits found: 33

Monday, 22 Nov 2021
08:16 Baptiste Daroussin (bapt) search for other commits by this committer
tindex: add new compression format for INDEX

Add zstd (faster to decompress) and xz (smaller) compression for INDEX

Results are the following:
39552 INDEX-14
2366  INDEX-14.bz2
1625  INDEX-14.xz
1672  INDEX-14.zst
commit hash: 701cc6b7eac0224f7bc26e4c300bbfbb51c19bdc commit hash: 701cc6b7eac0224f7bc26e4c300bbfbb51c19bdc commit hash: 701cc6b7eac0224f7bc26e4c300bbfbb51c19bdc commit hash: 701cc6b7eac0224f7bc26e4c300bbfbb51c19bdc 701cc6b
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Thursday, 8 Apr 2021
15:46 Mathieu Arnold (mat) search for other commits by this committer
tindex: Amend last commit a bit.

When you run `git log foo` foo can be, from git-log(1),
`[<revision range>] [[--] <path>...]`, so, may things.

- A "revision range" described by gitrevision(7) (don't got there unless
  you have a few hours, or already lost your sanity), which can be :
  * a commit hash,
  * a tag
  * a branch,
  * a ref name
  * a "describe output"
  * and many other ways to describe revisions
  * a range made by any of the above
- An existing path.

When it can't find any of those, git figures out that you meant
something else and made a typo, and exits.

If you really meant a path, you have to run `git log -- foo`. Then git
knows that you meant a path and only a path, it will then assume that
you knew what you meant, and will go look in the history.
commit hash: c618b1501762ea9cd7ef0a3ae44cec7970dfbd5c commit hash: c618b1501762ea9cd7ef0a3ae44cec7970dfbd5c commit hash: c618b1501762ea9cd7ef0a3ae44cec7970dfbd5c commit hash: c618b1501762ea9cd7ef0a3ae44cec7970dfbd5c c618b15
15:25 Rene Ladan (rene) search for other commits by this committer
tindex: fix when INDEX fails and ports are deleted since the last success.

`git log' cannot get the log of a non-existent file, which the script uses
to obtain the last person who touched a port, so check if the file exists
before getting its log. This is similar to the Subversion case, which only
inspected changed files. The Git version still also checks added ports.

While here, call git in blame() using the predefined global variable.

Reported by:	antoine
commit hash: ce196940be576646bf30593d6781df3a0170a947 commit hash: ce196940be576646bf30593d6781df3a0170a947 commit hash: ce196940be576646bf30593d6781df3a0170a947 commit hash: ce196940be576646bf30593d6781df3a0170a947 ce19694
Tuesday, 6 Apr 2021
09:01 Rene Ladan (rene) search for other commits by this committer
Tools/scripts/tindex: update for git

Reviewed by:	uqs
Differential Revision:	https://reviews.freebsd.org/D29451
commit hash: 88a97c47423cfefc85efd108ec31cadef59c19af commit hash: 88a97c47423cfefc85efd108ec31cadef59c19af commit hash: 88a97c47423cfefc85efd108ec31cadef59c19af commit hash: 88a97c47423cfefc85efd108ec31cadef59c19af 88a97c4
Friday, 22 Jan 2021
09:48 antoine search for other commits by this committer
Update tindex for FreeBSD 14
Original commitRevision:562285 
Monday, 18 Jan 2021
10:24 antoine search for other commits by this committer
tindex: reduce diff with what is used on portsindexbuild
Use git to update src.13
Original commitRevision:561907 
Friday, 13 Sep 2019
12:47 bapt search for other commits by this committer
Update supported version of FreeBSD
Original commitRevision:511955 
Sunday, 12 Feb 2017
20:43 rene search for other commits by this committer
Set maintainer of these scripts to portmgr as the previous maintainers retired.
Original commitRevision:433964 
Sunday, 17 Jul 2016
12:26 antoine search for other commits by this committer
MFportsindexbuild:
- build INDEX-12
- remove no longer used scp/ssh
Original commitRevision:418666 
Sunday, 1 May 2016
08:04 antoine search for other commits by this committer
MFportsindexbuild: build INDEX-9 with fmake
Original commitRevision:414399 
Saturday, 1 Aug 2015
09:58 erwin search for other commits by this committer
Drop building 8.x

Sponsored by:	DK Hostmaster A/S
Original commitRevision:393391 
Sunday, 13 Oct 2013
11:16 erwin search for other commits by this committer
This one goes to 11.
Original commitRevision:330220 
Thursday, 7 Mar 2013
14:19 erwin search for other commits by this committer
Remove support for FreeBSD 7.x
Original commitRevision:313590 
Sunday, 21 Oct 2012
11:46 erwin search for other commits by this committer
Silence svn update commands.

Feature safe:	yes
Original commitRevision:306229 
Saturday, 20 Oct 2012
10:36 beat search for other commits by this committer
- Sync with the versions currently running on pointyhat
- Use Subversion instead of CVS

Approved by:	erwin (maintainer)
Feature safe:	yes
Original commitRevision:306176 
Tuesday, 27 Sep 2011
06:29 erwin search for other commits by this committer
Add support from FreeBSD 10.x
Original commit
Tuesday, 14 Dec 2010
14:16 erwin search for other commits by this committer
Drop support for FreeBSD 6.x.
Original commit
Sunday, 23 Aug 2009
10:47 erwin search for other commits by this committer
Add support for INDEX-9
Original commit
Tuesday, 14 Jul 2009
07:58 erwin search for other commits by this committer
Explicitly override LOCALBASE to make sure we don't get
confused by locally installed ports that might influence
PKGNAME or other variables.

Suggested by:   pav
Original commit
Thursday, 28 May 2009
15:54 erwin search for other commits by this committer
Use zfs snapshots that are periodically updated on pointyhat for the
normal builds instead of a local cvs update.  This speeds up the
script several times and easies I/O on pointyhat.
Original commit
Saturday, 27 Dec 2008
21:24 erwin search for other commits by this committer
Reduce per branch code duplication

Submitted by:   pgollucci
Original commit
Sunday, 1 Jun 2008
09:26 erwin search for other commits by this committer
Remove support for FreeBSD 5.x
Original commit
Thursday, 25 Oct 2007
21:51 erwin search for other commits by this committer
- Add support for FreeBSD 8.0
- Be more robust about param.h and allow space as well as tab as seperator
  while determining OSVERION
Original commit
Tuesday, 12 Jun 2007
15:14 erwin search for other commits by this committer
ARCH may be set in the environment for cross building, so only
set it conditionally.

Submitted by:   kris
Original commit
Monday, 11 Jun 2007
21:18 erwin search for other commits by this committer
Set default architecture to i386.
Original commit
Tuesday, 30 Jan 2007
14:49 erwin search for other commits by this committer
Drop the build on RELENG_4
Original commit
Thursday, 23 Nov 2006
12:16 erwin search for other commits by this committer
eik@ has been inactive for quite some time and as I am running
these scripts on the cluster, transfer maintainership of these
to myself.
Original commit
Thursday, 22 Jun 2006
18:52 erwin search for other commits by this committer
MFP4:
        Actually use ${SCP_DEST_TMP} to fix the case where
        SCP_DEST_TMP != /tmp/
Original commit
Monday, 19 Jun 2006
15:44 erwin search for other commits by this committer
MFP4:
When copying INDEX to the server, copy it first to a staging area and
first then to the real location. The copying can take long enough for
users to get a truncated file when downloading during the upload.
Original commit
Sunday, 22 Jan 2006
20:45 kris search for other commits by this committer
Support 7.x INDEX builds
Add a few more local configuration variables
Minor cleanups
Original commit
Thursday, 8 Sep 2005
17:57 kris search for other commits by this committer
Remove some hardcoded values to hopefully stop random users from shooting
their feet off in public.

Suggested by:   adamw
Original commit
Monday, 24 Jan 2005
07:18 kris search for other commits by this committer
This is the script I use to build indexes for all supported ports branches,
which are copied to www.freebsd.org for use by 'make fetchindex', as well
as the source of build failure reports on ports@FreeBSD.org when it is
broken.
Original commit

Number of commits found: 33