#! /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 .edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Expand)AuthorAgeFilesLines
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
* add fastercsv 0.2.1ijliao2006-09-055-0/+136
* -INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-09-052-3/+9
* Add locale stuff in plist that aren't in mtree/BSD.x11-4.dist.mezz2006-09-051-0/+4
* - Resurrect once dead portdanfe2006-09-055-0/+56
* - Unbreak the build with recent GNU makedanfe2006-09-052-7/+10
* - Fix CONFIGURE_TARGET. I forgot to close a parenthesisacm2006-09-051-1/+1
* Update to 2.14.3.marcus2006-09-052-5/+5
* - Update to version 1.03 and thus undeprecatedanfe2006-09-054-19/+52
* Chase updated binarieslth2006-09-0512-90/+96
* Update to version 3.04itetcu2006-09-043-4/+7
* Update to 0.22erwin2006-09-042-6/+5
* - Fix amd64 builditetcu2006-09-042-1/+34
* Reset inactive maintainer who has not responded to email.linimon2006-09-041-1/+1
* Reset inactive maintainer who has not responded to email.linimon2006-09-041-1/+1
* Reset inactive maintainer (a mailing list).linimon2006-09-042-2/+2
* Reset inactive maintainer who has not responded to email.linimon2006-09-042-2/+2
* Reset maintainer due to timeouts and no response to email.linimon2006-09-041-1/+1
* Reset inactive maintainer; set DEPRECATED since that version is no longerlinimon2006-09-041-1/+4
* - Fix build on 6-STABLEsem2006-09-041-1/+1
* Update to 2006.0814skv2006-09-043-5/+4
* Update to 1.04skv2006-09-042-4/+4
* Update to 0.21skv2006-09-042-4/+4
* Updated to 0.05skv2006-09-042-4/+4
* Updated to 0.12skv2006-09-042-5/+5
* Alter MASTER_SITES order and provide a mirror on my server so that this portitetcu2006-09-041-2/+3
* - Add xdg-utilsahze2006-09-034-0/+38
* - Change install location of m17n-db.pc to fix package building error.nobutaka2006-09-032-5/+7
* New port: devel/p5-Config-Any, Load class configuration data from a number of...lbr2006-09-035-0/+63
* Updat to 0.12lbr2006-09-032-5/+5
* Update to 0.34lbr2006-09-032-4/+4
* Remove devel/p5-Linux-Pid. It was a p5-Apache-SizeLimit dep, but now thatsat2006-09-035-53/+0
* Dependencies no longer seem to conflictkris2006-09-033-6/+0
* Fix MASTER_SITES.nobutaka2006-09-033-3/+3
* NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED herekris2006-09-036-12/+6
* NO_CDROM is superfluouskris2006-09-032-2/+0
* Remove bitkeeper, which was discontinued by the author.kris2006-09-037-263/+0
* Schedule these ignored ports for termination on 2006-12-01kris2006-09-033-0/+6
* Special case -Wl,-rpath and -Wl,--rpath so that their arguments aremarcus2006-09-032-9/+22
* Schedule these broken ports for termination on 2006-12-01kris2006-09-0310-0/+20
* update to 0.13lbr2006-09-022-6/+6
* update to 0.05lbr2006-09-022-4/+4
* - Update to 0.29rafan2006-09-022-7/+8
* - Update to 0.70rafan2006-09-022-4/+4
* - Fix build on 4.x [1]acm2006-09-021-2/+5
* - allow build on old perlleeym2006-09-021-4/+3
* - Take over maintainership of the abandoned SDL ports.shaun2006-09-021-1/+1
* - fix build with gnustep-make-1.13.0dinoex2006-09-021-24/+4
* Take maintainership.jylefort2006-09-021-1/+1
* - Mark broken on 4.xsat2006-09-013-1/+9
* - Update to 0.7.1pav2006-09-016-71/+79
* Levenshtein computes Levenshtein distances, similarity ratios, generalizedpav2006-09-015-0/+35
* BROKEN: Fails self-testskris2006-09-011-0/+2
* - libbgl-wiz requires spirit-1.8, so don't build it on FreeBSD 4 unlessbarner2006-08-312-3/+8
* Add port devel/p5-Tie-Watch:sat2006-08-315-0/+44
* - update to 1.1.0dinoex2006-08-313-5/+7
* - update to 1.13.0dinoex2006-08-313-5/+5
* - Update to 0.4miwi2006-08-313-41/+46
* Update to 0.48mat2006-08-303-9/+9
* - Update to 0.12clsung2006-08-302-4/+4
* Add p5-threads 1.37, perl interpreter-based threads.clsung2006-08-305-0/+59
* - Update to 0.63clsung2006-08-302-7/+8
* - Update to 1.02clsung2006-08-303-6/+7
* - Try to be clever on removing zsh directoriespav2006-08-301-1/+1
* Generate is a text preprocessor that I originally wrote to help me writegarga2006-08-304-0/+44
* Add py-generate 2.3, python module to implement generate.garga2006-08-304-0/+32
* s/INSTALLS_SHLIB/USE_LDCONFIG/garga2006-08-293-3/+3
* Fix WWW linegarga2006-08-291-1/+1
* - Optionalize AA-lib.bland2006-08-291-4/+9
* - Update to 0.89clsung2006-08-29