| Commit message (Expand) | Author | Age | Files | Lines |
* | Escape characters (like +) that may appear in ports' names and | Vasil Dimov | 2006-07-05 | 1 | -2/+13 |
* | When automatic commit log is generated, change @ to " at " on submitter email | Renato Botelho | 2006-07-04 | 1 | -0/+1 |
* | MFP4: | Erwin Lansing | 2006-06-22 | 1 | -1/+1 |
* | MFP4: | Erwin Lansing | 2006-06-19 | 1 | -6/+24 |
* | - Change addport script to do the job locally instead connect to freefall every | Renato Botelho | 2006-05-16 | 2 | -18/+39 |
* | Add support for specifying ports to be removed as directories on the | Vasil Dimov | 2006-05-02 | 1 | -1/+27 |
* | Improve dependency check: | Vasil Dimov | 2006-05-02 | 1 | -2/+3 |
* | Add support for removing multiple ports which depend on each other | Vasil Dimov | 2006-04-17 | 1 | -36/+48 |
* | Quote ${1} so we don't get ``[: =: unexpected operator'' if the script | Vasil Dimov | 2006-04-12 | 1 | -1/+1 |
* | Add the script I use to remove ports so everyone | Vasil Dimov | 2006-04-10 | 1 | -0/+315 |
* | Warn if there are duplicate MD5/SHA256/SIZE statements for a single file | Edwin Groothuis | 2006-01-24 | 1 | -3/+33 |
* | Small tool to check the necessary lines in the distinfo files, based | Edwin Groothuis | 2006-01-24 | 1 | -0/+105 |
* | Support 7.x INDEX builds | Kris Kennaway | 2006-01-22 | 1 | -16/+37 |
* | Add portsvar.sh schell script into Tools/scripts. | Daichi GOTO | 2006-01-11 | 1 | -0/+133 |
* | Utility: A tool to identify similar pkg-descr files | Edwin Groothuis | 2005-11-26 | 1 | -0/+24 |
* | - Add a new option -L, it works like -l but uses pkg-descr to create | Renato Botelho | 2005-10-04 | 1 | -17/+30 |
* | Remove some hardcoded values to hopefully stop random users from shooting | Kris Kennaway | 2005-09-08 | 1 | -12/+27 |
* | - Handle different INDEX filename on 5.X and above | Pav Lucistnik | 2005-09-04 | 1 | -2/+5 |
* | Add prototypes for all the subroutines which fixes compilation with | Joe Marcus Clarke | 2005-07-10 | 1 | -9/+20 |
* | Fix typos | Volker Stolz | 2005-04-18 | 1 | -3/+3 |
* | As discussed on the cvs-ports-list, make 'addport' print a warning if the dir... | Volker Stolz | 2005-04-12 | 1 | -0/+1 |
* | Add a splitpatch.pl utility, a small script to convert multi-file | Anton Berezin | 2005-04-12 | 2 | -0/+112 |
* | - Add bump_revision.pl, a small script to bump the PORTREVISION variable | Florent Thoumie | 2005-04-12 | 2 | -1/+193 |
* | - Replace pkg-comment with COMMENT to reflect latest (*sigh*) changes | Florent Thoumie | 2005-04-11 | 1 | -2/+2 |
* | Checkout Templates from CVS as well since ports with GNU_CONFIGURE will | Volker Stolz | 2005-03-20 | 1 | -0/+2 |
* | Document the check-latest-link and tindex scripts | Kris Kennaway | 2005-01-24 | 1 | -1/+5 |
* | Add the script I use to look for duplicate LATEST_LINK entries and to | Kris Kennaway | 2005-01-24 | 1 | -0/+72 |
* | This is the script I use to build indexes for all supported ports branches, | Kris Kennaway | 2005-01-24 | 1 | -0/+164 |
* | Remove traling spaces. | Kirill Ponomarev | 2005-01-09 | 15 | -20/+20 |
* | Newline should go after the terminating punctuation (fix typo). | Dima Dorfman | 2004-11-07 | 1 | -1/+1 |
* | Strip out date/time from +++/--- headers in generated patchfiles, so that they | Maxim Sobolev | 2004-10-14 | 1 | -11/+12 |
* | Avoid possible GNATS timeouts by using query-pr.real direclty. | Kirill Ponomarev | 2004-07-28 | 1 | -1/+1 |
* | Modernize these two scripts a little bit to make it easier to deal | Murray Stokely | 2004-06-08 | 2 | -6/+16 |
* | Hack in master/slave support | Oliver Eikemeier | 2004-06-04 | 1 | -27/+69 |
* | parse $FreeBSD$ with yyyy-mm-dd format dates | Oliver Eikemeier | 2004-05-30 | 1 | -1/+1 |
* | protect $FreeBSD: ... $ from being expanded | Oliver Eikemeier | 2004-05-30 | 1 | -1/+1 |
* | don't terminate the log entry with the first hyphen | Oliver Eikemeier | 2004-05-30 | 1 | -1/+1 |
* | - make somewhat more robust against a corrupted ports tree | Oliver Eikemeier | 2004-05-30 | 1 | -30/+80 |
* | - Remove 'pkg-plist' from required files | Kirill Ponomarev | 2004-05-27 | 1 | -2/+1 |
* | - fix a bug handling the maintainer field when ALLPORTS is used | Oliver Eikemeier | 2004-05-21 | 1 | -35/+56 |
* | Turn chkversion into an all-dancing, all-singing notification tool. | Oliver Eikemeier | 2004-05-19 | 1 | -35/+138 |
* | small optimazation: don't compare versions that are equal | Oliver Eikemeier | 2004-05-18 | 1 | -1/+1 |
* | check only ports connected to the build. | Oliver Eikemeier | 2004-05-17 | 1 | -15/+32 |
* | - integrated chkorigin | Oliver Eikemeier | 2004-05-17 | 1 | -51/+102 |
* | FWIIW, spawn fewer processes. | Oliver Eikemeier | 2004-05-16 | 1 | -3/+12 |
* | support for symlinked portsdir (but no other symlinks in the ports tree) | Oliver Eikemeier | 2004-05-14 | 2 | -14/+19 |
* | add support for ignoring local ports / categories: | Oliver Eikemeier | 2004-05-14 | 1 | -1/+4 |
* | added chkversion, a script that ensures that PORTVERSIONs don't go backwards | Oliver Eikemeier | 2004-05-14 | 1 | -0/+155 |
* | add a perl script to check CVSROOT-ports/modules, | Oliver Eikemeier | 2004-05-14 | 1 | -0/+127 |
* | - don't flag empty lines | Oliver Eikemeier | 2004-05-08 | 1 | -6/+30 |