aboutsummaryrefslogtreecommitdiffstats
path: root/devel/portcheckout
Commit message (Collapse)AuthorAgeFilesLines
* Fix up a port that somehow got missed in The Great Conversion Processade2000-11-151-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.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* PORTNAME/PORTVERSION updatemharo2000-04-121-5/+5
|
* Update to portcheckout-2.0wosch2000-01-093-3/+3
|
* Update master site.wosch1999-09-191-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-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.hoek1998-12-301-3/+7
|
* manpage != DESCRhoek1998-12-301-41/+6
|
* Use MAN? macro.kuriyama1998-11-222-3/+4
| | | | Change first line of Makefile from "manck" to "portcheckout".
* No need to put name in front.asami1998-11-181-1/+1
|
* Says that the port uses perl5 for building and runningwosch1998-11-021-1/+3
|
* portcheckout - checkout ports and all depending portswosch1998-11-025-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!