[22206] trunk/dports/archivers
source_changes at macosforge.org
source_changes at macosforge.org
Wed Feb 21 12:43:52 PST 2007
Revision: 22206
http://trac.macosforge.org/projects/macports/changeset/22206
Author: pipping at macports.org
Date: 2007-02-21 12:43:51 -0800 (Wed, 21 Feb 2007)
Log Message:
-----------
* new port submitted by michael.klein at puffin.lb.shuttle.de
Added Paths:
-----------
trunk/dports/archivers/afio/
trunk/dports/archivers/afio/Portfile
Added: trunk/dports/archivers/afio/Portfile
===================================================================
--- trunk/dports/archivers/afio/Portfile (rev 0)
+++ trunk/dports/archivers/afio/Portfile 2007-02-21 20:43:51 UTC (rev 22206)
@@ -0,0 +1,32 @@
+# $Id: Portfile,v 1.2 2006/09/26 18:13:47 michael Exp $
+
+PortSystem 1.0
+
+name afio
+version 2.5
+categories archivers
+platforms darwin
+maintainers michael.klein at puffin.lb.shuttle.de
+description Archiver & backup program with builtin compression
+long_description Afio makes cpio-format archives. It deals somewhat \
+ gracefully with input data corruption, supports \
+ multi-volume archives during interactive operation, and \
+ can make compressed archives that are much safer than \
+ compressed tar or cpio archives. Afio is best used as \
+ an `archive engine' in a backup script.
+
+homepage http://freshmeat.net/projects/afio/
+master_sites http://members.brabant.chello.nl/~k.holtman
+checksums md5 8c6665e0f875dcd8e1bdb18644b59688
+extract.suffix .tgz
+
+use_configure no
+
+build.target afio
+
+destroot {
+ xinstall ${worksrcpath}/afio ${destroot}${prefix}/bin/
+ xinstall ${worksrcpath}/afio.1 ${destroot}${prefix}/share/man/man1/
+ }
+
+destroot.destdir prefix=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070221/b166d6d7/attachment.html
More information about the macports-changes
mailing list