add example files to cvsup ports
This commit is contained in:
parent
8112ef63bd
commit
9c5b321f6b
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/07/11 01:04:13 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2000/08/29 19:57:18 naddy Exp $
|
||||
|
||||
VER= 16.0
|
||||
DISTNAME= cvsup-bin-${VER}
|
||||
CATEGORIES= net devel
|
||||
NEED_VERSION= 1.312
|
||||
NEED_VERSION= 1.319
|
||||
|
||||
HOMEPAGE= http://www.polstra.com/projects/freeware/CVSup/
|
||||
|
||||
@ -26,10 +26,15 @@ GUI=
|
||||
|
||||
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/binaries
|
||||
DISTFILES= cvsup${GUI}-sunos4-${VER}.tar.gz
|
||||
MASTER_SITES0= ftp://sites.inka.de/W3775/unix/distfiles/ \
|
||||
http://www.unix-ag.uni-kl.de/~naddy/distfiles/
|
||||
|
||||
DISTFILES= cvsup${GUI}-sunos4-${VER}.tar.gz \
|
||||
cvsup-examples-1.0.tar.gz:0
|
||||
|
||||
SUPDISTFILES= cvsup-sunos4-${VER}.tar.gz \
|
||||
cvsup.nogui-sunos4-${VER}.tar.gz
|
||||
cvsup.nogui-sunos4-${VER}.tar.gz \
|
||||
cvsup-examples-1.0.tar.gz:0
|
||||
|
||||
WRKSRC= ${WRKDIR}/cvsup${GUI}-bin-${VER}
|
||||
INSTALL_STRIP=
|
||||
@ -46,5 +51,6 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cvsup ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/cvpasswd.1 ${PREFIX}/man/cat1/cvpasswd.0
|
||||
${INSTALL_MAN} ${WRKSRC}/cvsup.1 ${PREFIX}/man/cat1/cvsup.0
|
||||
cd ${WRKDIR}/cvsup-examples-1.0 && ${MAKE} install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,9 @@
|
||||
MD5 (cvsup-examples-1.0.tar.gz) = 70b33d388595f914e067ea16b3745e4f
|
||||
MD5 (cvsup-sunos4-16.0.tar.gz) = 5d7e661a5926e22db1296056fba6a237
|
||||
MD5 (cvsup.nogui-sunos4-16.0.tar.gz) = 083684fe82019c228e301834cdb44a3a
|
||||
RMD160 (cvsup-examples-1.0.tar.gz) = 7986550fc5b14a9b1ec7ee7b83c1e4b0931ce629
|
||||
RMD160 (cvsup-sunos4-16.0.tar.gz) = 9e9f3b1385082bcf1a3c802848e85be1f8c74b55
|
||||
RMD160 (cvsup.nogui-sunos4-16.0.tar.gz) = c8ac4a0747cc282095115558ea0e9968786845fb
|
||||
SHA1 (cvsup-examples-1.0.tar.gz) = d49eb4d4e2679a160d324cf7019582aa6f8add81
|
||||
SHA1 (cvsup-sunos4-16.0.tar.gz) = 8d8baa005ea6c45aa55eaa61139b439d3d69344b
|
||||
SHA1 (cvsup.nogui-sunos4-16.0.tar.gz) = da8561508491944b5e8c20f7af53604198050d75
|
||||
|
@ -1,5 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/11 01:04:13 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/08/29 19:57:18 naddy Exp $
|
||||
bin/cvpasswd
|
||||
bin/cvsup
|
||||
man/cat1/cvpasswd.0
|
||||
man/cat1/cvsup.0
|
||||
share/examples/cvsup/cvs-supfile
|
||||
share/examples/cvsup/ports-supfile
|
||||
share/examples/cvsup/stable-supfile
|
||||
share/examples/cvsup/standard-supfile
|
||||
share/examples/cvsup/www-supfile
|
||||
share/examples/cvsup/x11-stable-supfile
|
||||
share/examples/cvsup/x11-supfile
|
||||
@dirrm share/examples/cvsup
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2000/07/11 01:07:53 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2000/08/29 19:57:17 naddy Exp $
|
||||
|
||||
VER= 16.1
|
||||
DISTNAME= cvsup-bin-${VER}
|
||||
CATEGORIES= net devel
|
||||
NEED_VERSION= 1.312
|
||||
NEED_VERSION= 1.319
|
||||
|
||||
HOMEPAGE= http://www.polstra.com/projects/freeware/CVSup/
|
||||
|
||||
@ -26,10 +26,15 @@ GUI=
|
||||
|
||||
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/binaries
|
||||
DISTFILES= cvsup${GUI}-freebsd-ix86-aout-${VER}.tar.gz
|
||||
MASTER_SITES0= ftp://sites.inka.de/W3775/unix/distfiles/ \
|
||||
http://www.unix-ag.uni-kl.de/~naddy/distfiles/
|
||||
|
||||
DISTFILES= cvsup${GUI}-freebsd-ix86-aout-${VER}.tar.gz \
|
||||
cvsup-examples-1.0.tar.gz:0
|
||||
|
||||
SUPDISTFILES= cvsup-freebsd-ix86-aout-${VER}.tar.gz \
|
||||
cvsup.nogui-freebsd-ix86-aout-${VER}.tar.gz
|
||||
cvsup.nogui-freebsd-ix86-aout-${VER}.tar.gz \
|
||||
cvsup-examples-1.0.tar.gz:0
|
||||
|
||||
MANCOMPRESSED= Yes
|
||||
MAN1= cvpasswd.1 cvsup.1
|
||||
@ -53,5 +58,6 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cvsup ${PREFIX}/libexec
|
||||
${INSTALL_MAN} ${WRKSRC}/cvpasswd.1.gz ${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/cvsup.1.gz ${PREFIX}/man/man1
|
||||
cd ${WRKDIR}/cvsup-examples-1.0 && ${MAKE} install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,9 @@
|
||||
MD5 (cvsup-examples-1.0.tar.gz) = 70b33d388595f914e067ea16b3745e4f
|
||||
MD5 (cvsup-freebsd-ix86-aout-16.1.tar.gz) = f81c01faf7c5fbbfe4c871243d452871
|
||||
MD5 (cvsup.nogui-freebsd-ix86-aout-16.1.tar.gz) = 3dee1e37a723909b9909fd4c8b3e25e7
|
||||
RMD160 (cvsup-examples-1.0.tar.gz) = 7986550fc5b14a9b1ec7ee7b83c1e4b0931ce629
|
||||
RMD160 (cvsup-freebsd-ix86-aout-16.1.tar.gz) = 316a67a367a456cee84498d5706f88faeca5c776
|
||||
RMD160 (cvsup.nogui-freebsd-ix86-aout-16.1.tar.gz) = 78f83e71f2bf2e2f0207c3c63f5d257e35b10335
|
||||
SHA1 (cvsup-examples-1.0.tar.gz) = d49eb4d4e2679a160d324cf7019582aa6f8add81
|
||||
SHA1 (cvsup-freebsd-ix86-aout-16.1.tar.gz) = 140ac2434ca2883de5a9aaf8a9f5894bb90e0aa8
|
||||
SHA1 (cvsup.nogui-freebsd-ix86-aout-16.1.tar.gz) = 786175a43c68f294745e77f2226668c88de76c2f
|
||||
|
@ -1,6 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2000/07/11 01:07:53 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/08/29 19:57:18 naddy Exp $
|
||||
bin/cvpasswd
|
||||
bin/cvsup
|
||||
libexec/cvsup
|
||||
man/man1/cvpasswd.1
|
||||
man/man1/cvsup.1
|
||||
share/examples/cvsup/cvs-supfile
|
||||
share/examples/cvsup/ports-supfile
|
||||
share/examples/cvsup/stable-supfile
|
||||
share/examples/cvsup/standard-supfile
|
||||
share/examples/cvsup/www-supfile
|
||||
share/examples/cvsup/x11-stable-supfile
|
||||
share/examples/cvsup/x11-supfile
|
||||
@dirrm share/examples/cvsup
|
||||
|
Loading…
Reference in New Issue
Block a user