head	1.16;
access;
symbols
	RELEASE_5_4_0:1.14
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.5;
locks; strict;
comment	@# @;


1.16
date	2005.08.13.07.37.21;	author markus;	state dead;
branches;
next	1.15;

1.15
date	2005.07.23.02.53.39;	author kris;	state Exp;
branches;
next	1.14;

1.14
date	2005.03.27.01.38.24;	author kris;	state Exp;
branches;
next	1.13;

1.13
date	2005.03.20.18.17.52;	author lofi;	state Exp;
branches;
next	1.12;

1.12
date	2005.03.12.10.54.01;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2005.03.01.12.51.59;	author lofi;	state Exp;
branches;
next	1.10;

1.10
date	2004.12.02.23.55.43;	author lofi;	state Exp;
branches;
next	1.9;

1.9
date	2004.12.01.18.50.49;	author arved;	state Exp;
branches;
next	1.8;

1.8
date	2004.11.30.06.21.06;	author lofi;	state Exp;
branches;
next	1.7;

1.7
date	2004.11.15.14.03.25;	author lofi;	state Exp;
branches;
next	1.6;

1.6
date	2004.10.21.11.54.44;	author markus;	state Exp;
branches;
next	1.5;

1.5
date	2004.09.03.21.53.49;	author arved;	state Exp;
branches;
next	1.4;

1.4
date	2004.07.19.09.21.37;	author vs;	state Exp;
branches;
next	1.3;

1.3
date	2004.07.17.11.10.37;	author arved;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.03.06.04.44;	author nsayer;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.28.19.13.22;	author nsayer;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Remove akregator as it is outdated and BROKEN and was integrated into
deskutils/kdepim3 some time ago anyway.

Discussed with:	lofi
Approved by:	portmgr (linimon)
@
text
@# New ports collection makefile for:	akregator
# Date created:				2004-06-28
# Whom:					nsayer
#
# $FreeBSD: ports/www/akregator/Makefile,v 1.15 2005/07/23 02:53:39 kris Exp $

PORTNAME=	akregator
PORTVERSION=	1.0.b8
PORTREVISION=	3
CATEGORIES=	www kde
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=lofi
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/_beta/}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An RSS aggregator for KDE

BROKEN=		Does not compile
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2005-09-22

CONFLICTS=	kdepim-3.4.*

LIB_DEPENDS=	kdepim.1:${PORTSDIR}/deskutils/kdepim3

USE_BZIP2=		yes
USE_KDEBASE_VER=	3
USE_GMAKE=		yes
GNU_CONFIGURE=		yes
CONFIGURE_ENV=		CXXFLAGS="${CFLAGS}"
USE_REINPLACE=		yes

.include <bsd.port.mk>
@


1.15
log
@This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@BROKEN: Does not compile

Approved by:	portmgr (self)
@
text
@d19 2
@


1.13
log
@Update to KDE 3.4
@
text
@d18 2
@


1.12
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d18 2
@


1.11
log
@Use MASTER_SITE_LOCAL.

Suggested by: kris
@
text
@d9 1
a9 1
PORTREVISION=	2
@


1.10
log
@Since touch -t doesn't seem to work right on pointyhat, try a hand-rolled
distfile instead.
@
text
@d11 2
a12 3
#MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
#MASTER_SITE_SUBDIR=	${PORTNAME}
MASTER_SITES=	http://people.freebsd.org/~lofi/
@


1.9
log
@Don't install the xx locale files
bump PORTREVISION
@
text
@d11 3
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
a27 5
post-patch:
	${TOUCH} -t 200411261335.39 ${WRKSRC}/configure.in.in
	${TOUCH} -t 200411261335.45 ${WRKSRC}/configure.in
	${REINPLACE_CMD} -e "s,xx,," ${WRKSRC}/po/Makefile.in

@


1.8
log
@Update to 1.0.b8
@
text
@d9 1
a9 1
PORTREVISION=	1
d25 1
d30 1
@


1.7
log
@Pthread-check fix.
@
text
@d8 1
a8 1
PORTVERSION=	1.0.b7
a19 2
EXTRA_PATCHES=	${.CURDIR}/../../x11/kde3/files/extrapatch-configure

d26 4
@


1.6
log
@- Update to version 1.0.b7
- Remove redundant CONFIGURE_TARGET and CONFIGURE_ARGS which are already
  defined in bsd.kde.mk
@
text
@d9 1
d19 2
@


1.5
log
@Upgrade to 1.0b6
@
text
@d8 1
a8 1
PORTVERSION=	1.0.b6
a23 2
CONFIGURE_TARGET=
CONFIGURE_ARGS+=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.4
log
@- Update www/akregator to 1.0b5
- SF.net behaves normal again

PR:		ports/69259
Submitted by:	Jie Gao
@
text
@d8 1
a8 1
PORTVERSION=	1.0.b5
@


1.3
log
@- Depend on kdepim and kdebase to build konqueror and kontact plugin
- sort pkg-plist
- Fix pkg-plist

Submitted by:	pointyhat.freebsd.org
@
text
@d8 1
a8 2
PORTVERSION=	1.0.b4f
PORTREVISION=	1
d10 3
a12 5
#SF has some problem. This is a temporary mirror.
MASTER_SITES=	http://berk.upnet.ru/projects/kde/akregator/download/
#MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
#MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	akregator-1.0_beta4fixed
@


1.2
log
@Upgrade to latest
chase distfile
...off to a temporary master site.
@
text
@d9 1
d20 2
d23 1
a23 1
USE_KDELIBS_VER=	3
@


1.1
log
@Add port for aKregator, a KDE RSS aggregator
@
text
@d8 1
a8 1
PORTVERSION=	1.0.b3
d10 5
a14 2
MASTER_SITES=	http://akregator.upnet.ru/
DISTNAME=	akregator-1.0_beta3
@

