aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/unwrap
blob: 535209aee23d96217ce33a0582b7548de4182604 (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
#
# $Id: unwrap,v 1.1 1996/02/07 14:35:43 peter Exp $
#
#   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
/span>2-2/+13 * Uncomment the lines I needed to test the port. Mea Culpa.edwin2003-12-281-2/+2 * [PATCH] www/squid: update to 2.5-STABLE4 (+ vendor patches)edwin2003-12-282-4/+56 * [PATCH] www/squid: update to 2.5 STABLE 4edwin2003-12-283-50/+29 * o Allow to use $SQUID_CONFIGURE_ARGS in /etc/make.conf for additionalkuriyama2003-12-131-1/+1 * .. add the missing file.adrian2003-07-271-0/+11 * Massive upgrade to 2.5-stable3. Thanks!adrian2003-07-274-30/+74 * Bring the squid-2.5 port up to 2.5.STABLE2.adrian2003-04-092-139/+3 * Add vendor patches:netchild2003-03-092-4/+139 * Clear moonlight beckons.ade2003-03-072-1/+1 * Grab the patch against squid24 from a PR..adrian2003-01-311-4/+8 * Document the configure argument for reverse SSL proxies.seanc2003-01-031-0/+2 * Removed double USE_PERL5edwin2002-11-051-1/+0 * Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-051-0/+2 * PERL -> REINPLACEedwin2002-11-041-2/+3 * Update the port to squid-2.5.stable1.adrian2002-10-143-38/+831 * - Use MASTER_SITE_SUBDIR.knu2002-10-141-4/+6 * Update squid port to squid-2.4stable7.adrian2002-07-052-3/+3 * Update the squid24 port to Squid-2.4.STABLE6.adrian2002-03-222-3/+3 * Fix a typo, spotted by des.adrian2002-02-201-1/+1 * Update the port to squid-2.4stable4 .adrian2002-02-192-3/+3 * Update the port to squid-2.4STABLE3.adrian2001-12-032-3/+3 * Remove the RunCache stuff and let squid handle its own child maintainence.adrian2001-09-012-3/+8 * Misc. fixes:olgeni2001-08-311-37/+37 * * Update the port to use the newly-release squid-2.4STABLE2adrian2001-08-292-15/+6 * Make sure we don't delete mime.conf and squid.conf at packageadrian2001-06-182-3/+5 * PR: 26339adrian2001-04-102-2/+4 * Add the latest patch - a HTCP (cache control protocol, not a HTTP extension)adrian2001-04-032-2/+4 * Add some PATCHFILES to this port, and bump its PORTREVISION.adrian2001-03-312-1/+9 * -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1 * .. and update the Makefile to indicate that its my port, built by me. :)adrian2001-03-271-3/+3 * PR: 26059adrian2001-03-275-63/+64 * Try to remove ${LOCALBASE}/squid at deinstall time, if it is empty.olgeni2001-03-131-0/+3 * Fix typo: othervise -> otherwise.olgeni2001-02-191-1/+1