diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
commit | dad50d99b195f0597431757a3b8c63f1012e6731 (patch) | |
tree | 544072f356f3cefa26a6a5225882423a4ffe98f4 /www/MT-PM | |
parent | - added the missing .if statement around the IGNORE (diff) |
Remove expired ports.
Diffstat (limited to 'www/MT-PM')
-rw-r--r-- | www/MT-PM/Makefile | 64 | ||||
-rw-r--r-- | www/MT-PM/distinfo | 3 | ||||
-rw-r--r-- | www/MT-PM/pkg-descr | 6 | ||||
-rw-r--r-- | www/MT-PM/pkg-plist | 20 |
4 files changed, 0 insertions, 93 deletions
diff --git a/www/MT-PM/Makefile b/www/MT-PM/Makefile deleted file mode 100644 index 37feae69e069..000000000000 --- a/www/MT-PM/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: Movable Type Plugin Manager -# Date created: Nov 21, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -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> diff --git a/www/MT-PM/distinfo b/www/MT-PM/distinfo deleted file mode 100644 index e8b71e79ce63..000000000000 --- a/www/MT-PM/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PluginManager-0.1.8.tar.gz) = 53481c90c0d90772a3e7fe920271818f -SIZE (PluginManager-0.1.8.tar.gz) = 14081 -MD5 (archives.xml) = IGNORE diff --git a/www/MT-PM/pkg-descr b/www/MT-PM/pkg-descr deleted file mode 100644 index ac35f25bc633..000000000000 --- a/www/MT-PM/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The MT Plugin Manager is a tool to install and manage your plugins. You'll have -access to install, uninstall, upgrade, and check requirements all in one place, -as well as easy links to get more information. The MT Plugin Manager uses -information from the MT Plugin Directory to let you easily manage your plugins. - -WWW: http://manager.mt-plugins.org/ diff --git a/www/MT-PM/pkg-plist b/www/MT-PM/pkg-plist deleted file mode 100644 index bdb9d81f93da..000000000000 --- a/www/MT-PM/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -%%CGIDIR%%/mt-pm.cgi -%%CGIDIR%%/extlib/MT/Plugins/Manager.pm -@dirrm %%CGIDIR%%/extlib/MT/Plugins -%%CGIDIR%%/tmpl/plugins/bottom.tmpl -%%CGIDIR%%/tmpl/plugins/copyright.tmpl -%%CGIDIR%%/tmpl/plugins/error.tmpl -%%CGIDIR%%/tmpl/plugins/info.tmpl -%%CGIDIR%%/tmpl/plugins/list_plugins.tmpl -%%CGIDIR%%/tmpl/plugins/login.tmpl -%%CGIDIR%%/tmpl/plugins/logonav.tmpl -%%CGIDIR%%/tmpl/plugins/manual_install.tmpl -%%CGIDIR%%/tmpl/plugins/requirements.tmpl -%%CGIDIR%%/tmpl/plugins/sidebar.tmpl -%%CGIDIR%%/tmpl/plugins/top.tmpl -@dirrm %%CGIDIR%%/tmpl/plugins -%%DATADIR%%/styles-pm.css -%%DATADIR%%/images/dot.gif -%%CGIDIR%%/plugins/plugins.xml -@dirrm %%CGIDIR%%/plugins/docs -@dirrm %%CGIDIR%%/plugins/manager-cache |