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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: Tools/scripts/distinfochecker

Number of commits found: 4

Monday, 24 Apr 2017
17:27 ehaupt search for other commits by this committer
Fix shebang. If /usr/bin/env is used the -w flag can't be passed after perl.
Use 'use warnings;' instead.

While here remove distinfochecker. It's not needed anymore as it was written
for a simple purpose eleven years ago.
Original commitRevision:439336 
Sunday, 22 Jun 2014
17:53 adamw search for other commits by this committer
Invoke perl with /usr/bin/env, as perl is not guaranteed to exist in
/usr/bin.
Original commitRevision:358817 
Tuesday, 24 Jan 2006
21:53 edwin search for other commits by this committer
Warn if there are duplicate MD5/SHA256/SIZE statements for a single file
Original commit
07:30 edwin search for other commits by this committer
Small tool to check the necessary lines in the distinfo files, based
on the contents of the distinfo files.

#
# Small tool to find distinfo with missing MD5/SHA256/SIZE statements,
# based on the assumption that if there is one of the MD5/SHA256/SIZE
# statements, then there should be all of them (except for SIZE
# when MD5/SHA256 is set to IGNORE).
#
# Usage: distinfochecker [-v] [-d directory]
# -v    - verbose (print)
# -d    - use directory instead of /usr/ports
#
Original commit

Number of commits found: 4