head	1.32;
access;
symbols
	RELEASE_8_3_0:1.30
	RELEASE_9_0_0:1.30
	RELEASE_7_4_0:1.26
	RELEASE_8_2_0:1.26
	RELEASE_6_EOL:1.26
	RELEASE_8_1_0:1.26
	RELEASE_7_3_0:1.26
	RELEASE_8_0_0:1.26
	RELEASE_7_2_0:1.25
	RELEASE_7_1_0:1.22
	RELEASE_6_4_0:1.22
	RELEASE_5_EOL:1.21
	RELEASE_7_0_0:1.18
	RELEASE_6_3_0:1.18
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.32
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.31;

1.31
date	2012.06.18.16.57.09;	author sunpoet;	state Exp;
branches;
next	1.30;

1.30
date	2011.11.04.17.03.10;	author clsung;	state Exp;
branches;
next	1.29;

1.29
date	2011.06.25.07.35.30;	author nivit;	state Exp;
branches;
next	1.28;

1.28
date	2011.06.23.14.20.04;	author nivit;	state Exp;
branches;
next	1.27;

1.27
date	2011.05.25.16.18.51;	author sunpoet;	state Exp;
branches;
next	1.26;

1.26
date	2009.08.22.00.38.22;	author amdmi3;	state Exp;
branches;
next	1.25;

1.25
date	2009.02.08.10.38.23;	author lwhsu;	state Exp;
branches;
next	1.24;

1.24
date	2008.12.28.21.48.42;	author lwhsu;	state Exp;
branches;
next	1.23;

1.23
date	2008.09.25.05.42.50;	author lwhsu;	state Exp;
branches;
next	1.22;

1.22
date	2008.06.15.08.35.37;	author lwhsu;	state Exp;
branches;
next	1.21;

1.21
date	2008.04.20.09.40.00;	author lwhsu;	state Exp;
branches;
next	1.20;

1.20
date	2008.01.08.15.14.50;	author lwhsu;	state Exp;
branches;
next	1.19;

1.19
date	2007.12.13.00.19.50;	author lwhsu;	state Exp;
branches;
next	1.18;

1.18
date	2007.09.26.08.10.49;	author ijliao;	state Exp;
branches;
next	1.17;

1.17
date	2007.07.30.09.42.11;	author alexbl;	state Exp;
branches;
next	1.16;

1.16
date	2007.07.20.06.20.40;	author ijliao;	state Exp;
branches;
next	1.15;

1.15
date	2007.05.25.00.59.45;	author ijliao;	state Exp;
branches;
next	1.14;

1.14
date	2007.02.23.05.33.56;	author clsung;	state Exp;
branches;
next	1.13;

1.13
date	2006.12.18.02.46.58;	author ijliao;	state Exp;
branches;
next	1.12;

1.12
date	2006.09.28.01.28.19;	author ijliao;	state Exp;
branches;
next	1.11;

1.11
date	2006.07.06.00.57.02;	author ijliao;	state Exp;
branches;
next	1.10;

1.10
date	2006.05.17.00.52.44;	author ijliao;	state Exp;
branches;
next	1.9;

1.9
date	2006.02.15.01.07.01;	author ijliao;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.07.01.13.45;	author ijliao;	state Exp;
branches;
next	1.7;

1.7
date	2005.10.19.01.30.43;	author ijliao;	state Exp;
branches;
next	1.6;

1.6
date	2005.08.30.09.42.19;	author ijliao;	state Exp;
branches;
next	1.5;

1.5
date	2005.07.19.01.14.34;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2005.05.03.08.57.33;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.18.05.38.38;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2004.12.27.04.33.57;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.08.02.22.07;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.32
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	py-IMDbPY
# Date created:			Jul 8, 2004
# Whom:				ijliao
#
# $FreeBSD: head/www/py-imdbpy/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	imdbpy
PORTVERSION=	4.9
CATEGORIES=	www python
MASTER_SITES=	SF/${PORTNAME}/IMDbPY/${PORTVERSION:S/.2//}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	IMDbPY-${PORTVERSION}

MAINTAINER=	python@@FreeBSD.org
COMMENT=	Retrieve and manage the data of the IMDb movie database

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \
		${PYTHON_PKGNAMEPREFIX}migrate>=0:${PORTSDIR}/databases/py-migrate \
		${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0:${PORTSDIR}/databases/py-sqlalchemy06 \
		${PYTHON_PKGNAMEPREFIX}sqlobject>=0:${PORTSDIR}/databases/py-sqlobject

OPTIONS_DEFINE=	DOCS EXAMPLES

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_NOEGGINFO=	yes
PYDISTUTILS_PKGNAME=	IMDbPY
PYEASYINSTALL_ARCHDEP=	yes

DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}/
	cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR}/
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
	${MKDIR} ${EXAMPLESDIR}/
	cd ${WRKSRC}/bin/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/
.endif

.include <bsd.port.mk>
@


1.31
log
@- Update to 4.9
- Convert to new options framework
- Remove duplicate entry in PLIST

Changes:	http://imdbpy.sourceforge.net/#news
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.30
log
@- Update to 4.8.2
@
text
@d10 1
a10 1
PORTVERSION=	4.8.2
d24 2
d35 2
d38 3
a40 3
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
d42 3
a44 3
.if !defined(NOPORTEXAMPLES)
	@@${MKDIR} ${EXAMPLESDIR}
	@@(cd ${WRKSRC}/bin/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
@


1.29
log
@- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS

Reported by:	pavbot
@
text
@d10 1
a10 2
PORTVERSION=	4.7
PORTREVISION=	1
d12 1
a12 1
MASTER_SITES=	SF/${PORTNAME}/IMDbPY/${PORTVERSION}
@


1.28
log
@- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
  (This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
@
text
@d22 1
a22 1
		${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy06 \
@


1.27
log
@- Update to 4.7

Changes:	http://imdbpy.sourceforge.net/docs/Changelog.txt
PR:		ports/157247
Submitted by:	sunpoet (myself)
@
text
@d11 1
d22 1
a22 1
		${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy \
@


1.26
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d10 1
a10 1
PORTVERSION=	3.9
d12 1
a12 1
MASTER_SITES=	SF/${PORTNAME}/IMDbPY/${PORTVERSION} CHEESESHOP
d19 5
d25 2
a26 1
USE_PYDISTUTILS=	yes
d28 1
@


1.25
log
@- Update to 3.9

PR:		ports/131454
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
@
text
@d12 1
a12 1
MASTER_SITES=	SF CHEESESHOP
@


1.24
log
@- Update to 3.8

PR:		ports/130002
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
@
text
@d10 1
a10 1
PORTVERSION=	3.8
@


1.23
log
@- Update to 3.7
@
text
@d10 1
a10 1
PORTVERSION=	3.7
d29 1
a29 1
	${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
d33 1
a33 1
	${CP} -R ${WRKSRC}/bin/ ${EXAMPLESDIR}
@


1.22
log
@- Update to 3.6
- Add CHEESESHOP to MASTER_SITES
@
text
@d10 1
a10 1
PORTVERSION=	3.6
@


1.21
log
@- Update to 3.5
@
text
@d10 1
a10 1
PORTVERSION=	3.5
d12 1
a12 1
MASTER_SITES=	SF
@


1.20
log
@- Update to 3.4
@
text
@d10 1
a10 1
PORTVERSION=	3.4
@


1.19
log
@- Update to 3.3
- Respect NOPORTEXAMPLES
@
text
@d10 1
a10 1
PORTVERSION=	3.3
@


1.18
log
@upgrade to 3.2
@
text
@d10 1
a10 1
PORTVERSION=	3.2
a22 1
.if !defined(NOPORTDOCS)
a23 1
.endif
d31 1
d34 1
@


1.17
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
PORTVERSION=	3.1
@


1.16
log
@upgrade to 3.1
@
text
@d21 1
@


1.15
log
@upgrade to 3.0
@
text
@d10 1
a10 1
PORTVERSION=	3.0
@


1.14
log
@- Update to 2.9
- Use static pkg-plist
- NOPORTDOCS should not apply to EXAMPLESDIR
- portlint(1) fix
- assign to python@@

PR:		ports/109445
Submitted by:	Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
@
text
@d10 1
a10 1
PORTVERSION=	2.9
@


1.13
log
@upgrade to 2.8
@
text
@d10 1
a10 1
PORTVERSION=	2.8
d13 1
a14 1
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
a20 1
WRKSRC=		${WRKDIR}/IMDbPY-${PORTVERSION}
d24 1
a25 2
PORTDOCS=	*
.endif
a27 4
	@@${FIND} ${PYTHON_SITELIBDIR}/imdb ! -type d | \
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
	@@${FIND} ${PYTHON_SITELIBDIR}/imdb -type d | ${SORT} -r | \
		${SED} 's,^${PREFIX}/,@@dirrm ,' >> ${TMPPLIST}
d31 1
a33 5
	@@${FIND} ${EXAMPLESDIR} ! -type d | \
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
	@@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
		${SED} 's,^${PREFIX}/,@@dirrm ,' >> ${TMPPLIST}
.endif
@


1.12
log
@upgrade to 2.7
@
text
@d10 1
a10 1
PORTVERSION=	2.7
d12 2
a13 3
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	imdbpy-${PORTVERSION}
@


1.11
log
@upgrade to 2.6
@
text
@d10 1
a10 1
PORTVERSION=	2.6
@


1.10
log
@upgrade to 2.5
@
text
@d10 1
a10 1
PORTVERSION=	2.5
@


1.9
log
@upgrade to 2.4
@
text
@d10 1
a10 1
PORTVERSION=	2.4
@


1.8
log
@upgrade to 2.3
@
text
@d10 1
a10 1
PORTVERSION=	2.3
@


1.7
log
@upgrade to 2.2
@
text
@d10 1
a10 1
PORTVERSION=	2.2
a29 4
PLIST_FILES=	${DOCSDIR:S,${PREFIX}/,,}/.xvpics/imdbpyPowered.png \
		${DOCSDIR:S,${PREFIX}/,,}/.xvpics/imdbpyico.png
PLIST_DIRS=	${DOCSDIR:S,${PREFIX}/,,}/.xvpics

@


1.6
log
@upgrade to 2.1
@
text
@d10 1
a10 1
PORTVERSION=	2.1
d14 1
a14 1
DISTNAME=	IMDbPY-${PORTVERSION}
d30 4
@


1.5
log
@upgrade to 2.0
@
text
@d10 1
a10 1
PORTVERSION=	2.0
@


1.4
log
@upgrade to 1.9
@
text
@d10 1
a10 1
PORTVERSION=	1.9
d14 1
@


1.3
log
@upgrade to 1.6

PR:		75790
@
text
@d10 1
a10 1
PORTVERSION=	1.6
@


1.2
log
@upgrade to 1.5
@
text
@d10 1
a10 1
PORTVERSION=	1.5
@


1.1
log
@add py-imdbpy 1.3
Retrieve and manage the data of the IMDb movie database
@
text
@d10 1
a10 1
PORTVERSION=	1.3
@

