head	1.4;
access;
symbols
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2005.12.15.03.16.24;	author lawrance;	state dead;
branches;
next	1.3;

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

1.2
date	2004.02.08.08.36.53;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2003.11.21.01.48.46;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove expired ports.
@
text
@# ex:ts=8
# Ports collection makefile for:	Movable Type Plugin Manager
# Date created:			Nov 21, 2003
# Whom:				ijliao
#
# $FreeBSD: ports/www/MT-PM/Makefile,v 1.3 2005/11/16 19:02:16 arved Exp $
#

PORTNAME=	MT-PM
PORTVERSION=	0.1.8
CATEGORIES=	www
MASTER_SITES=	http://manager.mt-plugins.org/ \
  		http://mt-plugins.org/
DISTFILES=	PluginManager-${PORTVERSION}${EXTRACT_SUFX} \
		archives.xml
EXTRACT_ONLY=	PluginManager-${PORTVERSION}${EXTRACT_SUFX}
IGNOREFILES=	archives.xml

MAINTAINER=	rayners@@rayners.org
COMMENT=	Movable Type Plugin Manager

RUN_DEPENDS=	${CGIDIR}/mt.cgi:${PORTSDIR}/www/MT \
  		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
		${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
		${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
		${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \
		${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5

IGNORE=		obsolete with MT 3.x
EXPIRATION_DATE=2005-11-30

USE_PERL5_RUN=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

DATADIR=	${PREFIX}/www/data/mt
CGIDIR=		${PREFIX}/www/cgi-bin/mt

PLIST_SUB+=	DATADIR="${DATADIR:S,^${PREFIX}/,,}" \
  		CGIDIR="${CGIDIR:S,^${PREFIX}/,,}"

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/mt-pm.cgi ${CGIDIR}
	@@${MKDIR} ${CGIDIR}/extlib/MT/Plugins
	${INSTALL_DATA} ${WRKSRC}/Manager.pm ${CGIDIR}/extlib/MT/Plugins
	@@${MKDIR} ${CGIDIR}/tmpl/plugins
	${INSTALL_DATA} ${WRKSRC}/tmpl/*.tmpl ${CGIDIR}/tmpl/plugins
	${INSTALL_DATA} ${WRKSRC}/tmpl/styles-pm.css ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/tmpl/dot.gif ${DATADIR}/images

post-install:
	${INSTALL_DATA} ${DISTDIR}/archives.xml ${CGIDIR}/plugins/plugins.xml
	@@${MKDIR} ${CGIDIR}/plugins/docs ${CGIDIR}/plugins/manager-cache
	@@${CHOWN} -R www:www ${CGIDIR}/mt-pm.cgi \
		${CGIDIR}/extlib/MT/Plugins/Manager.pm \
		${CGIDIR}/tmpl/plugins \
		${DATADIR}/styles-pm.css \
		${DATADIR}/images/dot.gif \
		${CGIDIR}/plugins/plugins.xml \
		${CGIDIR}/plugins/docs \
		${CGIDIR}/plugins/manager-cache

.include <bsd.port.mk>
@


1.3
log
@Mark IGNORE. This ports functionality has been integrated into MT3.
It is unlikely that it even works with the new version of MT.
Set a short EXPIRATION_DATE

Approved by:	maintainer timeout (7 weeks)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.2
log
@Update to 0.1.8, submitted by software author, and assign maintainership
to him.  For the many changes, see his blog at
http://www.rayners.org/2004/01/02/plugin_manager_bugfix_release.php.

PR:		ports/61563
Submitted by:	David Raynes <rayners@@rayners.org> (new maintainer)
@
text
@d30 3
@


1.1
log
@add MT-PM 0.1
Movable Type Plugin Manager
@
text
@d10 1
a10 1
PORTVERSION=	0.1
d19 1
a19 1
MAINTAINER=	ports@@FreeBSD.org
@

