aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/wrap
blob: 9ee323d15219648d99b818d18a1f3413ccbb1a09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /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
tgraph'>* UnPERLify [1]pav2003-11-151-10/+7 * Fix build on 4.xpav2003-11-151-0/+10 * Update to 0.8.8, major feature enhancement:pav2003-11-153-2/+12 * Update maintainer field with my FreeBSD.org address.pav2003-11-142-2/+2 * Add autocutsel, a tool for synchronization of clipboards in VNCpav2003-11-146-0/+57 * Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-2/+3 * Fix crash on exit.adamw2003-11-132-2/+31 * Author took all the FreeBSD-specific patches from the port andadamw2003-11-134-38/+2 * Add mdh, which is kindof like the GNOME panel except not.adamw2003-11-137-0/+77 * Update plan to 1.8.7. Also incorporated are some portlint fixes.deischen2003-11-134-67/+65 * Update to 0.1.2.adamw2003-11-112-2/+2 * Update to 0.24.1 to address some minor bugs.marcus2003-11-112-2/+2 * - Update to version 1.92.3krion2003-11-112-2/+2 * Update to 0.24.netchild2003-11-119-471/+51 * Update to 0.22.1.netchild2003-11-117-55/+66 * Update port: deskutils/superkaramba:jeh2003-11-102-18/+17 * Upate to 0.3.3arved2003-11-093-24/+7 * Add superkaramba 0.33, a KDE tool that allows interactive eye-candywill2003-11-0916-0/+766 * Dlume is a tiny GTK2 addressbook with an XML backend and a completelyadamw2003-11-085-0/+35 * Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-071-2/+2 * - Update to version 1.92.2krion2003-11-073-16/+31 * Problem reported by Lewis Thompson: if you run Apache 2, htpasswdjeh2003-11-063-9/+27 * DragStacK, inspired by the drop stack of the PathFinder filekrion2003-11-065-0/+48 * - Update to 0.6.2 revision 2,dinoex2003-11-063-41/+170 * - Update to 0.8.7 [1].fjoe2003-11-052-4/+5 * Chase wxgtk library name (and version) change.fjoe2003-11-051-1/+1 * Chase the libxslt shared lib version with a PORTREVISION bump.marcus2003-11-051-1/+1 * In the spirt of graphics/librsvg2, try to be safer when overwritingmarcus2003-11-042-2/+3 * Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-031-1/+1 * Add ${LOCALBASE} to CPPFLAGS and LIBS, allowing i18n.adamw2003-11-032-0/+10 * ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1 * ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1 * - update to 0.6.2dinoex2003-10-303-205/+37 * Fix .dtd files so after recent libxml2 update MrProject still be able tobland2003-10-303-1/+15 * - Make Python bindings build optional.bland2003-10-292-8/+25 * Fix plist by adding missing file, and removing hardwiring of Pythonlinimon2003-10-291-1/+2 * - Update to version 0.5.6krion2003-10-277-45/+36 * Update to 1.0.28.petef2003-10-272-2/+2 * Add a missing dependency on py-gtk2.marcus2003-10-261-1/+4 * Bump PORTREVISION for the last commit.marcus2003-10-261-0/+1 * Add a patch to properly obtain the character set on -STABLE.marcus2003-10-261-0/+17 * - Update to version 1.0.5krion2003-10-246-80/+56 * utilize SITE_PERLijliao2003-10-241-2/+2 * Update to 2.4.1.marcus2003-10-214-4/+4 * - update to 0.6dinoex2003-10-193-225/+45 * - Layout for GnuSTEP 1.8.0dinoex2003-10-192-358/+264 * Upgrade to 0.9.14.007.olgeni2003-10-196-6/+168 * - Fix build on -stablekrion2003-10-181-0/+19 * Update to 0.23.adamw2003-10-18