non port: net/rsplib/Makefile |
SVNWeb
|
Number of commits found: 26 |
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Wed, 5 May 2021
|
[ 08:42 Fernando Apesteguía (fernape) ] f71e8d5
net/rsplib: Update to version 3.3.1
ChangeLog: https://www.uni-due.de/~be0001/rserpool/
PR: 255575
Reported by: dreibh@iem.uni-due.de (maintainer)
|
Sun, 25 Apr 2021
|
[ 11:31 Fernando Apesteguía (fernape) ] ba365ca
net/rsplib: Update to 3.3.0
ChangeLog:
https://github.com/dreibh/rsplib/commit/85ba8319d69da72a9c6ef5735cba9d0abc6bf54d
While here, pet linters.
PR: 255176
Reported by: gspurki@gmail.com
Approved by: dreibh@iem.uni-due.de (maintainer, timeout)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 19 May 2020
|
[ 04:59 tagattie ]
Update to 3.2.5
PR: 245950
Submitted by: gspu <gspurki@gmail.com>
Approved by: dreibh@iem.uni-due.de (maintainer timeout, >3 weeks),
mentors (implicit)
|
Fri, 20 Sep 2019
|
[ 09:59 pkubaj ]
net/rsplib: fix build on GCC architectures
Needs C++11 compiler:
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1.
Approved by: mentors (implicit approval)
|
Sun, 18 Aug 2019
|
[ 10:42 pi ]
net/rsplib: update 3.2.0 -> 3.2.4
PR: 239842
Submitted by: dreibh@iem.uni-due.de (maintainer)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Fri, 25 Jan 2019
|
[ 13:19 tobik ]
net/rsplib: Update to 3.2.0, switch to Qt 5, unbreak, undeprecate
PR: 223307
Submitted by: dreibh@iem.uni-due.de (maintainer, based on)
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Sun, 4 Nov 2018
|
[ 14:35 antoine ]
rsplib is BROKEN on i386 and amd64 too
Reported by: pkg-fallout
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Tue, 19 Dec 2017
|
[ 14:41 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
|
Sat, 22 Nov 2014
|
[ 14:43 antoine ] (Only the first 10 of 237 ports in this commit are shown above. )
Cleanup plist
|
Wed, 9 Jul 2014
|
[ 16:57 tijl ]
Add USES=libtool and INSTALL_TARGET=install-strip
|
Sun, 9 Feb 2014
|
[ 21:49 rm ]
- 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)
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 15 Feb 2013
|
[ 04:55 rm ]
- update to 3.0.1
while here:
- trim Makefile header
- move LICENSE into proper block (porlint warning)
- remove checks for unsupported versions of FreeBSD
- tab -> space change pkg-descr:WWW
- fix pkg-plist
PR: 174609
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 29 Nov 2011
|
[ 01:28 cs ]
Update to 2.7.13
PR: ports/162697
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes
|
Thu, 3 Mar 2011
|
[ 17:09 sylvio ]
- Update to 2.7.10
PR: ports/154657
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
|
Wed, 18 Aug 2010
|
[ 19:16 makc ]
Add new port net/rsplib:
RSerPool client/server API library for load distribution and
Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to
RFC 5356) for a lightweight server pool and session management framework.
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/
PR: based on ports/149421
Submitted by: Thomas Dreibholz <dreibh at iem.uni-due.de>
|
Number of commits found: 26 |