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/cgit.cgi/freebsd-ports-gnome/tree/LEGAL?h=mate-1.18&id=fcbda347ac729be9066db148775da0f9e4027973'>treecommitdiffstats
path: root/LEGAL
Commit message (Expand)AuthorAgeFilesLines
* - Remove the port math/bamg, as it is no longer supported upstream.stephen2016-08-151-1/+0
* Remove expired port:rene2016-08-101-1/+0
* Remove reference to unifi3 which is no longer in portsfeld2016-07-101-1/+0
* Remove expired ports without open PRs:rene2016-07-051-3/+0
* Update LICENSE* in audio/faac; remove from LEGALriggs2016-06-211-1/+0
* add net-mgmt/unifi5 to LEGALfeld2016-06-031-0/+1
* Remove expired ports:rene2016-05-101-1/+0
* Remove expired port:rene2016-04-241-1/+0
* Remove expired ports:rene2016-04-231-2/+0
* Remove expired ports:rene2016-01-021-1/+0
* biology/consed: undeprecate, it presumably builds fine but it is restricted.rene2015-12-261-0/+1
* Remove expired ports:rene2015-11-021-1/+0
* Remove an entry about a removed portbapt2015-10-161-1/+0
* Update LICENSE and add RESTRICTEDcs2015-09-121-0/+1
* Remove expired ports:rene2015-09-021-5/+0
* Add LEGAL information for binary distribution of audio/shoutcast tosbruno2015-08-061-0/+1
* - Belatedly update to version 2.8.16danfe2015-04-031-1/+0
* Fix build errors with PortAudio and/or ALSAriggs2015-03-301-0/+1