aboutsummaryrefslogtreecommitdiff
path: root/net/liboauth
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with openssl 1.1.1Antoine Brodin2018-10-102-4/+139
| | | | | | | | | | PR: 225919 Submitted by: Nathan Owens Obtained from: https://github.com/x42/liboauth/issues/9 With hat: portmgr Notes: svn path=/head/; revision=481766
* Mark some ports broken with openssl-devel.Mathieu Arnold2018-03-291-0/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=465899
* - Add LICENSE.Hiroki Sato2016-12-301-6/+7
| | | | | | | - USES=ssl instead of USE_OPENSSL. Notes: svn path=/head/; revision=429971
* Stepping down as maintainer for some ports.Johan van Selst2016-12-141-1/+1
| | | | Notes: svn path=/head/; revision=428596
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-042-3/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360556
* Update to OAuth lib 1.0.3Johan van Selst2014-04-212-3/+3
| | | | Notes: svn path=/head/; revision=351682
* Update liboauth to 1.0.2Johan van Selst2014-03-262-5/+5
| | | | Notes: svn path=/head/; revision=349280
* Enable stage supportJohan van Selst2013-12-292-3/+1
| | | | Notes: svn path=/head/; revision=338051
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Convert USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-08-311-1/+1
| | | | | | | | | | | | While here: - Trim headers - Convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_PERL5 -> USES=perl5 * USE_GMAKE -> USES=gmake Notes: svn path=/head/; revision=325749
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Update oauth to 1.0.1Johan van Selst2013-03-172-8/+3
| | | | Notes: svn path=/head/; revision=314475
* - Upgrade liboauth to 1.0 releaseJohan van Selst2012-11-132-6/+5
| | | | | | | | | - Update MASTER_SITE to general SF link Feature safe: yes Notes: svn path=/head/; revision=307383
* Update oauth to 0.9.7 (bugfix release)Johan van Selst2012-07-122-4/+3
| | | | Notes: svn path=/head/; revision=300814
* The pkgconfig file from liboauth referes to the libcrypto pkgconfig file.Johan van Selst2012-01-061-1/+3
| | | | | | | | | Remove the reference, because our openssl is installed without such a file. Submitted by: kwm Notes: svn path=/head/; revision=288619
* Update liboauth to 0.9.6Johan van Selst2011-12-152-3/+3
| | | | Notes: svn path=/head/; revision=287451
* - Update liboauth to 0.9.5Johan van Selst2011-11-303-15/+3
| | | | | | | | | - Remove patch that is now included in the distribution Feature safe: yes Notes: svn path=/head/; revision=286699
* Don't rever to libcrypto in oauth pkg-config file, since our base opensslKoop Mast2011-09-162-0/+12
| | | | | | | | | doesn't install a .pc file. This will fix "pkg-config --cflags oauth". Approved by: maintainer Notes: svn path=/head/; revision=281839
* Update liboauth to 0.9.4 (bugfix release)Johan van Selst2011-01-302-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268455
* Update liboauth to 0.9.3Johan van Selst2011-01-222-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268109
* Update liboauth to 0.9.2Johan van Selst2011-01-132-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267759
* Add a new port net/liboauth:Johan van Selst2010-10-304-0/+48
OAuth is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. liboauth provides functions to escape and encode parameters according to OAuth specification and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests. WWW: http://liboauth.sourceforge.net/ Notes: svn path=/head/; revision=263819