diff options
author | rene <rene@FreeBSD.org> | 2016-02-02 04:41:29 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-02-02 04:41:29 +0800 |
commit | 70b89faa5cfa2a270741a3439ffb2519bbe9e18d (patch) | |
tree | 1dfd8ca0c2e22b63a89245bd457ff7f0c6f783a6 /mail | |
parent | 338bea9b24120b666e1faf6601be8ba4f01f1f5f (diff) | |
download | freebsd-ports-gnome-70b89faa5cfa2a270741a3439ffb2519bbe9e18d.tar.gz freebsd-ports-gnome-70b89faa5cfa2a270741a3439ffb2519bbe9e18d.tar.zst freebsd-ports-gnome-70b89faa5cfa2a270741a3439ffb2519bbe9e18d.zip |
Remove expired ports:
2016-01-31 devel/pdcurses-the: Seperate port is no longer needed, see PR
2016-01-31 www/py-django17: End of extended support: December 1, 2015
2016-01-31 www/codeigniter22: Codeigniter 2.2.x reached its End of Life on 31 October 2015. Please update to the current version.
2016-02-01 java/wildfly80: Fully EOL when version 8.2 was released
2016-02-01 java/wildfly81: Fully EOL when version 9.0 was released
2016-02-01 mail/phpmailer2: Obsolete, use mail/phpmailer instead
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/phpmailer2/Makefile | 45 | ||||
-rw-r--r-- | mail/phpmailer2/distinfo | 2 | ||||
-rw-r--r-- | mail/phpmailer2/files/pkg-message.in | 4 | ||||
-rw-r--r-- | mail/phpmailer2/pkg-descr | 6 | ||||
-rw-r--r-- | mail/phpmailer2/pkg-plist | 67 |
6 files changed, 0 insertions, 125 deletions
diff --git a/mail/Makefile b/mail/Makefile index 7bf43157b82e..c1c8f22d50cd 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -470,7 +470,6 @@ SUBDIR += php56-imap SUBDIR += phplist SUBDIR += phpmailer - SUBDIR += phpmailer2 SUBDIR += pine-pgp-filters SUBDIR += pm-lib SUBDIR += policyd2 diff --git a/mail/phpmailer2/Makefile b/mail/phpmailer2/Makefile deleted file mode 100644 index bc756df0edd3..000000000000 --- a/mail/phpmailer2/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Joe Horn <joehorn@gmail.com> -# $FreeBSD$ - -PORTNAME= phpmailer2 -PORTVERSION= 2.0.4 -CATEGORIES= mail -MASTER_SITES= SF/phpmailer/phpmailer%20for%20php4/PHPMailer%20v${PORTVERSION}%20for%20PHP4 -DISTNAME= PHPMailer_v${DISTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Full Featured Email Transfer Class for PHP4 - -BROKEN= unfetchable -DEPRECATED= Obsolete, use mail/phpmailer instead -EXPIRATION_DATE=2016-02-01 - -LICENSE= LGPL21 - -CONFLICTS= phpmailer-5* - -USES= dos2unix -NO_BUILD= yes -USE_PHP= pcre -SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS EXAMPLES - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} -.for f in class.phpmailer.php class.pop3.php class.smtp.php - @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR} -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/language - @${INSTALL_DATA} ${WRKSRC}/language/* ${STAGEDIR}${DATADIR}/language - @${MKDIR} ${STAGEDIR}${DATADIR}/test - @${INSTALL_DATA} ${WRKSRC}/test/* ${STAGEDIR}${DATADIR}/test - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in README LICENSE - @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} -.endfor - @${CP} -R ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} - @${CP} -R ${WRKSRC}/phpdocs/* ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @${CP} -R ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/mail/phpmailer2/distinfo b/mail/phpmailer2/distinfo deleted file mode 100644 index 2129528402bf..000000000000 --- a/mail/phpmailer2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PHPMailer_v2.0.4.tar.gz) = 012a82ca97172aa9fe15acf50464f033d341f011fd8c4e3ca90bca4a69c0c72b -SIZE (PHPMailer_v2.0.4.tar.gz) = 154882 diff --git a/mail/phpmailer2/files/pkg-message.in b/mail/phpmailer2/files/pkg-message.in deleted file mode 100644 index b9d8ebd9a029..000000000000 --- a/mail/phpmailer2/files/pkg-message.in +++ /dev/null @@ -1,4 +0,0 @@ -You need to adjust php's include_path to contain `%%DATADIR%%'! -For example, insert - include_path = ".:%%DATADIR%%" -into `%%LOCALBASE%%/etc/php.ini'. diff --git a/mail/phpmailer2/pkg-descr b/mail/phpmailer2/pkg-descr deleted file mode 100644 index ab72e1d418ff..000000000000 --- a/mail/phpmailer2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -PHP email transport class featuring multiple file attachments, SMTP servers, -CCs, BCCs, HTML messages, and word wrap, and more. It can send email via -sendmail, PHP mail(), or with SMTP. Methods are based on the popular AspEmail -active server component. - -WWW: http://sourceforge.net/projects/phpmailer diff --git a/mail/phpmailer2/pkg-plist b/mail/phpmailer2/pkg-plist deleted file mode 100644 index dd75063ace2d..000000000000 --- a/mail/phpmailer2/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/PHPMailer.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/POP3.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/SMTP.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/_v2.0.4_PHPMailer_v2.0.4_class_phpmailer_php.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/_v2.0.4_PHPMailer_v2.0.4_class_pop3_php.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/_v2.0.4_PHPMailer_v2.0.4_class_smtp_php.html -%%PORTDOCS%%%%DOCSDIR%%/__filesource/fsource_PHPMailer__class.phpmailer.php.html -%%PORTDOCS%%%%DOCSDIR%%/__filesource/fsource_PHPMailer__class.pop3.php.html -%%PORTDOCS%%%%DOCSDIR%%/__filesource/fsource_PHPMailer__class.smtp.php.html -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/blank.html -%%PORTDOCS%%%%DOCSDIR%%/classtrees_PHPMailer.html -%%PORTDOCS%%%%DOCSDIR%%/elementindex.html -%%PORTDOCS%%%%DOCSDIR%%/elementindex_PHPMailer.html -%%PORTDOCS%%%%DOCSDIR%%/extending.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/li_PHPMailer.html -%%PORTDOCS%%%%DOCSDIR%%/media/banner.css -%%PORTDOCS%%%%DOCSDIR%%/media/stylesheet.css -%%PORTDOCS%%%%DOCSDIR%%/packages.html -%%PORTDOCS%%%%DOCSDIR%%/phpmailer_sm.gif -%%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt -%%PORTDOCS%%%%DOCSDIR%%/use_gmail.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop3_before_smtp_test.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_gmail.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_mail.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_sendmail.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/bkgrnd.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer_mini.gif -%%DATADIR%%/class.phpmailer.php -%%DATADIR%%/class.pop3.php -%%DATADIR%%/class.smtp.php -%%DATADIR%%/language/phpmailer.lang-ar.php -%%DATADIR%%/language/phpmailer.lang-br.php -%%DATADIR%%/language/phpmailer.lang-ca.php -%%DATADIR%%/language/phpmailer.lang-ch.php -%%DATADIR%%/language/phpmailer.lang-cz.php -%%DATADIR%%/language/phpmailer.lang-de.php -%%DATADIR%%/language/phpmailer.lang-dk.php -%%DATADIR%%/language/phpmailer.lang-en.php -%%DATADIR%%/language/phpmailer.lang-es.php -%%DATADIR%%/language/phpmailer.lang-et.php -%%DATADIR%%/language/phpmailer.lang-fi.php -%%DATADIR%%/language/phpmailer.lang-fo.php -%%DATADIR%%/language/phpmailer.lang-fr.php -%%DATADIR%%/language/phpmailer.lang-hu.php -%%DATADIR%%/language/phpmailer.lang-it.php -%%DATADIR%%/language/phpmailer.lang-ja.php -%%DATADIR%%/language/phpmailer.lang-nl.php -%%DATADIR%%/language/phpmailer.lang-no.php -%%DATADIR%%/language/phpmailer.lang-pl.php -%%DATADIR%%/language/phpmailer.lang-ro.php -%%DATADIR%%/language/phpmailer.lang-ru.php -%%DATADIR%%/language/phpmailer.lang-se.php -%%DATADIR%%/language/phpmailer.lang-tr.php -%%DATADIR%%/language/phpmailer.lang-zh.php -%%DATADIR%%/language/phpmailer.lang-zh_cn.php -%%DATADIR%%/test/phpmailer_test.php -%%DATADIR%%/test/phpunit.php -%%DATADIR%%/test/test.png |