From 00399e1dbb9c748cb1021b72d4da45c4d5daa63c Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 14 Mar 2009 13:58:38 +0000 Subject: A Qt4-based lightweight Twitter client. WWW: http://code.google.com/p/qwit/ PR: ports/132227 Submitted by: Sokolov Alexey --- net-im/qwit-devel/Makefile | 30 ++++++++++++++++++++++++++++++ net-im/qwit-devel/distinfo | 3 +++ net-im/qwit-devel/pkg-descr | 3 +++ 3 files changed, 36 insertions(+) create mode 100644 net-im/qwit-devel/Makefile create mode 100644 net-im/qwit-devel/distinfo create mode 100644 net-im/qwit-devel/pkg-descr (limited to 'net-im/qwit-devel') diff --git a/net-im/qwit-devel/Makefile b/net-im/qwit-devel/Makefile new file mode 100644 index 000000000000..ea57934c7b48 --- /dev/null +++ b/net-im/qwit-devel/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: qwit +# Date created: Sun March 1 19:29:11 MSD 2009 +# Whom: Sokolov Alexey +# +# $FreeBSD$ +# + +PORTNAME= qwit +PORTVERSION= 0.8 +CATEGORIES= net-im +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DISTNAME= qwit-${PORTVERSION}-src + +MAINTAINER= sokolov@TrueBSD.org +COMMENT= A Qt4-based lightweight Twitter client + +USE_BZIP2= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui network xml qmake_build moc_build rcc_build \ + uic + +PLIST_FILES= bin/qwit + +pre-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o Makefile qwit.pro + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/qwit ${PREFIX}/bin + +.include diff --git a/net-im/qwit-devel/distinfo b/net-im/qwit-devel/distinfo new file mode 100644 index 000000000000..fe62482e29ba --- /dev/null +++ b/net-im/qwit-devel/distinfo @@ -0,0 +1,3 @@ +MD5 (qwit-0.8-src.tar.bz2) = 464414a666404c88d5dddd91127b2ee8 +SHA256 (qwit-0.8-src.tar.bz2) = ea67546039afdd6811dbce40010cc8c01dcc62e9fd7e512dbef071c2c17f9bde +SIZE (qwit-0.8-src.tar.bz2) = 42450 diff --git a/net-im/qwit-devel/pkg-descr b/net-im/qwit-devel/pkg-descr new file mode 100644 index 000000000000..0f3f62caa682 --- /dev/null +++ b/net-im/qwit-devel/pkg-descr @@ -0,0 +1,3 @@ +A Qt4-based lightweight Twitter client. + +WWW: http://code.google.com/p/qwit/ -- cgit