aboutsummaryrefslogtreecommitdiffstats
path: root/community/php5-pear-net_smtp
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-03-28 13:54:43 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-03-28 18:38:20 +0200
commit4272e802a1be191657becb739e6a248c1d0411a7 (patch)
treea07a25b7c99d7da326957a88173ba49583cf6b2a /community/php5-pear-net_smtp
parent3e272105092cd9804a5a022a188db929ebf440da (diff)
downloadaports-4272e802a1be191657becb739e6a248c1d0411a7.tar.bz2
aports-4272e802a1be191657becb739e6a248c1d0411a7.tar.xz
community/*: move php5 and dependent pkgs from main
There two main reasons for this change: * Active support of PHP 5.x ended on January 2017, security support will end on December 2018. Packages in the main repository should be supported for at least 2 years, this means until first quarter of 2019 for the upcoming v3.6. * php7 and its extensions are currently in the community repository, so we can't use single abuild for both php5-* and php7-* packages (as we do for Python and Lua packages). This change was suggested by @vakartel, approved by @ncopa, @kaniini, and @jirutka.
Diffstat (limited to 'community/php5-pear-net_smtp')
-rw-r--r--community/php5-pear-net_smtp/APKBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/php5-pear-net_smtp/APKBUILD b/community/php5-pear-net_smtp/APKBUILD
new file mode 100644
index 0000000000..bef9135d53
--- /dev/null
+++ b/community/php5-pear-net_smtp/APKBUILD
@@ -0,0 +1,29 @@
+# Contributor: Valery Kartel <valery.kartel@gmail.com>
+# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
+_php=php5
+pkgname=${_php}-pear-net_smtp
+_pkgreal=Net_SMTP
+pkgver=1.7.2
+pkgrel=0
+pkgdesc="An implementation of the SMTP protocol"
+url="http://pear.php.net/package/Net_SMTP"
+arch="noarch"
+license="PHP"
+depends="${_php}-pear ${_php}-pear-net_socket"
+depends_dev=""
+makedepends="$depends_dev ${_php}-pear"
+install=""
+subpackages=""
+source="http://download.pear.php.net/package/$_pkgreal-$pkgver.tgz"
+
+_builddir="$srcdir"/$_pkgreal-$pkgver
+
+package() {
+ cd "$_builddir"
+ install -d "$pkgdir"/usr/share/pear
+ mv Net "$pkgdir"/usr/share/pear
+}
+
+md5sums="503ab6cdf9ce7dc30b63d43c1a5b2173 Net_SMTP-1.7.2.tgz"
+sha256sums="4ee7ba52d75e26fe033a4241754246db6c0bbc76768be3aac168058a24d3dfbf Net_SMTP-1.7.2.tgz"
+sha512sums="06ab00a033709c5f4adc01fabe100ee0033b07e1c5633f995a672bf463484622a5bd976ada9932ee741ff593d739bd1172566f0a8446060bbccde71ea5b0160d Net_SMTP-1.7.2.tgz"