From 5e9000f7b51f24a71ecba40d3f6704f9199625ba Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 31 Jan 2020 14:04:23 +0000 Subject: Remove more expired ports: 2020-01-31 www/sogo3: Deprecated, replaced by www/sogo4 www/py-dj21-djangorestframework: part of expired Django 2.1 2020-01-31 www/py-django21: Django 2.1 is now End-of-Life (Since December 2 2019). Switch to Django 2.2+ as soon as possible --- MOVED | 3 + www/Makefile | 3 - www/py-dj21-djangorestframework/Makefile | 25 - www/py-dj21-djangorestframework/distinfo | 3 - www/py-dj21-djangorestframework/pkg-descr | 6 - www/py-django21/Makefile | 68 - www/py-django21/distinfo | 3 - www/py-django21/pkg-descr | 10 - www/sogo3/Makefile | 69 - www/sogo3/distinfo | 3 - www/sogo3/files/cron-ealarms-notify.sample | 7 - www/sogo3/files/cron-expire-autoreply.sample | 7 - www/sogo3/files/ealarms-notify.creds.sample | 1 - www/sogo3/files/expire-autoreply.creds.sample | 1 - www/sogo3/files/patch-ActiveSync_GNUmakefile | 11 - www/sogo3/files/patch-Main_GNUmakefile.preamble | 8 - www/sogo3/files/patch-Tests_Unit_GNUmakefile | 14 - www/sogo3/files/patch-Tools_GNUmakefile.preamble | 9 - www/sogo3/files/sogod.in | 28 - www/sogo3/pkg-descr | 6 - www/sogo3/pkg-message | 61 - www/sogo3/pkg-plist | 1861 ---------------------- 22 files changed, 3 insertions(+), 2204 deletions(-) delete mode 100644 www/py-dj21-djangorestframework/Makefile delete mode 100644 www/py-dj21-djangorestframework/distinfo delete mode 100644 www/py-dj21-djangorestframework/pkg-descr delete mode 100644 www/py-django21/Makefile delete mode 100644 www/py-django21/distinfo delete mode 100644 www/py-django21/pkg-descr delete mode 100644 www/sogo3/Makefile delete mode 100644 www/sogo3/distinfo delete mode 100644 www/sogo3/files/cron-ealarms-notify.sample delete mode 100644 www/sogo3/files/cron-expire-autoreply.sample delete mode 100644 www/sogo3/files/ealarms-notify.creds.sample delete mode 100644 www/sogo3/files/expire-autoreply.creds.sample delete mode 100644 www/sogo3/files/patch-ActiveSync_GNUmakefile delete mode 100644 www/sogo3/files/patch-Main_GNUmakefile.preamble delete mode 100644 www/sogo3/files/patch-Tests_Unit_GNUmakefile delete mode 100644 www/sogo3/files/patch-Tools_GNUmakefile.preamble delete mode 100644 www/sogo3/files/sogod.in delete mode 100644 www/sogo3/pkg-descr delete mode 100644 www/sogo3/pkg-message delete mode 100644 www/sogo3/pkg-plist diff --git a/MOVED b/MOVED index c4d831774d0e..387f7999a660 100644 --- a/MOVED +++ b/MOVED @@ -14024,3 +14024,6 @@ www/py-django-modelcluster4|www/py-django-modelcluster|2020-01-31|Has expired: U devel/py-semantic_version26|devel/py-semantic_version|2020-01-31|Has expired: Use devel/py-semantic_version instead www/py-dj21-django-js-asset|www/py-dj22-django-js-asset|2020-01-31|Has expired: Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible www/py-dj21-drf-yasg||2020-01-31|Has expired: Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible +www/sogo3|www/sogo4|2020-01-31|Has expired: Deprecated, replaced by www/sogo4 +www/py-dj21-djangorestframework|www/py-dj22-djangorestframework|2020-01-31|Removed, part of expired Django 2.1 +www/py-django21|www/py-django22|2020-01-31|Has expired: Django 2.1 is now End-of-Life (Since December 2 2019). Switch to Django 2.2+ as soon as possible diff --git a/www/Makefile b/www/Makefile index 424875cfb95c..08dfd3832b7a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1450,7 +1450,6 @@ SUBDIR += py-cssselect SUBDIR += py-cssutils SUBDIR += py-ddgr - SUBDIR += py-dj21-djangorestframework SUBDIR += py-dj22-django-auth-ldap SUBDIR += py-dj22-django-cacheops SUBDIR += py-dj22-django-cors-headers @@ -1580,7 +1579,6 @@ SUBDIR += py-django-webpack-loader SUBDIR += py-django-widget-tweaks SUBDIR += py-django111 - SUBDIR += py-django21 SUBDIR += py-django22 SUBDIR += py-django30 SUBDIR += py-django_compressor @@ -2246,7 +2244,6 @@ SUBDIR += snarf SUBDIR += sogo2 SUBDIR += sogo2-activesync - SUBDIR += sogo3 SUBDIR += sogo4 SUBDIR += sogo4-activesync SUBDIR += spawn-fcgi diff --git a/www/py-dj21-djangorestframework/Makefile b/www/py-dj21-djangorestframework/Makefile deleted file mode 100644 index 09006d562dfc..000000000000 --- a/www/py-dj21-djangorestframework/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= djangorestframework -DISTVERSION= 3.9.4 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj21- - -MAINTAINER= kai@FreeBSD.org -COMMENT= Django REST framework - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.md - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>0:www/py-django21@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} - -USES= python:3.5+ -USE_PYTHON= distutils autoplist - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}djangorestframework \ - ${PYTHON_PKGNAMEPREFIX}djangorestframework?? -NO_ARCH= yes - -.include diff --git a/www/py-dj21-djangorestframework/distinfo b/www/py-dj21-djangorestframework/distinfo deleted file mode 100644 index 57ba051328b1..000000000000 --- a/www/py-dj21-djangorestframework/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1561075293 -SHA256 (djangorestframework-3.9.4.tar.gz) = c12869cfd83c33d579b17b3cb28a2ae7322a53c3ce85580c2a2ebe4e3f56c4fb -SIZE (djangorestframework-3.9.4.tar.gz) = 779306 diff --git a/www/py-dj21-djangorestframework/pkg-descr b/www/py-dj21-djangorestframework/pkg-descr deleted file mode 100644 index 451b347690ad..000000000000 --- a/www/py-dj21-djangorestframework/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Django REST framework is a powerful and flexible toolkit that makes -it easy to build Web APIs. - -Note: This is the 3.9.x branch which supports Django 1.11 and later - -WWW: https://www.django-rest-framework.org/ diff --git a/www/py-django21/Makefile b/www/py-django21/Makefile deleted file mode 100644 index ae719da9b8cc..000000000000 --- a/www/py-django21/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# Created by: Jose Alonso Cardenas Marquez -# $FreeBSD$ - -PORTNAME= django -PORTVERSION= 2.1.15 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP \ - https://www.djangoproject.com/m/releases/${PORTVERSION}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 21 -DISTNAME= Django-${PORTVERSION} -DIST_SUBDIR= python - -MAINTAINER= python@FreeBSD.org -COMMENT= High-level Python Web Framework - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019). Switch to Django 2.2+ as soon as possible -EXPIRATION_DATE= 2020-01-31 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} - -NO_ARCH= yes -USES= cpe python:3.5+ shebangfix -USE_PYTHON= autoplist distutils -SHEBANG_FILES= django/bin/django-admin.py \ - django/conf/project_template/manage.py-tpl - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django111 ${PYTHON_PKGNAMEPREFIX}django22 \ - ${PYTHON_PKGNAMEPREFIX}django30 -CPE_VENDOR= djangoproject - -DOCSDIR= ${PREFIX}/share/doc/py-django -PORTDOCS= * - -OPTIONS_DEFINE= DOCS HTMLDOCS -OPTIONS_DEFAULT= SQLITE - -OPTIONS_GROUP= DATABASE -OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE - -HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) - -PLIST_FILES= man/man1/django-admin.1.gz - -HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} -HTMLDOCS_IMPLIES= DOCS -PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${PY_FLAVOR} -MYSQL_BROKEN= MySQLdb only supports Python 2. -SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} - -post-build-HTMLDOCS-on: - cd ${WRKSRC}/docs && ${MAKE} html SPHINXBUILD=sphinx-build-${PYTHON_VER} - -post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 - @${ECHO_MSG} "" - @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" - @${ECHO_MSG} "" - -post-install-HTMLDOCS-on: - ${MKDIR} ${STAGEDIR}/${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} - -.include diff --git a/www/py-django21/distinfo b/www/py-django21/distinfo deleted file mode 100644 index 3bd4e70e0ecd..000000000000 --- a/www/py-django21/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1575292354 -SHA256 (python/Django-2.1.15.tar.gz) = a794f7a2f4b7c928eecfbc4ebad03712ff27fb545abe269bf01aa8500781eb1c -SIZE (python/Django-2.1.15.tar.gz) = 8621769 diff --git a/www/py-django21/pkg-descr b/www/py-django21/pkg-descr deleted file mode 100644 index 0ea493b87ab6..000000000000 --- a/www/py-django21/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Django is a high-level Python Web framework that encourages rapid development -and clean, pragmatic design. - -Developed and used over the past two years by a fast-moving online-news -operation, Django was designed from scratch to handle two challenges: the -intensive deadlines of a newsroom and the stringent requirements of experienced -Web developers. It has convenient niceties for developing content-management -systems, but it's an excellent tool for building any Web site. - -WWW: https://www.djangoproject.com/ diff --git a/www/sogo3/Makefile b/www/sogo3/Makefile deleted file mode 100644 index c4111969ce94..000000000000 --- a/www/sogo3/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# Created by: Euan Thoms -# $FreeBSD$ - -PORTNAME= sogo3 -PORTVERSION= 3.2.10 -PORTREVISION= 9 -CATEGORIES= www gnustep -MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ -DISTNAME= SOGo-${PORTVERSION} - -MAINTAINER= acm@FreeBSD.org -COMMENT= Groupware server with a focus on scalability and open standards - -DEPRECATED= Deprecated, replaced by www/sogo4 -EXPIRATION_DATE= 2020-01-31 - -LICENSE= GPLv2 - -LIB_DEPENDS= libmemcached.so:databases/libmemcached \ - libcurl.so:ftp/curl \ - libDOM.so:devel/sope3 -RUN_DEPENDS= zip:archivers/zip - -OPTIONS_DEFINE= ACTIVESYNC -OPTIONS_SUB= yes - -ACTIVESYNC_DESC= Enable support for ActiveSync protocol - -ACTIVESYNC_LIB_DEPENDS= libwbxml2.so:textproc/wbxml2 - -USERS= sogod -GROUPS= sogod - -USES= gnustep ssl objc -USE_GNUSTEP= base build -USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo - -CONFLICTS?= sogo[2-4]-activesync-[0-9]* sogo2-[0-9]* sogo4-[0-9]* - -USE_RC_SUBR= sogod - -SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ - GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} -ETCDIR= ${PREFIX}/etc/${PORTNAME:S/3//} -CONFIGURE_ARGS= --disable-debug --enable-strip - -post-patch: - @${GREP} -rlF '/etc/sogo' ${WRKSRC} \ - | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' - @${REINPLACE_CMD} -e 's|/usr/|/usr/local/|g' ${WRKSRC}/Apache/SOGo.conf - -post-patch-ACTIVESYNC-on: - @${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile - -do-configure: - cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} - -post-install: - ${MKDIR} ${STAGEDIR}/var/spool/sogo - ${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/Scripts/sogo.conf ${STAGEDIR}${ETCDIR}/sogo.conf.sample - ${INSTALL_DATA} ${WRKSRC}/Apache/SOGo.conf ${STAGEDIR}${ETCDIR}/SOGo-Apache.conf.sample - ${INSTALL_DATA} ${WRKSRC}/Apache/SOGo-apple-ab.conf ${STAGEDIR}${ETCDIR}/SOGo-apple-ab.Apache.conf.sample - ${INSTALL_DATA} ${FILESDIR}/expire-autoreply.creds.sample ${STAGEDIR}${ETCDIR}/ - ${INSTALL_DATA} ${FILESDIR}/ealarms-notify.creds.sample ${STAGEDIR}${ETCDIR}/ - ${INSTALL_DATA} ${FILESDIR}/cron-ealarms-notify.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/ - ${INSTALL_DATA} ${FILESDIR}/cron-expire-autoreply.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/ - -.include diff --git a/www/sogo3/distinfo b/www/sogo3/distinfo deleted file mode 100644 index 6c500e7227f7..000000000000 --- a/www/sogo3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501809262 -SHA256 (SOGo-3.2.10.tar.gz) = 63828a93d15c30c84a7955d44962373d428697770e875ce5a9a5367378caf04e -SIZE (SOGo-3.2.10.tar.gz) = 32644083 diff --git a/www/sogo3/files/cron-ealarms-notify.sample b/www/sogo3/files/cron-ealarms-notify.sample deleted file mode 100644 index bd7bd6342781..000000000000 --- a/www/sogo3/files/cron-ealarms-notify.sample +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -TZ=Europe/London; export TZ -PATH=$PATH:/usr/local/GNUstep/System/Tools; export PATH -. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh - -/usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify -p /usr/local/etc/sogo/ealarms-notify.creds >> /var/log/sogo/cron-ealarms-notify.log 2>&1 diff --git a/www/sogo3/files/cron-expire-autoreply.sample b/www/sogo3/files/cron-expire-autoreply.sample deleted file mode 100644 index 032c5f7eefd5..000000000000 --- a/www/sogo3/files/cron-expire-autoreply.sample +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -TZ=Europe/London; export TZ -PATH=$PATH:/usr/local/GNUstep/System/Tools; export PATH -. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh - -/usr/local/GNUstep/Local/Tools/Admin/sogo-tool expire-autoreply -p /usr/local/etc/sogo/expire-autoreply.creds > /var/log/sogo/cron-expire-autoreply.out 2>&1 diff --git a/www/sogo3/files/ealarms-notify.creds.sample b/www/sogo3/files/ealarms-notify.creds.sample deleted file mode 100644 index 9b3cde958144..000000000000 --- a/www/sogo3/files/ealarms-notify.creds.sample +++ /dev/null @@ -1 +0,0 @@ -username:password diff --git a/www/sogo3/files/expire-autoreply.creds.sample b/www/sogo3/files/expire-autoreply.creds.sample deleted file mode 100644 index 9b3cde958144..000000000000 --- a/www/sogo3/files/expire-autoreply.creds.sample +++ /dev/null @@ -1 +0,0 @@ -username:password diff --git a/www/sogo3/files/patch-ActiveSync_GNUmakefile b/www/sogo3/files/patch-ActiveSync_GNUmakefile deleted file mode 100644 index 5c56206ace77..000000000000 --- a/www/sogo3/files/patch-ActiveSync_GNUmakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- ActiveSync/GNUmakefile.orig 2016-07-12 16:56:33 UTC -+++ ActiveSync/GNUmakefile -@@ -34,7 +34,7 @@ ActiveSync_RESOURCE_FILES += \ - ADDITIONAL_OBJCFLAGS += -Wno-deprecated-declarations - ADDITIONAL_INCLUDE_DIRS += -I../SOPE/ -I../SoObjects/ - ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/ -L../SOPE/NGCards/obj/ --ADDITIONAL_INCLUDE_DIRS += -I/usr/include/libwbxml-1.0/ -+ADDITIONAL_INCLUDE_DIRS += -I${LOCALBASE}/include/libwbxml-1.0/ - ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -lwbxml2 - - -include GNUmakefile.preamble diff --git a/www/sogo3/files/patch-Main_GNUmakefile.preamble b/www/sogo3/files/patch-Main_GNUmakefile.preamble deleted file mode 100644 index aa378d945f94..000000000000 --- a/www/sogo3/files/patch-Main_GNUmakefile.preamble +++ /dev/null @@ -1,8 +0,0 @@ ---- Main/GNUmakefile.preamble.orig 2016-07-12 16:56:34 UTC -+++ Main/GNUmakefile.preamble -@@ -22,4 +22,4 @@ $(SOGOD)_TOOL_LIBS += \ - -lNGObjWeb \ - -lNGMime -lNGLdap \ - -lNGStreams -lNGExtensions -lEOControl \ -- -lDOM -lSaxObjC -+ -lDOM -lSaxObjC -lSBJson diff --git a/www/sogo3/files/patch-Tests_Unit_GNUmakefile b/www/sogo3/files/patch-Tests_Unit_GNUmakefile deleted file mode 100644 index 10be249a2cb8..000000000000 --- a/www/sogo3/files/patch-Tests_Unit_GNUmakefile +++ /dev/null @@ -1,14 +0,0 @@ ---- Tests/Unit/GNUmakefile.orig 2016-07-12 16:56:44 UTC -+++ Tests/Unit/GNUmakefile -@@ -43,7 +43,10 @@ $(TEST_TOOL)_CPPFLAGS += \ - -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange - - ADDITIONAL_LIB_DIRS += \ -- -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions -lSBJson -lobjc \ -+ -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj \ -+ -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions \ -+ -lSBJson -lGDLAccess -lNGObjWeb -lNGStreams -lEOControl -lDOM \ -+ -lNGLdap -lobjc \ - -L/usr/local/lib -lSaxObjC \ - -Wl,-rpath,../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -Wl,-rpath,../../SOPE/NGCards/obj -Wl,-rpath,../../SOPE/GDLContentStore/obj - ADDITIONAL_LDFLAGS += -Wl,--no-as-needed diff --git a/www/sogo3/files/patch-Tools_GNUmakefile.preamble b/www/sogo3/files/patch-Tools_GNUmakefile.preamble deleted file mode 100644 index 65bf13f26828..000000000000 --- a/www/sogo3/files/patch-Tools_GNUmakefile.preamble +++ /dev/null @@ -1,9 +0,0 @@ ---- Tools/GNUmakefile.preamble.orig 2016-07-12 16:56:44 UTC -+++ Tools/GNUmakefile.preamble -@@ -13,4 +13,5 @@ ADDITIONAL_LIB_DIRS += \ - -L../SoObjects/SOGo/SOGo.framework/sogo -lSOGo \ - -L../SOPE/GDLContentStore/$(GNUSTEP_OBJ_DIR)/ -lGDLContentStore \ - -L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards \ -- -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb -+ -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb \ -+ -lGDLAccess -lDOM -lSaxObjC -lNGLdap -lSBJson -lWEExtensions diff --git a/www/sogo3/files/sogod.in b/www/sogo3/files/sogod.in deleted file mode 100644 index 6afa0ef8447c..000000000000 --- a/www/sogo3/files/sogod.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: sogod -# REQUIRE: NETWORKING -# KEYWORD: shutdown - -. /etc/rc.subr - -name=sogod -rcvar=sogod_enable - -load_rc_config ${name} - -: ${sogod_enable:=NO} - -command=%%GNUSTEP_LOCAL_TOOLS%%/Admin/${name} -pidfile=/var/run/sogo/sogo.pid - -sogod_user=${name} -sogod_group=${name} - -start_precmd="cd /; . %%GNUSTEP_MAKEFILES%%/GNUstep.sh; install -d -m 775 -g ${sogod_group} /var/log/sogo /var/run/sogo" -stop_precmd='cd /; . %%GNUSTEP_MAKEFILES%%/GNUstep.sh' -restart_precmd='cd /; . %%GNUSTEP_MAKEFILES%%/GNUstep.sh' - -run_rc_command "$1" diff --git a/www/sogo3/pkg-descr b/www/sogo3/pkg-descr deleted file mode 100644 index 8f4dd253fcd2..000000000000 --- a/www/sogo3/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -SOGo is a fully supported and trusted groupware server with a focus on -scalability and open standards. It provides a rich AJAX-based Web -interface and supports multiple native clients through the use of -standard protocols such as CalDAV, CardDAV and GroupDAV. - -WWW: http://sogo.nu/ diff --git a/www/sogo3/pkg-message b/www/sogo3/pkg-message deleted file mode 100644 index f4ddf19d09fb..000000000000 --- a/www/sogo3/pkg-message +++ /dev/null @@ -1,61 +0,0 @@ -[ -{ type: install - message: <