aboutsummaryrefslogtreecommitdiff
path: root/databases/libmongo-client
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-3/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371255
* Convert to USES=autoreconfTijl Coosemans2014-09-181-7/+1
| | | | Notes: svn path=/head/; revision=368439
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-292-4/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=363338
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - Update maintainer email addressJason E. Hale2013-10-291-2/+2
| | | | | | | | PR: ports/183415, ports/183418, ports/183419, ports/183421 Submitted by: Denis Generalov <gd.workbox@gmail.com> (maintainer) Notes: svn path=/head/; revision=331941
* databases/libmongo-client: allow stagingWilliam Grzybowski2013-10-261-5/+3
| | | | | | | | | | | - Allow staging - Use pathfix PR: ports/182639 Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer) Notes: svn path=/head/; revision=331678
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* databases/libmongo-client: update to 0.1.6.3William Grzybowski2013-09-052-7/+6
| | | | | | | | | | | | - Update to 0.1.6.3 - USES gmake - Add LICENSE (AL2) PR: ports/181757 Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer) Notes: svn path=/head/; revision=326440
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Convert databases to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316313
* This is an alternative C driver for MongoDB, with slightly different goalsPawel Pekala2012-12-294-0/+61
than the official one: libmongo-client is meant to be a stable (API, ABI and quality alike), clean, well documented and well tested shared library, that strives to make the most common use cases as convenient as possible. WWW: https://github.com/algernon/libmongo-client PR: ports/174652 Submitted by: Denis Generalov <gd@rambler-co.ru> Notes: svn path=/head/; revision=309633