Changeset 22584
- Timestamp:
- 2007-03-05 08:21:38 (21 months ago)
- Location:
- branches/release_1_4
- Files:
-
- 3 modified
-
doc/ports.conf.5 (modified) (1 diff)
-
doc/ports.conf.in (modified) (1 diff)
-
src/package1.0/portarchive.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release_1_4/doc/ports.conf.5
r22467 r22584 117 117 with the first found match being used. 118 118 .br 119 Supported types are: tgz, tar, tbz, xar, zip, cpgz, cpio119 Supported types are: tgz, tar, tbz, tbz2, xar, zip, cpgz, cpio 120 120 .br 121 121 .Ic Default: -
branches/release_1_4/doc/ports.conf.in
r22467 r22584 35 35 # first archive to match one of the specified types in order is used. 36 36 # 37 # Supported types: tgz (default), tar, tbz, xar, zip, cpgz, cpio37 # Supported types: tgz (default), tar, tbz, tbz2, xar, zip, cpgz, cpio 38 38 portarchivetype tgz 39 39 -
branches/release_1_4/src/package1.0/portarchive.tcl
r19376 r22584 176 176 set archive.cmd "$tar" 177 177 set archive.pre_args {-cvf} 178 if {[regexp {z $} ${archive.type}]} {179 if {[regexp {bz $} ${archive.type}]} {178 if {[regexp {z2?$} ${archive.type}]} { 179 if {[regexp {bz2?$} ${archive.type}]} { 180 180 set gzip "bzip2" 181 181 } else {

