head	1.15;
access;
symbols
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5;
locks; strict;
comment	@# @;


1.15
date	2006.12.12.16.38.10;	author vd;	state dead;
branches;
next	1.14;

1.14
date	2006.06.26.15.30.52;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2006.05.13.04.41.10;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2005.02.08.15.25.41;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2004.04.10.17.26.50;	author trevor;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.22.02.16.43;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2003.11.05.21.48.13;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.24.16.23.50;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.21.14.00.05;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.03.08.03.06;	author ijliao;	state Exp;
branches;
next	1.5;

1.5
date	2001.12.30.22.08.03;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2001.12.28.00.44.28;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2001.12.27.23.04.09;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.27.22.58.50;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.27.22.38.15;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Remove expired www/frontpage and all frontpage ports:

2006-12-01 www/frontpage: Microsoft Frontpage Extensions have reached their End-of-Life

portuguese/frontpage-pt_BR
www/frontpage-ar
www/frontpage-de
www/frontpage-es
www/frontpage-fr
www/frontpage-he
www/frontpage-it
www/frontpage-ja
www/frontpage-ko
www/frontpage-nl
www/frontpage-sv
www/frontpage-th
www/frontpage-zh
www/mod_frontpage
www/mod_frontpage-rtr
www/mod_frontpage2-rtr
@
text
@# New ports collection makefile for:	FrontPage Arabic Web Administration
# Date created:		Sat Oct 25 16:30:00 CDT 2001
# Whom:			hetzels@@westbend.net
#
# $FreeBSD: ports/www/frontpage-ar/Makefile,v 1.14 2006/06/26 15:30:52 pav Exp $
#

PORTNAME=	frontpage
PORTVERSION=	5.0.2.4803
CATEGORIES?=	www
MASTER_SITES=	http://download.microsoft.com/download/FrontPage2002/Utility/2002/UNIX/EN-US/ \
		ftp://ftp.microsoft.com/products/frontpage/FPSE02LangFiles/
PKGNAMEPREFIX?=	ar-
DISTFILES=
EXTRACT_ONLY=

MAINTAINER?=	swhetzel@@gmail.com
COMMENT?=	Microsoft Frontpage Arabic Web Administration

RUN_DEPENDS=	${FPSETPERM}:${PORTSDIR}/www/frontpage

FP_LANG?=	ara
FP_LANGUAGE?=	Arabic
FP_LCID?=	1025

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/frontpage/Makefile.fp.common"

.for _FP_LANG in ${FP_LANG}
DISTFILES+=	fp${FP_VER:S/.//}_${_FP_LANG}.tar.Z
.endfor

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

FPSETPERM=	${PREFIX}/${FP_DIR}/set_default_perms.sh

.ifndef NO_FP_LCID_SUB
PLIST_SUB+=	FP_LCID=${FP_LCID}
.endif

do-install:
	@@${ECHO_MSG} "===> Untaring FrontPage ${FP_LANGUAGE} Language Extensions to ${PREFIX}"
.for DISTFILE in ${DISTFILES}
	@@(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE} ${EXTRACT_AFTER_ARGS})
.endfor
.for _FP_LCID in ${FP_LCID}
	@@${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' \
		${PREFIX}/${FP_DIR}/admin/${_FP_LCID}/webadmin.css
	@@if [ -f ${PREFIX}/${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ] ; then \
		${RM} ${PREFIX}/${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ; \
	fi
	@@if [ ! -f ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \
		${CP}	${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm \
			${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ; \
	fi
	@@if [ ! -f ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ]; then \
		${CP}	${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgindex.htm \
			${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ; \
	fi
.endfor
	@@${FPSETPERM}

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


1.14
log
@- Update to 5.0.2.4803
- Take maintainership

PR:		ports/99324
Submitted by:	Scot W. Hetzel <swhetzel@@gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d9 1
a9 1
PORTVERSION=	5.0.2.2623
d17 1
a17 1
MAINTAINER?=	ports@@FreeBSD.org
d26 3
d30 1
a30 1
DISTFILES+=	fp${PORTVERSION:S/.//:C/\..*//}_${_FP_LANG}.tar.Z
a32 4
.include <bsd.port.pre.mk>

ONLY_FOR_ARCHS=	i386 alpha

d36 1
a36 4
FP_VER=		5.0

FP_DIR=		${PREFIX}/frontpage/version${FP_VER}
FPSETPERM=	${FP_DIR}/set_default_perms.sh
a37 1
PLIST_SUB=	FP_VER=${FP_VER}
d45 1
a45 1
	@@(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILE} ${EXTRACT_AFTER_ARGS})
d48 4
a51 3
	@@${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_LCID}/webadmin.css
	@@if [ -f ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ] ; then \
		${RM} ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ; \
d53 3
a55 2
	@@if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \
		${CP} ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ; \
d57 3
a59 2
	@@if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ]; then \
		${CP} ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ; \
@


1.12
log
@- Update master sites

PR:		ports/77219
Submitted by:	Scot W. Hetzel <swhetzel@@gmail.com>
@
text
@a31 1
USE_REINPLACE=	yes
@


1.11
log
@Tidy up whitespace.
@
text
@d11 2
a12 2
MASTER_SITES=	ftp://ftp.microsoft.com/products/frontpage/FPSE02LangFiles/ \
		ftp://www.westbend.net/Mirrors/ftp.microsoft.com/Products/frontpage/FPSE02LangFiles/
@


1.10
log
@Reset undeliverable maintainer address
@
text
@d22 3
a24 3
FP_LANG?=       ara
FP_LANGUAGE?=   Arabic
FP_LCID?=       1025
@


1.9
log
@Update maintainer's email address per his request.
@
text
@d17 1
a17 1
MAINTAINER?=	freebsd-maintainer@@westbend.net
@


1.8
log
@- fix the file permission problem by running the ${FPSETPERM} script
- remove the extra files created by the ${REINPLACE_CMD}

PR:		48555
Submitted by:	Scot W. Hetzel <hetzels@@westbend.net>
@
text
@d17 1
a17 1
MAINTAINER?=	hetzels@@westbend.net
@


1.7
log
@Fix COMMENT and de-pkg-comment.  Formerly there was no COMMENTFILE
lines, so frontpage-*/pkg-comment were not used.
@
text
@d55 3
@


1.6
log
@use REINPLACE_CMD/USE_REINPLACE

PR:		44845
Submitted by:	maintainer
@
text
@d17 2
a18 1
MAINTAINER=	hetzels@@westbend.net
@


1.5
log
@o Fix deinstall problem: do not use variables before defining them
o Correct RUN_DEPENDS: frontpage5 -> frontpage

PR:		33317
Submitted by:	maintainer
@
text
@d31 1
d53 1
a53 1
	@@${PERL} -pi -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_LCID}/webadmin.css
@


1.4
log
@Vocabulary fix: extention -> extension
@
text
@d17 8
a28 4
MAINTAINER=	hetzels@@westbend.net

RUN_DEPENDS=	${FPSETPERM}:${PORTSDIR}/www/frontpage5

a34 4

FP_LANG?=	ara
FP_LANGUAGE?=	Arabic
FP_LCID?=	1025
@


1.3
log
@Language specific ports are PKGNAMEPREFIX not PKGNAMESUFFIX named
as per ports naming rules. My fault, not the maintainer.
@
text
@d47 1
a47 1
	@@${ECHO_MSG} "===> Untaring FrontPage ${FP_LANGUAGE} Language Extentions to ${PREFIX}"
@


1.2
log
@Add correct PKGNAMESUFFIX
@
text
@d13 1
a13 1
PKGNAMESUFFIX?=	-ar
@


1.1
log
@o New port frontpage-ar version 5.0.2.2623: Microsoft Frontpage
  Arabic Web Administration
o Master port for language specific Microsoft Frontpage Web
  Administration ports

PR:		31625
Submitted by:	Scot W. Hetzel <hetzels@@westbend.net>
@
text
@d13 1
a13 1
PKGNAMESUFFIX?=	ar-
@

