notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: Tools/scripts/tindex
SVNWeb

Number of commits found: 33

Mon, 22 Nov 2021
[ 08:16 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:701cc6b7eac0224f7bc26e4c300bbfbb51c19bdc  commit hash:701cc6b7eac0224f7bc26e4c300bbfbb51c19bdc  commit hash:701cc6b7eac0224f7bc26e4c300bbfbb51c19bdc  701cc6b 
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
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
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
Thu, 8 Apr 2021
[ 15:46 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:c618b1501762ea9cd7ef0a3ae44cec7970dfbd5c  commit hash:c618b1501762ea9cd7ef0a3ae44cec7970dfbd5c  commit hash:c618b1501762ea9cd7ef0a3ae44cec7970dfbd5c  c618b15 
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.
[ 15:25 Rene Ladan (rene) search for other commits by this committer ]    commit hash:ce196940be576646bf30593d6781df3a0170a947  commit hash:ce196940be576646bf30593d6781df3a0170a947  commit hash:ce196940be576646bf30593d6781df3a0170a947  ce19694 
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
Tue, 6 Apr 2021
[ 09:01 Rene Ladan (rene) search for other commits by this committer ]    commit hash:88a97c47423cfefc85efd108ec31cadef59c19af  commit hash:88a97c47423cfefc85efd108ec31cadef59c19af  commit hash:88a97c47423cfefc85efd108ec31cadef59c19af  88a97c4 
Tools/scripts/tindex: update for git

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

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

Feature safe:	yes
Sat, 20 Oct 2012
[ 10:36 beat search for other commits by this committer ] Original commit   Revision:306176
- Sync with the versions currently running on pointyhat
- Use Subversion instead of CVS

Approved by:	erwin (maintainer)
Feature safe:	yes
Tue, 27 Sep 2011
[ 06:29 erwin search for other commits by this committer ] Original commit 
Add support from FreeBSD 10.x
Tue, 14 Dec 2010
[ 14:16 erwin search for other commits by this committer ] Original commit 
Drop support for FreeBSD 6.x.
Sun, 23 Aug 2009
[ 10:47 erwin search for other commits by this committer ] Original commit 
Add support for INDEX-9
Tue, 14 Jul 2009
[ 07:58 erwin search for other commits by this committer ] Original commit 
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
Thu, 28 May 2009
[ 15:54 erwin search for other commits by this committer ] Original commit 
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.
Sat, 27 Dec 2008
[ 21:24 erwin search for other commits by this committer ] Original commit 
Reduce per branch code duplication

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

Submitted by:   kris
Mon, 11 Jun 2007
[ 21:18 erwin search for other commits by this committer ] Original commit 
Set default architecture to i386.
Tue, 30 Jan 2007
[ 14:49 erwin search for other commits by this committer ] Original commit 
Drop the build on RELENG_4
Thu, 23 Nov 2006
[ 12:16 erwin search for other commits by this committer ] Original commit 
eik@ has been inactive for quite some time and as I am running
these scripts on the cluster, transfer maintainership of these
to myself.
Thu, 22 Jun 2006
[ 18:52 erwin search for other commits by this committer ] Original commit 
MFP4:
        Actually use ${SCP_DEST_TMP} to fix the case where
        SCP_DEST_TMP != /tmp/
Mon, 19 Jun 2006
[ 15:44 erwin search for other commits by this committer ] Original commit 
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.
Sun, 22 Jan 2006
[ 20:45 kris search for other commits by this committer ] Original commit 
Support 7.x INDEX builds
Add a few more local configuration variables
Minor cleanups
Thu, 8 Sep 2005
[ 17:57 kris search for other commits by this committer ] Original commit 
Remove some hardcoded values to hopefully stop random users from shooting
their feet off in public.

Suggested by:   adamw
Mon, 24 Jan 2005
[ 07:18 kris search for other commits by this committer ] Original commit 
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.

Number of commits found: 33