aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Various spelling correctionsChris Rees2013-02-091-5/+5
| | | | | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi Notes: svn path=/head/; revision=311969
* Add some checks for Subversion; minimum version required is 1.7, or addingChris Rees2013-02-031-0/+11
| | | | | | | | | ports with subdirectories fails because of scattered .svn directories. Original issue reported by: netchild Notes: svn path=/head/; revision=311453
* Add azEitan Adler2012-12-171-1/+1
| | | | | | | Fix regex - I had this locally but forgot to commit Notes: svn path=/head/; revision=309059
* Make the regex stricter to avoid false positive matchesEitan Adler2012-12-161-1/+1
| | | | | | | | Add kuriyama to the list Add bapt's alternate email to the list Notes: svn path=/head/; revision=309028
* Covert gnomedepends.py from Python 2 to Python 3.Eitan Adler2012-12-151-5/+5
| | | | | | | No objections from: sobomax Notes: svn path=/head/; revision=308967
* Add both of pgollucci's email addressesEitan Adler2012-12-151-1/+1
| | | | | | | | | | Add rm's alternate email address Add wxs If anyone else wants to be added please email me so we could batch them up into one set. Notes: svn path=/head/; revision=308965
* I and Philip are Nice PeopleChris Rees2012-12-151-1/+1
| | | | Notes: svn path=/head/; revision=308958
* Teach the conversion script about all the nice people that offered to reduce ↵Eitan Adler2012-12-151-1/+5
| | | | | | | the number of wasted bytes in the world Notes: svn path=/head/; revision=308955
* Teach convert-makefile-header about the mcom header line.Eitan Adler2012-12-151-0/+13
| | | | | | | Don't remove this when doing the conversion. Notes: svn path=/head/; revision=308950
* 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