FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 3:53 PM BST
Port details
jabber-pyicq 0.8.1.5,1 net-im on this many watch lists=2 search for ports that depend on this port
Python ICQ-Transport for Jabber
Maintained by: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Nov 2005 23:18:38
License: GPLv2


Python ICQ-Transport for Jabber.

The purpose of this transport is to provide a way for users to be logged into
ICQ via their Jabber account. It is implemented in Python, using the Twisted
framework. This project is just getting off the ground, and so it does not have
quite the functionality of other transports yet. That will come in time.

WWW: http://code.google.com/p/pyicqt/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/python27
Required To Run: security/py-openssl, graphics/py-imaging, lang/python27, devel/py-twistedCore, www/py-twistedWeb, net-im/py-twistedWords
There are no ports dependent upon this port

To install the port: cd /usr/ports/net-im/jabber-pyicq/ && make install clean
To add the package: pkg_add -r jabber-pyicq-transport


Configuration Options
===> The following configuration options are available for jabber-pyicq-transport-0.8.1.5,1:
     JABBER=off (default) "Use with jabberd14 (net-im/jabber)"
     JABBERD=off (default) "Use with jabberd 2.x (net-im/jabberd)"
     EJABBERD=off (default) "Use with ejabberd (net-im/ejabberd)"
     TWISTED1=off (default) "Use old py-twisted 1.x"
     MYSQL=off (default) "Support MySQL storage"
===> Use 'make config' to modify these settings

Master Sites:
http://pyicqt.googlecode.com/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jabber/

Number of commits found: 39

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.8.1.5,1
dougb search for other commits by this committer
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.
23 Mar 2011 15:53:22
Original commit files touched by this commit  0.8.1.5,1
mm search for other commits by this committer
- Add LICENSE knob(s)
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.8.1.5,1
miwi search for other commits by this committer
- Get Rid MD5 support
27 Dec 2010 15:52:11
Original commit files touched by this commit  0.8.1.5,1
pgollucci search for other commits by this committer
- new version of py-MySQLdb installs only the .egg 'zipped' so mysql.so
  is no longer present to test for.

Approved by:    itectu (portmgr, via irc)
30 Mar 2010 14:14:21
Original commit files touched by this commit  0.8.1.5,1
mm search for other commits by this committer
- Update to 0.8.1.5
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.8.1.5
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.8.1.4_1,1
dinoex search for other commits by this committer
- update to jpeg-8
03 Sep 2009 17:00:34
Original commit files touched by this commit  0.8.1.4,1
garga search for other commits by this committer
- Update to 0.8.1.4

PR:             ports/138140
Submitted by:   garga
Approved by:    maintainer on ICQ
26 Jul 2009 19:59:51
Original commit files touched by this commit  0.8.1.3,1
mm search for other commits by this committer
- Fix RUN_DEPENDS for ejabberd

PR:             ports/136612, ports/136613
Submitted by:   Neil Darlow <neil@darlow.co.uk>
24 May 2009 19:08:41
Original commit files touched by this commit  0.8.1.3,1
mm search for other commits by this committer
- Fix dependency for WITH_EJABBERD option

PR:             ports/132843
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
26 Feb 2009 15:34:59
Original commit files touched by this commit  0.8.1.3,1
garga search for other commits by this committer
- Update to 0.8.1.3

PR:             ports/132006
Submitted by:   garga
Approved by:    maintainer
26 Jan 2009 11:15:04
Original commit files touched by this commit  0.8.1.1,1
mm search for other commits by this committer
- Update to 0.8.1.1

PR:             ports/130616
Submitted by:   garga@FreeBSD.org
30 Dec 2008 12:03:57
Original commit files touched by this commit  0.8.1,1
mm search for other commits by this committer
- Update to 0.8.1
- Bump PORTEPOCH

PR:             ports/129714
Submitted by:   garga@FreeBSD.org
30 Apr 2008 14:50:17
Original commit files touched by this commit  0.8b
mm search for other commits by this committer
- take over maintainership (mm)

Approved by:    garga (old maintainer)
13 Mar 2008 11:27:29
Original commit files touched by this commit  0.8b
edwin search for other commits by this committer
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.

PR:             ports/121453 (related)
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Reviewed by:    pav@
21 Jan 2008 18:32:54
Original commit files touched by this commit  0.8b
garga search for other commits by this committer
- Update 0.8b
- Change MASTER_SITES and WWW to reflect new project page
21 Jan 2008 11:46:40
Original commit files touched by this commit  0.8a_2
garga search for other commits by this committer
- Fix last commit removing .orig file created by the patch

Reported by:    pointyhat via erwin and pav
15 Jan 2008 13:11:29
Original commit files touched by this commit  0.8a_1
garga search for other commits by this committer
- Fix UTF8 decoding errors [1]
- Fix startup script rcorder conflict with jabberd [2]
- Bump PORTREVISION

PR:             ports/119619 [1]
Submitted by:   peter.schuller@infidyne.com [1]
                Guido Falsi <mad@madpilot.net. [2]
15 Jun 2007 20:57:19
Original commit files touched by this commit  0.8a
garga search for other commits by this committer
- Update to 0.8a
19 May 2007 20:32:57
Original commit files touched by this commit  0.8_3
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
14 Mar 2007 19:43:41
Original commit files touched by this commit  0.8_2
garga search for other commits by this committer
- Add support and doc to work with jabber-1.6.0
- Add support for other and external servers (it's possibly to run just the
  transport)
- Add support for MySQL storage (include db-setup.mysql on EXAMPLESDIR)
- Bump PORTREVISION

PR:             ports/110194
Submitted by:   Martin Matuska <martin@matuska.org>
15 Jan 2007 11:51:58
Original commit files touched by this commit  0.8_1
garga search for other commits by this committer
- Patch to work with py-twisted 2.5.0
- Bump PORTREVISION

PR:             ports/107891
Submitted by:   Neil Darlow <neil@darlow.co.uk>
Obtained from:  py-transports maillist (Lars T. Mikkelsen)
01 Oct 2006 11:56:59
Original commit files touched by this commit  0.8
garga search for other commits by this committer
- Update to 0.8: now it works fine with twisted 2.4.0
17 Aug 2006 15:50:19
Original commit files touched by this commit  0.7b_2
garga search for other commits by this committer
- Use Twisted 2.x as default
- Add an OPTION to still use Twisted 1.x
- Bump PORTREVISION
- Remove uneeded patch
14 Aug 2006 18:13:50
Original commit files touched by this commit  0.7b_1
garga search for other commits by this committer
- Remove command_interpret warnings on rc.d scripts
- Bump PORTREVISION
03 Jul 2006 17:31:03
Original commit files touched by this commit  0.7b
garga search for other commits by this committer
Update to 0.7b
05 May 2006 17:44:34
Original commit files touched by this commit  0.7a_2
garga search for other commits by this committer
- Fix REINPLACE_CMD to change #! interpreter on PyICQt.py. It fixes rc.d
  startup script.
- Remove no more needed post-extract: target
30 Apr 2006 23:23:11
Original commit files touched by this commit  0.7a_1
garga search for other commits by this committer
Remove X11 option an back py-imaging as a mandatory dependency since a recently
OPTION was added to py-imaging that makes py-tkinter optional and so removing
X from dependency here.
26 Apr 2006 11:52:33
Original commit files touched by this commit  0.7a_1
garga search for other commits by this committer
- Fix rc.d script, setting REQUIRE: [e]jabberd
- Bump PORTREVISION
22 Apr 2006 19:02:00
Original commit files touched by this commit  0.7a
garga search for other commits by this committer
Make py-imaging dependency optional adding a X11 OPTION, so, if it's not
selected, avatars will not work.
20 Mar 2006 16:51:03
Original commit files touched by this commit  0.7a
garga search for other commits by this committer
Add an OPTION WITH_EJABBERD that set jabber_pyicq_user to "ejabberd" as default
20 Mar 2006 16:38:51
Original commit files touched by this commit  0.7a
garga search for other commits by this committer
- Update to 0.7a
03 Mar 2006 08:40:41
Original commit files touched by this commit  0.7
erwin search for other commits by this committer
Remove a spurious : and fix INDEX build.

Submitted by:   Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Pointy hat to:  garga, erwin
Approved by:    portmgr (self)
02 Mar 2006 20:57:22
Original commit files touched by this commit  0.7
garga search for other commits by this committer
- Update to 0.7
- Change it to run as jabber and not more as root, which is an unecessary
  security risk [1]

PR:             ports/93991 [1]
Submitted by:   Neil Darlow <neil@darlow.co.uk> [1]
Approved by:    portmgr (erwing)
20 Feb 2006 20:47:50
Original commit files touched by this commit  0.6_1
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
24 Jan 2006 11:23:09
Original commit files touched by this commit  0.6_1
garga search for other commits by this committer
- Fix rc.d script installation [1]
- Rework rc.d script accordingly handbook
- Remove obsolete USE_REINPLACE

Reported by:    krismail [1]
23 Jan 2006 10:47:12
Original commit files touched by this commit  0.6_1
garga search for other commits by this committer
- Fix rc.d/jabber-pyicq-transport.sh to make it honour rc.conf vars
- Bump PORTREVISION

PR:             ports/92054
Submitted by:   Lapo Luchini <lapo@lapo.it>
22 Jan 2006 02:46:38
Original commit files touched by this commit  0.6
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
09 Nov 2005 23:11:38
Original commit files touched by this commit  0.6
pav search for other commits by this committer
Move ports to a newly created net-im category:

  net/jabber-pyicq -> net-im/jabber-pyicq
  net/p5-Net-XMPP -> net-im/p5-Net-XMPP
  www/jwchat -> net-im/jwchat

Repocopies by:  marcus

Number of commits found: 39

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 6
new 48 hours18
new 7 days63
new fortnight185
new month257

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.197 seconds.