aboutsummaryrefslogtreecommitdiff
path: root/www/mod_flickr
Commit message (Collapse)AuthorAgeFilesLines
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)Sunpoet Po-Chuan Hsieh2012-03-081-0/+3
| | | | | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat) Notes: svn path=/head/; revision=292936
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-10/+10
| | | | Notes: svn path=/head/; revision=280086
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update or remove pkg-descr WWW urlsPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | Reported by: distilator With Hat: apache@ Notes: svn path=/head/; revision=263315
* - Mark mod_* modules MAKE_JOBS_SAFE=yesPhilip M. Gollucci2010-09-221-0/+2
| | | | | | | | With Hat: apache@ Tested by: Several P6 TB runs Notes: svn path=/head/; revision=261652
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* mod_flickr is a apache module (for apache 2.0 and above) that makes call toMartin Wilke2009-09-133-0/+51
flickr via flickr API's to get a users (configured in httpd.conf) public photo sets, photos in sets and recent photos uploaded in flickr etc... Currently only 4 api calls have been implmeneted (all are GET calls). These API's return data in XML format. The XML can then be parsed by the calling code (e.g. front end Javascript/php) to display thumbnails of the images say in a scrollbar. (Code for front end is not distributed as yet) This module can be used by web developers who want to show their photos/albums uploaded in flickr on their website and/or access to metadata of their photos for their own needs/purposes. WWW: http://www.vshank.com/code/mod_flickr PR: ports/138299 Submitted by: vshankar Notes: svn path=/head/; revision=241333