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


1.11
date	2012.01.01.19.30.38;	author ohauer;	state dead;
branches;
next	1.10;

1.10
date	2011.11.02.03.43.32;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2011.09.07.03.00.37;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.27.09.54.30;	author ohauer;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.20.19.00.06;	author ohauer;	state Exp;
branches;
next	1.6;

1.6
date	2009.05.08.15.55.03;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2008.03.25.09.46.46;	author itetcu;	state Exp;
branches;
next	1.4;

1.4
date	2007.06.16.09.12.10;	author itetcu;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.13.04.41.12;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2006.02.01.12.18.28;	author barner;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	www/kdedict
# Date created:				2005-12-16
# Whom:                Ion-Mihai "IOnut" Tetcu <itetcu@@people.tecnik93.com>
#
# $FreeBSD: ports/www/kdedict/Makefile,v 1.10 2011/11/02 03:43:32 pgollucci Exp $
# $Tecnik: ports/www/kdedict/Makefile,v 1.3 2006/01/30 19:27:22 itetcu Exp $
#

PORTNAME=	kdedict
PORTVERSION=	20030925
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.i18n.kde.org/tools/${PORTNAME}/ \
		http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/

MAINTAINER=	itetcu@@FreeBSD.org
COMMENT=	Web based db to administer standard translations of a translation team

RUN_DEPENDS=	p5-Date-Manip>0:${PORTSDIR}/devel/p5-Date-Manip \
		p5-SQL-Statement>0:${PORTSDIR}/databases/p5-SQL-Statement \
		p5-Text-CSV_XS>0:${PORTSDIR}/textproc/p5-Text-CSV_XS

WRKSRC=		${WRKDIR}/${PORTNAME}

DEPRECATED=	apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=	2012-01-01

NO_BUILD=	yes
USE_PERL5_RUN=	yes
USE_APACHE=	13

CGI_DIR?=	${PREFIX}/www/cgi-bin
SUB_FILES=	pkg-message
SUB_LIST+=	PORTNAME=${PORTNAME} CGI_DIR=${CGI_DIR}

pre-everything::
	@@${ECHO_CMD} "Define to suit your needs:"
	@@${ECHO_CMD} "CGI_DIR (default: ${PREFIX}/www/cgi-bin)"

post-patch:
	${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" \
		${WRKSRC}/${PORTNAME}.cgi

do-install:
	@@${MKDIR} ${CGI_DIR}/kdedictionary
	@@${CHOWN} ${WWWOWN}:${WWWGRP} ${CGI_DIR}/kdedictionary
	cd ${WRKSRC} && \
	${INSTALL_SCRIPT} -o ${WWWOWN} -g ${WWWGRP} ${PORTNAME}.cgi ${CGI_DIR} && \
	${INSTALL}  -o ${WWWOWN} -g ${WWWGRP} -m 0644 kdedictionary/* ${CGI_DIR}/kdedictionary

	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.10
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d26 1
a26 1
EXPIRATION_DATE=	2011-11-01
@


1.8
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d26 1
a26 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.7
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d25 3
@


1.6
log
@- USE_APACHE=yes is deprecated

PR:             ports/133681
Approved by:    maintainer timeout (30 days)
Submitted by:   me
@
text
@d27 1
a27 1
USE_APACHE=	1.3
@


1.5
log
@Adjust MASTER_SITES to an other server of mine
@
text
@d27 1
a27 1
USE_APACHE=	yes
@


1.4
log
@- drop p5-DBD-File conditional dependency as is going to be removed as it only
works on PERL_LEVEL < 500600 (FreeBSD 4.x which is EOL so no PORTREVISION bump)
- use my @@FreeBSD.org email

Submitted by:	erwin@@
@
text
@d14 1
a14 1
		http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
@


1.3
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d16 1
a16 1
MAINTAINER=	itetcu@@people.tecnik93.com
a32 6
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL}<500800
RUN_DEPENDS+=	p5-DBD-File>0:${PORTSDIR}/databases/p5-DBD-File
.endif

d50 1
a50 1
.include <bsd.port.post.mk>
@


1.2
log
@- Spell USE_APACHE correctly, and thereby fix dependencies

Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@@people.tecnik93.com>
                (maintainer)
PR:		ports/92562
@
text
@a27 1
USE_REINPLACE=	yes
@


1.1
log
@[NEW PORT] www/kdedict: Web based DB app. to administer standard translations of a translation team

	KDE Dictionary is used by a few KDE i18n teams;
	kdedict is written by Matthias Kiefer from German team and
	i18n.kde.org's instalaltion is currently administered by
	Claudiu Costin from Romaninan Team.

	kdedict is a web based database to administer the standard
	translations of a translation team. You can search the
	database for different criterias and the found entries are
	shown in a table.

	kdedict does not use a full blown database but stores the
	information in a plain text file. This way, everybody can
	easily run kdedict offline (using a local web server) without
	having to install and admin a big database. To enable users
	to update their locale database easily, kdedict offers a
	download option.  But if you have basic knowledge of Perl,
	it should be no problem to adapt kdedict for using a real
	database.

	The database consists of the fields: original text,
	description, translation, description, category of the word
	(i.e. GUI, Network), date of last update and flag, if the
	translation is accepted by the team. This flag allows you
	to include translations, that your team is not in agreement
	about, into the database.

	kdedict is able to manage user logins, so you can easily
	maintain your database over the web. When logged in, it is
	easy to edit, insert or delete entries.

	kdedict can also manage multiple languages, by creating one
	table for each user.

	WWW: http://i18n.kde.org/tools/kdedict/

PR:		ports/90507
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@@people.tecnik93.com>
@
text
@d6 1
a6 1
# $Tecnik: ports/www/kdedict/Makefile,v 1.1 2005/12/16 16:44:16 itetcu Exp $
d11 1
d27 1
a27 1
USE_APACE=	yes
@

