View | Details | Raw Unified | Return to bug 223307 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/net/rsplib/Makefile 373063 2014-11-22 14:43:23Z antoine $
2
# $FreeBSD: head/net/rsplib/Makefile 373063 2014-11-22 14:43:23Z antoine $
3
3
4
PORTNAME=	rsplib
4
PORTNAME=	rsplib
5
PORTVERSION=	3.0.2
5
PORTVERSION=	3.1.7
6
PORTREVISION=	2
7
CATEGORIES=	net
6
CATEGORIES=	net
8
MASTER_SITES=	http://www.exp-math.uni-essen.de/~dreibh/rserpool/download/
7
MASTER_SITES=	https://www.uni-due.de/~be0001/rserpool/
9
8
10
MAINTAINER=	dreibh@iem.uni-due.de
9
MAINTAINER=	dreibh@iem.uni-due.de
11
COMMENT=	RSerPool Framework and Example Applications
10
COMMENT=	RSerPool Framework and Example Applications
Lines 20-25 Link Here
20
USES=		gmake libtool shebangfix
19
USES=		gmake libtool shebangfix
21
SHEBANG_FILES=	rsplib/scriptingserviceexample
20
SHEBANG_FILES=	rsplib/scriptingserviceexample
22
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
23
USE_QT4=	gui xml moc_build
22
USE_QT5=	buildtools_build core gui xml
24
23
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rsplib-3.0.2.tar.gz) = aa9c9035739d7096b6ccabf92c15e67ddd327460e919d52fbb7c578e498a46ef
1
SHA256 (rsplib-3.1.7.tar.gz) = bcde03191f4efb4213ef858a1efe86bf48b81482d35f74bdbafc7cb9125e20cd
2
SIZE (rsplib-3.0.2.tar.gz) = 1061690
2
SIZE (rsplib-3.1.7.tar.gz) = 1075013
(-)pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
handling and load distribution/balancing) by components called Registrar
5
handling and load distribution/balancing) by components called Registrar
6
and a client-side/server-side API for accessing the service of a pool.
6
and a client-side/server-side API for accessing the service of a pool.
7
7
8
WWW: http://www.iem.uni-due.de/~dreibh/rserpool/
8
WWW: https://www.uni-due.de/~be0001/rserpool/
(-)pkg-plist (-6 lines)
Lines 3-17 Link Here
3
bin/fractalpooluser
3
bin/fractalpooluser
4
bin/hsdump
4
bin/hsdump
5
bin/pingpongclient
5
bin/pingpongclient
6
bin/registrar
7
bin/rspregistrar
6
bin/rspregistrar
8
bin/rspserver
7
bin/rspserver
9
bin/rspterminal
8
bin/rspterminal
10
bin/scriptingclient
9
bin/scriptingclient
11
bin/scriptingcontrol
10
bin/scriptingcontrol
12
bin/scriptingserviceexample
11
bin/scriptingserviceexample
13
bin/server
14
bin/terminal
15
include/rserpool/cpprspserver.h
12
include/rserpool/cpprspserver.h
16
include/rserpool/mutex.h
13
include/rserpool/mutex.h
17
include/rserpool/rserpool-csp.h
14
include/rserpool/rserpool-csp.h
Lines 91-105 Link Here
91
man/man1/fractalpooluser.1.gz
88
man/man1/fractalpooluser.1.gz
92
man/man1/hsdump.1.gz
89
man/man1/hsdump.1.gz
93
man/man1/pingpongclient.1.gz
90
man/man1/pingpongclient.1.gz
94
man/man1/registrar.1.gz
95
man/man1/rspregistrar.1.gz
91
man/man1/rspregistrar.1.gz
96
man/man1/rspserver.1.gz
92
man/man1/rspserver.1.gz
97
man/man1/rspterminal.1.gz
93
man/man1/rspterminal.1.gz
98
man/man1/scriptingclient.1.gz
94
man/man1/scriptingclient.1.gz
99
man/man1/scriptingcontrol.1.gz
95
man/man1/scriptingcontrol.1.gz
100
man/man1/scriptingserviceexample.1.gz
96
man/man1/scriptingserviceexample.1.gz
101
man/man1/server.1.gz
102
man/man1/terminal.1.gz
103
share/fgpconfig/input-001.fsf
97
share/fgpconfig/input-001.fsf
104
share/fgpconfig/input-002.fsf
98
share/fgpconfig/input-002.fsf
105
share/fgpconfig/input-003.fsf
99
share/fgpconfig/input-003.fsf

Return to bug 223307