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.
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@
- 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)
- 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)
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>