head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.05.54.22;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.13.01.41.14;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.11.18.02.36;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.11.28.13.35.29;	author jedgar;	state Exp;
branches;
next	1.1;

1.1
date	2001.11.27.16.43.12;	author jedgar;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# $FreeBSD: head/archivers/parchive/files/Makefile 300895 2012-07-14 12:56:14Z beat $

PREFIX?=/usr/local
BINDIR=	${PREFIX}/bin
PROG=	parchive
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>
@


1.4
log
@1. update WWW
2. SRC is ".c" , not ".o"

PR:		44952
Submitted by:	"Remco van 't Veer" <remco+fbsdpp@@azrael.xs4all.nl>
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3
log
@upgrade to 1.1

Submitted by:	chkno <chkno@@chkno.com>
@
text
@d6 1
a6 1
SRCS=	backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o
@


1.2
log
@Install the executable as 'parchive' instead of 'par' to avoid
conflicts with textproc/par.

Noticed by:	nectar
@
text
@d6 1
a6 1
SRCS=	checkpar.c fileops.c main.c makepar.c md5.c readoldpar.c rs.c rwpar.c
@


1.1
log
@Add parchive, an archiver that applies the data-recovery capability
concepts of RAID-like systems to the creation and recovery of multi-
part archives.
@
text
@d5 1
a5 1
PROG=	par
@

