diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-29 19:12:02 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-29 19:12:02 +0800 |
commit | cb3495a104175a81499d54fda7dfc5f144ce3c5d (patch) | |
tree | 5e934fb529ff7852500b172bcbd8c13a579d855b /archivers/lbrate/pkg-descr | |
parent | 5353da0b14fc427a9a7d8921ed0562eb70539448 (diff) | |
download | freebsd-ports-gnome-cb3495a104175a81499d54fda7dfc5f144ce3c5d.tar.gz freebsd-ports-gnome-cb3495a104175a81499d54fda7dfc5f144ce3c5d.tar.zst freebsd-ports-gnome-cb3495a104175a81499d54fda7dfc5f144ce3c5d.zip |
add lbrate
Extract/decompress CP/M LBR archives
PR: 30087
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
Diffstat (limited to 'archivers/lbrate/pkg-descr')
-rw-r--r-- | archivers/lbrate/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/lbrate/pkg-descr b/archivers/lbrate/pkg-descr new file mode 100644 index 000000000000..7904ca322833 --- /dev/null +++ b/archivers/lbrate/pkg-descr @@ -0,0 +1,14 @@ +lbrate extracts/decompresses files from the CP/M LBR format. (It can also list +and test such archives.) It does this in an `unzip'-like manner, mostly hiding +the details of individually compressed and renamed files, and transparently +deals with the required decompression/renaming. + +lbrate is also (I believe) the only non-CP/M program to fully support +decompressing files from all three CP/M compression schemes (Q, Z, Y). With +this in mind, it can decompress such files directly, treating them as if they +were single-entry LBRs. + +WWW: http://rus.members.beeb.net/lbrate.html + +- Gea-Suan Lin + gslin@ccca.nctu.edu.tw |