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/README
SVNWeb

Number of commits found: 40

Thu, 9 Mar 2023
[ 11:18 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:67de7ad43c695d1b31e5528b05edd61c46a99760  commit hash:67de7ad43c695d1b31e5528b05edd61c46a99760  commit hash:67de7ad43c695d1b31e5528b05edd61c46a99760  67de7ad 
strip_RECORD.py: move to Mk/Scripts

Requested by: mat
[ 03:20 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:1e9c9994ae538c009fc0f6ad05da4e1789885a4c  commit hash:1e9c9994ae538c009fc0f6ad05da4e1789885a4c  commit hash:1e9c9994ae538c009fc0f6ad05da4e1789885a4c  1e9c999 
Tools/scripts: add strip_RECORD.py

Strips/prints only the first column of a Python wheel's RECORD file.
To be used as part of the USE_PYTHON=autoplist process.
Wed, 28 Sep 2022
[ 07:48 Rene Ladan (rene) search for other commits by this committer ]    commit hash:b74ed0f79d32e7564969faac41a2e1083bbc49f4  commit hash:b74ed0f79d32e7564969faac41a2e1083bbc49f4  commit hash:b74ed0f79d32e7564969faac41a2e1083bbc49f4  b74ed0f 
Mk: remove ancient 'make update-patches' target.

People should use 'make makepatch' instead which creates patches
with the expected filename and header.

Differential Revision: https://reviews.freebsd.org/D36767
Mon, 9 May 2022
[ 19:06 Rene Ladan (rene) search for other commits by this committer ]    commit hash:bec21c95d998ff28ef8a8337cec3b9fce8074ce8  commit hash:bec21c95d998ff28ef8a8337cec3b9fce8074ce8  commit hash:bec21c95d998ff28ef8a8337cec3b9fce8074ce8  bec21c9 
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
Sat, 22 Jan 2022
[ 11:48 Stefan Eßer (se) search for other commits by this committer ]    commit hash:59c30220dc28b4bbc419e8a7624d6572cd0b13be  commit hash:59c30220dc28b4bbc419e8a7624d6572cd0b13be  commit hash:59c30220dc28b4bbc419e8a7624d6572cd0b13be  59c3022 
Tools/scripts: Add port_conflicts_check.lua

Add a script to check the CONFLICTS and CONFLICTS_INSTALL parameters
of ports for completeness and correctness.

This script uses the "hidden" LUA interpreter in the FreeBSD base
system and the pkg-provides extension of the pkg command to check
for conflicting files in all packages available for the architecture
and version of the base system this command is run on.

It generates output in the following format:

portedit merge -ie 'CONFLICTS_INSTALL=kicad-library-footprints-devel \
    # share/kicad/template/fp-lib-table' \
    /usr/ports/cad/kicad-library-footprints
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 14 Nov 2021
[ 22:45 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:0c8d8ebb7b3e218ca8a8445785266d33b4d3c8ff  commit hash:0c8d8ebb7b3e218ca8a8445785266d33b4d3c8ff  commit hash:0c8d8ebb7b3e218ca8a8445785266d33b4d3c8ff  0c8d8eb 
Tools/scripts: Add new script update_crates to replace CARGO_CRATES block

Simple shell script to help updating Makefile CARGO_CRATES variable
returned by make cargo-crates.

simplest way to use it :
   make cargo-crates | update_crates Makefile > NewMakefile
Fri, 11 Jun 2021
[ 13:45 Rene Ladan (rene) search for other commits by this committer ]    commit hash:0b673d6c5b2b727e108435637b6a3dc6eced561c  commit hash:0b673d6c5b2b727e108435637b6a3dc6eced561c  commit hash:0b673d6c5b2b727e108435637b6a3dc6eced561c  0b673d6 
cleanup: remove LEGAL and (support in) related tools.

LEGAL is badly maintained, LEGALlint notices quite a number of ports
which mismatch their line in LEGAL. The port itself is always leading.

* math/giacxcas: restrict RESTRICTED_FILES to giac_* only

Differential Revision: https://reviews.freebsd.org/D30061

Reviewed by:	portmgr (mat), dch, eadler, marcus
Tue, 6 Apr 2021
[ 14:27 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  5d33e04  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
[ 10:39 Rene Ladan (rene) search for other commits by this committer ]    commit hash:a4c3b6f622b81ac9a0848c782b4645e0e9dcfcd0  commit hash:a4c3b6f622b81ac9a0848c782b4645e0e9dcfcd0  commit hash:a4c3b6f622b81ac9a0848c782b4645e0e9dcfcd0  a4c3b6f 
Remove two tools that are no longer useful with Git.

- mfh: this is replaced by 'git cherry-pick -x HASH'
- psvn: unlike svn, git has no per-file properties

Adjust README accordingly.

Differential Revision:	https://reviews.freebsd.org/D29451
With hat:	portmgr
Thu, 5 Sep 2019
[ 14:18 bapt search for other commits by this committer ] Original commit   Revision:511191
Stop documenting scripts which no longer lives in the tree

PR:		226606
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
Thu, 28 Mar 2019
[ 17:01 mfechner search for other commits by this committer ] Original commit   Revision:497031
Added a script to bump PORTREVISION if a library has changed a version like
libgit2.

Just execute it in the root of you ports with e.g.
Tools/scripts/search_lib_depends_and_bump.sh devel/libgit2

This will search over all existing ports, check if they need to be bumped.
After all ports are bumped it triggers a portlint for each modified port.
The portlint loop continues till all errors and warnings are fixed.
Feel free to break this loop using CTRL+C.
Sun, 27 May 2018
[ 05:02 eadler search for other commits by this committer ] Original commit   Revision:470955
Tools: add LEGALlint

This checks 'LEGAL' for common errors, It is inspired by MOVEDLint.
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Mon, 30 Mar 2015
[ 21:13 rodrigo search for other commits by this committer ] Original commit   Revision:382731
Add getpatch.sh, a shell script only tool to download patch attachments on bug
tracking systems
Wed, 25 Jun 2014
[ 08:50 eadler search for other commits by this committer ] Original commit   Revision:359205
Remove consistency-check since it relies on MD5 and only works for old pkg_
tools

Also clean up README a bit more

Discussed with:	ak, bapt
[ 08:39 eadler search for other commits by this committer ] Original commit   Revision:359202
Clean up README
[ 08:27 eadler search for other commits by this committer ] Original commit   Revision:359199
To my knoledge (and grep) the close-pr script in Tools/scripts is not used
anywhere, so remove it.

OKed by: bapt
Thu, 19 Dec 2013
[ 14:43 bapt search for other commits by this committer ] Original commit   Revision:336919
Import mfh script to merge to the Q branches
Wed, 30 Oct 2013
[ 21:28 eadler search for other commits by this committer ] Original commit   Revision:332176
Remove p5-deps.pl which was used when perl 5.8 was removed.  It has not been
needed in many years.

Reported by:	ak
Sat, 21 Sep 2013
[ 00:06 bapt search for other commits by this committer ] Original commit   Revision:327787
Remove Tools/scripts/convert-makefile-header.pl it is not needed anymore
Sun, 7 Jul 2013
[ 15:32 eadler search for other commits by this committer ] Original commit   Revision:322444
Remove dialogwrapper now that dialog4ports exists
Wed, 12 Dec 2012
[ 02:02 bdrewery search for other commits by this committer ] Original commit   Revision:308732
prdone and prpatch were removed in r297358
Wed, 28 Nov 2012
[ 18:06 eadler search for other commits by this committer ] Original commit   Revision:307924
Document tool which converts from old style header to new style

Feature safe:	yes
Sat, 1 Sep 2012
[ 02:56 eadler search for other commits by this committer ] Original commit   Revision:303457
By request, move dialogwrapper to the main folder and fix the readme.

Additionally, document the wrapper in the main readme
Thu, 30 Aug 2012
[ 10:23 sbz search for other commits by this committer ] Original commit   Revision:303367
- Fix documentation

Submitted by:	culot, gahr
Thu, 23 Aug 2012
[ 14:07 sbz search for other commits by this committer ] Original commit 
- Add getpatch script to download patch attachments on bug tracking systems

Approved by:	portmgr (bapt)
Thu, 16 Feb 2012
[ 16:09 eadler search for other commits by this committer ] Original commit 
Document MOVEDlint in README
Tue, 27 Dec 2011
[ 03:32 eadler search for other commits by this committer ] Original commit 
- Remove some old duplicate words. They were getting in way of finding newer
ones.
Fri, 29 Jan 2010
[ 14:52 kuriyama search for other commits by this committer ] Original commit 
- Add a script to check unneeded dependencies for perl modules.
Sun, 17 May 2009
[ 11:40 pgollucci search for other commits by this committer ] Original commit 
note mark_safe.pl
Tue, 6 May 2008
[ 16:17 sat search for other commits by this committer ] Original commit 
Add a tiny sh hack - ardiff - compares two archives.
Sun, 26 Aug 2007
[ 15:02 netchild search for other commits by this committer ] Original commit 
Add explicit_lib_depends.sh.
Sun, 12 Aug 2007
[ 12:49 netchild search for other commits by this committer ] Original commit 
Add 2 scripts which help in port maintenance to list all direct library
dependencies of a port:
        neededlibs.sh
                Extract direct library dependencies (filenames) from binaries.
        resolveportsfromlibs.sh
                Prints the name(s) of ports(s) given a library filename,
                suitable for direct use (copy&paste) in LIB_DEPENDS.

Example usage is included in the scripts. The following combined usage may
be helpful for further porting/testing automation:
        resolveportsfromlibs.sh -b /usr/local $(neededlibs.sh /test/bin/*)

Requested by:   kris, lofi (sort of)
Tue, 12 Apr 2005
[ 10:56 tobez search for other commits by this committer ] Original commit 
Add a splitpatch.pl utility, a small script to convert multi-file
patches to several appropriately named single-file patches.

Requested by:   flz
[ 09:22 flz search for other commits by this committer ] Original commit 
- Add bump_revision.pl, a small script to bump the PORTREVISION variable
of ports which are depending on a port with a changed shared lib version.

Edwin dedicates this script to his son Dirk, born few days ago :)
Congrats (again) !

PR:             ports/63915
Submitted by:   edwin
Mon, 24 Jan 2005
[ 07:22 kris search for other commits by this committer ] Original commit 
Document the check-latest-link and tindex scripts
Sun, 9 Jan 2005
[ 10:21 krion search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Remove traling spaces.
Fri, 19 Mar 2004
[ 11:08 eik search for other commits by this committer ] Original commit 
Add chkorigin.sh, a script that checks the ports tree for ports with a wrong
PKGORIGIN. Useful especially after repocopies.

  env PORTSDIR=/usr/ports sh /usr/ports/Tools/scripts/chkorigin.sh

Approved by:    marcus (portmgr)
Fri, 2 Jan 2004
[ 23:27 obrien search for other commits by this committer ] Original commit 
There is nothing "future" about 'addport'.
Tue, 18 Feb 2003
[ 12:45 knu search for other commits by this committer ] Original commit 
Add de-pkg-comment.

Number of commits found: 40