pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat Add chat/bitlbee-mastodon.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ff17686aca0
branches: trunk
changeset: 336901:5ff17686aca0
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jul 28 15:21:08 2019 +0000
description:
Add chat/bitlbee-mastodon.
The Mastodon protocol plugin for bitlbee.
diffstat:
chat/Makefile | 3 ++-
chat/bitlbee-mastodon/DESCR | 1 +
chat/bitlbee-mastodon/Makefile | 22 ++++++++++++++++++++++
chat/bitlbee-mastodon/PLIST | 3 +++
chat/bitlbee-mastodon/distinfo | 6 ++++++
5 files changed, 34 insertions(+), 1 deletions(-)
diffs (65 lines):
diff -r 51fa5a9fdab5 -r 5ff17686aca0 chat/Makefile
--- a/chat/Makefile Sun Jul 28 15:19:26 2019 +0000
+++ b/chat/Makefile Sun Jul 28 15:21:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.224 2019/07/28 15:19:08 nia Exp $
+# $NetBSD: Makefile,v 1.225 2019/07/28 15:21:08 nia Exp $
#
COMMENT= Communication programs
@@ -10,6 +10,7 @@
SUBDIR+= bitlbee
SUBDIR+= bitlbee-discord
SUBDIR+= bitlbee-facebook
+SUBDIR+= bitlbee-mastodon
SUBDIR+= bnc
SUBDIR+= carbons-purple
SUBDIR+= centerim
diff -r 51fa5a9fdab5 -r 5ff17686aca0 chat/bitlbee-mastodon/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-mastodon/DESCR Sun Jul 28 15:21:08 2019 +0000
@@ -0,0 +1,1 @@
+The Mastodon protocol plugin for bitlbee.
diff -r 51fa5a9fdab5 -r 5ff17686aca0 chat/bitlbee-mastodon/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-mastodon/Makefile Sun Jul 28 15:21:08 2019 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/07/28 15:21:08 nia Exp $
+
+DISTNAME= bitlbee-mastodon-1.4.2
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_GITHUB:=kensanata/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://wiki.bitlbee.org/HowtoMastodon
+COMMENT= Mastodon protocol plugin for BitlBee
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= autoreconf autoconf automake
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+pre-configure:
+ cd ${WRKSRC} && ./autogen.sh
+
+.include "../../chat/bitlbee/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 51fa5a9fdab5 -r 5ff17686aca0 chat/bitlbee-mastodon/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-mastodon/PLIST Sun Jul 28 15:21:08 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/28 15:21:08 nia Exp $
+lib/bitlbee/mastodon.la
+share/bitlbee/mastodon-help.txt
diff -r 51fa5a9fdab5 -r 5ff17686aca0 chat/bitlbee-mastodon/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-mastodon/distinfo Sun Jul 28 15:21:08 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/28 15:21:08 nia Exp $
+
+SHA1 (bitlbee-mastodon-1.4.2.tar.gz) = fcf4921dabe91a724a22ee2213130a477239d3ee
+RMD160 (bitlbee-mastodon-1.4.2.tar.gz) = 4d97e11b699765d70acd37f5c885e6f08f733a08
+SHA512 (bitlbee-mastodon-1.4.2.tar.gz) = 0581f9e106ce9e939474348a8dd493ee609b7905a310fd27d62316c159b36117584a5aee02b843bded8c2710d3af602f8c67423b646d19c569089235b747ab6f
+Size (bitlbee-mastodon-1.4.2.tar.gz) = 65712 bytes
Home |
Main Index |
Thread Index |
Old Index