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


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

1.7
date	2009.08.22.00.38.22;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2008.01.08.15.35.45;	author lwhsu;	state Exp;
branches;
next	1.5;

1.5
date	2007.08.04.11.41.28;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.30.09.42.13;	author alexbl;	state Exp;
branches;
next	1.3;

1.3
date	2007.06.22.12.26.48;	author lwhsu;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.04.08.49.30;	author lwhsu;	state Exp;
branches;
next	1.1;

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


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-pysearch
# Date created:		Mar. 01, 2007
# Whom:			Li-Wen Hsu <lwhsu@@lwhsu.org>
#
# $FreeBSD: head/www/py-pysearch/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pysearch
PORTVERSION=	3.1
CATEGORIES=	www python
MASTER_SITES=	SF/${PORTNAME}/pYsearch/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pYsearch-${PORTVERSION}

MAINTAINER=	lwhsu@@FreeBSD.org
COMMENT=	Yahoo Search Web Services SDK for Python

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	pYsearch

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

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
	@@${MKDIR} ${EXAMPLESDIR}
	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 3.1
@
text
@d11 1
a11 1
MASTER_SITES=	SOURCEFORGE
@


1.5
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	3.0
@


1.4
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
@d22 2
a23 2
DOCSDIR=	${TARGETDIR}/share/doc/py-${PORTNAME}
EXAMPLESDIR=	${TARGETDIR}/share/examples/py-${PORTNAME}
@


1.3
log
@- Use SOURCEFORGE in MASTER_SITES
- Respect NOPORTEXAMPLES
@
text
@d20 1
@


1.2
log
@- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	pysearch
a20 1
.if !defined(NOPORTDOCS)
a21 1
.endif
d29 1
d32 1
@


1.1
log
@This module implements a set of classes and functions to work with the Yahoo
Search Web Services. All results from these services are properly formatted
XML, and this package facilitates for correct parsing of these result sets.

WWW:	http://pysearch.sourceforge.net/

PR:		ports/109723
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
@
text
@d16 1
a16 1
MAINTAINER=	lwhsu@@lwhsu.org
@

