1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/ncompress/ncompress.desc
3 [COPY] Copyright (C) 2004 - 2023 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] An improved version of compress
15 [T] Compress is a fast, simple LZW file compressor. Compress does not have
16 [T] the highest compression rate, but it is one of the fastest programs to
17 [T] compress data. Compress is the defacto standard in the UNIX community
18 [T] for compressing files.
20 [U] https://ncompress.sourceforge.io
22 [A] Peter Jannesen <peter@ncs.nl>
23 [M] Rene Rebe <rene@t2-project.org>
31 [P] X 0----5---9 110.500
33 [O] hook_add premake 5 'eval $MAKE Makefile'
34 [O] var_append makeopt ' ' 'compress'
35 [O] makeinstopt="${makeinstopt/install/install_core}"
37 [D] e9a38515dd899eb8c78324513a43af7be8fb38fd6213ec7766827415 ncompress-5.0.tar.gz https://github.com/vapier/ncompress/archive/v5.0/