pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
madonctl: import madonctl-2.3.1 as wip/madonctl
Module Name: pkgsrc-wip
Committed By: Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By: nee
Date: Sun Jun 17 18:43:16 2018 +0100
Changeset: 467e376270fbdb2a4e5185e762f5e4b5db37723c
Added Files:
madonctl/DESCR
madonctl/Makefile
madonctl/PLIST
madonctl/distinfo
Log Message:
madonctl: import madonctl-2.3.1 as wip/madonctl
madonctl is a command line client for the Mastodon distributed social
network API.
The Mastodon 1.3 API has a 100% coverage.
madonctl uses the Madon Golang Mastodon API library implementation.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=467e376270fbdb2a4e5185e762f5e4b5db37723c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
madonctl/DESCR | 6 +++++
madonctl/Makefile | 27 +++++++++++++++++++++
madonctl/PLIST | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
madonctl/distinfo | 6 +++++
4 files changed, 109 insertions(+)
diffs:
diff --git a/madonctl/DESCR b/madonctl/DESCR
new file mode 100644
index 0000000000..1a39cecae1
--- /dev/null
+++ b/madonctl/DESCR
@@ -0,0 +1,6 @@
+madonctl is a command line client for the Mastodon distributed social
+network API.
+
+The Mastodon 1.3 API has a 100% coverage.
+
+madonctl uses the Madon Golang Mastodon API library implementation.
diff --git a/madonctl/Makefile b/madonctl/Makefile
new file mode 100644
index 0000000000..11e846fd6d
--- /dev/null
+++ b/madonctl/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME= madonctl-2.3.1
+CATEGORIES= net chat
+MASTER_SITES= ${MASTER_SITE_GITHUB:=McKael/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+HOMEPAGE= https://lilotux.net/~mikael/pub/madonctl/
+COMMENT= Command line client for the Mastodon distributed social network API
+LICENSE= mit
+
+EXTRACT_USING= bsdtar
+
+GO_SRCPATH= github.com/McKael/madonctl/
+GO_DIST_BASE= ${DISTNAME}
+
+.include "../../lang/go/go-package.mk"
+.include "../../devel/go-cobra/buildlink3.mk"
+.include "../../devel/go-errors/buildlink3.mk"
+.include "../../devel/go-isatty/buildlink3.mk"
+.include "../../devel/go-pflag/buildlink3.mk"
+.include "../../devel/go-viper/buildlink3.mk"
+.include "../../textproc/go-text/buildlink3.mk"
+.include "../../wip/go-madon/buildlink3.mk" # XXX
+.include "../../wip/go-ghodss-yaml/buildlink3.mk" # XXX
+.include "../../wip/go-kr-text/buildlink3.mk" # XXX
+.include "../../mk/bsd.pkg.mk"
diff --git a/madonctl/PLIST b/madonctl/PLIST
new file mode 100644
index 0000000000..df386e213a
--- /dev/null
+++ b/madonctl/PLIST
@@ -0,0 +1,70 @@
+@comment $NetBSD$
+bin/madonctl
+gopkg/pkg/${GO_PLATFORM}/github.com/McKael/madonctl/cmd.a
+gopkg/pkg/${GO_PLATFORM}/github.com/McKael/madonctl/printer.a
+gopkg/pkg/${GO_PLATFORM}/github.com/McKael/madonctl/printer/colors.a
+gopkg/pkg/${GO_PLATFORM}/github.com/McKael/madonctl/printer/html2text.a
+gopkg/src/github.com/McKael/madonctl/LICENSE
+gopkg/src/github.com/McKael/madonctl/README.md
+gopkg/src/github.com/McKael/madonctl/cmd/accounts.go
+gopkg/src/github.com/McKael/madonctl/cmd/completion.go
+gopkg/src/github.com/McKael/madonctl/cmd/config.go
+gopkg/src/github.com/McKael/madonctl/cmd/domainblocks.go
+gopkg/src/github.com/McKael/madonctl/cmd/emojis.go
+gopkg/src/github.com/McKael/madonctl/cmd/instance.go
+gopkg/src/github.com/McKael/madonctl/cmd/lists.go
+gopkg/src/github.com/McKael/madonctl/cmd/madon.go
+gopkg/src/github.com/McKael/madonctl/cmd/media.go
+gopkg/src/github.com/McKael/madonctl/cmd/notifications.go
+gopkg/src/github.com/McKael/madonctl/cmd/oauth2.go
+gopkg/src/github.com/McKael/madonctl/cmd/root.go
+gopkg/src/github.com/McKael/madonctl/cmd/search.go
+gopkg/src/github.com/McKael/madonctl/cmd/status.go
+gopkg/src/github.com/McKael/madonctl/cmd/stream.go
+gopkg/src/github.com/McKael/madonctl/cmd/timelines.go
+gopkg/src/github.com/McKael/madonctl/cmd/toot.go
+gopkg/src/github.com/McKael/madonctl/cmd/utils.go
+gopkg/src/github.com/McKael/madonctl/cmd/version.go
+gopkg/src/github.com/McKael/madonctl/configuration.md
+gopkg/src/github.com/McKael/madonctl/examples/followdiff
+gopkg/src/github.com/McKael/madonctl/main.go
+gopkg/src/github.com/McKael/madonctl/printer/README.md
+gopkg/src/github.com/McKael/madonctl/printer/colors/colors.go
+gopkg/src/github.com/McKael/madonctl/printer/html2text/LICENSE
+gopkg/src/github.com/McKael/madonctl/printer/html2text/README.md
+gopkg/src/github.com/McKael/madonctl/printer/html2text/html2text.go
+gopkg/src/github.com/McKael/madonctl/printer/html2text/html2text_test.go
+gopkg/src/github.com/McKael/madonctl/printer/jsonprinter.go
+gopkg/src/github.com/McKael/madonctl/printer/plainprinter.go
+gopkg/src/github.com/McKael/madonctl/printer/printer.go
+gopkg/src/github.com/McKael/madonctl/printer/templateprinter.go
+gopkg/src/github.com/McKael/madonctl/printer/themeprinter.go
+gopkg/src/github.com/McKael/madonctl/printer/yamlprinter.go
+gopkg/src/github.com/McKael/madonctl/templates/README.md
+gopkg/src/github.com/McKael/madonctl/templates/ansi-account.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/ansi-notification.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/ansi-status.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/account.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/card.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/client.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/context.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/instance.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/instancestats.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/list.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/notification.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/relationship.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/report.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/results.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi-dark/status.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/account.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/card.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/client.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/context.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/instance.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/instancestats.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/list.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/notification.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/relationship.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/report.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/results.tmpl
+gopkg/src/github.com/McKael/madonctl/templates/themes/ansi/status.tmpl
diff --git a/madonctl/distinfo b/madonctl/distinfo
new file mode 100644
index 0000000000..fcd55cccac
--- /dev/null
+++ b/madonctl/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (madonctl-2.3.1.tar.gz) = 88ff24bac74e394c274eafe80f7b0335b4f8ffdb
+RMD160 (madonctl-2.3.1.tar.gz) = ccbd7bf07f517711bf821ff7f8e0e2c9dcf93f0f
+SHA512 (madonctl-2.3.1.tar.gz) = 03f8b9e0cd2eec1dde7853aa591a5218cc003145bad1b508dbfd81c3243bff2c2cd6eb896f035b9aa9f399eb00b826760455697880cca6e79abcefdb9f53c397
+Size (madonctl-2.3.1.tar.gz) = 43395 bytes
Home |
Main Index |
Thread Index |
Old Index