summaryrefslogtreecommitdiff
path: root/devel/portcheckout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up a port that somehow got missed in The Great Conversion ProcessAde Lovett2000-11-141-0/+47
| | | | | | | | | | | | | | patches/patch-aa -> files/patch-aa No repo-copy needed, since there was no history for the patch, but I include the original commit message for it here: Adding a `-P' option to the CVS checkout lines is needed or else bsd.port.mk finds the older directories and complains about mismatched port versions. Submitted by: my machine going nuts and trying to build this port by mistake Approved by: asami
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-5/+5
|
* Update to portcheckout-2.0Wolfram Schneider2000-01-083-3/+3
|
* Update master site.Wolfram Schneider1999-09-191-1/+1
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Fix MANCOMPRESSED (=maybe) and work on standard -current.Tim Vanderhoek1998-12-301-3/+7
|
* manpage != DESCRTim Vanderhoek1998-12-301-41/+6
|
* Use MAN? macro.Jun Kuriyama1998-11-222-3/+4
| | | | Change first line of Makefile from "manck" to "portcheckout".
* No need to put name in front.Satoshi Asami1998-11-181-1/+1
|
* Says that the port uses perl5 for building and runningWolfram Schneider1998-11-011-1/+3
|
* portcheckout - checkout ports and all depending portsWolfram Schneider1998-11-015-0/+60
Portcheckout(1) checks out a FreeBSD port and all runtime and buildtime depending ports into the current working directory. The output is written to stdout as an executable shell-script. Compiling a FreeBSD port usually require a full tree of ports in /usr/port. A cvs checkout or a cvs update command takes a very long time and need much free space. With portcheckout, you checkout only the parts of the port tree which you really need. This is a magnitude faster!