#! /bin/sh # # $Id: wrap,v 1.1 1996/02/07 14:35:44 peter Exp $ # # 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 2/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/silc-server
Commit message (Expand)AuthorAgeFilesLines
* Update silc-server to version 1.1.4, which fixes some crashes and includesremko2008-04-182-4/+4
* Update to 1.1.2 - security fix.wxs2008-03-272-4/+4
* Update to 1.1.1wxs2008-03-1810-165/+62
* Mark BROKEN: leaves files behind on deinstall.erwin2008-03-171-0/+2
* Reset maintainer, address bounces.erwin2007-12-231-1/+1
* Remove support for OSVERSION < 5edwin2007-10-041-15/+12
* - update net/silc-server to 1.0.3 (secutiry fix)clsung2007-03-152-4/+4
* - Update to 1.0.2miwi2006-09-149-116/+120
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
* SHA256ifyedwin2006-01-231-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* - Change maintainer's emailkrion2004-04-161-1/+1
* SIZEifyerwin2004-03-201-0/+1
* - Update to version 0.9.18krion2004-03-042-2/+2
* - Update to version 0.9.17krion2004-02-263-8/+7
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-04