mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Remove expired ports:
2016-03-13 russian/MT: Reached it's EOL in September 2015 2016-03-13 www/MT: Reached it's EOL in September 2015
This commit is contained in:
parent
668c7dceb4
commit
1b54328140
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411029
2
MOVED
2
MOVED
@ -8229,3 +8229,5 @@ print/cups-base|print/cups|2016-03-11|Merged
|
||||
print/cups-client|print/cups|2016-03-11|Merged
|
||||
print/cups-image|print/cups|2016-03-11|Merged
|
||||
print/cups-pstoraster|print/cups-filters|2016-03-11|Obsolete
|
||||
russian/MT||2016-03-13|Has expired: Reached it's EOL in September 2015
|
||||
www/MT||2016-03-13|Has expired: Reached it's EOL in September 2015
|
||||
|
@ -1,18 +0,0 @@
|
||||
# Created by: Sergey Skvortsov <skv@protey.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= russian www
|
||||
MASTER_SITES= http://movable-type.ru/downloads/
|
||||
DISTNAME= MTOS-5.2.13-${PKGNAMEPREFIX:S,-,,}
|
||||
|
||||
COMMENT= Russian localization of the MovableType publishing system
|
||||
|
||||
PATCHDIR= ${.CURDIR}/files
|
||||
MASTERDIR= ${.CURDIR}/../../www/MT
|
||||
MT_LANG= ${PKGNAMEPREFIX:S,-,,U}
|
||||
CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].*
|
||||
|
||||
MT_DOCS_URL= https://github.com/saahov/movabletype/wiki
|
||||
MT_UPGRADE_URL= http://movable-type.ru/wiki/%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_Movable_Type
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,4 +0,0 @@
|
||||
Movable Type is a web-based personal publishing system. It is designed to
|
||||
ease maintenance of regularly-updated news, journal sites and weblogs.
|
||||
|
||||
WWW: http://movable-type.ru/
|
@ -3,7 +3,6 @@
|
||||
|
||||
COMMENT = Russian support
|
||||
|
||||
SUBDIR += MT
|
||||
SUBDIR += artwiz-ru
|
||||
SUBDIR += aspell
|
||||
SUBDIR += bugzilla44
|
||||
|
172
www/MT/Makefile
172
www/MT/Makefile
@ -1,172 +0,0 @@
|
||||
# Created by: Foxfair Hu <foxfair@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MT
|
||||
PORTVERSION= 5.2.13
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES?= www
|
||||
MASTER_SITES?= http://www.movabletype.org/downloads/stable/\
|
||||
http://www.movabletype.org/downloads/archives/5.x/\
|
||||
http://www.movabletype.jp/downloads/stable/
|
||||
DISTNAME?= MTOS-${PORTVERSION}
|
||||
|
||||
MAINTAINER?= takefu@airport.fm
|
||||
COMMENT?= Web-based personal publishing system for weblogs
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
DEPRECATED= Reached it's EOL in September 2015
|
||||
EXPIRATION_DATE= 2016-03-13
|
||||
|
||||
CONFLICTS?= de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* ru-MT-[2-5].*
|
||||
|
||||
RUN_DEPENDS+= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size
|
||||
|
||||
NO_OPTIONS_SORT= yes
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFINE= APACHE SSL TLS PSGI\
|
||||
OPTIONAL_MODULES ADDITIONAL_MODULES
|
||||
OPTIONS_DEFAULT= MYSQL OPTIONAL_MODULES
|
||||
OPTIONS_SINGLE= DB
|
||||
OPTIONS_SINGLE_DB= MYSQL PGSQL ORACLE ODBC SQLITE2 SQLITE
|
||||
OPTIONAL_MODULES_DESC= Optional Perl Modules
|
||||
ADDITIONAL_MODULES_DESC=Additional Perl modules
|
||||
PSGI_DESC= Perl Web Server Gateway Interface
|
||||
DB_DESC= Choose Database
|
||||
PGSQL_DESC= PostgreSQL database support[obsolete]
|
||||
SQLITE_DESC= SQLite3 database support[obsolete]
|
||||
SQLITE2_DESC= SQLite2 database support[obsolete]
|
||||
APACHE_USE= APACHE_BUILD=22+
|
||||
|
||||
OPTIONAL_MODULES_RUN_DEPENDS=\
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser\
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww\
|
||||
p5-SOAP-Lite>=0.5:${PORTSDIR}/net/p5-SOAP-Lite\
|
||||
convert:${PORTSDIR}/graphics/ImageMagick-nox11\
|
||||
p5-GD>=0:${PORTSDIR}/graphics/p5-GD\
|
||||
p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager \
|
||||
p5-Crypt-DSA>=0:${PORTSDIR}/security/p5-Crypt-DSA\
|
||||
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64\
|
||||
p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom\
|
||||
p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip\
|
||||
p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced\
|
||||
p5-XML-LibXML>=1.7:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
ADDITIONAL_MODULES_RUN_DEPENDS=\
|
||||
p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5\
|
||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1\
|
||||
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run\
|
||||
p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail\
|
||||
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap\
|
||||
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser\
|
||||
p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX\
|
||||
p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached\
|
||||
p5-Cache>=0:${PORTSDIR}/devel/p5-Cache
|
||||
SSL_RUN_DEPENDS= p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL\
|
||||
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay\
|
||||
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL\
|
||||
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
|
||||
TLS_RUN_DEPENDS= p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL\
|
||||
p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS
|
||||
MYSQL_RUN_DEPENDS= p5-DBD-mysql>=2.9005:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
MYSQL_USE= mysql=server
|
||||
PGSQL_RUN_DEPENDS= p5-DBD-Pg>=1.32:${PORTSDIR}/databases/p5-DBD-Pg
|
||||
SQLITE_USE= SQLITE=yes
|
||||
SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|
||||
SQLITE2_USE= SQLITE=2
|
||||
SQLITE2_RUN_DEPENDS= p5-DBD-SQLite2>=0:${PORTSDIR}/databases/p5-DBD-SQLite2
|
||||
ORACLE_RUN_DEPENDS= p5-DBD-Oracle>=0.19:${PORTSDIR}/databases/p5-DBD-Oracle
|
||||
ODBC_RUN_DEPENDS= p5-DBD-ODBC>=1.13:${PORTSDIR}/databases/p5-DBD-ODBC
|
||||
PSGI_RUN_DEPENDS= p5-CGI-PSGI>0:${PORTSDIR}/www/p5-CGI-PSGI\
|
||||
p5-CGI-Emulate-PSGI>=0.06:${PORTSDIR}/www/p5-CGI-Emulate-PSGI\
|
||||
p5-Plack>=0:${PORTSDIR}/www/p5-Plack\
|
||||
p5-SOAP-Transport-HTTP-Plack>=0:${PORTSDIR}/www/p5-SOAP-Transport-HTTP-Plack
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
DATADIR= www/data
|
||||
CGIDIR= www/cgi-bin/mt
|
||||
|
||||
SUB_LIST+= CGIDIR=${CGIDIR} \
|
||||
PACKAGENAME=${PKGNAMEPREFIX}${PORTNAME} \
|
||||
MT_LANG=${MT_LANG:tl}
|
||||
PLIST_SUB+= DATADIR=${DATADIR} CGIDIR=${CGIDIR} DB_DIR=${DB_DIR} \
|
||||
WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
SUB_FILES= pm.apache pm.default
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= *.cgi
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
MT_UPGRADE_URL?=http://www.movabletype.org/documentation/installation/upgrade-movable-type.html
|
||||
|
||||
MT_LANG?= EN
|
||||
.if ${MT_LANG} == RU
|
||||
PLIST_SUB+= LANG_RU=""
|
||||
.else
|
||||
MT_LANG=
|
||||
PLIST_SUB+= LANG_RU="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
DB_DIR?= /var/db/mysql/WEBLOG_DATABASEDIR
|
||||
PLIST_SUB+= DB="@comment "\
|
||||
DBMYSQL_DIR=${DB_DIR:H}
|
||||
.elif ${PORT_OPTIONS:MPGSQL}
|
||||
WANT_PGSQL= server
|
||||
PLIST_SUB+= DB="@comment "
|
||||
.elif empty(PORT_OPTIONS:MPGSQL) && empty(PORT_OPTIONS:MMYSQL)
|
||||
DB_DIR?= ${PREFIX}/${CGIDIR}/db
|
||||
PLIST_SUB+= DB=""
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_CMD} "ATTENTION:"
|
||||
@${ECHO_CMD} "If you are upgrading from an older version of MT"
|
||||
@${ECHO_CMD} "please read ${MT_UPGRADE_URL}"
|
||||
@${ECHO_CMD} "BEFORE installing this port"
|
||||
@${ECHO_CMD} ""
|
||||
@${ECHO_CMD} "Available switches:"
|
||||
@${ECHO_CMD} "-------------------"
|
||||
.if !${PORT_OPTIONS:MPGSQL}
|
||||
@${ECHO_CMD} "DB_DIR"
|
||||
@${ECHO_CMD} " - Override the default database directory"
|
||||
@${ECHO_CMD} " (${DB_DIR})"
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
@${ECHO_CMD} "OPTIONS_FILE_SET=MYSQL"
|
||||
@${ECHO_CMD} " - Use MySQL as database backend"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${FIND} ${WRKSRC}/ -name "*.orig" -delete
|
||||
@${ECHO_MSG} "Installing cgi under ${PREFIX}/${CGIDIR}/"
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${CGIDIR}/alt-tmpl \
|
||||
${STAGEDIR}${PREFIX}/${CGIDIR}/import \
|
||||
${STAGEDIR}${PREFIX}/${DATADIR} \
|
||||
${STAGEDIR}${DB_DIR}
|
||||
.for tree in tools themes default_templates extlib plugins search_templates \
|
||||
lib tmpl php
|
||||
(cd ${WRKSRC} && \
|
||||
${COPYTREE_SHARE} ${tree} ${STAGEDIR}${PREFIX}/${CGIDIR}/)
|
||||
.endfor
|
||||
(cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} *.cgi mt-config.cgi-original mt.psgi COPYING \
|
||||
index.html readme.html ${STAGEDIR}${PREFIX}/${CGIDIR}/)
|
||||
@${ECHO_MSG} "Installing data under ${PREFIX}/${DATADIR}/"
|
||||
(cd ${WRKSRC} && \
|
||||
${COPYTREE_SHARE} mt-static ${STAGEDIR}${PREFIX}/${DATADIR})
|
||||
|
||||
post-stage:
|
||||
.if ${PORT_OPTIONS:MAPACHE}
|
||||
# APACHE_VERSION hasn't been evaluated yet, so .if can't be used
|
||||
${REINPLACE_CMD} -e 's|%%APACHE${APACHE_VERSION}%%||' \
|
||||
-e '/^%%APACHE/d' ${WRKDIR}/pm.apache
|
||||
${MV} ${WRKDIR}/pm.apache ${WRKDIR}/pkg-message
|
||||
.else
|
||||
${MV} ${WRKDIR}/pm.default ${WRKDIR}/pkg-message
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,4 +0,0 @@
|
||||
SHA256 (MTOS-5.2.13.tar.gz) = 11258cb57cdad22df2ddb6f6229f253088446c30e24f39ec359551bd9c8a5534
|
||||
SIZE (MTOS-5.2.13.tar.gz) = 7958075
|
||||
SHA256 (MTOS-5.2.13-ru.tar.gz) = c56a48cdce2bd06d8abed75620b3acfd09db75e20ef1a8200c396e3e1f0f799a
|
||||
SIZE (MTOS-5.2.13-ru.tar.gz) = 8096881
|
@ -1,37 +0,0 @@
|
||||
**************************************************************************
|
||||
You have just installed the movabletype.
|
||||
Please read the documentation: http://www.movabletype.org/documentation/
|
||||
|
||||
Note that you should restart your Apache web server to ensure that
|
||||
the %%MT_LANG%%MT configuration file is loaded, and then set
|
||||
browser to http://localhost/MTcgi/mt.cgi
|
||||
|
||||
Please add the following to your apache config, and restart:
|
||||
|
||||
#
|
||||
# Directives to allow use of %%PACKAGENAME%% as a CGI
|
||||
#
|
||||
%%APACHE22%%<IfModule mod_alias.c>
|
||||
%%APACHE24%%<IfModule alias_module>
|
||||
Alias /MT "%%PREFIX%%/%%DATADIR%%/mt-static"
|
||||
Alias /MTcgi "%%PREFIX%%/%%CGIDIR%%"
|
||||
</IfModule>
|
||||
|
||||
#
|
||||
# This is to permit URL access to scripts/files in %%PACKAGENAME%% directory.
|
||||
#
|
||||
<Directory "%%PREFIX%%/%%CGIDIR%%">
|
||||
Options ExecCGI
|
||||
%%APACHE22%% Order allow,deny
|
||||
%%APACHE22%% Allow from all
|
||||
%%APACHE24%% Require all granted
|
||||
%%APACHE24%% SetHandler cgi-script
|
||||
</Directory>
|
||||
<Directory "%%PREFIX%%/%%DATADIR%%/mt-static">
|
||||
Options None
|
||||
%%APACHE22%% Order allow,deny
|
||||
%%APACHE22%% Allow from all
|
||||
%%APACHE24%% Require all granted
|
||||
</Directory>
|
||||
|
||||
**************************************************************************
|
@ -1,4 +0,0 @@
|
||||
**************************************************************************
|
||||
You have just installed the movabletype.
|
||||
Please read the documentation: http://www.movabletype.org/documentation/
|
||||
**************************************************************************
|
@ -1,4 +0,0 @@
|
||||
Movable Type is a web-based personal publishing system. It is designed to
|
||||
ease maintenance of regularly-updated news, journal sites and weblogs.
|
||||
|
||||
WWW: http://movabletype.org/
|
3328
www/MT/pkg-plist
3328
www/MT/pkg-plist
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@
|
||||
|
||||
COMMENT = Ports related to the World Wide Web
|
||||
|
||||
SUBDIR += MT
|
||||
SUBDIR += R-cran-RgoogleMaps
|
||||
SUBDIR += R-cran-htmlwidgets
|
||||
SUBDIR += R-cran-httpuv
|
||||
|
Loading…
Reference in New Issue
Block a user