Cutegram is a free and opensource telegram clients for Linux, Windows, OS X and

OpenBSD, focusing on user friendly, compatibility with desktop environments.
Cutegram using Qt5, QML, libqtelegram, libappindication, AsemanQtTools
technologies and Faenza icons and Twitter emojies graphic sets. It's free and
released under GPLv3 license.

WWW: http://aseman.co/en/products/cutegram/

PR:		204350
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
This commit is contained in:
Guido Falsi 2016-02-02 23:35:54 +00:00
parent adf9abb836
commit a0e6edbac5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407913
5 changed files with 10150 additions and 0 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += coccinella
SUBDIR += convey
SUBDIR += corebird
SUBDIR += cutegram
SUBDIR += echat
SUBDIR += ejabberd
SUBDIR += ekiga

33
net-im/cutegram/Makefile Normal file
View File

@ -0,0 +1,33 @@
# Created by: Henry Hu <henry.hu.sh@gmail.com>
# $FreeBSD$
PORTNAME= cutegram
PORTVERSION= 2.7.1
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -stable
CATEGORIES= net-im
MAINTAINER= henry.hu.sh@gmail.com
COMMENT= Free and opensource telegram client
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libqtelegram-ae.so:${PORTSDIR}/net-im/libqtelegram-ae \
libtelegramqml.so:${PORTSDIR}/net-im/telegramqml
USE_GITHUB= yes
GH_ACCOUNT= Aseman-Land
GH_PROJECT= Cutegram aseman-qt-tools:tools
GH_TAGNAME= 91bf14b:tools
USES= qmake:outsource desktop-file-utils
USE_QT5= qmake_build buildtools_build core qml quick sql xml multimedia \
widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
INSTALLS_ICONS= yes
post-extract:
@${RMDIR} ${WRKSRC}/Cutegram/asemantools && \
${MV} ${WRKSRC_tools} ${WRKSRC}/Cutegram/asemantools
.include <bsd.port.mk>

4
net-im/cutegram/distinfo Normal file
View File

@ -0,0 +1,4 @@
SHA256 (Aseman-Land-Cutegram-v2.7.1-stable_GH0.tar.gz) = f1cfc6bd3a1d33c2348f23ea43d923419b33576059791a071f2780db11059cf4
SIZE (Aseman-Land-Cutegram-v2.7.1-stable_GH0.tar.gz) = 12202224
SHA256 (Aseman-Land-aseman-qt-tools-91bf14b_GH0.tar.gz) = f260242008c94fa0c3342ef18cace5623297534227df8f14d24e9630bb5a83f2
SIZE (Aseman-Land-aseman-qt-tools-91bf14b_GH0.tar.gz) = 847252

View File

@ -0,0 +1,7 @@
Cutegram is a free and opensource telegram clients for Linux, Windows, OS X and
OpenBSD, focusing on user friendly, compatibility with desktop environments.
Cutegram using Qt5, QML, libqtelegram, libappindication, AsemanQtTools
technologies and Faenza icons and Twitter emojies graphic sets. It's free and
released under GPLv3 license.
WWW: http://aseman.co/en/products/cutegram/

10105
net-im/cutegram/pkg-plist Normal file

File diff suppressed because it is too large Load Diff