#! /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 d_yarn/devel/electron6/files/ini-1.3.8' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave
Commit message (Expand)AuthorAgeFilesLines
* Finish stage supportantoine2014-01-252-1/+4
* Update to 3.8.0maho2014-01-2313-463/+176
* Replace USE_FORTRAN with USES=fortran such that C/C++ code is built withtijl2013-12-134-6/+37
* A build fix with recent (?) version of texinfo.maho2013-11-291-0/+17
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-1/+2
* Convert to new perl frameworkbapt2013-09-171-3/+2
* Add an explicit dependency on pkgconfantoine2013-09-041-1/+1
* Unbreak for texinfo 5.1, patch was taken from Gentoo site.maho2013-08-162-1/+361
* Update math/glpk to 4.52.1 and adjust dependent portsbf2013-08-071-1/+1
* - Update to 7.31.0sunpoet2013-07-12