mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 3.0.2
while here: - add stage support - convert USE_GMAKE to USES PR: 186527 Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
This commit is contained in:
parent
78604300c8
commit
e93b7bdfa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343544
4 changed files with 20 additions and 24 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rsplib
|
||||
PORTVERSION= 3.0.1
|
||||
PORTVERSION= 3.0.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Downloads/ \
|
||||
http://www.exp-math.uni-essen.de/~dreibh/rserpool/
|
||||
MASTER_SITES= http://www.exp-math.uni-essen.de/~dreibh/rserpool/download/
|
||||
|
||||
MAINTAINER= dreibh@iem.uni-due.de
|
||||
COMMENT= RSerPool Framework and Example Applications
|
||||
|
@ -13,28 +12,11 @@ COMMENT= RSerPool Framework and Example Applications
|
|||
LICENSE= GPLv3
|
||||
|
||||
USE_QT4= gui xml moc_build
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-maintainer-mode \
|
||||
--enable-qt --with-qt-lib=${QT_LIBDIR} \
|
||||
--with-qt-include=${QT_INCDIR}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= calcappclient.1 \
|
||||
cspmonitor.1 \
|
||||
fractalpooluser.1 \
|
||||
hsdump.1 \
|
||||
pingpongclient.1 \
|
||||
registrar.1 \
|
||||
rspregistrar.1 \
|
||||
rspserver.1 \
|
||||
rspterminal.1 \
|
||||
scriptingclient.1 \
|
||||
scriptingcontrol.1 \
|
||||
scriptingserviceexample.1 \
|
||||
server.1 \
|
||||
terminal.1
|
||||
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rsplib-3.0.1.tar.gz) = 0bf288da2e558b20020003825e26425392418b746e294bf2a4e76a0f796c8c6b
|
||||
SIZE (rsplib-3.0.1.tar.gz) = 1043703
|
||||
SHA256 (rsplib-3.0.2.tar.gz) = aa9c9035739d7096b6ccabf92c15e67ddd327460e919d52fbb7c578e498a46ef
|
||||
SIZE (rsplib-3.0.2.tar.gz) = 1061690
|
||||
|
|
|
@ -5,4 +5,4 @@ It provides highly available pool management (that is registration
|
|||
handling and load distribution/balancing) by components called Registrar
|
||||
and a client-side/server-side API for accessing the service of a pool.
|
||||
|
||||
WWW: http://tdrwww.iem.uni-due.de/dreibholz/rserpool/
|
||||
WWW: http://www.iem.uni-due.de/~dreibh/rserpool/
|
||||
|
|
|
@ -86,6 +86,20 @@ lib/libtdtimeutilities.a
|
|||
lib/libtdtimeutilities.la
|
||||
lib/libtdtimeutilities.so
|
||||
lib/libtdtimeutilities.so.2
|
||||
man/man1/calcappclient.1.gz
|
||||
man/man1/cspmonitor.1.gz
|
||||
man/man1/fractalpooluser.1.gz
|
||||
man/man1/hsdump.1.gz
|
||||
man/man1/pingpongclient.1.gz
|
||||
man/man1/registrar.1.gz
|
||||
man/man1/rspregistrar.1.gz
|
||||
man/man1/rspserver.1.gz
|
||||
man/man1/rspterminal.1.gz
|
||||
man/man1/scriptingclient.1.gz
|
||||
man/man1/scriptingcontrol.1.gz
|
||||
man/man1/scriptingserviceexample.1.gz
|
||||
man/man1/server.1.gz
|
||||
man/man1/terminal.1.gz
|
||||
share/fgpconfig/input-001.fsf
|
||||
share/fgpconfig/input-002.fsf
|
||||
share/fgpconfig/input-003.fsf
|
||||
|
|
Loading…
Add table
Reference in a new issue