aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvschk
Commit message (Collapse)AuthorAgeFilesLines
* Convert to staging.mandree2013-12-142-4/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | devel part 1)
* - convert to the new perl5 frameworkaz2013-09-081-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-2/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* -remove MD5ohauer2011-07-031-1/+0
|
* Switch MAINTAINER line to FreeBSD address.mandree2010-06-131-1/+1
| | | | Approved by: garga (mentor, implicit)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Add cvschk 1.12, quick offline checker for CVS modifications.krion2005-04-235-0/+94
cvschk is a Perl program which allows you to see the status of your own CVS directories, without access to the CVS repository. It shows which files you changed, made locally, and which ones were deleted. PR: ports/80279 Submitted by: Matthias Andree <matthias.andree@gmx.de>