Ticket #685: patch
File patch, 1.4 KB (added by jcorley1@…, 21 years ago) |
---|
-
src/port1.0/port.tcl
46 46 package require portrpmpackage 1.0 47 47 package require portcontents 1.0 48 48 package require portmpkg 1.0 49 package require portquery-variants 1.0 50 package require portquery-requires 1.0 -
src/port1.0/Makefile
4 4 portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl \ 5 5 portinstall.tcl portdepends.tcl portinstall.tcl portuninstall.tcl \ 6 6 portdepends.tcl portclean.tcl portpackage.tcl portcontents.tcl \ 7 portmpkg.tcl portrpmpackage.tcl 7 portmpkg.tcl portrpmpackage.tcl portquery-variants.tcl \ 8 portquery-requires.tcl 8 9 9 10 SUBDIR= resources 10 11 -
src/port/port.1
84 84 .Dl clean 85 85 .Dl search 86 86 .Dl list 87 .Dl query-requires 88 .Dl query-variants 87 89 .Dl toc 88 90 .Pp 89 91 Besides the main targets … … 131 133 To list the files (table of contents) installed by a given port (in this case apr): 132 134 .Pp 133 135 .Dl "port toc apr" 136 .Pp 137 To find out what variants a port provides: 138 .Pp 139 .Dl "port query-variants apache 140 .Pp 141 To display the requirements of a port (this currently does not handle variants): 142 .Pp 143 .Dl "port query-requires apr-util 134 144 .Pp 135 145 The following demonstrates invoking 136 146 .Nm