#! /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 rg/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/ibus-libpinyin
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1
* - Update to 1.10.0wen2018-10-153-5/+6
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
* Mark ports broken on powerpc64, categories a-c.linimon2018-06-181-0/+2
* Fix packaging with python3antoine2017-12-121-0/+1
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-11