pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rt4-cli



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri May 31 17:19:25 UTC 2019

Added Files:
        pkgsrc/net/rt4-cli: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/rt4-cli/DESCR pkgsrc/net/rt4-cli/Makefile \
    pkgsrc/net/rt4-cli/PLIST pkgsrc/net/rt4-cli/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/rt4-cli/DESCR
diff -u /dev/null pkgsrc/net/rt4-cli/DESCR:1.1
--- /dev/null   Fri May 31 17:19:25 2019
+++ pkgsrc/net/rt4-cli/DESCR    Fri May 31 17:19:25 2019
@@ -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.
Index: pkgsrc/net/rt4-cli/Makefile
diff -u /dev/null pkgsrc/net/rt4-cli/Makefile:1.1
--- /dev/null   Fri May 31 17:19:25 2019
+++ pkgsrc/net/rt4-cli/Makefile Fri May 31 17:19:25 2019
@@ -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"
Index: pkgsrc/net/rt4-cli/PLIST
diff -u /dev/null pkgsrc/net/rt4-cli/PLIST:1.1
--- /dev/null   Fri May 31 17:19:25 2019
+++ pkgsrc/net/rt4-cli/PLIST    Fri May 31 17:19:25 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/31 17:19:25 leot Exp $
+bin/rt
Index: pkgsrc/net/rt4-cli/distinfo
diff -u /dev/null pkgsrc/net/rt4-cli/distinfo:1.1
--- /dev/null   Fri May 31 17:19:25 2019
+++ pkgsrc/net/rt4-cli/distinfo Fri May 31 17:19:25 2019
@@ -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