mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Heybuddy is a supposedly light, feature free identi.ca client,
licensed under GNU GPL v3. WWW: http://www.jezra.net/projects/heybuddy PR: ports/156402 Submitted by: Beni Keller <navigium at grindcore.ch>
This commit is contained in:
parent
2f07dcc945
commit
d65a9d294b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273098
5 changed files with 97 additions and 0 deletions
|
@ -221,6 +221,7 @@
|
||||||
SUBDIR += hawknl
|
SUBDIR += hawknl
|
||||||
SUBDIR += hawknl-devel
|
SUBDIR += hawknl-devel
|
||||||
SUBDIR += hexinject
|
SUBDIR += hexinject
|
||||||
|
SUBDIR += heybuddy
|
||||||
SUBDIR += hf6to4
|
SUBDIR += hf6to4
|
||||||
SUBDIR += hidentd
|
SUBDIR += hidentd
|
||||||
SUBDIR += hinfo
|
SUBDIR += hinfo
|
||||||
|
|
36
net/heybuddy/Makefile
Normal file
36
net/heybuddy/Makefile
Normal file
|
@ -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>
|
2
net/heybuddy/distinfo
Normal file
2
net/heybuddy/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (heybuddy-0.2.1.tar.gz) = 15a5bf1a09ba1e2c37c9ebc341563bac60d0d265a78b8995925ceab49b9e3ba5
|
||||||
|
SIZE (heybuddy-0.2.1.tar.gz) = 65726
|
4
net/heybuddy/pkg-descr
Normal file
4
net/heybuddy/pkg-descr
Normal file
|
@ -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
|
54
net/heybuddy/pkg-plist
Normal file
54
net/heybuddy/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue