mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Update to 3.9.2
- Update WWW PR: 159493 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
cc52c82a2d
commit
e063f86aaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279243
3 changed files with 10 additions and 12 deletions
|
@ -6,11 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dxpc
|
PORTNAME= dxpc
|
||||||
PORTVERSION= 3.9.0
|
PORTVERSION= 3.9.2
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= http://www.vigor.nu/dxpc/%SUBDIR%/
|
MASTER_SITES= http://www.vigor.nu/dxpc/
|
||||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -18,18 +16,19 @@ COMMENT= Compressing X protocol proxy designed to support X11 over slow links
|
||||||
|
|
||||||
LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2
|
LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_GNOME= gnometarget
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}
|
CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}
|
||||||
MAKE_ARGS= CPPFLAGS="-I. -I${LOCALBASE}/include"
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
MAN1= dxpc.1
|
MAN1= dxpc.1
|
||||||
PLIST_FILES= bin/dxpc
|
PLIST_FILES= bin/dxpc
|
||||||
|
|
||||||
do-install:
|
post-patch:
|
||||||
${INSTALL_DATA} ${WRKSRC}/dxpc ${PREFIX}/bin/dxpc
|
@${REINPLACE_CMD} -e \
|
||||||
${INSTALL_MAN} ${WRKSRC}/dxpc.man ${MANPREFIX}/man/man1/dxpc.1
|
'/bindir/s|(INSTALL)|(INSTALL_PROGRAM)|g' ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (dxpc-3.9.0.tgz) = 0d1ebae097b2be6b0d1fbf4558d3afcfa0c87edadf5c43932627fa9f71d6f63e
|
SHA256 (dxpc-3.9.2.tgz) = 414c499c6aa97f061dc589733142d5be671645436938cfc02b243914a0a27de5
|
||||||
SIZE (dxpc-3.9.0.tgz) = 190856
|
SIZE (dxpc-3.9.2.tgz) = 199267
|
||||||
|
|
|
@ -4,4 +4,3 @@ connections). dxpc attempts to exploit patterns in X protocol
|
||||||
messages to limit the amount of data actually sent over the network.
|
messages to limit the amount of data actually sent over the network.
|
||||||
|
|
||||||
WWW: http://www.vigor.nu/dxpc/
|
WWW: http://www.vigor.nu/dxpc/
|
||||||
WWW: http://ccwf.cc.utexas.edu/~zvonler/dxpc/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue