diff options
author | adam <adam@pkgsrc.org> | 2011-03-18 10:50:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-03-18 10:50:46 +0000 |
commit | 41b2ea2b5afb92f5aea18e966c6005a73abcf7bc (patch) | |
tree | 443df894f24540e70a55514f3c7329336a1428cc /x11/dxpc | |
parent | ad64944515df8980e71b4010a40f1f97fec9357c (diff) | |
download | pkgsrc-41b2ea2b5afb92f5aea18e966c6005a73abcf7bc.tar.gz |
Changes 3.9.2:
* Improved pidfile handling code contributed by Jay Berkenbilt.
Changes 3.9.1:
* Fix assertion failure on 64-bit architectures using LZO 2.0+.
* Clean up harmless compiler warnings in ClientMultiplexer and
ServerMultiplexer.
Changes 3.9.0:
* Re-implemented EncodeBuffer/DecodeBuffer to use considerably less CPU and
very slightly improve compression.
* Builds with LZO 2.0 release.
* Compiles under the Mingw environment to create native Win32 binaries.
* Added dxpcssh sample script courtesy of Wicher Minnaard.
* Added dxpc.spec file contributed by Daniel Mealha Cabrita.
* Fixed some small memory leaks and potential buffer overruns.
* Indented all sources.
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/Makefile | 18 | ||||
-rw-r--r-- | x11/dxpc/distinfo | 8 |
2 files changed, 14 insertions, 12 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index cbe862b6fcb..47b3ace1ea0 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,22 +1,24 @@ -# $NetBSD: Makefile,v 1.29 2009/07/07 18:30:27 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2011/03/18 10:50:46 adam Exp $ -DISTNAME= dxpc-3.8.2 -PKGREVISION= 1 +DISTNAME= dxpc-3.9.2 CATEGORIES= x11 -MASTER_SITES= http://www.vigor.nu/dxpc/3.8.2/ +MASTER_SITES= http://www.vigor.nu/dxpc/ +EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.vigor.nu/dxpc/ COMMENT= Differential X Protocol Compressor +LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= yes USE_LANGUAGES= c c++ +USE_TOOLS+= gmake +GNU_CONFIGURE= yes -INSTALL_MAKE_FLAGS+= bindir=${DESTDIR}${PREFIX}/bin \ - man1dir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 +INSTALL_MAKE_FLAGS+= bindir=${DESTDIR}${PREFIX}/bin +INSTALL_MAKE_FLAGS+= man1dir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -.include "../../archivers/liblzo/buildlink3.mk" +.include "../../archivers/lzo/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/dxpc/distinfo b/x11/dxpc/distinfo index 3710500a09d..1c235ab3632 100644 --- a/x11/dxpc/distinfo +++ b/x11/dxpc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 17:36:10 wiz Exp $ +$NetBSD: distinfo,v 1.7 2011/03/18 10:50:46 adam Exp $ -SHA1 (dxpc-3.8.2.tar.gz) = 208245e27788776b9f5a6424acb65ce05feb92a0 -RMD160 (dxpc-3.8.2.tar.gz) = 3dd6626cf95154e3c57a06a098bc2920b637ef3e -Size (dxpc-3.8.2.tar.gz) = 144909 bytes +SHA1 (dxpc-3.9.2.tgz) = 08f3c3cc04f8048ec181563b373f309e5e270bfa +RMD160 (dxpc-3.9.2.tgz) = 5494459e7c460138e72e900877c61c30265bbb89 +Size (dxpc-3.9.2.tgz) = 199267 bytes |