| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Aug 2012 23:19:40
0.8a_1
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
14 Jan 2012 08:57:23
0.8a_1
|
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. |
20 Mar 2011 12:54:45
0.8a_1
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
0.8a_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
13 Oct 2009 15:59:59
0.8a_1
|
bland  |
Fix circular dependency with jabberd startup script.
PR: 139385
Approved by: maintainer |
13 Mar 2008 11:27:29
0.8a
|
edwin  |
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@ |
22 Jan 2008 17:00:02
0.8a
|
garga  |
- Fix WWW and MASTER_SITES to reflect new project's page
PR: ports/119896
Submitted by: garga
Approved by: maintainer |
21 Jul 2007 03:22:47
0.8a
|
rafan  |
- Revert DISTVERSION changes I made in last revision to fix version went
backwards. Note that 0.8a > 0.8 and 0.8a < 0.9, so I don't choose to
use PORTEPOCH.
Noticed by: erwin, linimon
Approved by: maintainer (implicit) |
15 Jul 2007 07:24:03
0.8.a
|
rafan  |
- Update to 0.8.a
- Use DISTVERSION which is preferred for such version number
PR: ports/114595
Submitted by: Corey Smith <corsmith at gmail.com>
Approved by: Dariusz Kulinski <takeda at takeda.tk> (maintainer) |
17 Jan 2007 10:37:20
0.8_1
|
garga  |
- Patch to fix with py-twisted 2.5.0
- Bump PORTREVISION
Submitted by: maintainer in private email |
30 Dec 2006 18:19:36
0.8
|
miwi  |
- Update to 0.8
PR: ports/107314
Submitted by: Derek Kulinski <takeda@takeda.tk> (maintainer) |
17 Aug 2006 19:32:46
0.7d_1
|
garga  |
- Use Twisted 2.x as default
- Add an OPTION to still use Twisted 1.x
- Bump PORTREVISION
- Add the same hack of pymsn to prevent to have different PYTHON_CMD on script
and on rc.d script
- Move execution of compileall.py outside .if NOPORTDOCS
PR: ports/102192
Submitted by: garga
Approved by: Derek Kulinski <takeda@takeda.tk> (maintainer) |
05 Jul 2006 15:28:07
0.7d
|
garga  |
PyAIMt is an AIM transport for Jabber written entirely in Python, and using
the Twisted framework. It uses the OSCAR protocol to communicate with AOL's
servers and should work with any Jabber implementation available.
Author: Daniel Henninger <jadestorm@nc.rr.com>
WWW: http://pyaim-t.blathersource.org/
PR: ports/98768
Submitted by: Derek Kulinski <takeda at takeda.tk> |