summaryrefslogtreecommitdiff
path: root/devel/portcheckout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Per distfile survey, chase change in mastersite. Informed maintainer.Mark Linimon2003-10-291-1/+1
| | | | Notes: svn path=/head/; revision=92536
* Checkout directory ports/Templates too, required for config.guessWolfram Schneider2003-07-311-0/+12
| | | | Notes: svn path=/head/; revision=86037
* De-pkg-comment.Wolfram Schneider2003-03-052-1/+1
| | | | Notes: svn path=/head/; revision=76929
* 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 Notes: svn path=/head/; revision=35148
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-5/+5
| | | | Notes: svn path=/head/; revision=27452
* Update to portcheckout-2.0Wolfram Schneider2000-01-083-3/+3
| | | | Notes: svn path=/head/; revision=24566
* 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