pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rt4-cli: Import rt4-cli-4.2.12 as wip/rt4-cli
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed May 29 14:29:56 2019 +0200
Changeset: 44c75cfc7e1b282154979092cd53f866c8f8e7b1
Modified Files:
Makefile
Added Files:
rt4-cli/DESCR
rt4-cli/Makefile
rt4-cli/PLIST
rt4-cli/distinfo
Log Message:
rt4-cli: Import rt4-cli-4.2.12 as wip/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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=44c75cfc7e1b282154979092cd53f866c8f8e7b1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
rt4-cli/DESCR | 3 +++
rt4-cli/Makefile | 33 +++++++++++++++++++++++++++++++++
rt4-cli/PLIST | 2 ++
rt4-cli/distinfo | 8 ++++++++
5 files changed, 47 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index f0d78c8e26..c586bb472c 100644
--- a/Makefile
+++ b/Makefile
@@ -4313,6 +4313,7 @@ SUBDIR+= rsound
SUBDIR+= rsstail
SUBDIR+= rst-mode
SUBDIR+= rstudio
+SUBDIR+= rt4-cli
SUBDIR+= rtcmix
SUBDIR+= rte
SUBDIR+= rthread
diff --git a/rt4-cli/DESCR b/rt4-cli/DESCR
new file mode 100644
index 0000000000..6757ff1277
--- /dev/null
+++ b/rt4-cli/DESCR
@@ -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 --git a/rt4-cli/Makefile b/rt4-cli/Makefile
new file mode 100644
index 0000000000..02884b81fe
--- /dev/null
+++ b/rt4-cli/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.27 2018/08/22 09:44:59 wiz Exp $
+
+DISTNAME= rt-4.2.12
+PKGNAME= ${DISTNAME:S/rt/rt4-cli/}
+CATEGORIES= devel
+MASTER_SITES= https://download.bestpractical.com/pub/rt/release/
+
+MAINTAINER= leot%NetBSD.org@localhost
+HOMEPAGE= https://www.bestpractical.com/rt/
+COMMENT= Industrial-grade ticketing system
+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 --git a/rt4-cli/PLIST b/rt4-cli/PLIST
new file mode 100644
index 0000000000..c1886367fa
--- /dev/null
+++ b/rt4-cli/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/rt
diff --git a/rt4-cli/distinfo b/rt4-cli/distinfo
new file mode 100644
index 0000000000..ec54364f75
--- /dev/null
+++ b/rt4-cli/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.13 2016/01/30 23:54:20 ryoon Exp $
+
+SHA1 (rt-4.2.12.tar.gz) = ddbf70752c2b96354caf7687534addf075859d4d
+RMD160 (rt-4.2.12.tar.gz) = 6726a687ba8042b35aa78337609c3d710d98264c
+SHA512 (rt-4.2.12.tar.gz) = e816c5481bdb158209bd78bc82af4abc0243af500abe55ae3aac666259e983282d82577de6207899745b4781fb0a50d3094901a248e7ac958dd852343b6f2676
+Size (rt-4.2.12.tar.gz) = 7537620 bytes
+SHA1 (patch-Makefile.in) = d46b5cd6e9de77409ac8d6b6c172bc9dd3ed96be
+SHA1 (patch-config.layout) = 1e237d38d4e3a2ad6c240feb3e58f1345c7ff476
Home |
Main Index |
Thread Index |
Old Index