aboutsummaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-03-24 17:20:48 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-03-24 17:20:48 +0000
commit89d29ad1777d4b24d15593cca26ef8540940d3b0 (patch)
treeede5855d3abd761c5cf5b1e083f041d22f17b54a /archivers/Makefile
parenta030003d2b419b43e7fed468b2ab1bc06f3240e3 (diff)
downloadports-89d29ad1777d4b24d15593cca26ef8540940d3b0.tar.gz
ports-89d29ad1777d4b24d15593cca26ef8540940d3b0.zip
Add a port of Tim Kientzle's libarchive:
Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants and the POSIX cpio format. WWW: http://people.freebsd.org/~kientzle/libarchive/ This code is present in -CURRENT but Tim currently has no intention of MFC'ing it. The port will allow 4.x users to benefit from Tim's current work and the tools he is building on top of it (bsdtar, libpkg). Not objected to by: kientzle
Notes
Notes: svn path=/head/; revision=105131
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 4e107f77eeb3..f4a4bb17d0e6 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -24,6 +24,7 @@
SUBDIR += lbrate
SUBDIR += lha
SUBDIR += libarc
+ SUBDIR += libarchive
SUBDIR += libcabinet
SUBDIR += libcomprex
SUBDIR += linux-unace