summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/horde-base/Makefile71
-rw-r--r--www/horde-base/distinfo3
-rw-r--r--www/horde-base/pkg-descr5
4 files changed, 0 insertions, 80 deletions
diff --git a/www/Makefile b/www/Makefile
index 0ecf893e1b20..22680a0dc14c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -222,7 +222,6 @@
SUBDIR += hedgedoc
SUBDIR += hiawatha
SUBDIR += hiawatha-monitor
- SUBDIR += horde-base
SUBDIR += hotcrp
SUBDIR += hs-DAV
SUBDIR += hs-hjsmin
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile
deleted file mode 100644
index 8f3142eb1f4a..000000000000
--- a/www/horde-base/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-PORTNAME= horde
-PORTVERSION= 5.2.23
-CATEGORIES= www pear
-PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
-
-MAINTAINER= horde@FreeBSD.org
-COMMENT= Horde Application Framework
-WWW= https://www.horde.org/apps/horde/
-
-LICENSE= GPLv2
-
-DEPRECATED= Requires php74
-EXPIRATION_DATE= 2023-03-31
-BROKEN= runtime error with php80
-
-RUN_DEPENDS= ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR}
-
-USES= horde cpe php:flavors
-USE_HORDE_BUILD= Horde_Role
-USE_HORDE_RUN= Horde_Role \
- Horde_Alarm \
- Horde_Argv \
- Horde_Auth \
- Horde_Autoloader \
- Horde_Browser \
- Horde_Core \
- Horde_Date \
- Horde_Exception \
- Horde_Form \
- Horde_Group \
- Horde_Http \
- Horde_Image \
- Horde_LoginTasks \
- Horde_Mail \
- Horde_Mime \
- Horde_Nls \
- Horde_Perms \
- Horde_Prefs \
- Horde_Rpc \
- Horde_Serialize \
- Horde_Support \
- Horde_Template \
- Horde_Text_Diff \
- Horde_Token \
- Horde_Text_Filter \
- Horde_Tree \
- Horde_Url \
- Horde_Util \
- Horde_View \
- Horde_Vfs
-# Optional in package but we want them in
-USE_HORDE_RUN+= Horde_Feed
-USE_PHP= filter gettext hash
-IGNORE_WITH_PHP=81 82
-
-CONFLICTS_INSTALL= php*-horde
-
-OPTIONS_DEFINE= FACEBOOK ICONV TWITTER WEATHER
-OPTIONS_DEFAULT= ICONV
-
-FACEBOOK_DESC= Support connections to Facebook
-ICONV_DESC= Depend on PHP iconv extension
-TWITTER_DESC= Support connections to Twitter
-WEATHER_DESC= Support weather forecast display
-
-FACEBOOK_USE= HORDE_RUN=Horde_Service_Facebook
-ICONV_USE= PHP=iconv
-TWITTER_USE= HORDE_RUN=Horde_Service_Twitter
-WEATHER_USE= HORDE_RUN=Horde_Service_Weather
-
-.include <bsd.port.mk>
diff --git a/www/horde-base/distinfo b/www/horde-base/distinfo
deleted file mode 100644
index fdd74e2850d2..000000000000
--- a/www/horde-base/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1594237024
-SHA256 (Horde/horde-5.2.23.tgz) = c48224480b52cb9a8529f818bd7c632861d00f190ee30fcfedd614f842c0994a
-SIZE (Horde/horde-5.2.23.tgz) = 2991082
diff --git a/www/horde-base/pkg-descr b/www/horde-base/pkg-descr
deleted file mode 100644
index 3ec6a61dde01..000000000000
--- a/www/horde-base/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The Horde Application Framework is a flexible, modular, general-purpose web
-application framework written in PHP. It provides an extensive array
-of components that are targeted at the common problems and tasks involved
-in developing modern web applications. It is the basis for a large number
-of production-level web applications, notably the Horde Groupware suites.