pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rt4-cli rt4-cli: Import rt4-cli-4.4.4 as net/rt4-cli



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34b2abf30d4d
branches:  trunk
changeset: 334578:34b2abf30d4d
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri May 31 17:19:25 2019 +0000

description:
rt4-cli: Import rt4-cli-4.4.4 as net/rt4-cli

rt allows you to interact with an RT server over HTTP, and offers
an interface to RT's functionality that is better-suited to automation
and integration with other tools.

diffstat:

 net/rt4-cli/DESCR    |   3 +++
 net/rt4-cli/Makefile |  33 +++++++++++++++++++++++++++++++++
 net/rt4-cli/PLIST    |   2 ++
 net/rt4-cli/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 1f7bbe73bd1a -r 34b2abf30d4d net/rt4-cli/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rt4-cli/DESCR Fri May 31 17:19:25 2019 +0000
@@ -0,0 +1,3 @@
+rt allows you to interact with an RT server over HTTP, and offers
+an interface to RT's functionality that is better-suited to automation
+and integration with other tools.
diff -r 1f7bbe73bd1a -r 34b2abf30d4d net/rt4-cli/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rt4-cli/Makefile      Fri May 31 17:19:25 2019 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2019/05/31 17:19:25 leot Exp $
+
+DISTNAME=      rt-4.4.4
+PKGNAME=       ${DISTNAME:S/rt/rt4-cli/}
+CATEGORIES=    net
+MASTER_SITES=  https://download.bestpractical.com/pub/rt/release/
+
+MAINTAINER=    leot%NetBSD.org@localhost
+HOMEPAGE=      https://www.bestpractical.com/rt/
+COMMENT=       Command-line interface to RT 3.0 or newer
+LICENSE=       gnu-gpl-v2
+
+CONFLICTS+=    rt<4.0
+
+DEPENDS+=      p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
+DEPENDS+=      p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+DEPENDS+=      p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
+DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+
+USE_TOOLS+=    perl:run
+
+NO_BUILD=      yes
+
+USE_LANGUAGES= # none
+
+REPLACE_PERL+= bin/rt
+
+INSTALLATION_DIRS+=    bin
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/bin/rt ${DESTDIR}${PREFIX}/bin/rt
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1f7bbe73bd1a -r 34b2abf30d4d net/rt4-cli/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rt4-cli/PLIST Fri May 31 17:19:25 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/31 17:19:25 leot Exp $
+bin/rt
diff -r 1f7bbe73bd1a -r 34b2abf30d4d net/rt4-cli/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rt4-cli/distinfo      Fri May 31 17:19:25 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/31 17:19:25 leot Exp $
+
+SHA1 (rt-4.4.4.tar.gz) = e2c9ed8716a180638b4ce34a05d67bcc6c4c0935
+RMD160 (rt-4.4.4.tar.gz) = 10eb3df55a30d3cba154b36d40b5970fd2cebe50
+SHA512 (rt-4.4.4.tar.gz) = 95335cfa9e7107300670a5e8631ffb6f402895dae051201d051ac01885b0cb185f838a666acaec773e0f670e1b9d16b7cede72f37ce9832fd83a9da8514e6972
+Size (rt-4.4.4.tar.gz) = 9977845 bytes



Home | Main Index | Thread Index | Old Index