Port details |
- py-xmpppy-yahoo Yahoo! transport for Jabber
- 0.3.20070314_1 net-im
=0 0.3.20070314_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2007-07-27 08:56:17
- Last Update: 2019-02-23 17:23:48
- SVN Revision: 493714
- Also Listed In: python
- License: not specified in port
- WWW:
- http://xmpppy.sourceforge.net/yahoo/
- Description:
- The Y!M transport is a dynamic gateway that allows XMPP/Jabber
users to connect to Yahoo! Messenger using their Groupchat and MUC clients.
It is based on xmpppy and curphoo Python libraries.
WWW: http://xmpppy.sourceforge.net/yahoo/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xmpppy-yahoo>0:net-im/py-xmpppy-yahoo
- No installation instructions:
- This port has been deleted.
- PKGNAME: xmpppy-yahoo
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (yahoo-transport-0.3.20070314.tar.gz) = 73a1af4e99c00b832ec293c067a0e59330ec5a993605de8d28c4122c1faec11a
SIZE (yahoo-transport-0.3.20070314.tar.gz) = 94998
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- Runtime dependencies:
-
- __init__.py : net-im/py-xmpppy
- __init__.py : dns/py-dns
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xmpppy-yahoo-0.3.20070314_1:
EJABBERD=off: transport with ejabberd
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.20070314_1 23 Feb 2019 17:23:48 |
bapt |
Yahoo messenger has been discontinued July 17, 2018 |
0.3.20070314_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.3.20070314_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.3.20070314_1 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
0.3.20070314_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.3.20070314_1 20 Dec 2014 19:25:22 |
bapt |
cleanup plist |
0.3.20070314_1 24 Oct 2014 16:29:52 |
mva |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit) |
0.3.20070314_1 05 Aug 2014 13:19:11 |
wg |
net-im/py-xmpppy-yahoo: support stage |
0.3.20070314_1 06 Jul 2014 15:24:02 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
0.3.20070314_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.3.20070314_1 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
0.3.20070314_1 23 May 2013 16:10:43 |
jgh |
- adoption of optionsNG framework
Approved by: portmgr (bapt) |
0.3.20070314_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.3.20070314_1 25 Feb 2011 03:19:29 |
miwi |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
0.3.20070314 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.3.20070314 13 Dec 2009 17:00:14 |
miwi |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
0.3.20070314 04 May 2009 19:02:56 |
miwi |
- Pass maintainership to Wen Heping <wenheping@gmail.com> |
0.3.20070314 07 Sep 2008 09:01:17 |
miwi |
- Take maintainership |
0.3.20070314 07 Sep 2008 00:36:27 |
linimon |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
0.3.20070314 27 Jul 2007 08:56:09 |
lofi |
Add py-xmpppy-yahoo, a Yahoo! Messenger transport for Jabber. |