head	1.6;
access;
symbols
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2011.05.01.18.21.07;	author bapt;	state dead;
branches;
next	1.5;

1.5
date	2011.03.11.23.54.38;	author bapt;	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.02.26.15.48.16;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.28.14.59.03;	author vsevolod;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@Remove unmaintained expired ports from www category

2011-05-01 www/indexme: Upstream disapear and distfile is no more available
2011-05-01 www/osb-browser: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcit: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcore: Abandonware, please use www/webkit-gtk2
2011-05-01 www/pumperweb: Upstream disapear and distfile is no more available
2011-05-01 www/py-ez_web: Upstream disapear and distfile is no more available
2011-05-01 www/py-pullparser: Obsolete and deprecated
2011-05-01 www/sidplug: Upstream disapear and distfile is no more available
2011-05-01 www/twhttpd: Upstream disapear and distfile is no more available
2011-05-01 www/wnews: Upstream disapear and distfile is no more available
2011-05-01 www/xpath2rss: Upstream disapear and distfile is no more available
@
text
@# ex:ts=8
# Ports collection makefile for:	py-pullparser
# Date created:			Apr 29, 2005
# Whom:				ijliao
#
# $FreeBSD: ports/www/py-pullparser/Makefile,v 1.5 2011/03/11 23:54:38 bapt Exp $
#

PORTNAME=	pullparser
PORTVERSION=	0.1.0
CATEGORIES=	www python
MASTER_SITES=	http://wwwsearch.sourceforge.net/pullparser/src/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A simple "pull API" for HTML parsing

DEPRECATED=     Obsolete and deprecated
EXPIRATION_DATE=        2011-05-01

BUILD_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_NOEGGINFO=	yes # XXX convert easy_install support to bsd.python.mk's
EASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}

PYDISTUTILS_BUILD_TARGET=	bdist_egg
PYDISTUTILS_INSTALL_TARGET=	easy_install
PYDISTUTILS_INSTALLARGS=	-O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${PULLPARSER_EGG}

PULLPARSER_EGG=	${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg

PLIST_SUB+=	EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
		PULLPARSER_EGG=${PULLPARSER_EGG} \
		PULLPARSER_EGG_VER="${PORTNAME}==${PORTVERSION}"

.include <bsd.port.mk>
@


1.5
log
@Deprecate unmaintained ports from www where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports

thanks eadler for the help
@
text
@d6 1
a6 1
# $FreeBSD$
@


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
@d18 3
@


1.3
log
@- Update to 0.1.0

PR:             109555
Submitted by:   CHAO Shin <quakelee@@cn.freebsd.org>
@
text
@d22 1
@


1.2
log
@- Update to 0.0.6
@
text
@d10 1
a10 1
PORTVERSION=	0.0.6
d18 2
d22 11
@


1.1
log
@add py-pullparser 0.0.5.b
A simple "pull API" for HTML parsing
@
text
@d10 1
a10 1
PORTVERSION=	0.0.5.b
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
@

