pkgsrc/misc/dnetc/Makefile
jmmv 846892006e Update to 2.8018.472:
2.8018.472

2.8017.471  (not publicly released)
            new: x86: P4 RC5 core (ak-p7)
            imp: x86: better intel and AMD chip identification. (#2448, #2424)
            fix: x86: Win2K, WinXP: disabled crashing RC5 SMC core. (#2399)
            new: alpha: OGR core for processors supporting the CIX extension.
            imp: sparc: improved OGR core. (#2480)
            fix: ppc: linux kernel cpu string additions. (#2407)
            new: all: configurable frequent update failure retry interval.
            fix: all: client ignores "--" on command line by itself. (#2474)
            fix: all: Errors in generated man page (#2451)
            fix: all: lurking caused ENETDOWN on -fetch/-flush/-update (#2417)
            fix: hpux: threading, timing fixes (#2371)
            fix: fbsd: occasionally not responding to SIG(INT/TERM) (#1985)
            fix: decunix: also not responding to SIG(INT/TERM) (#1613)
            fix: linux: no alpha SMP support (#2142)
            new: macosx: platform-specific read me doc (#2580)
            new: macosx: now supports -[un]install for /Library/StartupItems/
            fix: macosx: Mach/mem leaks in pause-if-on-battery code. (#2465)
            new: amigaos: can now be installed and/or run via Workbench
            new: amigaos: built-in ReAction GUI added
            new: amigaos: now supports -[un]install for WBStartup
            fix: amigaos: now compatible with TermiteTCP (#2570)

2.8016.470  new: ppc: new AltiVec RC5 core for the PPC 7450 by Dan Oetting.
            fix: all: flushed when 1 packet was left in in-buffer (#2209).
            fix: all: time threshold ignored on command line -update (#2286).
            fix: all: packets lost by -import and unwritable buffers (#2298).
            imp: all: suppress logfile pollution with remote buffer errors.
            imp: macos: temperature sensing for dual G3 and G4 systems.
            fix: macosx: the 7450 is now correctly recognized as a G4 CPU.
2003-09-08 10:12:15 +00:00

39 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2003/09/08 10:12:15 jmmv Exp $
DISTNAME= ${DISTNAME_${OPSYS}_${MACHINE_ARCH}}
PKGNAME= dnetc-2.8018.472
CATEGORIES= misc
MASTER_SITES= http://http.distributed.net/pub/dcti/current-client/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.distributed.net/
COMMENT= Official distributed.net client
ONLY_FOR_PLATFORM= Darwin-*-powerpc NetBSD-*-alpha NetBSD-*-arm \
NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \
NetBSD-*-sparc SunOS-*-sparc
NO_BUILD= YES
USE_PKGINSTALL= YES
DISTNAME_Darwin_powerpc= dnetc-darwin-ppc
DISTNAME_NetBSD_m68k= dnetc-netbsd-68k
DISTNAME_NetBSD_alpha= dnetc-netbsd-alpha-elf
DISTNAME_NetBSD_arm= dnetc-netbsd-arm32
DISTNAME_NetBSD_arm32= dnetc-netbsd-arm32
DISTNAME_NetBSD_i386= dnetc-netbsd-i386-elf
DISTNAME_NetBSD_sparc= dnetc-netbsd-sparc-elf
DISTNAME_SunOS_sparc= dnetc-solaris-sparc
RCD_SCRIPTS= dnetc
do-extract:
@${MKDIR} ${WRKSRC}
@cd ${WRKSRC}; ${GTAR} -zxf ${DISTDIR}/${DISTFILES}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dnetc/
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/dnetc/
${INSTALL_MAN} ${WRKSRC}/dnetc.1 ${PREFIX}/man/man1/
${INSTALL_PROGRAM} ${WRKSRC}/dnetc ${PREFIX}/bin/
.include "../../mk/bsd.pkg.mk"