ports/156402: New port: net/heybuddy A identi.ca client written in python

Beni Keller navigium at grindcore.ch
Thu Apr 14 16:20:10 UTC 2011


>Number:         156402
>Category:       ports
>Synopsis:       New port: net/heybuddy A identi.ca client written in python
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 14 16:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Beni Keller
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:


System: FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
    root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC



>Description:


A supposedly lightweight ande featurefree client for the identi.ca microblogging platform. Should also work on the i386 platform since it's written in Python.


>How-To-Repeat:





>Fix:


--- heybuddy.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	heybuddy
#	heybuddy/pkg-descr
#	heybuddy/Makefile
#	heybuddy/pkg-plist
#	heybuddy/distinfo
#
echo c - heybuddy
mkdir -p heybuddy > /dev/null 2>&1
echo x - heybuddy/pkg-descr
sed 's/^X//' >heybuddy/pkg-descr << '6b9ee8be9eaff2abcf62b8985319c1a9'
XHeybuddy is a supposedly light, feature free, identi.ca client 
Xlicensed under GNU GPL v3.
X
XWWW: http://www.jezra.net/projects/heybuddy
6b9ee8be9eaff2abcf62b8985319c1a9
echo x - heybuddy/Makefile
sed 's/^X//' >heybuddy/Makefile << '05a93d66d66cf313d73e97a667aa861c'
X# New ports collection makefile for:   oneko
X# Date created:        5 December 1994
X# Whom:                asami
X#
X# $FreeBSD$
X#
X
XPORTNAME=      heybuddy
XPORTVERSION=   0.2.1
XCATEGORIES=    net
XMASTER_SITES=  http://launchpad.net/${PORTNAME}/0.2/${PORTVERSION}/+download/
X
XMAINTAINER=    navigium at grindcore.ch
XCOMMENT=       Heybuddy is a supposedly light, feature free, identi.ca client
X
XLICENSE=       GPLv3
XUSE_PYTHON=    yes
XUSE_GETTEXT=   yes
XUSE_GNOME=     pygtk2
X
Xdo-build:
X	${PYTHON_CMD} -mcompileall ${WRKSRC}
X
Xdo-install:
X	${MKDIR} ${DATADIR}
X	cd ${WRKSRC}
X	${CP} -r ${WRKSRC}/* ${DATADIR}
X	${LN} -s ${DATADIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
05a93d66d66cf313d73e97a667aa861c
echo x - heybuddy/pkg-plist
sed 's/^X//' >heybuddy/pkg-plist << 'a03b57091be3252ba27397e8d9fde314'
Xbin/heybuddy
X%%DATADIR%%/assets/icon1.png
X%%DATADIR%%/assets/icon.png
X%%DATADIR%%/assets/throbber.gif
X%%DATADIR%%/assets/icon64.png
X%%DATADIR%%/assets/direct_icon.png
X%%DATADIR%%/assets/icon.svg
X%%DATADIR%%/assets/icon14.png
X%%DATADIR%%/ImageCache.pyc
X%%DATADIR%%/Configuration.py
X%%DATADIR%%/ChangeLog
X%%DATADIR%%/ImageCache.py
X%%DATADIR%%/DentScroller.py
X%%DATADIR%%/heybuddy.py
X%%DATADIR%%/heybuddy.pyc
X%%DATADIR%%/DentScroller.pyc
X%%DATADIR%%/Communicator.pyc
X%%DATADIR%%/PlatformSpecific.py
X%%DATADIR%%/Configuration.pyc
X%%DATADIR%%/ContextPage.py
X%%DATADIR%%/MainWindow.py
X%%DATADIR%%/XMLProcessor.pyc
X%%DATADIR%%/gpl-3.0.txt
X%%DATADIR%%/Notify.pyc
X%%DATADIR%%/Communicator.py
X%%DATADIR%%/README.txt
X%%DATADIR%%/ContextPage.pyc
X%%DATADIR%%/Dent.py
X%%DATADIR%%/StatusIcon.pyc
X%%DATADIR%%/About.pyc
X%%DATADIR%%/PlatformSpecific.pyc
X%%DATADIR%%/_dev/get_text
X%%DATADIR%%/_dev/heybuddy.pot
X%%DATADIR%%/UserPage.py
X%%DATADIR%%/ScrollPage.py
X%%DATADIR%%/SettingsPage.py
X%%DATADIR%%/GroupPage.pyc
X%%DATADIR%%/DentButton.py
X%%DATADIR%%/Notify.py
X%%DATADIR%%/FilterFrame.pyc
X%%DATADIR%%/ScrollPage.pyc
X%%DATADIR%%/GroupPage.py
X%%DATADIR%%/MainWindow.pyc
X%%DATADIR%%/SettingsPage.pyc
X%%DATADIR%%/DentButton.pyc
X%%DATADIR%%/StatusIcon.py
X%%DATADIR%%/FilterFrame.py
X%%DATADIR%%/UserPage.pyc
X%%DATADIR%%/Dent.pyc
X%%DATADIR%%/XMLProcessor.py
X%%DATADIR%%/About.py
X at dirrm %%DATADIR%%/_dev
X at dirrm %%DATADIR%%/assets
X at dirrm %%DATADIR%%/locales
X at dirrm %%DATADIR%%
a03b57091be3252ba27397e8d9fde314
echo x - heybuddy/distinfo
sed 's/^X//' >heybuddy/distinfo << '1aedf1a689fd7ff498a4e6351bf804c6'
XSHA256 (heybuddy-0.2.1.tar.gz) = 15a5bf1a09ba1e2c37c9ebc341563bac60d0d265a78b8995925ceab49b9e3ba5
XSIZE (heybuddy-0.2.1.tar.gz) = 65726
1aedf1a689fd7ff498a4e6351bf804c6
exit

--- heybuddy.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list