diff options
author | steve <steve@FreeBSD.org> | 1999-09-19 01:40:39 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-19 01:40:39 +0800 |
commit | 2a6aa5bd85ca4a894a612e1e953e2974ad642988 (patch) | |
tree | 8f3be1e628d6a624c8ffeeb1197a3de3fc975971 /x11/dxpc | |
parent | 96c9509bce99ed56da2216a554b94df7270c25d9 (diff) | |
download | freebsd-ports-gnome-2a6aa5bd85ca4a894a612e1e953e2974ad642988.tar.gz freebsd-ports-gnome-2a6aa5bd85ca4a894a612e1e953e2974ad642988.tar.zst freebsd-ports-gnome-2a6aa5bd85ca4a894a612e1e953e2974ad642988.zip |
Update to version 3.8.0.
PR: 13502
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/Makefile | 10 | ||||
-rw-r--r-- | x11/dxpc/distinfo | 2 | ||||
-rw-r--r-- | x11/dxpc/pkg-descr | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 5ede6efb6f27..2d2dbb8a33a6 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,22 +1,24 @@ # New ports collection makefile for: dxpc -# Version required: 3.7.0 +# Version required: 3.8.0 # Date created: 2 May 1998 # Whom: Bruce A. Mah <bmah@ca.sandia.gov> # # $FreeBSD$ # -DISTNAME= dxpc-3.7.0 +DISTNAME= dxpc-3.8.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= utilities +MASTER_SITES= http://www.vigor.nu/dxpc/3.8.0/ MAINTAINER= bmah@ca.sandia.gov +LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo + MAN1= dxpc.1 GNU_CONFIGURE= yes USE_X_PREFIX= yes +CONFIGURE_ARGS+= --with-lzo-lib=${LOCALBASE} post-install: strip ${PREFIX}/bin/dxpc diff --git a/x11/dxpc/distinfo b/x11/dxpc/distinfo index 63e7f9aa0fa2..6d77bfdf37e6 100644 --- a/x11/dxpc/distinfo +++ b/x11/dxpc/distinfo @@ -1 +1 @@ -MD5 (dxpc-3.7.0.tar.gz) = 9b9b6605e46bf1731d44e150049a019e +MD5 (dxpc-3.8.0.tar.gz) = ce5b121c824173b182daf6061175f5cd diff --git a/x11/dxpc/pkg-descr b/x11/dxpc/pkg-descr index 21ad4061fe2f..3a530a85b987 100644 --- a/x11/dxpc/pkg-descr +++ b/x11/dxpc/pkg-descr @@ -3,7 +3,8 @@ applications run over low-bandwidth links (such as dialup PPP connections). dxpc attempts to exploit patterns in X protocol messages to limit the amount of data actually sent over the network. -WWW: http://ccwf.cc.utexas.edu/~zvonler/dxpc/ +WWW: http://www.vigor.nu/dxpc/ + http://ccwf.cc.utexas.edu/~zvonler/dxpc/ Bruce A. Mah bmah@ca.sandia.gov |