diff options
author | xtraeme <xtraeme> | 2004-01-05 23:51:01 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-05 23:51:01 +0000 |
commit | 90447c6b6553d902b17262eae4dd832ae224eb7e (patch) | |
tree | c5b76336cb6d018aa5cf7a9ec7122fe607ac5642 /devel | |
parent | e7d0b439333556be314b8ae9ed2d4a423fec0a50 (diff) | |
download | pkgsrc-90447c6b6553d902b17262eae4dd832ae224eb7e.tar.gz |
Reimport cvsup-gui as cvsup-gui-bin.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsup-gui-bin/DESCR | 5 | ||||
-rw-r--r-- | devel/cvsup-gui-bin/MESSAGE.NetBSD | 6 | ||||
-rw-r--r-- | devel/cvsup-gui-bin/Makefile | 25 | ||||
-rw-r--r-- | devel/cvsup-gui-bin/PLIST | 2 | ||||
-rw-r--r-- | devel/cvsup-gui-bin/distinfo | 4 |
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/cvsup-gui-bin/DESCR b/devel/cvsup-gui-bin/DESCR new file mode 100644 index 00000000000..0db6b8da0a3 --- /dev/null +++ b/devel/cvsup-gui-bin/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-bin/MESSAGE.NetBSD b/devel/cvsup-gui-bin/MESSAGE.NetBSD new file mode 100644 index 00000000000..12c46d78f12 --- /dev/null +++ b/devel/cvsup-gui-bin/MESSAGE.NetBSD @@ -0,0 +1,6 @@ +=========================================================================== +$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2004/01/05 23:51:02 xtraeme Exp $ + +IMPORTANT: make sure your kernel has COMPAT_13 and COMPAT_14 defined! + +=========================================================================== diff --git a/devel/cvsup-gui-bin/Makefile b/devel/cvsup-gui-bin/Makefile new file mode 100644 index 00000000000..24e49116502 --- /dev/null +++ b/devel/cvsup-gui-bin/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/05 23:51:01 xtraeme Exp $ + +DISTNAME= cvsup-gui-static-16.1.h +PKGNAME= ${DISTNAME:C/-static//} +WRKSRC= ${WRKDIR} +CATEGORIES= devel +MASTER_SITES= http://motoyuki.bsdclub.org/data/NetBSD/CVSup/i386/ +EXTRACT_SUFX= .tgz + +MAINTAINER= motoyuki@bsdclub.org +HOMEPAGE= http://www.polstra.com/projects/freeware/CVSup/ +COMMENT= cvsup GUI client + +DEPENDS+= cvsup-[0-9]*:../../devel/cvsup + +NO_CONFIGURE= yes +NO_BUILD= yes +DIST_SUBDIR= cvsup-${MACHINE_ARCH}-${OS_VERSION:C/(...).*/\1/} + +ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/cvsup ${PREFIX}/bin/cvsup-gui + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/cvsup-gui-bin/PLIST b/devel/cvsup-gui-bin/PLIST new file mode 100644 index 00000000000..a466b24e347 --- /dev/null +++ b/devel/cvsup-gui-bin/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/05 23:51:02 xtraeme Exp $ +bin/cvsup-gui diff --git a/devel/cvsup-gui-bin/distinfo b/devel/cvsup-gui-bin/distinfo new file mode 100644 index 00000000000..84732c6261a --- /dev/null +++ b/devel/cvsup-gui-bin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/05 23:51:02 xtraeme Exp $ + +SHA1 (cvsup-i386-1.6/cvsup-gui-static-16.1.h.tgz) = d916de3dafcf051c8d57d9b3cb932b8ca531323a +Size (cvsup-i386-1.6/cvsup-gui-static-16.1.h.tgz) = 2245170 bytes |