aboutsummaryrefslogtreecommitdiff
path: root/devel/cvschk
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - convert to the new perl5 frameworkAndrej Zverev2013-09-081-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326734
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-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 Notes: svn path=/head/; revision=284239
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Switch MAINTAINER line to FreeBSD address.Matthias Andree2010-06-131-1/+1
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=256473
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Add cvschk 1.12, quick offline checker for CVS modifications.Kirill Ponomarev2005-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> Notes: svn path=/head/; revision=133996