summaryrefslogtreecommitdiff
path: root/devel/portcheckout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update master site.Wolfram Schneider1999-09-191-1/+1
| | | | Notes: svn path=/head/; revision=21744
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* 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. Notes: svn path=/head/; revision=19799
* Fix MANCOMPRESSED (=maybe) and work on standard -current.Tim Vanderhoek1998-12-301-3/+7
| | | | Notes: svn path=/head/; revision=15717
* manpage != DESCRTim Vanderhoek1998-12-301-41/+6
| | | | Notes: svn path=/head/; revision=15716
* Use MAN? macro.Jun Kuriyama1998-11-222-3/+4
| | | | | | | Change first line of Makefile from "manck" to "portcheckout". Notes: svn path=/head/; revision=14751
* No need to put name in front.Satoshi Asami1998-11-181-1/+1
| | | | Notes: svn path=/head/; revision=14634
* Says that the port uses perl5 for building and runningWolfram Schneider1998-11-011-1/+3
| | | | Notes: svn path=/head/; revision=14285
* 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! Notes: svn path=/head/; revision=14283