diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/heybuddy/Makefile | 36 | ||||
-rw-r--r-- | net/heybuddy/distinfo | 2 | ||||
-rw-r--r-- | net/heybuddy/pkg-descr | 4 | ||||
-rw-r--r-- | net/heybuddy/pkg-plist | 54 |
5 files changed, 97 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 0fbfaf39b4b3..d15988cb6653 100644 --- a/net/Makefile +++ b/net/Makefile @@ -221,6 +221,7 @@ SUBDIR += hawknl SUBDIR += hawknl-devel SUBDIR += hexinject + SUBDIR += heybuddy SUBDIR += hf6to4 SUBDIR += hidentd SUBDIR += hinfo diff --git a/net/heybuddy/Makefile b/net/heybuddy/Makefile new file mode 100644 index 000000000000..ee8e8939131e --- /dev/null +++ b/net/heybuddy/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: heybuddy +# Date created: 14 April 2011 +# Whom: Beni Keller <navigium@grindcore.ch> +# +# $FreeBSD$ +# + +PORTNAME= heybuddy +PORTVERSION= 0.2.1 +CATEGORIES= net +MASTER_SITES= http://launchpad.net/${PORTNAME}/0.2/${PORTVERSION}/+download/ \ + http://freebsd.grindcore.ch/distfiles/ + +MAINTAINER= navigium@grindcore.ch +COMMENT= Heybuddy is a supposedly light, feature free identi.ca client + +FETCH_ARGS= -Fpr + +LICENSE= GPLv3 + +USE_PYTHON= yes +USE_GETTEXT= yes +USE_GNOME= pygtk2 + +do-build: + ${PYTHON_CMD} -mcompileall ${WRKSRC} + +do-install: + ${MKDIR} ${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR} + ${LN} -s ${DATADIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} + +post-install: + ${RM} ${DATADIR}/*.txt ${DATADIR}/ChangeLog + +.include <bsd.port.mk> diff --git a/net/heybuddy/distinfo b/net/heybuddy/distinfo new file mode 100644 index 000000000000..1cc9e269b7ba --- /dev/null +++ b/net/heybuddy/distinfo @@ -0,0 +1,2 @@ +SHA256 (heybuddy-0.2.1.tar.gz) = 15a5bf1a09ba1e2c37c9ebc341563bac60d0d265a78b8995925ceab49b9e3ba5 +SIZE (heybuddy-0.2.1.tar.gz) = 65726 diff --git a/net/heybuddy/pkg-descr b/net/heybuddy/pkg-descr new file mode 100644 index 000000000000..72de3c166e77 --- /dev/null +++ b/net/heybuddy/pkg-descr @@ -0,0 +1,4 @@ +Heybuddy is a supposedly light, feature free identi.ca client, +licensed under GNU GPL v3. + +WWW: http://www.jezra.net/projects/heybuddy diff --git a/net/heybuddy/pkg-plist b/net/heybuddy/pkg-plist new file mode 100644 index 000000000000..5746ce4ac70d --- /dev/null +++ b/net/heybuddy/pkg-plist @@ -0,0 +1,54 @@ +@comment $FreeBSD$ +bin/heybuddy +%%DATADIR%%/assets/icon1.png +%%DATADIR%%/assets/icon.png +%%DATADIR%%/assets/throbber.gif +%%DATADIR%%/assets/icon64.png +%%DATADIR%%/assets/direct_icon.png +%%DATADIR%%/assets/icon.svg +%%DATADIR%%/assets/icon14.png +%%DATADIR%%/ImageCache.pyc +%%DATADIR%%/Configuration.py +%%DATADIR%%/ImageCache.py +%%DATADIR%%/DentScroller.py +%%DATADIR%%/heybuddy.py +%%DATADIR%%/heybuddy.pyc +%%DATADIR%%/DentScroller.pyc +%%DATADIR%%/Communicator.pyc +%%DATADIR%%/PlatformSpecific.py +%%DATADIR%%/Configuration.pyc +%%DATADIR%%/ContextPage.py +%%DATADIR%%/MainWindow.py +%%DATADIR%%/XMLProcessor.pyc +%%DATADIR%%/Notify.pyc +%%DATADIR%%/Communicator.py +%%DATADIR%%/ContextPage.pyc +%%DATADIR%%/Dent.py +%%DATADIR%%/StatusIcon.pyc +%%DATADIR%%/About.pyc +%%DATADIR%%/PlatformSpecific.pyc +%%DATADIR%%/_dev/get_text +%%DATADIR%%/_dev/heybuddy.pot +%%DATADIR%%/UserPage.py +%%DATADIR%%/ScrollPage.py +%%DATADIR%%/SettingsPage.py +%%DATADIR%%/GroupPage.pyc +%%DATADIR%%/DentButton.py +%%DATADIR%%/Notify.py +%%DATADIR%%/FilterFrame.pyc +%%DATADIR%%/ScrollPage.pyc +%%DATADIR%%/GroupPage.py +%%DATADIR%%/MainWindow.pyc +%%DATADIR%%/SettingsPage.pyc +%%DATADIR%%/DentButton.pyc +%%DATADIR%%/StatusIcon.py +%%DATADIR%%/FilterFrame.py +%%DATADIR%%/UserPage.pyc +%%DATADIR%%/Dent.pyc +%%DATADIR%%/XMLProcessor.py +%%DATADIR%%/About.py +@dirrm %%DATADIR%%/_dev +@dirrm %%DATADIR%%/assets +@dirrm %%DATADIR%%/locales +@dirrm %%DATADIR%% +@exec mkdir -p %D%/%%DATADIR%%/locales |