From owner-dev-commits-ports-main@freebsd.org Mon Apr 26 21:25:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 ABD005F1882; Mon, 26 Apr 2021 21:25:21 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FTdGT2l1Dz4c6W; Mon, 26 Apr 2021 21:25:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A5EB6C82; Mon, 26 Apr 2021 21:25:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13QLPLm9066961; Mon, 26 Apr 2021 21:25:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13QLPLaL066960; Mon, 26 Apr 2021 21:25:21 GMT (envelope-from git) Date: Mon, 26 Apr 2021 21:25:21 GMT Message-Id: <202104262125.13QLPLaL066960@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthew Seaman Subject: git: 7a3781d801fc - main - www/p5-RT-Extension-RepeatTicket2 -- new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: matthew X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7a3781d801fc705291619c9a4f6d116fe7d5e150 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2021 21:25:22 -0000 The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a3781d801fc705291619c9a4f6d116fe7d5e150 commit 7a3781d801fc705291619c9a4f6d116fe7d5e150 Author: Matthew Seaman AuthorDate: 2021-04-26 21:19:37 +0000 Commit: Matthew Seaman CommitDate: 2021-04-26 21:25:12 +0000 www/p5-RT-Extension-RepeatTicket2 -- new port New port to add RT:Extension:RepeatTicket-2.0.0 This is just the latest update to RT::Extension::RepeatTicket, but it only works with RT-5.0.1 RT::Extension::RepeatTicket-1.11 has been retained as the last available version that works with RT-4.4.4 Return this port to the pool, as I no longer have any interest in RT. ChangeLog: https://metacpan.org/source/BPS/RT-Extension-RepeatTicket-2.00/Changes --- www/Makefile | 1 + www/p5-RT-Extension-RepeatTicket2/Makefile | 46 +++++++++++++++++++++++++++++ www/p5-RT-Extension-RepeatTicket2/distinfo | 3 ++ www/p5-RT-Extension-RepeatTicket2/pkg-descr | 3 ++ www/p5-RT-Extension-RepeatTicket2/pkg-plist | 13 ++++++++ 5 files changed, 66 insertions(+) diff --git a/www/Makefile b/www/Makefile index 7edc8eab35f9..2cd64684c75e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1105,6 +1105,7 @@ SUBDIR += p5-RT-Extension-LDAPImport SUBDIR += p5-RT-Extension-MandatoryOnTransition SUBDIR += p5-RT-Extension-RepeatTicket + SUBDIR += p5-RT-Extension-RepeatTicket2 SUBDIR += p5-RTx-Calendar SUBDIR += p5-Reaction SUBDIR += p5-Reddit diff --git a/www/p5-RT-Extension-RepeatTicket2/Makefile b/www/p5-RT-Extension-RepeatTicket2/Makefile new file mode 100644 index 000000000000..5a0ac7476053 --- /dev/null +++ b/www/p5-RT-Extension-RepeatTicket2/Makefile @@ -0,0 +1,46 @@ +# Created by: Matthew Seaman + +PORTNAME= RT-Extension-RepeatTicket +PORTVERSION= 2.00 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +PKGNAMESUFFIX= 2 + +MAINTAINER= ports@FreeBSD.org +COMMENT= RT Extension to repeat tickets base on a schedule + +LICENSE= GPLv2 + +BUILD_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \ + p5-DateTime-Event-ICal>0:devel/p5-DateTime-Event-ICal +RUN_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \ + p5-DateTime-Event-ICal>0:devel/p5-DateTime-Event-ICal + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +RT_VER= 50 +PLIST_SUB= RTHOME=share/rt${RT_VER} + +# Note: You can install using an arbitrary $PREFIX but only if it +# matches the $PREFIX used to install www/rt44. Hence ignore +# $PREFIX in the environment and inherit settings from RT.pm +do-configure: + @cd ${CONFIGURE_WRKSRC} && \ + unset PREFIX && \ + ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ${CONFIGURE_CMD} && \ + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile + +post-configure: + ${REINPLACE_CMD} "/RTxPlugin/d" ${WRKSRC}/Makefile + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/share/rt${RT_VER}/plugins/RT-Extension-RepeatTicket/lib/RT/Extension/RepeatTicket/Test.pm.in \ + ${STAGEDIR}${PREFIX}/share/rt${RT_VER}/plugins/RT-Extension-RepeatTicket/bin/rt-repeat-ticket.in \ + ${STAGEDIR}${PREFIX}/man/auto/RT/Extension/RepeatTicket/.packlist* + ${RMDIR} -p ${STAGEDIR}${PREFIX}/man/auto/RT/Extension/RepeatTicket 2>/dev/null || : + +.include diff --git a/www/p5-RT-Extension-RepeatTicket2/distinfo b/www/p5-RT-Extension-RepeatTicket2/distinfo new file mode 100644 index 000000000000..75bce8819384 --- /dev/null +++ b/www/p5-RT-Extension-RepeatTicket2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1619344444 +SHA256 (RT-Extension-RepeatTicket-2.00.tar.gz) = 79ff2399d15f31bdaec323a84f04d1a0adafc007a10bb4ff6344a6bd20326de4 +SIZE (RT-Extension-RepeatTicket-2.00.tar.gz) = 65258 diff --git a/www/p5-RT-Extension-RepeatTicket2/pkg-descr b/www/p5-RT-Extension-RepeatTicket2/pkg-descr new file mode 100644 index 000000000000..6878d9444b00 --- /dev/null +++ b/www/p5-RT-Extension-RepeatTicket2/pkg-descr @@ -0,0 +1,3 @@ +RT extension that repeats tickets based on a schedule + +WWW: https://metacpan.org/release/RT-Extension-RepeatTicket diff --git a/www/p5-RT-Extension-RepeatTicket2/pkg-plist b/www/p5-RT-Extension-RepeatTicket2/pkg-plist new file mode 100644 index 000000000000..2c42a89d9ccd --- /dev/null +++ b/www/p5-RT-Extension-RepeatTicket2/pkg-plist @@ -0,0 +1,13 @@ +man/man3/RT::Extension::RepeatTicket.3.gz +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/bin/rt-repeat-ticket +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/etc/initialdata +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Elements/Tabs/Privileged +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Ticket/Create.html/AfterBasics +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Ticket/Display.html/BeforeDisplay +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Ticket/Elements/EditRecurrence +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Ticket/ModifyRecurrence.html +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/lib/RT/Extension/RepeatTicket.pm +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/lib/RT/Extension/RepeatTicket/Test.pm +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/po/repeatticket.pot +%%RTHOME%%/plugins/RT-Extension-RepeatTicket/static/css/repeat-ticket.css