- trim Makefile header
- move LICENSE and *_DEPENDS into proper block (portlint warning)
- remove shlib version in LIB_DEPENDS (portlint warning)
- eliminate using PYTHON_SITELIBDIR
- convert to optionsng
- limit python version to 2.x only since noc (and the most of it's dependencies)
not [fully] supports 3.x
- remove trailing whitespace from pkg-descr
- do not bump PORTREVISION because the port is marked BROKEN (next 0.7.5 release
adding django 1.4 support, so hopefully it will be working again soon)
PR: 174145
Submitted by: rm (myself)
Approved by: maintainer timeout (2 weeks+)
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.
-Changes in port:
-Change depends of django to django-1.3.x version only
-Add options for make 'noc' with GMPY and PEP8 modules
-Remove creating user anf group from pkg-install script and use bsd.port.mk
mechanism.
-Autogenerate PLIST file from MANIFEST file in distribution.
PR: ports/156809
Submitted by: Stanislav A Svirid <count@211.ru> (maintainer)
Approved by: itetcu (mentor)(implicit)
Service provider and Enterprise Network Operation Centers (NOC).
Areas covered by NOC:
* Fault Management
* Service Activation/Provisioning
* Knowledge Base
* Multi-VRF Address space management
* Virtual Circuits management (VLAN, DLCI, etc)
* Configuration Management
* DNS provisioning
* Peering management, RPSL and BGP filters generator, integrated
looking glass
* Reporting
NOC Project is distributed under the term of BSD-like LICENSE.
Enjoy!
The NOC Project Team
WWW: http://www.nocproject.org/
PR: ports/137489
Submitted by: Stanislav Svirid <count at 211.ru>