Index: net-im/Makefile =================================================================== --- net-im/Makefile (revision 470050) +++ net-im/Makefile (working copy) @@ -144,6 +144,7 @@ SUBDIR += purple-discord SUBDIR += purple-facebook SUBDIR += purple-hangouts + SUBDIR += purple-slack SUBDIR += py-fbmq SUBDIR += py-jabber SUBDIR += py-jabberbot Index: net-im/purple-slack/Makefile =================================================================== --- net-im/purple-slack/Makefile (nonexistent) +++ net-im/purple-slack/Makefile (working copy) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= purple-slack +PORTVERSION= 20180508 +CATEGORIES= net-im + +MAINTAINER= aou@eecs.berkeley.edu +COMMENT= Slack plugin for libpurple + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libpurple.so:net-im/libpurple +BUILD_DEPENDS= bash:shells/bash + +USES= gmake pkgconfig +USE_GNOME= glib20 +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= dylex +GH_PROJECT= slack-libpurple +GH_TAGNAME= 0179b2c + +MAKE_ARGS= CC="${CC}" SHELL="${LOCALBASE}/bin/bash" + +post-install: + ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/purple-2/libslack.so + +.include Property changes on: net-im/purple-slack/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/purple-slack/distinfo =================================================================== --- net-im/purple-slack/distinfo (nonexistent) +++ net-im/purple-slack/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526319813 +SHA256 (dylex-slack-libpurple-20180508-0179b2c_GH0.tar.gz) = 7bcd47a8ac817bb8230764ff7a8048768ebd3a00dab48b322f7ec67204f51697 +SIZE (dylex-slack-libpurple-20180508-0179b2c_GH0.tar.gz) = 49883 Property changes on: net-im/purple-slack/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/purple-slack/pkg-descr =================================================================== --- net-im/purple-slack/pkg-descr (nonexistent) +++ net-im/purple-slack/pkg-descr (working copy) @@ -0,0 +1,3 @@ +A libpurple plugin for the Slack protocol. + +WWW: https://github.com/dylex/slack-libpurple Property changes on: net-im/purple-slack/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 Index: net-im/purple-slack/pkg-plist =================================================================== --- net-im/purple-slack/pkg-plist (nonexistent) +++ net-im/purple-slack/pkg-plist (working copy) @@ -0,0 +1,4 @@ +lib/purple-2/libslack.so +share/pixmaps/pidgin/protocols/16/slack.png +share/pixmaps/pidgin/protocols/22/slack.png +share/pixmaps/pidgin/protocols/48/slack.png Property changes on: net-im/purple-slack/pkg-plist ___________________________________________________________________ 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