Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 334619) +++ head/net-im/Makefile (revision 334620) @@ -1,183 +1,184 @@ # $FreeBSD$ # COMMENT = Instant messaging SUBDIR += ari-yahoo SUBDIR += ayttm SUBDIR += bsflite SUBDIR += centericq SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += chattahoochie SUBDIR += cicquin SUBDIR += cjc SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += echat SUBDIR += ejabberd SUBDIR += ekiga SUBDIR += emesene SUBDIR += empathy SUBDIR += farsight2 SUBDIR += finch SUBDIR += folks SUBDIR += folks04 SUBDIR += freetalk SUBDIR += fugu SUBDIR += gajim SUBDIR += gale SUBDIR += gloox SUBDIR += gtkyahoo SUBDIR += gyach SUBDIR += hotot SUBDIR += icb SUBDIR += icmpchat SUBDIR += icqlib SUBDIR += imspector SUBDIR += iserverd SUBDIR += jabber SUBDIR += jabber-pyaim SUBDIR += jabber-pyicq SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl SUBDIR += jggtrans SUBDIR += jitsi SUBDIR += kde-telepathy SUBDIR += kmess-kde4 SUBDIR += komclean SUBDIR += kopete-kde4 SUBDIR += ktp-accounts-kcm SUBDIR += ktp-approver SUBDIR += ktp-auth-handler SUBDIR += ktp-common-internals SUBDIR += ktp-contact-list SUBDIR += ktp-contact-runner SUBDIR += ktp-filetransfer-handler SUBDIR += ktp-kded-integration-module SUBDIR += ktp-send-file SUBDIR += ktp-text-ui SUBDIR += libjingle SUBDIR += libjreen SUBDIR += libmsn SUBDIR += libnice SUBDIR += libpurple SUBDIR += libtelepathy SUBDIR += libyahoo2 SUBDIR += licq SUBDIR += licq-icq SUBDIR += licq-jabber SUBDIR += licq-msn SUBDIR += licq-osd SUBDIR += licq-qt-gui SUBDIR += linpopup SUBDIR += linux-ymessenger SUBDIR += loudmouth SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mercury SUBDIR += mikutter SUBDIR += mu-conference SUBDIR += naim SUBDIR += openfire SUBDIR += openfire-devel SUBDIR += p5-AnyEvent-XMPP SUBDIR += p5-DJabberd SUBDIR += p5-Jabber-Connection SUBDIR += p5-Jabber-Lite SUBDIR += p5-Jabber-SimpleSend SUBDIR += p5-Net-AIM SUBDIR += p5-Net-AOLIM SUBDIR += p5-Net-Async-XMPP SUBDIR += p5-Net-ICQ2000 SUBDIR += p5-Net-Jabber SUBDIR += p5-Net-NetSend SUBDIR += p5-Net-OSCAR SUBDIR += p5-Net-Stomp SUBDIR += p5-Net-XMPP SUBDIR += p5-Net-XMPP2 SUBDIR += p5-Protocol-XMPP SUBDIR += p5-SOAP-Transport-JABBER SUBDIR += papyon SUBDIR += pebrot SUBDIR += pecl-stomp SUBDIR += pidgin SUBDIR += pidgin-audacious-remote SUBDIR += pidgin-birthday-reminder SUBDIR += pidgin-bs SUBDIR += pidgin-facebookchat SUBDIR += pidgin-fetion SUBDIR += pidgin-guifications SUBDIR += pidgin-hotkeys SUBDIR += pidgin-latex SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-osd SUBDIR += pidgin-pidgimpd SUBDIR += pidgin-privacy-please SUBDIR += pidgin-rhythmbox SUBDIR += pidgin-sipe SUBDIR += pidgin-skype SUBDIR += pidgin-twitter SUBDIR += plasma-applet-ktp SUBDIR += pork SUBDIR += prosody SUBDIR += psi SUBDIR += psimedia SUBDIR += pwytter SUBDIR += py-jabber SUBDIR += py-jabberbot SUBDIR += py-punjab SUBDIR += py-pyxmpp + SUBDIR += py-skype4py SUBDIR += py-twistedWords SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc SUBDIR += py-xmpppy-yahoo SUBDIR += qq SUBDIR += qwit SUBDIR += qwit-devel SUBDIR += qxmpp SUBDIR += qxmpp-leechcraft SUBDIR += ramblercontacts SUBDIR += rubygem-earthquake SUBDIR += rubygem-hipchat SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder SUBDIR += sendxmpp SUBDIR += skype SUBDIR += skype-devel SUBDIR += tapioca-qt SUBDIR += telepathy-butterfly SUBDIR += telepathy-farsight SUBDIR += telepathy-gabble SUBDIR += telepathy-glib SUBDIR += telepathy-haze SUBDIR += telepathy-idle SUBDIR += telepathy-logger SUBDIR += telepathy-logger-qt4 SUBDIR += telepathy-mission-control SUBDIR += telepathy-python SUBDIR += telepathy-qt SUBDIR += telepathy-qt4 SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-devel SUBDIR += tkabber-plugins SUBDIR += tkabbur SUBDIR += ttytter SUBDIR += turpial SUBDIR += twirssi SUBDIR += twitmail SUBDIR += vacuum-im SUBDIR += vicq SUBDIR += vqcc-gtk SUBDIR += xfce4-messenger-plugin SUBDIR += yoono SUBDIR += ysm SUBDIR += zephyr .include Index: head/net-im/py-skype4py/Makefile =================================================================== --- head/net-im/py-skype4py/Makefile (nonexistent) +++ head/net-im/py-skype4py/Makefile (revision 334620) @@ -0,0 +1,22 @@ +# Created by: Nicola Vitale +# $FreeBSD$ + +PORTNAME= Skype4Py +PORTVERSION= 1.0.35 +#PORTREVISION= 0 +CATEGORIES= net-im devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Skype (TM) API wrapper for Python + +LICENSE= BSD + +PYDISTUTILS_AUTOPLIST= yes + +USE_PYDISTUTILS= easy_install +USE_PYTHON= -2.7 +USE_ZIP= yes + +.include Property changes on: head/net-im/py-skype4py/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/py-skype4py/distinfo =================================================================== --- head/net-im/py-skype4py/distinfo (nonexistent) +++ head/net-im/py-skype4py/distinfo (revision 334620) @@ -0,0 +1,2 @@ +SHA256 (Skype4Py-1.0.35.zip) = 79dbf9033a60b3d37ff1a8eb07fcc5f8dd1f5afb79cb83b216f721acca4d63c4 +SIZE (Skype4Py-1.0.35.zip) = 173489 Property changes on: head/net-im/py-skype4py/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/py-skype4py/pkg-descr =================================================================== --- head/net-im/py-skype4py/pkg-descr (nonexistent) +++ head/net-im/py-skype4py/pkg-descr (revision 334620) @@ -0,0 +1,6 @@ +Skype4Py is a Python library which allows you to control Skype client +application. + +Skype4Py Python project is not affiliate of Skype or Microsoft corporation. + +WWW: https://github.com/awahlig/skype4py Property changes on: head/net-im/py-skype4py/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property