diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /math/unixstat/pkg-descr | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Notes
Notes:
svn path=/head/; revision=366959
Diffstat (limited to 'math/unixstat/pkg-descr')
-rw-r--r-- | math/unixstat/pkg-descr | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/math/unixstat/pkg-descr b/math/unixstat/pkg-descr deleted file mode 100644 index 8ba48e2ff4f5..000000000000 --- a/math/unixstat/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -|STAT is a set of about 30 data manipulation and analysis programs -developed by Gary Perlman at the University of California, San Diego -and at the Wang Institute. The manipulation programs are general -utilities that work with other standard programs like sort. The -analysis programs compute most widely used statistics. |STAT programs -are designed with the philosophy that individual programs should be -designed as tools that do one task well and produce output suitable -for input via pipes to |STAT and other programs. Interactive use is -supported in the command line interpreter/editor while batch files or -shell scripts provide a programming language for complex -analyses. Typical usage involves a pipeline of transformations of data -followed by input to an analysis program, summarized schematically by: - - INPUT DATA | TRANSFORM | ANALYSIS | OUTPUT RESULTS - -WWW: http://www.acm.org/~perlman/stat/ |