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


1.10
date	2011.05.01.18.21.08;	author bapt;	state dead;
branches;
next	1.9;

1.9
date	2011.03.11.23.54.39;	author bapt;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.19.19.50.31;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2008.06.21.09.35.15;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2007.03.07.05.40.29;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.07.21.22.19;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2006.04.15.22.21.14;	author cperciva;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.05.05.19.37;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.24.18.09.18;	author jylefort;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.27.00.23.37;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.10
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
@# New ports collection makefile for:	wnews
# Date created:				July 11, 2004
# Whom:					Samy Al Bahra <samy@@kerneled.org>
#
# $FreeBSD: ports/www/wnews/Makefile,v 1.9 2011/03/11 23:54:39 bapt Exp $
#

PORTNAME=	wnews
PORTVERSION=	0.8
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://kerneled.org/projects/wnews/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An RSS news client for the UNIX console

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

MAN1=		wnews.1
MANCOMPRESSED=	yes
PLIST_FILES=	bin/wnews

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
WANT_GNOME=	yes

OPTIONS=	GTK2 "build the GTK+ 2.0 interface" off

.include <bsd.port.pre.mk>

.if defined(WITH_GTK2)
CONFIGURE_ARGS+=--with-gtk2
USE_GNOME+=	gtk20
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|\(GTKCFLAGS="\)|\1${PTHREAD_CFLAGS} |; \
		s|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure

.include <bsd.port.post.mk>
@


1.9
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
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Reset sbahra at his request due to lack of time to work on these ports.
@
text
@d17 3
@


1.7
log
@- Update MASTER_SITES

Submitted by:	sbahra (maintainer via irc)
@
text
@d14 1
a14 1
MAINTAINER=	sbahra@@gwu.edu
@


1.6
log
@Update maintainer's email address.

Requested by:	maintainer
@
text
@d12 1
a12 1
MASTER_SITES=	http://samy.kerneled.org/projects/
@


1.5
log
@- Update MASTER_SITE

PR:		ports/96951
Submitted by:	Samy Al Bahra <sbahra@@kerneled.org> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	sbahra@@kerneled.org
@


1.4
log
@Change maintainer email address.

Submitted by:	maintainer
@
text
@d12 1
a12 1
MASTER_SITES=	http://samy.kerneled.org/stuff/
a20 1
USE_REINPLACE=	yes
@


1.3
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d14 1
a14 1
MAINTAINER=	samy@@kerneled.org
@


1.2
log
@Update to 0.8

PR:		ports/83889
Submitted by:	maintainer
@
text
@d10 1
@


1.1
log
@[New port] wnews: a command-line RSS client

	This tool downloads and displays RSS news feed from the web
	and displays them in a page-based curses interface or in
	parseable line-based output. There is support for HTTP gzip
	decompression, HTTP proxies, key-binding support and resources
	editing.

PR:		ports/70820
Submitted by:	Samy Al Bahra <samy@@kerneled.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.7
d20 1
d23 1
d25 14
a38 1
.include <bsd.port.mk>
@

