From owner-svn-ports-head@freebsd.org Wed Jul 29 12:39:24 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A383C3A9A47; Wed, 29 Jul 2020 12:39:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BGtQh3npqz3VP9; Wed, 29 Jul 2020 12:39:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 666771FF45; Wed, 29 Jul 2020 12:39:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06TCdO1Z089336; Wed, 29 Jul 2020 12:39:24 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06TCdNkw089328; Wed, 29 Jul 2020 12:39:23 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202007291239.06TCdNkw089328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 29 Jul 2020 12:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543659 - in head/www: . nextcloud-appointments X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/www: . nextcloud-appointments X-SVN-Commit-Revision: 543659 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2020 12:39:24 -0000 Author: brnrd Date: Wed Jul 29 12:39:22 2020 New Revision: 543659 URL: https://svnweb.freebsd.org/changeset/ports/543659 Log: www/nextcloud-appointments: Add Nextcloud Appointments app Added: head/www/nextcloud-appointments/ head/www/nextcloud-appointments/Makefile (contents, props changed) head/www/nextcloud-appointments/distinfo (contents, props changed) head/www/nextcloud-appointments/pkg-descr (contents, props changed) head/www/nextcloud-appointments/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jul 29 12:36:59 2020 (r543658) +++ head/www/Makefile Wed Jul 29 12:39:22 2020 (r543659) @@ -432,6 +432,7 @@ SUBDIR += netsurf SUBDIR += newsboat SUBDIR += nextcloud + SUBDIR += nextcloud-appointments SUBDIR += nextcloud-calendar SUBDIR += nextcloud-circles SUBDIR += nextcloud-contacts Added: head/www/nextcloud-appointments/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nextcloud-appointments/Makefile Wed Jul 29 12:39:22 2020 (r543659) @@ -0,0 +1,40 @@ +# Created by: Bernard Spil +# $FreeBSD$ + +PORTNAME= appointments +PORTVERSION= 1.6.6 +CATEGORIES= www +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${GH_TAGNAME}/build/artifacts/appstore/ +PKGNAMEPREFIX= nextcloud- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} +DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} + +MAINTAINER= brnrd@FreeBSD.org +COMMENT= Appointments app for Nextcloud + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR} + +USES= php:flavors +NO_BUILD= yes +NO_ARCH= yes + +GH_ACCOUNT= SergeyMosin +GH_TAGNAME= 54ecd01b + +NEXTCLOUD_USERNAME?= ${WWWOWN} +NEXTCLOUD_GROUPNAME?= ${WWWGRP} + +PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \ + NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME} + +WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME} + +do-install: + ${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + +.include Added: head/www/nextcloud-appointments/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nextcloud-appointments/distinfo Wed Jul 29 12:39:22 2020 (r543659) @@ -0,0 +1,3 @@ +TIMESTAMP = 1596025183 +SHA256 (nextcloud/appointments-1.6.6/appointments.tar.gz) = 17e1647cc10f69c76c608ef819dbd9dff587c3bea47b27a263d85e5eb91d88f0 +SIZE (nextcloud/appointments-1.6.6/appointments.tar.gz) = 647421 Added: head/www/nextcloud-appointments/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nextcloud-appointments/pkg-descr Wed Jul 29 12:39:22 2020 (r543659) @@ -0,0 +1,5 @@ +The Appointments app lets you book appointments into your calendar via +secure online form. Attendees can confirm or cancel their appointments via +an email link. + +WWW: https://apps.nextcloud.com/apps/appointments Added: head/www/nextcloud-appointments/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nextcloud-appointments/pkg-plist Wed Jul 29 12:39:22 2020 (r543659) @@ -0,0 +1,203 @@ +%%WWWDIR%%/CHANGELOG.md +%%WWWDIR%%/COPYING +%%WWWDIR%%/ajax/source.txt +%%WWWDIR%%/ajax/zones.js +%%WWWDIR%%/appinfo/app.php +%%WWWDIR%%/appinfo/info.xml +%%WWWDIR%%/appinfo/routes.php +%%WWWDIR%%/css/datepicker.css +%%WWWDIR%%/css/form-xl-screen.css +%%WWWDIR%%/css/form.scss +%%WWWDIR%%/css/icons.scss +%%WWWDIR%%/css/style.scss +%%WWWDIR%%/css/svariables.scss +%%WWWDIR%%/css/variables.scss +%%WWWDIR%%/img/actual_timezone.jpg +%%WWWDIR%%/img/app.svg +%%WWWDIR%%/img/appt-calendar-clock.svg +%%WWWDIR%%/img/appt-calendar.svg +%%WWWDIR%%/img/circ.svg +%%WWWDIR%%/img/floating_timezone.jpg +%%WWWDIR%%/img/pubpage.svg +%%WWWDIR%%/img/sched-mode.svg +%%WWWDIR%%/js/form.js +%%WWWDIR%%/js/script.js +%%WWWDIR%%/js/script.js.LICENSE.txt +%%WWWDIR%%/l10n/.gitkeep +%%WWWDIR%%/l10n/af.js +%%WWWDIR%%/l10n/af.json +%%WWWDIR%%/l10n/ar.js +%%WWWDIR%%/l10n/ar.json +%%WWWDIR%%/l10n/ast.js +%%WWWDIR%%/l10n/ast.json +%%WWWDIR%%/l10n/az.js +%%WWWDIR%%/l10n/az.json +%%WWWDIR%%/l10n/bg.js +%%WWWDIR%%/l10n/bg.json +%%WWWDIR%%/l10n/bn_BD.js +%%WWWDIR%%/l10n/bn_BD.json +%%WWWDIR%%/l10n/br.js +%%WWWDIR%%/l10n/br.json +%%WWWDIR%%/l10n/ca.js +%%WWWDIR%%/l10n/ca.json +%%WWWDIR%%/l10n/cs.js +%%WWWDIR%%/l10n/cs.json +%%WWWDIR%%/l10n/cy_GB.js +%%WWWDIR%%/l10n/cy_GB.json +%%WWWDIR%%/l10n/da.js +%%WWWDIR%%/l10n/da.json +%%WWWDIR%%/l10n/de.js +%%WWWDIR%%/l10n/de.json +%%WWWDIR%%/l10n/de_DE.js +%%WWWDIR%%/l10n/de_DE.json +%%WWWDIR%%/l10n/el.js +%%WWWDIR%%/l10n/el.json +%%WWWDIR%%/l10n/en_GB.js +%%WWWDIR%%/l10n/en_GB.json +%%WWWDIR%%/l10n/eo.js +%%WWWDIR%%/l10n/eo.json +%%WWWDIR%%/l10n/es.js +%%WWWDIR%%/l10n/es.json +%%WWWDIR%%/l10n/es_419.js +%%WWWDIR%%/l10n/es_419.json +%%WWWDIR%%/l10n/es_AR.js +%%WWWDIR%%/l10n/es_AR.json +%%WWWDIR%%/l10n/es_CL.js +%%WWWDIR%%/l10n/es_CL.json +%%WWWDIR%%/l10n/es_CO.js +%%WWWDIR%%/l10n/es_CO.json +%%WWWDIR%%/l10n/es_CR.js +%%WWWDIR%%/l10n/es_CR.json +%%WWWDIR%%/l10n/es_DO.js +%%WWWDIR%%/l10n/es_DO.json +%%WWWDIR%%/l10n/es_EC.js +%%WWWDIR%%/l10n/es_EC.json +%%WWWDIR%%/l10n/es_GT.js +%%WWWDIR%%/l10n/es_GT.json +%%WWWDIR%%/l10n/es_HN.js +%%WWWDIR%%/l10n/es_HN.json +%%WWWDIR%%/l10n/es_MX.js +%%WWWDIR%%/l10n/es_MX.json +%%WWWDIR%%/l10n/es_NI.js +%%WWWDIR%%/l10n/es_NI.json +%%WWWDIR%%/l10n/es_PA.js +%%WWWDIR%%/l10n/es_PA.json +%%WWWDIR%%/l10n/es_PE.js +%%WWWDIR%%/l10n/es_PE.json +%%WWWDIR%%/l10n/es_PR.js +%%WWWDIR%%/l10n/es_PR.json +%%WWWDIR%%/l10n/es_PY.js +%%WWWDIR%%/l10n/es_PY.json +%%WWWDIR%%/l10n/es_SV.js +%%WWWDIR%%/l10n/es_SV.json +%%WWWDIR%%/l10n/es_UY.js +%%WWWDIR%%/l10n/es_UY.json +%%WWWDIR%%/l10n/et_EE.js +%%WWWDIR%%/l10n/et_EE.json +%%WWWDIR%%/l10n/eu.js +%%WWWDIR%%/l10n/eu.json +%%WWWDIR%%/l10n/fa.js +%%WWWDIR%%/l10n/fa.json +%%WWWDIR%%/l10n/fi.js +%%WWWDIR%%/l10n/fi.json +%%WWWDIR%%/l10n/fr.js +%%WWWDIR%%/l10n/fr.json +%%WWWDIR%%/l10n/gl.js +%%WWWDIR%%/l10n/gl.json +%%WWWDIR%%/l10n/he.js +%%WWWDIR%%/l10n/he.json +%%WWWDIR%%/l10n/hr.js +%%WWWDIR%%/l10n/hr.json +%%WWWDIR%%/l10n/hu.js +%%WWWDIR%%/l10n/hu.json +%%WWWDIR%%/l10n/ia.js +%%WWWDIR%%/l10n/ia.json +%%WWWDIR%%/l10n/id.js +%%WWWDIR%%/l10n/id.json +%%WWWDIR%%/l10n/is.js +%%WWWDIR%%/l10n/is.json +%%WWWDIR%%/l10n/it.js +%%WWWDIR%%/l10n/it.json +%%WWWDIR%%/l10n/ja.js +%%WWWDIR%%/l10n/ja.json +%%WWWDIR%%/l10n/ka_GE.js +%%WWWDIR%%/l10n/ka_GE.json +%%WWWDIR%%/l10n/km.js +%%WWWDIR%%/l10n/km.json +%%WWWDIR%%/l10n/ko.js +%%WWWDIR%%/l10n/ko.json +%%WWWDIR%%/l10n/lb.js +%%WWWDIR%%/l10n/lb.json +%%WWWDIR%%/l10n/lt_LT.js +%%WWWDIR%%/l10n/lt_LT.json +%%WWWDIR%%/l10n/lv.js +%%WWWDIR%%/l10n/lv.json +%%WWWDIR%%/l10n/mk.js +%%WWWDIR%%/l10n/mk.json +%%WWWDIR%%/l10n/mn.js +%%WWWDIR%%/l10n/mn.json +%%WWWDIR%%/l10n/nb.js +%%WWWDIR%%/l10n/nb.json +%%WWWDIR%%/l10n/nl.js +%%WWWDIR%%/l10n/nl.json +%%WWWDIR%%/l10n/nn_NO.js +%%WWWDIR%%/l10n/nn_NO.json +%%WWWDIR%%/l10n/oc.js +%%WWWDIR%%/l10n/oc.json +%%WWWDIR%%/l10n/pl.js +%%WWWDIR%%/l10n/pl.json +%%WWWDIR%%/l10n/pt_BR.js +%%WWWDIR%%/l10n/pt_BR.json +%%WWWDIR%%/l10n/pt_PT.js +%%WWWDIR%%/l10n/pt_PT.json +%%WWWDIR%%/l10n/ro.js +%%WWWDIR%%/l10n/ro.json +%%WWWDIR%%/l10n/ru.js +%%WWWDIR%%/l10n/ru.json +%%WWWDIR%%/l10n/sk.js +%%WWWDIR%%/l10n/sk.json +%%WWWDIR%%/l10n/sl.js +%%WWWDIR%%/l10n/sl.json +%%WWWDIR%%/l10n/sq.js +%%WWWDIR%%/l10n/sq.json +%%WWWDIR%%/l10n/sr.js +%%WWWDIR%%/l10n/sr.json +%%WWWDIR%%/l10n/sr@latin.js +%%WWWDIR%%/l10n/sr@latin.json +%%WWWDIR%%/l10n/sv.js +%%WWWDIR%%/l10n/sv.json +%%WWWDIR%%/l10n/th.js +%%WWWDIR%%/l10n/th.json +%%WWWDIR%%/l10n/tr.js +%%WWWDIR%%/l10n/tr.json +%%WWWDIR%%/l10n/uk.js +%%WWWDIR%%/l10n/uk.json +%%WWWDIR%%/l10n/vi.js +%%WWWDIR%%/l10n/vi.json +%%WWWDIR%%/l10n/zh_CN.js +%%WWWDIR%%/l10n/zh_CN.json +%%WWWDIR%%/l10n/zh_TW.js +%%WWWDIR%%/l10n/zh_TW.json +%%WWWDIR%%/lib/AppInfo/Application.php +%%WWWDIR%%/lib/Backend/BCSabreImpl.php +%%WWWDIR%%/lib/Backend/BackendManager.php +%%WWWDIR%%/lib/Backend/BackendUtils.php +%%WWWDIR%%/lib/Backend/DavListener.php +%%WWWDIR%%/lib/Backend/ExternalModeSabrePlugin.php +%%WWWDIR%%/lib/Backend/FakeIterator.php +%%WWWDIR%%/lib/Backend/IBackendConnector.php +%%WWWDIR%%/lib/Controller/CalendarsController.php +%%WWWDIR%%/lib/Controller/PageController.php +%%WWWDIR%%/lib/Controller/StateController.php +%%WWWDIR%%/lib/IntervalTree/AVLIntervalNode.php +%%WWWDIR%%/lib/IntervalTree/AVLIntervalTree.php +%%WWWDIR%%/lib/Migration/InstallHook.php +%%WWWDIR%%/lib/Migration/UpdateHook.php +%%WWWDIR%%/lib/Migration/Version010201Date20200404181716.php +%%WWWDIR%%/lib/SendDataResponse.php +%%WWWDIR%%/templates/help.php +%%WWWDIR%%/templates/index.php +%%WWWDIR%%/templates/public/form.php +%%WWWDIR%%/templates/public/formerr.php +%%WWWDIR%%/templates/public/r404.php +%%WWWDIR%%/templates/public/thanks.php