Port details |
- libsearpc Simple RPC framework based on GObject System in C
- 3.2.0_2,1 devel =2 3.2.0_2,1Version of this port present on the latest quarterly branch.
- Maintainer: ultima@FreeBSD.org
- Port Added: 2014-11-02 15:06:52
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/haiwen/libsearpc
- Description:
- Searpc is a simple C language RPC framework based on GObject system.
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.
The serialization/deserialization uses JSON format via json-glib
library. A serialized json object is returned from server to client
after executing the RPC function. Each RPC function defined in the
server side should take an extra GError argument to report error.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsearpc>0:devel/libsearpc
- To install the port:
- cd /usr/ports/devel/libsearpc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libsearpc
- pkg install libsearpc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsearpc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1653246084
SHA256 (haiwen-libsearpc-3.2.0-54145b0_GH0.tar.gz) = a768e498e6b3c9b89b62fad297fbe7638349176be609a3f7027af00a62c29408
SIZE (haiwen-libsearpc-3.2.0-54145b0_GH0.tar.gz) = 54015
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libjansson.so : devel/jansson
- libgobject-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- net-mgmt/seafile-client
- net-mgmt/seafile-gui
- net-mgmt/seafile-server
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_libsearpc
- USES:
- autoreconf gettext libtool pathfix pkgconfig python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.0_2,1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.0_2,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.2.0_2,1 22 May 2022 20:58:29 |
Richard Gallamore (ultima) |
devel/libsearpc: Update commit tag
This is needed to support more modern C standards which is required
for Seafile-gui. |
3.2.0_1,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.2.0_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.0_1,1 16 Apr 2020 08:30:33 |
ultima |
Fix python version hard coding in plists |
3.2.0,1 16 Apr 2020 00:15:10 |
ultima |
* Updated to 3.2.0 |
3.1.0,1 11 Jan 2019 18:50:47 |
ultima |
* Update to 3.1.0 (3.1-latest commit) |
3.0.8_1,1 01 Feb 2018 14:44:17 |
amdmi3 |
- Fix shebang
Approved by: portmgr blanket |
3.0.8,1 03 Jul 2017 19:06:08 |
ultima |
* Updated maintainer email
* Changed comment headers to match my name and FreeBSD email
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11466 |
3.0.8,1 26 May 2017 15:02:08 |
lifanov |
unbreak devel/libsearpc
The commit tag changed upstream and needs to be updated.
To prevent this from happening again, maintainer changed the tagname commit.
The commit I chose was labeled 3.0.8.
Because the version is going down, epoch was added.
PR: 219572
Submitted by: ultima1252@gmail.com (maintainer) |
3.1.0_1 13 May 2017 09:33:52 |
miwi |
- Broken checksum mismatch
haiwen-libsearpc-3.1.0-v3.1-latest_GH0.tar.gz 0 B 0 Bps
=> Fetched file size mismatch (expected 55472, actual 48740) |
3.1.0_1 06 Mar 2017 18:30:11 |
lifanov |
devel/libsearpc - move python to PYTHONPATH
This patch is to move libsearpc to PYTHONPATH instead of residing in the seafile
directory. This was overlooked when moving the client seafile ports which
require it for the cli.
PR: 217539
Submitted by: ultima1252@gmail.com |
3.1.0 19 Nov 2016 13:42:44 |
pi |
devel/libsearpc: update 3.0.7 -> 3.1.0
- Fix memory leak
- allow return NULL for json return type
- Support json param type.
- Support json value in async mode.
- Add license file
PR: 214658
Changes: https://github.com/haiwen/libsearpc/commits/v3.1-latest
Submitted by: Ultima1252@gmail.com (maintainer) |
3.0.7_1 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
3.0.7_1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.0.7_1 29 Jun 2016 16:03:04 |
pi |
net-mgmt/seafile-gui: 5.1.1 -> 5.1.2 with additional fixes in deps
devel/libsearpc: add USES=gettext
net-mgmt/seafile: add deps devel/libevent2, misc/e2fsprogs-libuuid,
devel/jansson, USES=gettext
www/libevhtp: remove option REGEX
- Add context menu to view file history in web
- Fix user auto-completion in folder sharing dialog
- Fix tray icon not shown in KDE 5
https://github.com/haiwen/seafile-client/issues/697
PR: 210165
Submitted by: Ultima1252@gmail.com (maintainer) |
3.0.7_1 24 May 2016 10:44:11 |
amdmi3 |
- Switch to seafile user/group
PR: 205669
Submitted by: Ultima1252@gmail.com (maintainer) |
3.0.7 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.0.7 07 Nov 2015 16:46:47 |
pawel |
Update to version 3.0.7
PR: 203905
Submitted by: maintainer |
3.0.0_1 29 Oct 2015 02:37:44 |
junovitch |
devel/libsearpc: pass MAINTAINER to submitter
Reference: https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html
PR: 204105
Approved by: Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by: Ricky Gallamore <ultima1252@gmail.com> |
3.0.0_1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
3.0.0_1 16 Feb 2015 08:48:20 |
marino |
devel/libsearpc: relocate python files
PR: 196921
Submitted by: maintainer (Jingfeng Yan) |
3.0.0 02 Nov 2014 17:01:52 |
marino |
devel/libsearpc: License is LGPL3, not GPLv3 |
3.0.0 02 Nov 2014 15:06:44 |
marino |
Add new port devel/libsearpc
PR: 193132
Submitted by: JingFeng Yan
Searpc is a simple C language RPC framework based on GObject system.
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.
The serialization/deserialization uses JSON format via json-glib
library. A serialized json object is returned from server to client
after executing the RPC function. Each RPC function defined in the
server side should take an extra GError argument to report error. |