From owner-svn-ports-all@freebsd.org Tue Feb 2 23:34:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 253CCA99859; Tue, 2 Feb 2016 23:34:56 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC4B91DC6; Tue, 2 Feb 2016 23:34:55 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12NYs3A008648; Tue, 2 Feb 2016 23:34:54 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12NYsnD008643; Tue, 2 Feb 2016 23:34:54 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602022334.u12NYsnD008643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 2 Feb 2016 23:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407911 - in head/net-im: . telegramqml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 23:34:56 -0000 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 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 +# $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 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