From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 13 12:40:09 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B8F8106568D for ; Sun, 13 Sep 2009 12:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADF98FC14 for ; Sun, 13 Sep 2009 12:40:09 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8DCe9qR089958 for ; Sun, 13 Sep 2009 12:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8DCe9Xj089957; Sun, 13 Sep 2009 12:40:09 GMT (envelope-from gnats) Date: Sun, 13 Sep 2009 12:40:09 GMT Message-Id: <200909131240.n8DCe9Xj089957@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/138299: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2009 12:40:09 -0000 The following reply was made to PR ports/138299; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138299: commit references a PR Date: Sun, 13 Sep 2009 12:34:39 +0000 (UTC) miwi 2009-09-13 12:34:31 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_flickr Makefile distinfo pkg-descr Log: mod_flickr is a apache module (for apache 2.0 and above) that makes call to 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 Revision Changes Path 1.2436 +1 -0 ports/www/Makefile 1.1 +34 -0 ports/www/mod_flickr/Makefile (new) 1.1 +3 -0 ports/www/mod_flickr/distinfo (new) 1.1 +14 -0 ports/www/mod_flickr/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"