Commit graph

24 commits

Author SHA1 Message Date
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
khorben
d9cf35f096 Relax the requirement on libncurses to any implementation
As suggested by wiz@. net/gssdp still builds with this change.
2016-03-21 22:52:34 +00:00
khorben
99b73d2162 Register missing dependency on devel/ncurses
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
2016-03-21 19:09:09 +00:00
leot
c237fa64c2 Downgrade net/libsoup to 2.52.2 (latest stable version).
Standard GNOME packages uses odd major version numbers in for unstable
packages.

Thanks to wiz@.
2016-01-04 14:46:37 +00:00
leot
8567077797 Update net/libsoup to 2.53.2.
Changes:
Changes in libsoup from 2.53.1 to 2.53.2:
	* Fixed up symbol visibility handling for mingw by copying
          GLib's system [Ignacio Casal Quinteiro, #757146]
	* Finally marked the old SoupSessionAsync and SoupSessionSync
          methods as deprecated [Ignacio Casal Quinteiro, Dan Winship,
          #757146]
	* Added libsoup-2.4.deps for valac [Rico Tzschichholz]
	* Make it possible to build from git without gtk-doc being
          installed [Ignacio Casal Quinteiro]
	* Updated translations:
	  Norwegian bokmål, Occitan

Changes in libsoup from 2.52.1 to 2.53.1:
	* Really fixed build under MinGW for sure this time [Ignacio
          Casal Quinteiro]
        * Fixed SoupServer Web Sockets code so that the
	  SoupClientContext passed to a SoupServerWebsocketCallback is
	  fully usable (rather than crashing when you try to do most
	  things).

Changes in libsoup from 2.52.0 to 2.52.1:
	* Fixed build under MinGW [Chun-wei Fan]
	* Fixed build with --disable-introspection [#755389, Quentin
          Glidic]
	* Fixed HTTP authentication protection space handling for
          files directly under the root directory. [#755617, Carlos
          Garcia Campos]
	* Fixed a warning when loading data from SoupCache while using
          an authenticated proxy. [#756076, Carlos Garcia Campos]
	* Updated translations:
	  German, Vietnamese

Changes in libsoup from 2.51.92 to 2.52.0:
	* Removed duplicate test paths from tests/date so it will pass
          with glib 2.46.0

Changes in libsoup from 2.51.90 to 2.51.92:
	* Added g_autoptr() support for all libsoup types. [#754721,
          Kalev Lember]
	* Added a missing (allow-none) annotation to
          soup_uri_normalize() [#754776, Jens Georg]
	* Updated translations:
	  Polish

Changes in libsoup from 2.51.3 to 2.51.90:
	* Added a new GVariant-based XMLRPC API, and deprecated the
          old GValue-based API (along with the associated
          GValue-manipulating utilities). [#746495, Xavier Claessens]
	* Multiple build fixes for Visual Studio [#752952, Chun-wei Fan]
	* Added VAPI generation [#750679, Daniel Espinosa]
	* Fixed the mode bits on soup-cookie.c, which was previously
          marked executable for some reason. [rh #1247285]
	* Updated translations:
	  Norwegian bokmål, Portuguese, Thai, Turkish

Changes in libsoup from 2.50.0 to 2.51.3:
	* Fixed "make check" in non-English locales [rh #1224989,
	  #749397]
	* Fixed some compiler warnings [#748514, Philip Withnall]
	* New/Updated translations:
	  Aragonese, Catalan, Occitan, Russian
2016-01-04 14:24:31 +00:00
nros
63d5fc2227 Remove gnome options in libsoup and always build libsoup-gnome.
this is done since gnomekeyring is not used by libsoup anymore.
2016-01-04 12:43:06 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
youri
448db2c492 Import libsoup-2.50.0 as net/libsoup, replaces net/libsoup24.
Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.

libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).

Features:
  * Completely Asynchronous
  * Connection cache
  * HTTP chunked transfer support
  * HTTP, SOCKS4, and SOCKS5 authenticated proxy support
  * SSL Support using OpenSSL or GnuTLS
  * Client support for Digest, NTLM, and Basic authentication
  * HTTP server
  * Server support for Digest and Basic authentication
2015-06-07 14:03:20 +00:00
drochner
11b96e92ee nothing uses this anymore 2006-11-13 15:05:11 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
minskim
4af32d153e This package needs openssl. 2005-05-23 15:02:14 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
5776ae232c Disable gnutls support -- this version of libsoup uses an
obsolete interface to gnutls. Bump PKGREVISION and depend on it.
2005-02-19 22:46:44 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
reed
f5ca69ad7f Bump PKGREVISION.
Because my old package libsoup-1.99.28 was built
using now-nonexistent libgcrypt.so.11.
And now libsoup-1.99.28nb1 uses libgcrypt.so.12.
2004-05-27 16:07:03 +00:00
recht
2ba28fbd84 downgrade libsoup to the latest *stable* release: libsoup-1.99.28
needed by gtkhtml3
ok'd by jmmv@
2004-04-02 18:09:56 +00:00
jmmv
5486c7e49a Update to 2.1.8. Sorry, no list of changes available, only the ChangeLog,
which is way _too_ long.
2004-04-01 18:32:03 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
xtraeme
0429a7dd4a bl3ify 2004-02-11 02:54:41 +00:00
xtraeme
a35b4c0bb9 Initial import of libsoup-1.99.26 from pkgsrc-wip, packaged by Marc
Recht.

Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.

libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).

Features:
  * Completely Asynchronous
  * Connection cache
  * HTTP chunked transfer support
  * HTTP, SOCKS4, and SOCKS5 authenticated proxy support
  * SSL Support using OpenSSL or GnuTLS
  * Client support for Digest, NTLM, and Basic authentication
  * HTTP server
  * Server support for Digest and Basic authentication
2003-12-05 22:54:11 +00:00