The traditional 4.4BSD rdist w/RCS history.
This commit is contained in:
parent
b4a740d8e2
commit
cb073b4714
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35006
6 changed files with 38 additions and 0 deletions
32
net/44bsd-rdist/Makefile
Normal file
32
net/44bsd-rdist/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: rdist
|
||||
# Date created: 11 November 2000
|
||||
# Whom: David O'Brien <obrien@NUXI.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
PORTNAME= 44bsd-rdist
|
||||
PORTVERSION= 20001111
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= obrien
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
MAN1= 44bsd-rdist.1
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC} ; co RCS/*,v
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rdist ${PREFIX}/bin/44bsd-rdist
|
||||
${INSTALL_MAN} ${WRKSRC}/rdist.1 ${PREFIX}/man/man1/44bsd-rdist.1
|
||||
|
||||
tarup:
|
||||
-cd ${WRKSRC} ; rm *
|
||||
cd ${WRKSRC} ; tar cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/44bsd-rdist/distinfo
Normal file
1
net/44bsd-rdist/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (44bsd-rdist-20001111.tar.bz2) = 0d145736ce13efb493e856ddf2a80a79
|
1
net/44bsd-rdist/pkg-comment
Normal file
1
net/44bsd-rdist/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
The traditional 4.4BSD rdist
|
2
net/44bsd-rdist/pkg-descr
Normal file
2
net/44bsd-rdist/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is the the traditional 4.4BSD /usr/bin/rdist, with additional
|
||||
FreeBSD fixes and updates since 4.4BSD Lite was released.
|
1
net/44bsd-rdist/pkg-plist
Normal file
1
net/44bsd-rdist/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/44bsd-rdist
|
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR += 44bsd-rdist
|
||||
SUBDIR += SSLtelnet
|
||||
SUBDIR += adasockets
|
||||
SUBDIR += adns
|
||||
|
|
Loading…
Reference in a new issue