summaryrefslogtreecommitdiff
path: root/Tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let addport script to use svnlite if availableRuslan Makhmatkhanov2015-09-251-18/+20
| | | | | | | | | | | 1. Check if svnlite is available and use it by default, else: use svn 2. Dehardcode svn binary name in shell calls, to make both svn/svnlite work Approved by: crees (maintainer) Notes: svn path=/head/; revision=397867
* Default to repo.FreeBSD.org for commits, as urged by our repo meister.Christian Weisgerber2015-09-201-5/+4
| | | | | | | Approved by: portmgr (mat) Notes: svn path=/head/; revision=397462
* Default to repo.FreeBSD.org for commits, as urged by our repo meister.Christian Weisgerber2015-09-152-3/+3
| | | | | | | Approved by: crees Notes: svn path=/head/; revision=396967
* Actually allow only one revision to be merged.Mathieu Arnold2015-09-071-1/+1
| | | | | | | | Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=396269
* Support merging multiple revisions in one go with mfh.Mathieu Arnold2015-09-071-18/+38
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3553 Notes: svn path=/head/; revision=396268
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-172-82/+0
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=394508
* Drop building 8.xErwin Lansing2015-08-011-6/+2
| | | | | | | Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=393391
* Invoke perl with /usr/bin/envEmanuel Haupt2015-07-091-1/+2
| | | | Notes: svn path=/head/; revision=391618
* Tools/scripts: Add size offenders report generatorJohn Marino2015-05-201-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 Notes: svn path=/head/; revision=386863
* - Remove a few more scripts from Tools/scripts:Alex Kozlov2015-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) Notes: svn path=/head/; revision=383695
* - Obsolete and made unusable by changes in the Ports CollectionAlex Kozlov2015-04-097-867/+0
| | | | Notes: svn path=/head/; revision=383621
* Add getpatch.sh, a shell script only tool to download patch attachments on ↵Rodrigo Osorio2015-03-303-0/+220
| | | | | | | bug tracking systems Notes: svn path=/head/; revision=382731
* This scripts is not useful anymoreBaptiste Daroussin2015-03-181-100/+0
| | | | Notes: svn path=/head/; revision=381577
* Tools/scripts/bump-revision.sh: fix regression introduced in r380431Bartek Rutkowski2015-03-041-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 Notes: svn path=/head/; revision=380455
* Tools/scripts/bump-revision.sh: various fixesBartek Rutkowski2015-03-041-23/+31
| | | | | | | | | | - Write nicer code replacing fix introduced by mandree - Catch up some more edge cases PR: 192910 Notes: svn path=/head/; revision=380431
* Support non default ports path.Pawel Pekala2015-02-201-1/+4
| | | | | | | | | PR: 194423 Submitted by: myself Approved by: maintainer timeout (4 months), trivial - just fix it Notes: svn path=/head/; revision=379446
* Don't add ports/ to the PR line.Mathieu Arnold2015-01-271-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=378008
* - Remove vestiges of cvs annotate supportAlex Kozlov2014-12-071-10/+0
| | | | Notes: svn path=/head/; revision=374220
* - Doesn't support Bugzilla bugtrackerAlex Kozlov2014-11-241-96/+0
| | | | Notes: svn path=/head/; revision=373347
* Make this work with any amount of tabulations between the = and the value of ↵Mathieu Arnold2014-11-181-1/+1
| | | | | | | | | PORTREVISION. Sponsored by: Absolight Notes: svn path=/head/; revision=372729
* Fix if PORTREVISION is not already there.Mathieu Arnold2014-11-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=372726
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Catch and report substitution failure on lines such as PORTREVISION=${SOME_VAR}.Matthias Andree2014-08-221-9/+22
| | | | Notes: svn path=/head/; revision=365612
* - Eat excess newline at the end of the commit log.Bryan Drewery2014-08-211-1/+2
| | | | Notes: svn path=/head/; revision=365580
* Add a BerkeleyDB upgrade helper script in preparation of 4...4.7 removal.Matthias Andree2014-08-211-0/+77
| | | | Notes: svn path=/head/; revision=365566
* - Better handling when custom encoding is specified in detailsSofian Brabez2014-07-231-24/+23
| | | | | | | | | | | - Use only one request to retreive patchs CR: D400 CR: D401 Submitted by: rakuco Notes: svn path=/head/; revision=362667
* New script: Tools/scripts/bump-revision.shBartek Rutkowski2014-06-261-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 Notes: svn path=/head/; revision=359402
* ports/Tools/scripts/mfh revision:Matthias Andree2014-06-251-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@) Notes: svn path=/head/; revision=359280
* Remove consistency-check since it relies on MD5 and only works for old pkg_ ↵Eitan Adler2014-06-252-186/+12
| | | | | | | | | | | tools Also clean up README a bit more Discussed with: ak, bapt Notes: svn path=/head/; revision=359205
* Clean up READMEEitan Adler2014-06-251-2/+0
| | | | Notes: svn path=/head/; revision=359202
* add missing Mt to AqEitan Adler2014-06-251-1/+1
| | | | Notes: svn path=/head/; revision=359200
* To my knoledge (and grep) the close-pr script in Tools/scripts is not used ↵Eitan Adler2014-06-252-364/+0
| | | | | | | | | anywhere, so remove it. OKed by: bapt Notes: svn path=/head/; revision=359199
* Invoke perl with /usr/bin/env, as perl is not guaranteed to exist inAdam Weinberger2014-06-227-7/+7
| | | | | | | /usr/bin. Notes: svn path=/head/; revision=358817
* * Default to name search (-n) if no flags are specified.Adam Weinberger2014-06-222-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. Notes: svn path=/head/; revision=358816
* - Switch to bugzilla as default value for the modeSofian Brabez2014-06-182-7/+7
| | | | | | | | CR: D235 Submitted by: rakuco Notes: svn path=/head/; revision=358313
* - Correct the bugzilla urlMartin Wilke2014-06-021-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356192
* - Move security-check.awk to Mk/Scripts where it is more proper these days.Bryan Drewery2014-05-091-100/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=353534
* - Use https in URL_BASESofian Brabez2014-04-221-2/+2
| | | | | | | - Update with our bugzilla experimental url Notes: svn path=/head/; revision=351791
* Replace edwin's contact address with mine in the help, too. AndGerald Pfeifer2014-04-181-1/+1
| | | | | | | also solicit improvements. :-) Notes: svn path=/head/; revision=351576
* Only show the final instructions on how to do the actual commit whenGerald Pfeifer2014-04-061-6/+8
| | | | | | | | | | | doing the real job, not for a dry run. Tweak those instructions a bit. Assume maintainership. Approved by: edwin (maintainer) Notes: svn path=/head/; revision=350364
* Fix cdiffChris Rees2014-03-241-2/+2
| | | | | | | Reported by: swills Notes: svn path=/head/; revision=349064
* Make MOVEDLint output more consistentEitan Adler2014-01-241-1/+1
| | | | Notes: svn path=/head/; revision=340914
* Give proper reason why we reject replaced files.Matthias Andree2014-01-211-1/+2
| | | | Notes: svn path=/head/; revision=340523
* - Allow a leading "r" in the svn revisionLars Engels2014-01-081-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 Notes: svn path=/head/; revision=339185
* Remove ^MFH: lines from the logBaptiste Daroussin2014-01-081-1/+1
| | | | Notes: svn path=/head/; revision=339142
* update the tree before merge to avoid having a mixed revision tree before ↵Baptiste Daroussin2013-12-261-0/+1
| | | | | | | merging Notes: svn path=/head/; revision=337564
* Import mfh script to merge to the Q branchesBaptiste Daroussin2013-12-192-0/+87
| | | | Notes: svn path=/head/; revision=336919
* Adjust a bit towards the new world of SVN in terms of directoryGerald Pfeifer2013-12-011-6/+6
| | | | | | | | | structure and output for the user. Approved by: maintainer (edwin) Notes: svn path=/head/; revision=335440
* Remove p5-deps.pl which was used when perl 5.8 was removed. It has not been ↵Eitan Adler2013-10-302-107/+0
| | | | | | | | | needed in many years. Reported by: ak Notes: svn path=/head/; revision=332176
* This one goes to 11.Erwin Lansing2013-10-131-2/+5
| | | | Notes: svn path=/head/; revision=330220