diff options
author | sat <sat@FreeBSD.org> | 2007-08-13 21:41:42 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-13 21:41:42 +0800 |
commit | e5cd6db09004c3a9b19d5270bca04c6650a16ce7 (patch) | |
tree | ac946eae7ccf7b6b0c9a4570d0790ef29845720d /archivers/Makefile | |
parent | 7a25b57dd5a79ec3cd6b17ab767ef2cea24cd204 (diff) | |
download | freebsd-ports-gnome-e5cd6db09004c3a9b19d5270bca04c6650a16ce7.tar.gz freebsd-ports-gnome-e5cd6db09004c3a9b19d5270bca04c6650a16ce7.tar.zst freebsd-ports-gnome-e5cd6db09004c3a9b19d5270bca04c6650a16ce7.zip |
Add port archivers/unfoo:
Unfoo is a tiny sh(1) wrapper to simplify decompression of files.
Supported archive types: tar, gzip, bzip2, ace, rar, zip, 7z.
WWW: http://obsoleet.org/code/unfoo/
Author: Graham Forest <vitaminmoo@wza.us>
Based on: Gentoo Portage
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index ee6db5373745..dd72c94a338a 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -133,6 +133,7 @@ SUBDIR += unalz SUBDIR += unarj SUBDIR += undms + SUBDIR += unfoo SUBDIR += unlzx SUBDIR += unmakeself SUBDIR += unrar |