/x11-toolkits/wxgtk26-unicode-contrib/

me Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Tools/scripts: Add size offenders report generatormarino2015-05-211-0/+46
| | | | | | This is the script that generated the "20 ports account for X% of the Ports collection by size" report. This shells script is useful to identify obscenely large ports: top-size-offenders.sh
* - Remove a few more scripts from Tools/scripts:ak2015-04-1012-1572/+0
| | | | | | | | | | chkdepschain.py: doesn't support pkgng explicit_lib_depends.sh: doesn't support pkgng plist: obsolete; searches for /etc/mtree/BSD.local.dist, add @dirrm, doesn't know about man pages in the plist release: unused and obsolete resolveportsfromlibs.sh: doesn't support pkgng Approved by: portmgr (bapt)
* - Obsolete and made unusable by changes in the Ports Collectionak2015-04-097-867/+0
|
* Add getpatch.sh, a shell script only tool to download patch attachments on ↵rodrigo2015-03-313-0/+220
| | | | bug tracking systems
* This scripts is not useful anymorebapt2015-03-191-100/+0
|
* Tools/scripts/bump-revision.sh: fix regression introduced in r380431robak2015-03-051-20/+29
| | | | | | | | | | | | - Fix regression mistakenly introduced in r380431 - Handle multiple tabs in PORTREVISION - Handle PORTREVISION being a variable name - Handle multiple PORTREVISION values - Get rid of bash-like syntax - Grammar corrections PR: 192910 Reviewed by: danfe, mandree, mat
* Tools/scripts/bump-revision.sh: various fixesrobak2015-03-041-23/+31
| | | | | | | - Write nicer code replacing fix introduced by mandree - Catch up some more edge cases PR: 192910
* Support non default ports path.pawel2015-02-211-1/+4
| | | | | | PR: 194423 Submitted by: myself Approved by: maintainer timeout (4 months), trivial - just fix it
* Don't add ports/ to the PR line.mat2015-01-271-1/+1
| | | | Sponsored by: Absolight
* - Remove vestiges of cvs annotate supportak2014-12-081-10/+0
|
* - Doesn't support Bugzilla bugtrackerak2014-11-251-96/+0
|
* Make this work with any amount of tabulations between the = and the value of ↵mat2014-11-191-1/+1
| | | | | | PORTREVISION. Sponsored by: Absolight
* Fix if PORTREVISION is not already there.mat2014-11-191-1/+1
| | | | Sponsored by: Absolight
* Reset miwi's maintainership per his demandbapt2014-11-181-1/+1
| | | | Hope to see you back! Thank for all the work!
* Catch and report substitution failure on lines such as PORTREVISION=${SOME_VAR}.mandree2014-08-221-9/+22
|
* - Eat excess newline at the end of the commit log.bdrewery2014-08-221-1/+2
|
* Add a BerkeleyDB upgrade helper script in preparation of 4...4.7 removal.mandree2014-08-211-0/+77
|
* - Better handling when custom encoding is specified in detailssbz2014-07-231-24/+23
| | | | | | | | - Use only one request to retreive patchs CR: D400 CR: D401 Submitted by: rakuco
* New script: Tools/scripts/bump-revision.shrobak2014-06-271-0/+66
| | | | | | | | This script, requested by bapt@, is a pure sh tool to increase one or more ports PORTREVISION value or to add one, if the port havent had one already. Approved by: swills (mentor), bapt
* ports/Tools/scripts/mfh revision:mandree2014-06-261-25/+36
| | | | | | | | | | | | - use proper quoting - use fewer svn invocations - optionally drop to a shell before committing, to manually fix up a botched merge. - svnserver can be overridden in the environment. - Finally, we use sh's trap builtin to make sure we always clean up. PR: 186256 Approved by: portmgr (bapt@)
* Remove consistency-check since it relies on MD5 and only works for old pkg_ ↵eadler2014-06-252-186/+12
| | | | | | | | tools Also clean up README a bit more Discussed with: ak, bapt
* Clean up READMEeadler2014-06-251-2/+0
|
* add missing Mt to Aqeadler2014-06-251-1/+1
|
* To my knoledge (and grep) the close-pr script in Tools/scripts is not used ↵eadler2014-06-252-364/+0
| | | | | | anywhere, so remove it. OKed by: bapt
* Invoke perl with /usr/bin/env, as perl is not guaranteed to exist inadamw2014-06-237-7/+7
| | | | /usr/bin.
* * Default to name search (-n) if no flags are specified.adamw2014-06-232-69/+91
| | | | | | | | * Add -e, to cat the pkg-descr for each port found. * Format with tabs instead of 4-spaces, as the latter made editing an absolute nightmare and isn't used by anything else. * Add -h to the option list, as it was missing. * Use the fields hash in the format instead of hardcoded indices.
* - Switch to bugzilla as default value for the modesbz2014-06-192-7/+7
| | | | | CR: D235 Submitted by: rakuco
* - Correct the bugzilla urlmiwi2014-06-021-1/+1
| | | | With hat: portmgr
* - Move security-check.awk to Mk/Scripts where it is more proper these days.bdrewery2014-05-101-100/+0
| | | | With hat: portmgr
* - Use https in URL_BASEsbz2014-04-221-2/+2
| | | | - Update with our bugzilla experimental url
* Replace edwin's contact address with mine in the help, too. Andgerald2014-04-191-1/+1
| | | | also solicit improvements. :-)
* Only show the final instructions on how to do the actual commit whengerald2014-04-061-6/+8
| | | | | | | | doing the real job, not for a dry run. Tweak those instructions a bit. Assume maintainership. Approved by: edwin (maintainer)
* Fix cdiffcrees2014-03-251-2/+2
| | | | Reported by: swills
* Make MOVEDLint output more consistenteadler2014-01-241-1/+1
|
* Give proper reason why we reject replaced files.mandree2014-01-211-1/+2
|
* - Allow a leading "r" in the svn revisionlme2014-01-091-16/+28
| | | | | | | | - Use a variable for the Subversion server - Consistently use ${} around variables - Bail out if neither svn(1) nor svnlite(1) are installed Approved by: bapt
* Remove ^MFH: lines from the logbapt2014-01-081-1/+1
|
* update the tree before merge to avoid having a mixed revision tree before ↵bapt2013-12-271-0/+1
| | | | merging
* Import mfh script to merge to the Q branchesbapt2013-12-192-0/+87
|