1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

A Qt4-based lightweight Twitter client.

WWW: http://code.google.com/p/qwit/

PR:		ports/132227
Submitted by:	Sokolov Alexey <sokolov at TrueBSD.org>
This commit is contained in:
Martin Wilke 2009-03-14 13:58:38 +00:00
parent 9a0e3b3098
commit cd2375aa79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230053
7 changed files with 73 additions and 0 deletions

View File

@ -130,6 +130,7 @@
SUBDIR += py-xmpppy-yahoo
SUBDIR += pymsn
SUBDIR += qutim
SUBDIR += qwit
SUBDIR += ruby-xmpp4r
SUBDIR += sendxmpp
SUBDIR += sim-im

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: qwit
# Date created: Sun March 1 19:29:11 MSD 2009
# Whom: Sokolov Alexey <sokolov@TrueBSD.org>
#
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -0,0 +1,3 @@
A Qt4-based lightweight Twitter client.
WWW: http://code.google.com/p/qwit/

30
net-im/qwit/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: qwit
# Date created: Sun March 1 19:29:11 MSD 2009
# Whom: Sokolov Alexey <sokolov@TrueBSD.org>
#
# $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 <bsd.port.mk>

3
net-im/qwit/distinfo Normal file
View File

@ -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

3
net-im/qwit/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
A Qt4-based lightweight Twitter client.
WWW: http://code.google.com/p/qwit/