Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add a new option -L, it works like -l but uses pkg-descr to create | garga | 2005-10-04 | 1 | -17/+30 |
| | | | | | | commit message. Approved by: will (maintainer) | ||||
* | Remove some hardcoded values to hopefully stop random users from shooting | kris | 2005-09-08 | 1 | -12/+27 |
| | | | | | | their feet off in public. Suggested by: adamw | ||||
* | - Handle different INDEX filename on 5.X and above | pav | 2005-09-04 | 1 | -2/+5 |
| | | | | | PR: ports/85281 Submitted by: Vasil Dimov <vd@datamax.bg> | ||||
* | Add prototypes for all the subroutines which fixes compilation with | marcus | 2005-07-10 | 1 | -9/+20 |
| | | | | | | Perl 5.8.7. Reported by: mezz | ||||
* | Fix typos | vs | 2005-04-18 | 1 | -3/+3 |
| | | | | Approved by: sobomax | ||||
* | As discussed on the cvs-ports-list, make 'addport' print a warning if the ↵ | vs | 2005-04-12 | 1 | -0/+1 |
| | | | | | | | | | directory name contains upper-case characters as it makes finding a port harder. PR: ports/79679 Approved by: will, portmgr(krion) | ||||
* | Add a splitpatch.pl utility, a small script to convert multi-file | tobez | 2005-04-12 | 2 | -0/+112 |
| | | | | | | patches to several appropriately named single-file patches. Requested by: flz | ||||
* | - Add bump_revision.pl, a small script to bump the PORTREVISION variable | flz | 2005-04-12 | 2 | -1/+193 |
| | | | | | | | | | | of ports which are depending on a port with a changed shared lib version. Edwin dedicates this script to his son Dirk, born few days ago :) Congrats (again) ! PR: ports/63915 Submitted by: edwin | ||||
* | - Replace pkg-comment with COMMENT to reflect latest (*sigh*) changes | flz | 2005-04-11 | 1 | -2/+2 |
| | | | | | | | | in the ports framework. PR: ports/62767 Submitted by: Igor Pokrovsky <tiamat@comset.net> Approved by: maintainer timeout (> 8 months) | ||||
* | Checkout Templates from CVS as well since ports with GNU_CONFIGURE will | vs | 2005-03-20 | 1 | -0/+2 |
| | | | | | | need them when building from 'addport -a -t'. Approved by: will | ||||
* | Document the check-latest-link and tindex scripts | kris | 2005-01-24 | 1 | -1/+5 |
| | |||||
* | Add the script I use to look for duplicate LATEST_LINK entries and to | kris | 2005-01-24 | 1 | -0/+72 |
| | | | | send nag-mails to the responsible maintainers. | ||||
* | This is the script I use to build indexes for all supported ports branches, | kris | 2005-01-24 | 1 | -0/+164 |
| | | | | | | which are copied to www.freebsd.org for use by 'make fetchindex', as well as the source of build failure reports on ports@FreeBSD.org when it is broken. | ||||
* | Remove traling spaces. | krion | 2005-01-09 | 15 | -20/+20 |
| | |||||
* | Newline should go after the terminating punctuation (fix typo). | dd | 2004-11-07 | 1 | -1/+1 |
| | | | | Approved by: will | ||||
* | Strip out date/time from +++/--- headers in generated patchfiles, so that they | sobomax | 2004-10-14 | 1 | -11/+12 |
| | | | | don't generate extra hunk each time patchfile is updated. | ||||
* | Avoid possible GNATS timeouts by using query-pr.real direclty. | krion | 2004-07-28 | 1 | -1/+1 |
| | |||||
* | Modernize these two scripts a little bit to make it easier to deal | murray | 2004-06-08 | 2 | -6/+16 |
| | | | | | | with 5.X or 4.X package sets (i.e., INDEX vs INDEX-5 and tgz vs tbz) OKed by: marcus | ||||
* | Hack in master/slave support | eik | 2004-06-04 | 1 | -27/+69 |
| | |||||
* | parse $FreeBSD$ with yyyy-mm-dd format dates | eik | 2004-05-30 | 1 | -1/+1 |
| | |||||
* | protect $FreeBSD: ... $ from being expanded | eik | 2004-05-30 | 1 | -1/+1 |
| | | | | Noticed by: mat | ||||
* | don't terminate the log entry with the first hyphen | eik | 2004-05-30 | 1 | -1/+1 |
| | |||||
* | - make somewhat more robust against a corrupted ports tree | eik | 2004-05-30 | 1 | -30/+80 |
| | | | | | | | | | | - CC committers and maintainer [1] - include affected ports in the subject line [2] - do a CVS log of the version checked out [3] Suggsted by: Ade Lovett <ade@FreeBSD.org> [1] Bjoern A. Zeeb <bzeeb-lists@lists.zabbadoz.net> [2] Pav Lucistnik <pav@FreeBSD.org> [3] | ||||
* | - Remove 'pkg-plist' from required files | krion | 2004-05-27 | 1 | -2/+1 |
| | | | | Approved by: sobomax | ||||
* | - fix a bug handling the maintainer field when ALLPORTS is used | eik | 2004-05-21 | 1 | -35/+56 |
| | | | | | | - add an option to watch for maintainer changes - change watch regex to match PKGORIGIN, not PKGNAME | ||||
* | Turn chkversion into an all-dancing, all-singing notification tool. | eik | 2004-05-19 | 1 | -35/+138 |
| | | | | | | | | You can even get notified of version changes in your favourite perl modules by setting WATCH_REGEX='p5-.*' Plus, it has a nice configurable nagging option. | ||||
* | small optimazation: don't compare versions that are equal | eik | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | check only ports connected to the build. | eik | 2004-05-17 | 1 | -15/+32 |
| | |||||
* | - integrated chkorigin | eik | 2004-05-17 | 1 | -51/+102 |
| | | | | | | - eliminated shell usage [1] Submitted by: mat [1] | ||||
* | FWIIW, spawn fewer processes. | eik | 2004-05-16 | 1 | -3/+12 |
| | |||||
* | support for symlinked portsdir (but no other symlinks in the ports tree) | eik | 2004-05-14 | 2 | -14/+19 |
| | | | | chkversion: support for CVS blame with env CVSBLAME=yes | ||||
* | add support for ignoring local ports / categories: | eik | 2004-05-14 | 1 | -1/+4 |
| | | | | env 'EXCLUDE=local devel/local' /usr/ports/Tools/scripts/chkmodules.pl | ||||
* | added chkversion, a script that ensures that PORTVERSIONs don't go backwards | eik | 2004-05-14 | 1 | -0/+155 |
| | |||||
* | add a perl script to check CVSROOT-ports/modules, | eik | 2004-05-14 | 1 | -0/+127 |
| | | | | based on a shell script by Clement Laforet. | ||||
* | - don't flag empty lines | eik | 2004-05-08 | 1 | -6/+30 |
| | | | | | | - callable without arguments: /usr/ports/Tools/scripts/MOVEDlint.awk - do CVS annotate when called with env CVS=yes | ||||
* | awk script to check MOVED for consistency | eik | 2004-05-08 | 1 | -0/+87 |
| | | | | | Usage: [env PORTSDIR=/usr/ports] awk -f MOVEDlint.awk /usr/ports/MOVED | ||||
* | While generating commit message, don't lowercase the first letter if the second | mat | 2004-04-04 | 1 | -2/+2 |
| | | | | | | | is upper case (ie : don't end up with pEAR) Approved by: will Asked by: thierry | ||||
* | added an -q option to enable usage in crontab. | eik | 2004-03-28 | 1 | -2/+27 |
| | | | | Suggested by: erwin | ||||
* | Fix a bug arising when you added a port which should have been at the end of | mat | 2004-03-20 | 1 | -3/+10 |
| | | | | | | <category>/Makefile, and ended up at the begining Approved by: will | ||||
* | Add chkorigin.sh, a script that checks the ports tree for ports with a wrong | eik | 2004-03-19 | 2 | -0/+89 |
| | | | | | | | | PKGORIGIN. Useful especially after repocopies. env PORTSDIR=/usr/ports sh /usr/ports/Tools/scripts/chkorigin.sh Approved by: marcus (portmgr) | ||||
* | Fill /mnt/ before each port and clear it afterward, to avoid running | trevor | 2004-03-15 | 1 | -1/+2 |
| | | | | out of inodes. | ||||
* | This script had served its purpose. | knu | 2004-03-14 | 1 | -146/+0 |
| | |||||
* | Add note about FETCH_BEFORE_ARGS=-s. | trevor | 2004-03-12 | 1 | -0/+4 |
| | |||||
* | script for finding "size mismatch" and "size unknown" errors | trevor | 2004-03-12 | 1 | -0/+58 |
| | |||||
* | Add sunshar, a "secure unshar" for ports committers, which: | knu | 2004-02-28 | 3 | -0/+368 |
| | | | | | | | | | | | - Does not execute unknown commands nor call sh(1) at all. - Does not overwrite existing files by default. - Does not extract files into upper directories. - Does have a dry run (-n) flag to see what would have been extracted. - Does have a strip (-p N) flag to strip any number of levels from pathnames. It (so far) only supports shell archives made with BSD shar. | ||||
* | Update "plist" to understand the rest of the mtree(5) file format, | green | 2004-02-27 | 1 | -14/+36 |
| | | | | | thus fixing the extra-@dirrm-problem once the base mtree files document the extra symlinks that are part of the local/etc. trees. | ||||
* | - Fix synopsis | ale | 2004-01-23 | 1 | -2/+2 |
| | | | | | | - Add 'ports/' PR category to commit log Approved by: will | ||||
* | Add domakedescribe and doportlint, two scripts that iterate over the ports | marcus | 2004-01-19 | 2 | -0/+39 |
| | | | | | | | | tree, and run "make describe" and portlint respectively. They can be useful as automated linting tools. PR: 59226 Submitted by: linimon | ||||
* | Add security-check.awk, a more efficient implementation of the ports | marcus | 2004-01-19 | 1 | -0/+100 |
| | | | | | | | | system's security checking algorithm. This will be used in the upcoming changes to bsd.*.mk. PR: 55331 Submitted by: Eugene M. Kim <ab@astralblue.com> | ||||
* | When suggesting to add new port's submitter to Contributors' List, | demon | 2004-01-07 | 1 | -1/+2 |
| | | | | | | | | also print the exact location of the file to checkout. This is for those who rarely adds new ports and do not remember the location of Additional FreeBSD Contributors article. Approved by: will |