aboutsummaryrefslogtreecommitdiff
path: root/net-im/mbpurple
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-5/+1
| | | | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? Notes: svn path=/head/; revision=305526
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* Revert the unauthorized conversion of pkg-config from a proper build depDoug Barton2012-07-261-2/+2
| | | | | | | | | to the new macro (r301539). Convert pkg-config to pkgconf. Add a build dep on pkgconf to pidgin-otr to handle libotr's .pc files Notes: svn path=/head/; revision=301550
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* Change USE_GNOME= pkgconfig to a direct BUILD_DEPENDS for my portsDoug Barton2012-07-231-3/+3
| | | | Notes: svn path=/head/; revision=301373
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add a patch from the svn repo to handle a crash while using httpsDoug Barton2011-03-022-0/+20
| | | | | | | | | | https://code.google.com/p/microblog-purple/issues/detail?id=200 https://code.google.com/p/microblog-purple/issues/detail?id=212 Obtained from: e.a.agaf...@gmail.com Notes: svn path=/head/; revision=270131
* Add pidgin dependencyDoug Barton2010-07-011-0/+3
| | | | | | | | | | | Add pointy hat Add caffeine Feature safe: yes Notes: svn path=/head/; revision=257249
* Add pkg-config dependencyDoug Barton2010-07-011-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257247
* This plugin allows you to set up your twitter accounts as buddiesDoug Barton2010-07-014-0/+66
in pidgin. It supports OAuth authentication and HTTPS. You will see messages from your timeline which you can reply to, retweet, etc. WWW: http://code.google.com/p/microblog-purple/wiki/README Feature safe: yes Notes: svn path=/head/; revision=257241