Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build with ld.lld linker. | krion | 2018-04-05 | 1 | -0/+6 |
* | Update to 1.2.43 | girgen | 2018-04-03 | 3 | -14/+15 |
* | Migrate USE_APACHE to USES= apache | brnrd | 2018-03-12 |
#! /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'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build with ld.lld linker. | krion | 2018-04-05 | 1 | -0/+6 |
* | Update to 1.2.43 | girgen | 2018-04-03 | 3 | -14/+15 |
* | Migrate USE_APACHE to USES= apache | brnrd | 2018-03-12 |