Changeset 1040 for trunk/base


Ignore:
Timestamp:
Oct 12, 2002, 6:32:17 PM (22 years ago)
Author:
jkh
Message:

Add a helpful "contents" function for seeing what your port just installed.

Location:
trunk/base/src/port1.0
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/Makefile

    r971 r1040  
    44DSTGRP?=        wheel
    55
    6 SRCS=           port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portregistry.tcl portdepends.tcl portinstall.tcl portuninstall.tcl portregistry.tcl portdepends.tcl portclean.tcl portpackage.tcl
     6SRCS=           port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portregistry.tcl portdepends.tcl portinstall.tcl portuninstall.tcl portregistry.tcl portdepends.tcl portclean.tcl portpackage.tcl portcontents.tcl
    77
    88all:
  • trunk/base/src/port1.0/port.tcl

    r563 r1040  
    4545package require portclean 1.0
    4646package require portpackage 1.0
     47package require portcontents 1.0
    4748
    4849# System wide default configuration
Note: See TracChangeset for help on using the changeset viewer.