RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port/port.tcl,v
retrieving revision 1.72
diff -u -p -r1.72 port.tcl
|
|
|
1 | | #!@TCLSH@ |
| 1 | #!/bin/sh |
| 2 | #\ |
| 3 | exec @TCLSH@ "$0" "$@" |
2 | 4 | # port.tcl |
3 | 5 | # |
4 | 6 | # Copyright (c) 2004 Robert Shaw <rshaw@opendarwin.org> |
RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port/portall.tcl,v
retrieving revision 1.25
diff -u -p -r1.25 portall.tcl
|
|
|
1 | | #!@TCLSH@ |
| 1 | #!/bin/sh |
| 2 | #\ |
| 3 | exec @TCLSH@ "$0" "$@" |
2 | 4 | # Traverse through all ports running the supplied target. If target is |
3 | 5 | # "index" then just print some useful information about each port. |
4 | 6 | |
RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port/portindex.tcl,v
retrieving revision 1.27
diff -u -p -r1.27 portindex.tcl
|
|
|
1 | | #!@TCLSH@ |
| 1 | #!/bin/sh |
| 2 | #\ |
| 3 | exec @TCLSH@ "$0" "$@" |
2 | 4 | # Traverse through all ports, creating an index and archiving port directories |
3 | 5 | # if requested |
4 | 6 | # $Id: portindex.tcl,v 1.27 2005/02/17 17:08:54 pguyot Exp $ |