head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.33;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.07.24.21.27.13;	author cs;	state Exp;
branches;
next	1.6;

1.6
date	2009.12.13.16.27.57;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.24.09.44.59;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.14.06.52;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.30.09.42.06;	author alexbl;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.05.10.07.21;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.28.17.58.27;	author flz;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	feedjack
# Date created:				Jul 28 2006
# Whom:					Florent Thoumie <flz@@FreeBSD.org>
#
# $FreeBSD: head/www/feedjack/Makefile 301497 2012-07-24 21:27:13Z cs $
#

PORTNAME=	feedjack
PORTVERSION=	0.9.16
CATEGORIES=	www
MASTER_SITES=	http://www.feedjack.org/download/
DISTNAME=	Feedjack-${PORTVERSION}

MAINTAINER=	flz@@FreeBSD.org
COMMENT=	Feed aggregator written in Python using the Django framework

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \
		django-admin.py:${PORTSDIR}/www/py-django

DIST_SUBDIR=	python
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	Feedjack

PLIST_SUB=	FEEDJACKVER=${PORTVERSION}	\
		PYTHONVER=${_PYTHON_VERSION}

.include <bsd.port.mk>
@


1.7
log
@SVN rev 301497 on 2012-07-24 21:27:13Z by cs

Fix typos in COMMENT
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d15 1
a15 1
COMMENT=	Feed aggregator writen in Python using the Django framework
@


1.5
log
@- Update www/feedjack to 0.9.16.
- Use easy_install.
- Sort packing list.
@
text
@d21 1
a21 1
USE_PYTHON=	2.3+
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.9.7
PORTREVISION=	2
d11 1
a11 1
MASTER_SITES=	http://static.tabo.aureal.com.pe/code/
a16 1
BUILD_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools
d18 1
a18 1
		django-admin.py:${PORTSDIR}/www/py-django-devel
d22 1
a22 1
USE_PYDISTUTILS=	yes
a23 1
PYDISTUTILS_NOEGGINFO=	yes # XXX convert easy_install support to bsd.python.mk's
@


1.3
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@- Fix packing list.

Reported by:	erwinbot
@
text
@d25 2
@


1.1
log
@Add feedjack 0.9.7, a feed aggregator writen in Python using the Django web
development framework.
@
text
@d10 1
@

