#! /bin/sh # # $FreeBSD$ # # wrap - Combine a directory into a single tar package. # This script is always called with the current directory set to # where the file to be combined exists. but i may get called with a # path to where cvs first started executing. (this probably should be # fixed in cvs) so strip out all of the directory information. The # first sed expression will only work if the path has a leading / # if it doesn't the one in the if statement will work. DIRNAME=`echo $1 | sed -e "s|/.*/||g"` if [ ! -d $DIRNAME ] ; then DIRNAME=`echo $1 | sed -e "s|.*/||g"` fi # # Now tar up the directory but we now will only get a relative path # even if the user did a cvs commit . at the top. # tar --preserve -cf - $DIRNAME | gzip --no-name --best -c > $2 ink rel='vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-bonk
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* SHA256ifyedwin2006-01-221-0/+1
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* - Fix build on AMD64krion2004-02-091-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* chase lib version change of multimedia/xmmsedwin2003-09-081-1/+1
* pkg-comment -> COMMENTnaddy2003-02-212-1/+1
* After repo copy from graphics category, update all appropriatelioux2002-11-291-1/+1