#! /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 'vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xfce4-mixer
Commit message (Expand)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* update to xfce 4.2.3.1oliver2005-11-093-4/+14
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
* Fix a MASTER_SITE entry to match the site layout.fenner2005-10-041-1/+1
* update to 4.2.2oliver2005-05-203-3/+10
* adjust MASTER_SITESoliver2005-04-021-2/+3
* update to 4.2.1oliver2005-03-193-4/+5
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
* remove share/locale/nb_NO on uninstalloliver2005-01-301-0/+2
* add some dependenciesoliver2005-01-281-3/+6
* - bring xfce4 to 4.2oliver2005-01-273-17/+29
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
* update to xfce4-4.0.6oliver2004-07-193-3/+5
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* update to 4.0.5oliver2004-04-193-7/+8
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* update to xfce 4.0.4oliver2004-03-153-6/+10
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
* Update xfce to 4.0.3oliver2004-01-113-3/+8
* update xfce to 4.0.1oliver2003-12-053-3/+9
* - Get the translations installed (Make configure able to detectoliver2003-10-192-2/+21
* Add back DIST_SUBDIR. It was removed by mistake.demon2003-09-292-1/+2
* Update to 4.0.0 release.demon2003-09-272-7/+4
* Update to version 4.0 RC3.demon2003-09-032-7/+6
* add xfce4-panel to RUN_DEPENDS toooliver2003-08-171-0/+1
* take maintainershipoliver2003-08-171-1/+1
* Start using the new xfce sub-categoryoliver2003-08-161-1/+1
* bumped PORTREVISIONoliver2003-07-311-0/+1
* add trailing backslash..oliver2003-07-311-1/+1
* Add missing dependenciesoliver2003-07-311-1/+3