aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
...
* prdone and prpatch were removed in r297358Bryan Drewery2012-12-122-11/+2
| | | | Notes: svn path=/head/; revision=308732
* Strip svn:executable just in case it's been setChris Rees2012-12-091-0/+4
| | | | | | | Reported by: db Notes: svn path=/head/; revision=308553
* Document tool which converts from old style header to new styleEitan Adler2012-11-281-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307924
* - Fix runtime utf-8 problems using codec encoder and system localeSofian Brabez2012-11-051-3/+6
| | | | | | | | | | PR: ports/173195 Submitted by: rm Reviewed by: sbz (myself) Feature safe: yes Notes: svn path=/head/; revision=307031
* Use the 'Created by:' header option per default rather than the RCS onlyEmanuel Haupt2012-10-301-5/+6
| | | | | | | | | | header. Suggested by: adamw Feature safe: yes Notes: svn path=/head/; revision=306665
* Add convert-makefile-header.pl, a perl script that converts old style MakefileEmanuel Haupt2012-10-291-0/+111
| | | | | | | | | headers to the new format. Feature safe: yes Notes: svn path=/head/; revision=306605
* Freefall doesn't have LWP::Simple, so use /usr/bin/fetch to reduce dependenciesChris Rees2012-10-291-3/+2
| | | | | | | | Noticed by: thierry Feature safe: yes Notes: svn path=/head/; revision=306602
* - Fix reference to the Additional Contributors' list due to renamingGuido Falsi2012-10-251-1/+1
| | | | | | | | | | to .xml in r39631 Approved by: crees Feature safe: yes Notes: svn path=/head/; revision=306400
* Silence svn update commands.Erwin Lansing2012-10-211-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306229
* - Sync with the versions currently running on pointyhatBeat Gaetzi2012-10-202-105/+42
| | | | | | | | | | - Use Subversion instead of CVS Approved by: erwin (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306176
* Sync with the version that's currently running on pointyhat:Erwin Lansing2012-10-191-2/+5
| | | | | | | | | | | | - be less verbose to be more friendly to running from cron - I've been running this script for several years now, not Kris - Send me a copy of the output for debugging Feature safe: yes Notes: svn path=/head/; revision=306125
* Add MOVEDLint checks for some of the other formatting problemsEitan Adler2012-10-151-0/+7
| | | | | | | | | seen in MOVED lines. Feature safe: yes Notes: svn path=/head/; revision=305939
* Clean-up command-line options.Alex Dupre2012-10-091-7/+3
| | | | | | | Approved by: crees Notes: svn path=/head/; revision=305592
* Make the removal diff nicer to read by not showing the line-by-line removal ↵Eitan Adler2012-09-231-1/+1
| | | | | | | | | and instead replace it with "FILE has been deleted" Reviewed by: crees Notes: svn path=/head/; revision=304756
* - prefix saved files (PR/patches) with PR_$numOlli Hauer2012-09-231-6/+9
| | | | | | | | | PR: ports/171853 Submitted by: ohauer Approved by: miwi (maintainer) explicit per PM Notes: svn path=/head/; revision=304753
* bsd.port.mk handles getting the primary category for usChris Rees2012-09-201-5/+4
| | | | | | | | | Since Created by: line appears to be popular, get Submitted by: from that Old-style Makefile headers should no longer be used Notes: svn path=/head/; revision=304592
* - Fix bytes problem returned by urlopen when using Python 3.xSofian Brabez2012-09-171-4/+4
| | | | Notes: svn path=/head/; revision=304409
* Accepts the new svn_revision tag in the removed ports xml database.Chris Rees2012-09-161-5/+11
| | | | | | | | Apologies for the complexity of the code; it's optimised for speed. Soon I will be able to remove the section working with dates. Notes: svn path=/head/; revision=304348
* - Set fbsd:nokeywords property value to the one recommended by the PortsBeat Gaetzi2012-09-091-1/+1
| | | | | | | | | Subversion Primer. Approved by: mandree@ (maintainer) Notes: svn path=/head/; revision=303984
* - Support Python 3.xSofian Brabez2012-09-061-1/+4
| | | | Notes: svn path=/head/; revision=303771
* By request, move dialogwrapper to the main folder and fix the readme.Eitan Adler2012-09-013-8/+2
| | | | | | | Additionally, document the wrapper in the main readme Notes: svn path=/head/; revision=303457
* Now that the headers have been removed, we no longer get the Whom line fromChris Rees2012-08-311-3/+3
| | | | | | | | | | which to acquire the Submitted by: line. It should be reasonable to simply use the MAINTAINER line; unfortunately we lose the real name and only get the email address. Notes: svn path=/head/; revision=303442
* Add $FreeBSD$ linesEitan Adler2012-08-312-0/+4
| | | | | | | reported by: crees Notes: svn path=/head/; revision=303433
* By request, add dialog wrapper used to give the ports options dialogEitan Adler2012-08-312-0/+150
| | | | | | | | | | | | | | additional features such as: - extended descriptions - auto resizing - compatability with older dialog implementations Submitted by: wblock Reviewed by: ports@ Notes: svn path=/head/; revision=303430
* - Fix documentationSofian Brabez2012-08-303-27/+27
| | | | | | | Submitted by: culot, gahr Notes: svn path=/head/; revision=303367
* Fix the -y option to test for possible duplicate ports; use INDEX instead ofChris Rees2012-08-251-6/+7
| | | | | | | | | modules file that was removed. It's fast, use it! Notes: svn path=/head/; revision=303131
* Use "exec" when executing SVN with user-provided arguments,Matthias Andree2012-08-241-2/+2
| | | | | | | | | | | | to avoid running SVN multiple times with command lines like the following: svn co --depth empty svn+ssh://svn.freebsd.org/ports/head ports Reported by: ak@ (on IRC) Notes: svn path=/head/; revision=303098
* - Add getpatch script to download patch attachments on bug tracking systemsSofian Brabez2012-08-233-0/+275
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=303011
* - Look for older versions of ports to copy over before committing.Chris Rees2012-08-211-13/+75
| | | | | | | | | | | Requested by: several - Remove older readded ports from MOVED - Tighten up find syntax (split by null and use -print0) Notes: svn path=/head/; revision=302854
* Changes over original script:Matthias Andree2012-08-201-49/+94
| | | | | | | | | | | | | | | | | | | | | | | | | - FIX: all progress and error output goes to fd#2 (stderr) - FIX: at top level, properly detect commands if preceded by options - FIX: in checkstatus(), handle ~ (obstructed versioned item) - FIX: support blanks, leading dashes, and shell meta characters: + in file names, so as not to choke the script on difficult file names + in command line arguments, so that svn commit -m "commit message" works, rather than complaining about an unversioned file "message". - FIX: in checkstatus(), keep leading spaces from svn status - FIX: in setprop(), detect egrep errors, rather than assuming "no match" - ADD: die if "check" psvn-specific command has trailing arguments - CHANGE: replace `...` by more concise $(...) notation - CHANGE: take maintainership, offered by beat@. - SPEEDUP: in checkstatus(), use shell built-ins, rather than commands - SPEEDUP: when checking files, run svn only once, rather than for each file - SPEEDUP: when skipping "svn rm"-ed files, use ! -e rather than head|awk - TODO: handle long options for svn commit - TODO: do not stomp over svn:mime-type if it's already set (binary files!) Approved by: beat@ (maintainer) Notes: svn path=/head/; revision=302830
* Don't replace - with _ in category variable.Chris Rees2012-08-101-3/+2
| | | | | | | | | | | | | | | | This was required with CVS, since the category was checked out as a module, but the directory name is used with svn. For example: pcvs co ports_ports_mgmt svn co $ports/head/ports-mgmt Submitted by: swills Notes: svn path=/head/; revision=302383
* - Remove duplicate execution of svn info [1]Beat Gaetzi2012-07-181-4/+13
| | | | | | | | | - Add description what the script actually does Submitted by: gahr [1] Notes: svn path=/head/; revision=301118
* Support svn tooEitan Adler2012-07-151-1/+1
| | | | Notes: svn path=/head/; revision=300910
* Remove support for CVS from MOVEDLintEitan Adler2012-07-151-3/+1
| | | | | | | Approved by: portmgr (beat) Notes: svn path=/head/; revision=300906
* - Add a svn wrapper which does sanity checking and handles svn propertiesBeat Gaetzi2012-07-151-0/+136
| | | | Notes: svn path=/head/; revision=300902
* - Update addport and rmport to work with SubversionBeat Gaetzi2012-07-152-74/+56
| | | | | | | Submitted by: crees, miwi Notes: svn path=/head/; revision=300901
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-241-1/+1
| | | | | | | The X11BASE variable is long gone, however these ports were not updated. Notes: svn path=/head/; revision=299908
* Support conversion of make.conf-style files.Chris Rees2012-06-091-21/+91
| | | | | | | | The script is very cautious, and may miss some; checking the results by hand is absolutely vital. Notes: svn path=/head/; revision=298824
* Add script to convert old-style OPTIONS database files to new format.Chris Rees2012-06-041-0/+30
| | | | | | | | If you are having trouble with saved OPTIONS not being recognised, just run this as root and you will have no further trouble! Notes: svn path=/head/; revision=298358
* - Modify Additional Contributors path to match svnChris Rees2012-05-301-2/+3
| | | | | | | | | - Take maintainership Approved by: garga (maintainer) Notes: svn path=/head/; revision=297817
* - Restore getpr, i still use it and i believe few other committers as wellMartin Wilke2012-05-291-0/+93
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=297644
* Remove obsolete PR handling scripts. These had hardcoded /home/ncvsChris Rees2012-05-243-159/+0
| | | | | | | Approved by: mharo (maintainer) Notes: svn path=/head/; revision=297358
* Take maintainership-- thanks to vd for his past work on this scriptChris Rees2012-05-021-6/+11
| | | | | | | | | | | | | | Approved by: vd (maintainer) - Make the diff output work - Use cdiff if exists, otherwise stick with $EDITOR - Stop trying to remove CVSROOT; hasn't been checked out since modules support was removed by erwin Notes: svn path=/head/; revision=295873
* Spell plural LATEST_LINKs with a lowercase s to avoid confusionErwin Lansing2012-04-081-1/+1
| | | | | | | | | | to the spelling of LATEST_LINK. Submitted by: gerald Feature safe: yes Notes: svn path=/head/; revision=294369
* Document MOVEDlint in READMEEitan Adler2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291540
* - fix interpreter path for pythonPhilip M. Gollucci2012-02-114-4/+4
| | | | | | | | PR: ports/154431 Approved by: sobomax (maintainer) Notes: svn path=/head/; revision=290957
* If you have not yet run this script, I feel sorry for you.Eitan Adler2012-01-151-156/+0
| | | | | | | Hat: x11 Notes: svn path=/head/; revision=289289
* Better wording to clarify the previous two commits.Wesley Shields2011-12-281-1/+2
| | | | | | | Submitted by: dougb@ Notes: svn path=/head/; revision=288126
* Revert part of the previous commit, and make things a little more clear withWesley Shields2011-12-281-1/+1
| | | | | | | | | punctuation. Discussed with: eadler@ Notes: svn path=/head/; revision=288125
* - Remove some old duplicate words. They were getting in way of finding newer ↵Eitan Adler2011-12-273-3/+3
| | | | | | | ones. Notes: svn path=/head/; revision=288093