diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-13 01:41:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-13 01:41:14 +0000 |
commit | 6758d1271c92b67003024f316148f3620cae1724 (patch) | |
tree | 8fdcd51119af7b5fb187edd2f1f52695fe57a284 /archivers | |
parent | a3469bfcef6a5449c79c48a8f15e8280d63948dc (diff) | |
download | ports-6758d1271c92b67003024f316148f3620cae1724.tar.gz ports-6758d1271c92b67003024f316148f3620cae1724.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/parchive/files/Makefile | 2 | ||||
-rw-r--r-- | archivers/parchive/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/archivers/parchive/files/Makefile b/archivers/parchive/files/Makefile index 7f4a7ad5842f..43adbd436566 100644 --- a/archivers/parchive/files/Makefile +++ b/archivers/parchive/files/Makefile @@ -3,7 +3,7 @@ PREFIX?=/usr/local BINDIR= ${PREFIX}/bin PROG= parchive -SRCS= backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o +SRCS= backend.c checkpar.c makepar.c rwpar.c rs.c md5.c fileops.c main.c readoldpar.c interface.c ui_text.c NOMAN= yes .include <bsd.prog.mk> diff --git a/archivers/parchive/pkg-descr b/archivers/parchive/pkg-descr index cadaa4f6b0f4..04b073884c82 100644 --- a/archivers/parchive/pkg-descr +++ b/archivers/parchive/pkg-descr @@ -1,8 +1,8 @@ Parity Archive -par uses Reed-Solomon coding to make multiple parity volumes from +parchive uses Reed-Solomon coding to make multiple parity volumes from the same set of files. What this means is that you can recover as many files as you have recovery volumes. Any recovery volumes for that set will do. -WWW: http://par.sourceforge.net/ +WWW: http://parchive.sourceforge.net/ |