#! /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 >
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-MIME-Tools
Commit message (Expand)AuthorAgeFilesLines
* - use @dirrmtry instead of @dirrmleeym2008-10-181-5/+5
* Fix plist.skv2008-09-111-1/+1
* - Update to 5.427erwin2008-07-072-5/+5
* I can't find any good reason as why this p5- port does not use PKGNAMEPREFIX,mat2008-03-311-3/+3
* Update to 5.426erwin2008-03-293-5/+6
* - Update to 5.425gabor2007-12-242-4/+4
* - Update to 5.423clsung2007-10-042-4/+4
* - Update to 5.422miwi2007-09-282-5/+6
* - Update to 5.421miwi2007-09-242-5/+4
* Example files are no longer in the distfile, so don't try to installerwin2007-05-282-25/+2
* Update to 5.420. Require perl from ports.tobez2006-03-242-4/+8
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
* Update to 5.419.tobez2005-12-232-4/+4
* Take a perl@ hat and add SHA256 checksumsmat2005-11-141-0/+1