Index: net-im/slack-term/Makefile =================================================================== --- net-im/slack-term/Makefile (nonexistent) +++ net-im/slack-term/Makefile (working copy) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= slack-term +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.2 +CATEGORIES= net-im + +MAINTAINER= dg@syrec.org +COMMENT= Slack client for your terminal + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= erroneousboat +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} + +SUB_FILES= pkg-message +SUB_LIST= PORTNAME=${PORTNAME} + +PORTDOCS= README.md + +PLIST_FILES= bin/slack-term + +OPTIONS_DEFINE= DOCS + +do-build: + @(cd ${WRKSRC}/${GH_SUBDIR} && \ + ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o ${PORTNAME}) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: net-im/slack-term/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net-im/slack-term/distinfo =================================================================== --- net-im/slack-term/distinfo (nonexistent) +++ net-im/slack-term/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520092585 +SHA256 (erroneousboat-slack-term-v0.3.2_GH0.tar.gz) = c46306ece42032ef64ae45399b6aff450575656a870ca4dd53561cad7f29a429 +SIZE (erroneousboat-slack-term-v0.3.2_GH0.tar.gz) = 221460 Property changes on: net-im/slack-term/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net-im/slack-term/files/pkg-message.in =================================================================== --- net-im/slack-term/files/pkg-message.in (nonexistent) +++ net-im/slack-term/files/pkg-message.in (working copy) @@ -0,0 +1,14 @@ +============================================================================== + +To do initial %%PORTNAME%% configuration, get a Slack token from +https://api.slack.com/docs/oauth-test-tokens and create ~/slack-term.json with +the following format: + +{ + "slack_token": "yourslacktokenhere" +} + +See %%DOCSDIR%%/README.md or online documentation +for more configuration options. + +============================================================================== Property changes on: net-im/slack-term/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net-im/slack-term/pkg-descr =================================================================== --- net-im/slack-term/pkg-descr (nonexistent) +++ net-im/slack-term/pkg-descr (working copy) @@ -0,0 +1,4 @@ +slack-term is a terminal-based Slack client with configurable key mappings +and customizable theme. + +WWW: https://github.com/erroneousboat/slack-term Property changes on: net-im/slack-term/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property