Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 15:12:43 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380095 - in head/sysutils/afio: . files
Message-ID:  <201502271512.t1RFCh3n033734@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Fri Feb 27 15:12:42 2015
New Revision: 380095
URL: https://svnweb.freebsd.org/changeset/ports/380095
QAT: https://qat.redports.org/buildarchive/r380095/

Log:
  sysutils/afio: set MAINTAINER to portmaster@BSDforge.com
  
  - Add LICENSE
  - Add pkg-message
  
  PR:		197382
  Submitted by:	Chris Hutchinson <portmaster@BSDforge.com>

Added:
  head/sysutils/afio/files/pkg-message.in   (contents, props changed)
Modified:
  head/sysutils/afio/Makefile
  head/sysutils/afio/pkg-descr

Modified: head/sysutils/afio/Makefile
==============================================================================
--- head/sysutils/afio/Makefile	Fri Feb 27 14:56:34 2015	(r380094)
+++ head/sysutils/afio/Makefile	Fri Feb 27 15:12:42 2015	(r380095)
@@ -6,13 +6,18 @@ PORTVERSION=	2.5
 CATEGORIES=	sysutils
 MASTER_SITES=	SUNSITE/system/backup
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Archiver and backup program with builtin compression
 
+LICENSE=	ART20 BSD2CLAUSE
+LICENSE_COMB=	multi
+
 USES=		tar:tgz
 
 ALL_TARGET=	${PORTNAME}
 
+SUB_FILES=	pkg-message
+
 PLIST_FILES=	bin/afio man/man1/afio.1.gz
 PORTDOCS=	HISTORY README SCRIPTS
 PORTEXAMPLES=	*

Added: head/sysutils/afio/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/afio/files/pkg-message.in	Fri Feb 27 15:12:42 2015	(r380095)
@@ -0,0 +1,12 @@
+* WARNING * WARNING * WARNING * WARNING * WARNING * WARNING *
+
+    THERE ARE POTENTIAL ISSUES YOU SHOULD BE AWARE OF PRIOR
+    TO THE USE OF AFIO
+
+   PLEASE SEE
+
+   %%PREFIX%%/share/docs/afio/README
+
+   for details.
+
+* WARNING * WARNING * WARNING * WARNING * WARNING * WARNING *

Modified: head/sysutils/afio/pkg-descr
==============================================================================
--- head/sysutils/afio/pkg-descr	Fri Feb 27 14:56:34 2015	(r380094)
+++ head/sysutils/afio/pkg-descr	Fri Feb 27 15:12:42 2015	(r380095)
@@ -1,23 +1,9 @@
-Afio makes cpio-format archives.  It deals somewhat gracefully with
-input data corruption.  Supports multi-volume archives during
-interactive operation.  Afio 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.
+Afio makes cpio-format archives. It deals fairly gracefully
+with potential input data corruption. Supports multi-volume
+archives  during  interactive  operation.  Afio  can  make
+compressed archives that are much safer than compressed tar,
+or cpio archives. Afio has a tremendous number of options.
+Afio might be best used as an `archive engine' in a backup
+script.
 
-Afio has far too many options and features (some of which are not even
-in the manual page).  Anything in afio that doesn't relate to reading
-or writing an archive from/to a simple file or pipe or backing up and
-restoring from floppies remains untested.
-
-Typical `tested' afio uses are
- ... | afio -o -v -f -b 1024 -s 1440x -F -Z /dev/fd0H1440
- ... | afio -o -v -s 1440k -F -V -Z -G1 /dev/fd0H1440
- afio -oZvx /tmp/pipe1 </tmp/pipe2
- afio -i -Z -k -v -x -n /tmp/pipe1
- ... | afio -s 512m -c 1024 -Z -T 20k -G 1 -E /backup/compressed -v -o \
-       -L /backup/LOG -z /dev/tape 2>/dev/tty8 >/var/adm/backup
-
-WARNING: the code for -F (and -f and -K) is a complete mess.  It will
-probably work in the normal case, but don't expect it to handle a
-write/verify error correctly.  If you get such an error, best thing is
-to restart afio completely.
+WWW: http://BSDforge.com/projects/sysutils/afio/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502271512.t1RFCh3n033734>