aboutsummaryrefslogtreecommitdiff
path: root/devel/libopkele
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371546
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-08-132-3/+4
| | | | | | | | | - Add missing run-dependency on boost Approved by: portmgr blanket Notes: svn path=/head/; revision=364776
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* Do not hard depend on gcc, c++11-lang will allow almost anything greater ↵Baptiste Daroussin2013-12-131-2/+1
| | | | | | | than gcc 4.2 which is failing to build this port Notes: svn path=/head/; revision=336360
* Support STAGEMark Felder2013-11-021-6/+6
| | | | | | | | | | | Fix build on FreeBSD 10+ Use newer LIB_DEPENDS syntax PR: ports/182293 Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=332553
* devel/libopkele: add <unistd.h> and other C++ fixes for modern compilersJohn Marino2013-10-013-0/+30
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328997
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Eradicate USE_GNOME=pkgconfig from develBaptiste Daroussin2013-09-021-7/+2
| | | | | | | | | | While here: USE_GMAKE->USES=gmake USE_GNOME=gnomehack->USES=pathfix USE_PERL5*->USES=perl5 Notes: svn path=/head/; revision=325945
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Update to 2.0.4Martin Wilke2012-05-253-10/+8
| | | | | | | | | PR: 167112 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=297411
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* - Get rid FreeBSD 6 supportMartin Wilke2011-11-071-3/+0
| | | | Notes: svn path=/head/; revision=285212
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* - Update to 2.0.2Dmitry Marakasov2009-06-213-69/+4
| | | | | | | | | PR: 135385 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer timeout Notes: svn path=/head/; revision=236448
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Try another trick to get OpenSSL from ports on 6.x (and 6.x only)Pav Lucistnik2008-07-231-3/+6
| | | | Notes: svn path=/head/; revision=217328
* - Do dirty trick to use OpenSSL from ports on 6.xPav Lucistnik2008-07-171-13/+7
| | | | Notes: svn path=/head/; revision=216947
* Add depends to expat2.Vanilla I. Shu2008-07-031-0/+1
| | | | | | | Submitted by: itetu@ via 'QA Tindy' Notes: svn path=/head/; revision=216226
* Upgrade to 2.0.Vanilla I. Shu2008-07-035-18/+102
| | | | | | | | PR: ports/125204 Submitted by: maintainer Notes: svn path=/head/; revision=216223
* libopkele is a c++ implementation of an OpenID decentralized identityMartin Wilke2008-01-145-0/+70
system. It provides OpenID protocol handling, leaving authentication and user interaction to the implementor. WWW: http://kin.klever.net/libopkele/ PR: ports/119628 Submitted by: Sutra Zhou <zhoushuqun at gmail.com> Notes: svn path=/head/; revision=205637