From owner-svn-ports-head@freebsd.org Fri Dec 18 19:49:56 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 0B6654C1C49; Fri, 18 Dec 2020 19:49:56 +0000 (UTC) (envelope-from otis@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 4CyKFv6wNcz3Ld9; Fri, 18 Dec 2020 19:49:55 +0000 (UTC) (envelope-from otis@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 D503E10834; Fri, 18 Dec 2020 19:49:55 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BIJnt2I080758; Fri, 18 Dec 2020 19:49:55 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BIJnsIv080752; Fri, 18 Dec 2020 19:49:54 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202012181949.0BIJnsIv080752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Fri, 18 Dec 2020 19:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558404 - in head/www: . osticket osticket/files X-SVN-Group: ports-head X-SVN-Commit-Author: otis X-SVN-Commit-Paths: in head/www: . osticket osticket/files X-SVN-Commit-Revision: 558404 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.34 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: Fri, 18 Dec 2020 19:49:56 -0000 Author: otis Date: Fri Dec 18 19:49:54 2020 New Revision: 558404 URL: https://svnweb.freebsd.org/changeset/ports/558404 Log: Add new port www/osticket: osTicket is a widely-used open source support ticket system. https://github.com/osTicket/osTicket Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D27640 Added: head/www/osticket/ head/www/osticket/Makefile (contents, props changed) head/www/osticket/distinfo (contents, props changed) head/www/osticket/files/ head/www/osticket/files/pkg-message.in (contents, props changed) head/www/osticket/pkg-descr (contents, props changed) head/www/osticket/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Dec 18 19:48:35 2020 (r558403) +++ head/www/Makefile Fri Dec 18 19:49:54 2020 (r558404) @@ -481,6 +481,7 @@ SUBDIR += opera-linuxplugins SUBDIR += orangehrm SUBDIR += osrm-backend + SUBDIR += osticket SUBDIR += ot-recorder SUBDIR += otrs SUBDIR += otter-browser Added: head/www/osticket/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/osticket/Makefile Fri Dec 18 19:49:54 2020 (r558404) @@ -0,0 +1,50 @@ +# Created by: Juraj Lutter +# $FreeBSD$ + +PORTNAME= osticket +DISTVERSIONPREFIX= v +DISTVERSION= 1.15.1 +CATEGORIES= www +MASTER_SITES= https://github.com/osTicket/osTicket/releases/download/v${DISTVERSION}/ +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} +DISTNAME= osTicket-v${DISTVERSION} + +MAINTAINER= otis@FreeBSD.org +COMMENT= Widely-used open source support ticket system + +LICENSE= GPLv2 + +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR} + +USES= php:web zip +USE_PHP= gd gettext imap json mbstring mysqli xml +NO_ARCH= yes +NO_BUILD= yes +SUB_FILES= pkg-message +SUB_LIST= DOCSDIR=${DOCSDIR} \ + WWWGRP=${WWWGRP} \ + WWWOWN=${WWWOWN} + +WRKSRC= ${WRKDIR}/upload + +PLIST_SUB= WWWGRP=${WWWGRP} \ + WWWOWN=${WWWOWN} + +OPTIONS_DEFINE= DOCS + +_OSTDOCS= ISSUE_TEMPLATE.md LICENSE.txt README.md SECURITY.md \ + UPGRADING.txt WHATSNEW.md + +do-install: + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ + ${MV} ${STAGEDIR}${WWWDIR}/include/ost-sampleconfig.php \ + ${STAGEDIR}${WWWDIR}/include/ost-config.php.sample + +post-install: + ${RM} ${_OSTDOCS:S,^,${STAGEDIR}${WWWDIR}/,} + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${_OSTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ + +.include Added: head/www/osticket/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/osticket/distinfo Fri Dec 18 19:49:54 2020 (r558404) @@ -0,0 +1,3 @@ +TIMESTAMP = 1607551247 +SHA256 (osTicket-v1.15.1.zip) = 19df11519c7b266532bd11507b00a2c397ae9cd94af5da418c2a0752a30273dc +SIZE (osTicket-v1.15.1.zip) = 51861905 Added: head/www/osticket/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/osticket/files/pkg-message.in Fri Dec 18 19:49:54 2020 (r558404) @@ -0,0 +1,31 @@ +[ +{ type: install, + message: <