diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-02-27 23:12:42 +0800 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-02-27 23:12:42 +0800 |
commit | 74d74fa70503f6dac5fd00284eb6db8e96741820 (patch) | |
tree | 6e7925f448370d6b94ba02bcce421d57b2815b57 /sysutils/afio | |
parent | c53c250333122d1e9addacd5b579fa41037e0c5b (diff) | |
download | freebsd-ports-gnome-74d74fa70503f6dac5fd00284eb6db8e96741820.tar.gz freebsd-ports-gnome-74d74fa70503f6dac5fd00284eb6db8e96741820.tar.zst freebsd-ports-gnome-74d74fa70503f6dac5fd00284eb6db8e96741820.zip |
sysutils/afio: set MAINTAINER to portmaster@BSDforge.com
- Add LICENSE
- Add pkg-message
PR: 197382
Submitted by: Chris Hutchinson <portmaster@BSDforge.com>
Diffstat (limited to 'sysutils/afio')
-rw-r--r-- | sysutils/afio/Makefile | 7 | ||||
-rw-r--r-- | sysutils/afio/files/pkg-message.in | 12 | ||||
-rw-r--r-- | sysutils/afio/pkg-descr | 30 |
3 files changed, 26 insertions, 23 deletions
diff --git a/sysutils/afio/Makefile b/sysutils/afio/Makefile index 28631e673f9d..06159b360221 100644 --- a/sysutils/afio/Makefile +++ b/sysutils/afio/Makefile @@ -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= * diff --git a/sysutils/afio/files/pkg-message.in b/sysutils/afio/files/pkg-message.in new file mode 100644 index 000000000000..00fb4440a153 --- /dev/null +++ b/sysutils/afio/files/pkg-message.in @@ -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 * diff --git a/sysutils/afio/pkg-descr b/sysutils/afio/pkg-descr index 88a99590fc26..b36cf1ae03ae 100644 --- a/sysutils/afio/pkg-descr +++ b/sysutils/afio/pkg-descr @@ -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/ |