summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php-memcache/Makefile38
-rw-r--r--databases/php-memcache/distinfo3
-rw-r--r--databases/php-memcache/pkg-descr8
-rw-r--r--databases/php-memcache/pkg-plist1
5 files changed, 0 insertions, 51 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 3e098348560e..e81bbfe6570b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -615,7 +615,6 @@
SUBDIR += pgtune
SUBDIR += pguri
SUBDIR += pgworksheet
- SUBDIR += php-memcache
SUBDIR += php-tarantool
SUBDIR += php-xapian
SUBDIR += php72-dba
diff --git a/databases/php-memcache/Makefile b/databases/php-memcache/Makefile
deleted file mode 100644
index 22537166506b..000000000000
--- a/databases/php-memcache/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Gerrit Beine <tux@pinguru.net>
-# $FreeBSD$
-
-PORTNAME= memcache
-PORTVERSION= 4.0.5.2
-CATEGORIES= databases
-PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Memcached extension for PHP
-
-LICENSE= PHP30
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-OPTIONS_DEFINE= EXAMPLES
-
-PORTSCOUT= skipv:start
-
-USES= dos2unix php:ext
-USE_PHP= session:build zlib:build
-
-CONFIGURE_ARGS= --with-zlib-dir=/usr
-
-GH_ACCOUNT= websupport-sk
-GH_PROJECT= pecl-${PORTNAME}
-USE_GITHUB= yes
-
-post-install-EXAMPLES-on:
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
- ${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
-
-.include <bsd.port.options.mk>
-
-.if ${FLAVOR} == php74
-USES+= compiler:c11
-.endif
-
-.include <bsd.port.mk>
diff --git a/databases/php-memcache/distinfo b/databases/php-memcache/distinfo
deleted file mode 100644
index 2a33df719973..000000000000
--- a/databases/php-memcache/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1577145745
-SHA256 (websupport-sk-pecl-memcache-4.0.5.2_GH0.tar.gz) = 650816c7ded01e5b043b4f20c58f4d490c4ca2871313db599056a793313a1cdc
-SIZE (websupport-sk-pecl-memcache-4.0.5.2_GH0.tar.gz) = 76141
diff --git a/databases/php-memcache/pkg-descr b/databases/php-memcache/pkg-descr
deleted file mode 100644
index 51e485441a51..000000000000
--- a/databases/php-memcache/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Memcached is a caching daemon designed especially for dynamic web applications
-to decrease database load by storing objects in memory. This extension allows
-you to work with memcached through handy OO and procedural interfaces.
-
-Note that this port uses unofficial development from
-https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch).
-
-WWW: https://github.com/websupport-sk/pecl-memcache
diff --git a/databases/php-memcache/pkg-plist b/databases/php-memcache/pkg-plist
deleted file mode 100644
index 5c859776e721..000000000000
--- a/databases/php-memcache/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.php