head	1.12;
access;
symbols
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2010.12.31.17.35.16;	author rene;	state dead;
branches;
next	1.11;

1.11
date	2010.11.10.15.35.55;	author stefan;	state Exp;
branches;
next	1.10;

1.10
date	2010.01.25.22.42.55;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	2009.10.26.07.55.37;	author leeym;	state Exp;
branches;
next	1.8;

1.8
date	2009.01.06.20.32.42;	author wxs;	state Exp;
branches;
next	1.7;

1.7
date	2008.12.19.22.00.32;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.10.18.19.00;	author gahr;	state Exp;
branches;
next	1.5;

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

1.4
date	2004.06.20.08.36.04;	author kris;	state Exp;
branches;
next	1.3;

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

1.2
date	2003.09.16.05.43.51;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.24.11.33.31;	author daichi;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware

Leave java/tya in for now, as it has outstanding PRs.
@
text
@# New ports collection makefile for:	cybercalendar
# Date created:		17 June 2002
# Whom:			janos.mohacsi@@bsd.hu
#
# $FreeBSD: ports/www/cybercalendar/Makefile,v 1.11 2010/11/10 15:35:55 stefan Exp $

PORTNAME=	cybercalendar
PORTVERSION=	1.8.2
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://ipv6.niif.hu/~mohacsi/downloads/
DISTNAME=	CyberCalendar_${PORTVERSION}

MAINTAINER=	janos.mohacsi@@bsd.hu
COMMENT=	CyberCalendar is a web based calendar program written in perl

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
		${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
		${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite

WRKSRC=		${WRKDIR}/CyberCalendar

USE_PERL5=	yes
NO_BUILD=	yes
NO_PACKAGE=	needs customization and postconfiguration

IGNORE=		has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
DEPRECATED=	${IGNORE}
EXPIRATION_DATE=2010-12-31

DOC_FILES=	README INSTALL INSTALL.NOSITEPERL TODO CHANGES COPYING
SCRIPT_FILES=	calendar/index.pl calendar/optionform.pl calendar/pda.pl \
	calendar/printable.pl calendar/submit.pl calendar/vcal.pl \
	calendar/admin/admin.pl calendar/admin/index.pl calendar/admin/setup.pl

do-install:
	@@if [ ! -d ${PREFIX}/cybercalendar ]; then \
		${MKDIR} ${PREFIX}/cybercalendar; fi
	@@${CP} -R ${WRKSRC}/calendar ${PREFIX}/cybercalendar
	@@${CP} -R ${WRKSRC}/CyberCalendar ${PREFIX}/cybercalendar
.for file in ${SCRIPT_FILES}
	@@${CHMOD} 755 ${PREFIX}/cybercalendar/${file}
.endfor
	${LN} -s ${PREFIX}/cybercalendar/CyberCalendar \
		${PREFIX}/cybercalendar/calendar
	${LN} -s ${PREFIX}/cybercalendar/CyberCalendar \
		${PREFIX}/cybercalendar/calendar/admin
	@@${CP} -R ${WRKSRC}/setup ${PREFIX}/cybercalendar
	${INSTALL_DATA} ${FILESDIR}/httpd.conf.changes \
		${PREFIX}/cybercalendar/setup

post-install:
.ifndef(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
	@@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.11
log
@Mark as DEPRECATED with an EXPIRATION_DATE of 2010-12-31: Has been unmaintained
since 2001 and doesn't support dates after 2010.

PR:		150974
Submitted by:	Rodrigo OSORIO (ros) <rodrigo@@bebik.net>
Approved by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 6).

Approved by:	portmgr (itetcu)
@
text
@d27 4
@


1.9
log
@- replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc
@
text
@d9 1
a17 1
		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
@


1.8
log
@- Unbreak by adding working MASTER_SITE
- Remove quotes on NO_PACKAGE
- Use DOCSDIR in pkg-plist

PR:		ports/130204
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu> (maintainer)
@
text
@d18 1
a18 1
		${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
@


1.7
log
@- Set for expiration in one month: has been broken for more than 6 months
@
text
@d10 1
a10 2
MASTER_SITES=	http://www.cyberweavers.com/download/ \
		http://6net.iif.hu/~mohacsi/downloads/
a15 4
BROKEN=	does not fetch
DEPRECATED=	has been broken for more than 6 months
EXPIRATION_DATE=2009-01-19

d25 1
a25 1
NO_PACKAGE=	"needs customization and postconfiguration"
@


1.6
log
@- Mark as BROKEN - does not fetch
@
text
@d18 2
@


1.5
log
@Make fetchable
use DOCSDIR

PR:		68275
Submitted by:	Janos Mohacsi
@
text
@d17 2
@


1.4
log
@BROKEN: Unfetchable
@
text
@d10 2
a11 1
MASTER_SITES=	http://www.cyberweavers.com/download/
a20 2

BROKEN=		"Unfetchable"
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d21 2
@


1.2
log
@Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)
@
text
@d16 4
a19 4
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite
@


1.1
log
@Add cybercalendar 1.8.2,
cyberCalendar is a web based calendar
program written in perl.

PR:		41464
Submitted by:	janos.mohacsi@@bsd.hu
@
text
@d16 1
a16 2
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
@

