FreeBSD Bugzilla – Attachment 212728 Details for
Bug 245078
[NEW PORT] net-im/purple-matrix: Libpurple protocol plugin for matrix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
net-im_purple-matrix.diff (text/plain), 4.20 KB, created by
Tobias Rehbein
on 2020-03-26 16:55:40 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Tobias Rehbein
Created:
2020-03-26 16:55:40 UTC
Size:
4.20 KB
patch
obsolete
>Index: net-im/Makefile >=================================================================== >--- net-im/Makefile (revision 528862) >+++ net-im/Makefile (working copy) >@@ -125,6 +125,7 @@ > SUBDIR += purple-discord > SUBDIR += purple-facebook > SUBDIR += purple-hangouts >+ SUBDIR += purple-matrix > SUBDIR += purple-slack > SUBDIR += py-fbmq > SUBDIR += py-matrix-synapse >Index: net-im/purple-matrix/Makefile >=================================================================== >--- net-im/purple-matrix/Makefile (nonexistent) >+++ net-im/purple-matrix/Makefile (working copy) >@@ -0,0 +1,33 @@ >+# $FreeBSD$ >+ >+PORTNAME= purple-matrix >+DISTVERSION= g20191228 >+CATEGORIES= net-im >+ >+MAINTAINER= tobias.rehbein@web.de >+COMMENT= Libpurple protocol plugin for matrix >+ >+LICENSE= GPLv2 >+ >+LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ >+ libhttp_parser.so:www/http-parser \ >+ libjson-glib-1.0.so:devel/json-glib \ >+ libolm.so:security/olm \ >+ libpurple.so:net-im/libpurple \ >+ libsqlite3.so:databases/sqlite3 >+ >+USES= gmake gnome pkgconfig >+USE_GNOME= glib20 >+USE_LDCONFIG= yes >+USE_GITHUB= yes >+GH_ACCOUNT= matrix-org >+GH_PROJECT= purple-matrix >+GH_TAGNAME= 1d23385 >+ >+PLIST_FILES= lib/purple-2/libmatrix.so >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/purple-2 >+ ${INSTALL_LIB} ${WRKSRC}/libmatrix.so ${STAGEDIR}${PREFIX}/lib/purple-2 >+ >+.include <bsd.port.mk> > >Property changes on: net-im/purple-matrix/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-matrix/distinfo >=================================================================== >--- net-im/purple-matrix/distinfo (nonexistent) >+++ net-im/purple-matrix/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1585173033 >+SHA256 (matrix-org-purple-matrix-g20191228-1d23385_GH0.tar.gz) = 17c547e174ffb2c75397b25710084a2c187296626c879a9799f38f2b430cfeef >+SIZE (matrix-org-purple-matrix-g20191228-1d23385_GH0.tar.gz) = 64786 > >Property changes on: net-im/purple-matrix/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-matrix/files/patch-Makefile >=================================================================== >--- net-im/purple-matrix/files/patch-Makefile (nonexistent) >+++ net-im/purple-matrix/files/patch-Makefile (working copy) >@@ -0,0 +1,9 @@ >+--- Makefile.orig 2020-03-25 22:24:45 UTC >++++ Makefile >+@@ -1,6 +1,5 @@ >+ #!/usr/bin/make -f >+ >+-CC=gcc >+ LIBS=purple json-glib-1.0 glib-2.0 sqlite3 >+ >+ PKG_CONFIG=pkg-config > >Property changes on: net-im/purple-matrix/files/patch-Makefile >___________________________________________________________________ >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-matrix/pkg-descr >=================================================================== >--- net-im/purple-matrix/pkg-descr (nonexistent) >+++ net-im/purple-matrix/pkg-descr (working copy) >@@ -0,0 +1,8 @@ >+purple-matrix is a plugin for libpurple which adds the ability to communicate >+with matrix.org homeservers to any libpurple-based clients (such as Pidgin). >+ >+This project is somewhat alpha, and only basic functionality has been >+implemented. Sending and receiving simple text messages is supported, as is >+joining rooms you are invited to by other users. >+ >+WWW: https://github.com/matrix-org/purple-matrix > >Property changes on: net-im/purple-matrix/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245078
: 212728 |
213262