#! /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 tps://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/penguintv-devel
Commit message (Expand)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Fix pkg-plistedwin2008-04-172-1/+3
* Add dependendency on graphics/py-imaging.edwin2008-04-091-1/+3
* Update to 3.60edwin2008-04-093-5/+20
* Update to 3.4.edwin2008-03-144-35/+45
* Mark as broken: leaves file behind on deinstall.linimon2007-10-251-0/+2
* Replace BUILD_DEPENDS on Xvfb and a handful of fonts with USE_DISPLAY=yes.edwin2007-09-101-4/+1
* - Correct py-lucene dependencies toopav2007-08-071-1/+1
* - Correct dependency on py-gstreamerpav2007-08-021-1/+1
* Fix pkg-plist by adding a file which should have been added by theedwin2007-07-081-0/+3
* Update to 3.0edwin2007-05-313-6/+5
* Fix pkg-plistedwin2007-05-292-0/+2
* upgrade to 2.95edwin2007-05-254-9/+11
* - Welcome X.org 7.2 \o/.flz2007-05-202-1/+1
* upgrade to 2.91edwin2007-05-023-21/+31
* BROKEN: Incomplete pkg-plistkris2007-02-271-0/+2
* update to 2.80edwin2007-02-093-13/+7
* BROKEN: Incomplete pkg-plistkris2006-12-101-0/+2
* Fix build when building with Mozilla support.edwin2006-11-242-16/+1
* Fix conditional dependency on devel/py-lucene -> textproc/py-lucene.laszlof2006-11-161-1/+1
* Update to version 2.56edwin2006-11-143-8/+7