Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset miwi's maintainership per his demand | bapt | 2014-11-18 |
#! /bin/sh # # $FreeBSD$ # # unwrap - extract the combined package (created with wrap) # move the file to a new name with an extension rm -rf $1.cvswrap mv $1 $1.cvswrap # untar the file if `gzip -t $1.cvswrap > /dev/null 2>&1` then zcat -d $1.cvswrap | tar --preserve --sparse -x -f - else tar --preserve -x -f $1.cvswrap fi # remove the original rm -rf $1.cvswrap href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>