diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-09-14 13:23:41 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-09-14 13:23:41 +0000 |
commit | 9585ea48a2003a351bd836f4108b21c782e7590f (patch) | |
tree | d4b1a127de492b10c7e903fa1fb019e6f76d3eb4 /devel/cvsup-gui | |
parent | e76a09d7e3a3784d90fce7dac68ba43effb2efbd (diff) | |
download | pkgsrc-9585ea48a2003a351bd836f4108b21c782e7590f.tar.gz |
Add cvsup-gui-16.1.d: GUI-client (only) for CVSup.
Get cvsup-16.1.d for on-GUI client, server and docs.
[reimport after first one was botched - sorry!]
Diffstat (limited to 'devel/cvsup-gui')
-rw-r--r-- | devel/cvsup-gui/Makefile | 20 | ||||
-rw-r--r-- | devel/cvsup-gui/distinfo | 4 | ||||
-rw-r--r-- | devel/cvsup-gui/pkg/DESCR | 5 | ||||
-rw-r--r-- | devel/cvsup-gui/pkg/MESSAGE | 7 | ||||
-rw-r--r-- | devel/cvsup-gui/pkg/PLIST | 2 |
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/cvsup-gui/Makefile b/devel/cvsup-gui/Makefile new file mode 100644 index 00000000000..6fa5f18bea2 --- /dev/null +++ b/devel/cvsup-gui/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/14 13:23:41 hubertf Exp $ + +DISTNAME= cvsup-bin-16.1d +PKGNAME= cvsup-gui-16.1.d +CATEGORIES= devel +MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/cvsupd/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +COMMENT= cvsup gui client + +WRKSRC= ${WRKDIR} +NO_CONFIGURE= yes +NO_BUILD= yes +ONLY_FOR_PLATFORM= NetBSD-1.5*-i386 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/cvsup ${PREFIX}/bin/cvsup-gui + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/cvsup-gui/distinfo b/devel/cvsup-gui/distinfo new file mode 100644 index 00000000000..1eb116975d4 --- /dev/null +++ b/devel/cvsup-gui/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/14 13:23:41 hubertf Exp $ + +SHA1 (cvsup-bin-16.1d.tgz) = 7787ad6e74b0f28730d095645c2c085cfa3044f8 +Size (cvsup-bin-16.1d.tgz) = 2226451 bytes diff --git a/devel/cvsup-gui/pkg/DESCR b/devel/cvsup-gui/pkg/DESCR new file mode 100644 index 00000000000..0db6b8da0a3 --- /dev/null +++ b/devel/cvsup-gui/pkg/DESCR @@ -0,0 +1,5 @@ +cvsup GUI client only. Grab the cvsup package for non-GUI client, +server and documentation. + +The binary is for NetBSD 1.5/i386/ELF systems, and compiled by +Markus Kurek <Markus.Kurek@t-online.de>. diff --git a/devel/cvsup-gui/pkg/MESSAGE b/devel/cvsup-gui/pkg/MESSAGE new file mode 100644 index 00000000000..5f1a05b126b --- /dev/null +++ b/devel/cvsup-gui/pkg/MESSAGE @@ -0,0 +1,7 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2001/09/14 13:23:41 hubertf Exp $ + +IMPORTANT: make sure your kernel has COMPAT_13 and COMPAT_14 defined ! + (maybe COMPAT_15 is needed on -current systems) + +====================================================================== diff --git a/devel/cvsup-gui/pkg/PLIST b/devel/cvsup-gui/pkg/PLIST new file mode 100644 index 00000000000..b16ae1cb1de --- /dev/null +++ b/devel/cvsup-gui/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/14 13:23:41 hubertf Exp $ +bin/cvsup-gui |