FreshPorts -- The Place For Ports Fri, 8 Aug 2008 12:47 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
jabber-pyicq 0.8b 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


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
Required To Build: lang/python25
Required To Run: security/py-openssl, graphics/py-imaging, lang/python25, devel/py-twistedCore, www/py-twistedWeb, net-im/py-twistedWords

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.8b:
     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/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-02-27
    Affects: users of net-im/jabber*
    Author: martin@matuska.org
    Reason: 
      With update to version 1.6.0 the name of the jabber daemon has been
      changed to bin/jabberd14 to avoid conflicts with other jabber daemons.
      The port now supports WITH_MYSQL and WITH_POSTGRESQL knobs.
    
      If you are using one of the following ports please recompile it due
      to changes in the library.
    
      net-im/jabber-conference
      net-im/jabber-jud
      net-im/jabber-yahoo
    
      Some configuration directives have changed, too. Please see example
      configuration files and README.jabberd14 files in the ports above.
    
    

  • 2006-03-02
    Affects: net-im/jabber-pyicq and net-im/jabber-pymsn
    Author: garga@FreeBSD.org
    Reason: 
      Port versions older than 0.7 and 0.11a respectively run as root which
      is an unneeded security risk. Newer versions run as as user jabber,
      so before starting the daemons, you should fix permissions for each
      spooldir (default: /var/spool/jabber):
    
    	# chown -R jabber:jabber spooldir/Transport_JID
    
    
Port Moves
  • port moved here from net/jabber-pyicq on 2005-11-09
    REASON: Moved to a new net-im category

Number of commits found: 26

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
30 Apr 2008 15: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 21: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 21: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 12: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 16: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 19: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 18: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 18: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
01 May 2006 00: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 12: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 20: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: 26

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
kdewebdev*Aug 04
drupal5Jul 13
drupal6Jul 13
popplerJul 09
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21

2 vulnerabilities affecting 3 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
Traffic

Calculated hourly:
Port count 18919
Broken 155
Deprecated 99
Ignore 433
Forbidden 6
Restricted 317
No CDROM 129
Vulnerable 49
Expired 24
Set to expire 80
Interactive 78
new 24 hours 11
new 48 hours22
new 7 days44
new fortnight89
new month173

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

Add tab to Netscape 6

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