aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/unwrap
blob: 07b98289a09080b4aeecf35b6de2e492a778fd63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /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
cgit.cgi/freebsd-ports-gnome/commit/math/koctave?h=gnome-3.24&id=e8efdd21e5ff43846d793d8491abfecf222c6dc2'>- update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Use my @FreeBSD.org email for the rest of my portsmakc2009-02-211-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * - Add missing patchmiwi2008-06-021-0/+7 * - Update to 0.70miwi2008-06-024-39/+26 * - Drop maintainermiwi2008-06-011-1/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Conversion to a single libtool environment.ade2006-02-231-2/+1 * SHA256ifyedwin2006-01-221-0/+1