7119 FreshPorts -- net-mgmt/noc
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
noc 0.6.4_1 net-mgmt on this many watch lists=1 search for ports that depend on this port
Broken BROKEN: unsatisfyable dependency object
Ignore IGNORE: is marked as broken: unsatisfyable dependency object
Operation Support System (OSS) for the Telco, SP, and Enterprise NOC
Maintained by: count@211.ru search for ports maintained by this maintainer
Port Added: 18 Aug 2009 09:07:37
Also Listed In: python
License: BSD


NOC Project is an Operation Support System (OSS) for the Telco,
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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. textproc/py-sphinx
  2. www/py-flup
  3. lang/python27
Required To Run:
  1. www/py-django
  2. www/py-django-tagging
  3. databases/py-south
  4. devel/py-coverage
  5. devel/py-protobuf
  6. databases/py-psycopg2
  7. net-mgmt/py-snmp4
  8. textproc/py-creole
  9. www/py-webob
  10. www/py-WebTest
  11. net/py-netifaces
  12. security/py-pycrypto
  13. math/py-gmpy
  14. lang/python27
Required Libraries:
  1. net-mgmt/libsmi
There are no ports dependent upon this port

To install the port: cd /usr/ports/net-mgmt/noc/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
===> The following configuration options are available for noc-0.6.4_1:
     GMPY=on
     PEP8=off: Intsall pep8 for checking source
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://redmine.nocproject.org/attachments/download/137/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
19 Dec 2012 20:11:48
Original commit files touched by this commit  0.6.4_1
rm search for other commits by this committer
- remove bogus setuptools dependency
- 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+)
05 Aug 2012 23:19:40
Original commit files touched by this commit  0.6.4_1
dougb search for other commits by this committer
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
03 Aug 2012 15:54:36
Original commit files touched by this commit  0.6.4_1
cs search for other commits by this committer
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
02 May 2012 21:57:14
Original commit files touched by this commit  0.6.4_1
pav search for other commits by this committer
- Mark BROKEN: bad depobj

Reported by:    pointyhat
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.6.4_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.
27 Jun 2011 14:56:51
Original commit files touched by this commit  0.6.4_1
miwi search for other commits by this committer
- Fix build after net-mgmt/py-snmp4 update

Submitted by:           Ruslan Mahmatkhanov <cvs-src@yandex.ru>
VS: Modified Files:
23 May 2011 12:50:00
Original commit files touched by this commit  0.6.4
jadawin search for other commits by this committer
- Remove empty patches files.

Approved by:    pav@ (portmgr)
11 May 2011 17:15:55
Original commit files touched by this commit  0.6.4
beech search for other commits by this committer
-Update to 0.6.4
-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)
17 Mar 2011 15:49:13
Original commit files touched by this commit  0.6.2
miwi search for other commits by this committer
- Update to 0.6.2

PR:             155003
Submitted by:   Stanislav A Svirid <count@211.ru> (maintainer)
14 Feb 2011 03:31:29
Original commit files touched by this commit  0.6.1
miwi search for other commits by this committer
- Update to 0.6.1

PR:             154767
Submitted by:   maintainer
05 Feb 2011 03:19:10
Original commit files touched by this commit  0.6
miwi search for other commits by this committer
- Update to 0.6

PR:             154418
Submitted by:   Stanislav A Svirid <count@211.ru> (maintainer)
Feature safe:   yes
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.3.2
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
18 Dec 2009 22:26:11
Original commit files touched by this commit  0.3.2
miwi search for other commits by this committer
- Update to 0.3.2

PR:             141420
Submitted by:   Stanislav A Svirid <count@211.ru> (maintainer)
27 Nov 2009 23:24:45
Original commit files touched by this commit  0.3.1
miwi search for other commits by this committer
- Update to 0.3.1

PR:             139364
Submitted by:   Stanislav A Svirid <count@211.ru> (maintainer)
19 Sep 2009 16:20:39
Original commit files touched by this commit  0.3
amdmi3 search for other commits by this committer
- Update to 0.3

PR:             138544
Submitted by:   Stanislav A Svirid <count@211.ru> (maintainer)
Feature safe:   yes
18 Aug 2009 09:07:12
Original commit files touched by this commit  0.2.7
bsam search for other commits by this committer
NOC Project is an Operation Support System (OSS) for the Telco,
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>

Number of commits found: 16

282a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 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 24572
Broken 191
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 52
Set to expire 445
Interactive 33
new 24 hours 7
new 48 hours11
new 7 days29
new fortnight85
new month179

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0