#! /bin/sh # # $FreeBSD$ # # unwrap - extract the combined package (created with wrap) # move the file to a new name with an extension rm -rf $1.cvswrap mv $1 $1.cvswrap # untar the file if `gzip -t $1.cvswrap > /dev/null 2>&1` then zcat -d $1.cvswrap | tar --preserve --sparse -x -f - else tar --preserve -x -f $1.cvswrap fi # remove the original rm -rf $1.cvswrap 'https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_jk
Commit message (Expand)AuthorAgeFilesLines
* Fix build with ld.lld linker.krion2018-04-051-0/+6
* Update to 1.2.43girgen2018-04-033-14/+15
* Migrate USE_APACHE to USES= apachebrnrd2018-03-12