Port details on branch 2024Q4 |
- libsoup SOAP (Simple Object Access Protocol) implementation in C
- 2.74.3 devel =107 2.74.3Version of this port present on the latest quarterly branch.
- Maintainer: desktop@FreeBSD.org
- Port Added: 2003-05-07 05:58:17
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: glib, png, libiconv, tiff, libxml2
- Also Listed In: gnome
- License: LGPL20
- WWW:
- https://libsoup.org/
- Description:
- Soup is a SOAP (Simple Object Access Protocol) implementation in C.
It provides a queued asynchronous callback-based mechanism for sending and
servicing SOAP requests, and a WSDL (Web Service Definition Language) for C
compilers which generates client stubs and server skeletons for easily
calling and implementing SOAP methods. It uses GLib and is designed to work
well with GTK applications.
Features:
* Completely Asynchronous
* Connection cache
* HTTP chunked transfer and persistent connections
* Authenticated HTTP, SOCKS4, and SOCKS5 proxy support
* SSL Support using OpenSSL
* Apache module server support
* Client digest authentication
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libsoup/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libsoup
- pkg install libsoup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsoup
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1665701459
SHA256 (gnome/libsoup-2.74.3.tar.xz) = e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1d92f13
SIZE (gnome/libsoup-2.74.3.tar.xz) = 1504804
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:
-
- glib-networking>=2.29.18 : net/glib-networking
- gtkdoc-scan : textproc/gtk-doc
- msgfmt : devel/gettext-tools
- intltool-extract : textproc/intltool
- g-ir-scanner : devel/gobject-introspection
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Runtime dependencies:
-
- glib-networking>=2.29.18 : net/glib-networking
- Library dependencies:
-
- libgcrypt.so : security/libgcrypt
- libpsl.so : dns/libpsl
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Build
-
- net/gssdp14
-
Deleted ports which required this port:
- for Libraries
-
- astro/foxtrotgps
- audio/pragha
- audio/rhythmbox
- cad/PrusaSlicer
- databases/evolution-data-server
- databases/libgda5
- databases/libgda5-jdbc
-
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:
- ===> The following configuration options are available for libsoup-2.74.3:
DOCS=on: Build and/or install documentation
SMB=on: SMB network protocol support
====> GSSAPI Security API support: you have to select exactly one of them
GSSAPI_BASE=on: GSSAPI support via base system (needs Kerberos)
GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
GSSAPI_MIT=off: GSSAPI support via security/krb5
GSSAPI_NONE=off: Disable GSSAPI support
===> Use 'make config' to modify these settings
- Options name:
- devel_libsoup
- USES:
- cpe gettext gnome localbase meson pkgconfig python:build sqlite ssl tar:xz gssapi
- pkg-message:
- For install:
- libsoup can use NTLM authentication if it is compiled
with the SMB option. To use it, you must install a
port that provides NTLM, like net/samba412 or net/samba413.
- Master Sites:
|