Date: Tue, 2 Feb 2016 23:34:54 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407911 - in head/net-im: . telegramqml Message-ID: <201602022334.u12NYsnD008643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue Feb 2 23:34:54 2016 New Revision: 407911 URL: https://svnweb.freebsd.org/changeset/ports/407911 Log: Telegram API tools for QtQML and Qml, based on Cutegram-Core and libqtelegram. It's free and released under the GPLv3 license. WWW: https://github.com/Aseman-Land/TelegramQML PR: 204349 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Added: head/net-im/telegramqml/ head/net-im/telegramqml/Makefile (contents, props changed) head/net-im/telegramqml/distinfo (contents, props changed) head/net-im/telegramqml/pkg-descr (contents, props changed) head/net-im/telegramqml/pkg-plist (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Tue Feb 2 23:33:56 2016 (r407910) +++ head/net-im/Makefile Tue Feb 2 23:34:54 2016 (r407911) @@ -161,6 +161,7 @@ SUBDIR += teamwords SUBDIR += telegram SUBDIR += telegram-purple + SUBDIR += telegramqml SUBDIR += telepathy-butterfly SUBDIR += telepathy-farsight SUBDIR += telepathy-farstream Added: head/net-im/telegramqml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telegramqml/Makefile Tue Feb 2 23:34:54 2016 (r407911) @@ -0,0 +1,26 @@ +# Created by: Henry Hu <henry.hu.sh@gmail.com> +# $FreeBSD$ + +PORTNAME= telegramqml +PORTVERSION= 0.9.2 +DISTVERSIONPREFIX= v +CATEGORIES= net-im + +MAINTAINER= henry.hu.sh@gmail.com +COMMENT= Telegram API tools for QtQML and Qml + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libqtelegram-ae.so:${PORTSDIR}/net-im/libqtelegram-ae + +USE_GITHUB= yes +GH_ACCOUNT= Aseman-Land +GH_PROJECT= TelegramQML + +USES= qmake:outsource +USE_QT5= qmake_build buildtools_build core qml quick sql xml multimedia +USE_LDCONFIG= yes +QMAKE_ARGS= BUILD_MODE+=lib + +.include <bsd.port.mk> Added: head/net-im/telegramqml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telegramqml/distinfo Tue Feb 2 23:34:54 2016 (r407911) @@ -0,0 +1,2 @@ +SHA256 (Aseman-Land-TelegramQML-v0.9.2_GH0.tar.gz) = 16d6429fe180531af167dc44bcc799e82b08c9cfa88f1f635155dfcef2558397 +SIZE (Aseman-Land-TelegramQML-v0.9.2_GH0.tar.gz) = 129567 Added: head/net-im/telegramqml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telegramqml/pkg-descr Tue Feb 2 23:34:54 2016 (r407911) @@ -0,0 +1,4 @@ +Telegram API tools for QtQML and Qml, based on Cutegram-Core and libqtelegram. +It's free and released under the GPLv3 license. + +WWW: https://github.com/Aseman-Land/TelegramQML Added: head/net-im/telegramqml/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telegramqml/pkg-plist Tue Feb 2 23:34:54 2016 (r407911) @@ -0,0 +1,39 @@ +include/telegramqml/backgroundmanager.h +include/telegramqml/chatparticipantlist.h +include/telegramqml/database.h +include/telegramqml/databaseabstractencryptor.h +include/telegramqml/databasecore.h +include/telegramqml/dialogfilesmodel.h +include/telegramqml/documentattributelist.h +include/telegramqml/mp3converterengine.h +include/telegramqml/newsletterdialog.h +include/telegramqml/objects/types.h +include/telegramqml/photosizelist.h +include/telegramqml/profilesmodel.h +include/telegramqml/stickersmodel.h +include/telegramqml/tagfiltermodel.h +include/telegramqml/telegramchatparticipantsmodel.h +include/telegramqml/telegramcontactsfiltermodel.h +include/telegramqml/telegramcontactsmodel.h +include/telegramqml/telegramdetailedcontactsmodel.h +include/telegramqml/telegramdialogsmodel.h +include/telegramqml/telegramfilehandler.h +include/telegramqml/telegrammessagesmodel.h +include/telegramqml/telegramqml.h +include/telegramqml/telegramqml_global.h +include/telegramqml/telegramqml_macros.h +include/telegramqml/telegramqml_plugin.h +include/telegramqml/telegramqmlinitializer.h +include/telegramqml/telegramsearchmodel.h +include/telegramqml/telegramthumbnailer.h +include/telegramqml/telegramthumbnailercore.h +include/telegramqml/telegramuploadsmodel.h +include/telegramqml/telegramwallpapersmodel.h +include/telegramqml/tgabstractlistmodel.h +include/telegramqml/tqobject.h +include/telegramqml/userdata.h +include/telegramqml/usernamefiltermodel.h +lib/libtelegramqml.so +lib/libtelegramqml.so.1 +lib/libtelegramqml.so.1.0 +lib/libtelegramqml.so.1.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022334.u12NYsnD008643>