head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.5;

1.5
date	2012.03.08.08.04.10;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.08.20.17.27.42;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2010.09.22.21.50.01;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2010.04.03.10.44.33;	author roam;	state Exp;
branches;
next	1.1;

1.1
date	2009.09.13.12.34.31;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mod_flickr
# Date created:				2009-08-24
# Whom:						vshankar
#
# $FreeBSD: head/www/mod_flickr/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	mod_flickr
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://www.vshank.com/modcode/

MAINTAINER=	venkyshankar@@yahoo.com
COMMENT=	Apache module for Flickr API access

LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl

MAKE_JOBS_SAFE=	yes

XTRA_FLAGS=	-lcurl

AP_INC=		${LOCALBASE}/include
AP_LIB=		${LOCALBASE}/lib

.if defined(WITH_DEBUG)
XTRA_FLAGS+=	-DDEBUG
.endif

AP_EXTRAS=	${XTRA_FLAGS}
USE_LDCONFIG=	yes

USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

post-patch:
	@@${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/mod_flickr.c

.include <bsd.port.mk>
@


1.6
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)

Submitted by:	sunpoet (myself)
Tested by:	exp-run by linimon
Approved by:	linimon (with portmgr hat)
@
text
@d33 1
a33 1
USE_APACHE=	20+
@


1.4
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d37 3
@


1.3
log
@- Mark mod_* modules MAKE_JOBS_SAFE=yes

With Hat:   apache@@
Tested by:  Several P6 TB runs
@
text
@d8 1
a8 1
PORTNAME=		mod_flickr
d10 2
a11 2
PORTREVISION=	1
CATEGORIES=		www
d14 2
a15 2
MAINTAINER=		venkyshankar@@yahoo.com
COMMENT=		Apache module for Flickr API access
d21 1
a21 1
XTRA_FLAGS=		-lcurl
d23 2
a24 2
AP_INC=			${LOCALBASE}/include
AP_LIB=			${LOCALBASE}/lib
d30 1
a30 1
AP_EXTRAS=		${XTRA_FLAGS}
d33 1
a33 1
USE_APACHE=	2.0+
@


1.2
log
@Chase the ftp/curl shlib version bump.
@
text
@d19 2
@


1.1
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
@
text
@d10 1
d17 1
a17 1
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
@

