/japanese/ruby-usersguide/

tle='freebsd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on unicode envbapt2016-12-232-4/+3
| | | | Removed uesless @exec and prefer setting owner directly on the directory itself
* - remove master site LOCALohauer2016-12-211-2/+1
|
* Update to 4.2.4.mat2016-12-2115-67/+26
| | | | | Reported by: portscout Sponsored by: Absolight
* Update to 2.1.4.mat2016-12-213-50/+4
| | | | | Reported by: portscout Sponsored by: Absolight
* Update to 2.2.mat2016-12-216-14/+14
| | | | | Reported by: portscout Sponsored by: Absolight
* - Mark broken on 9.xamdmi32016-12-191-1/+3
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* net-mgmt/mk-livestatus:lme2016-12-192-4/+4
| | | | Update to 1.2.8p15
* Update to 0.99.1 and pass maintainer-ship to submitter.ehaupt2016-12-194-5/+29
| | | | | PR: 215364 Submitted by: dbaio@bsd.com.br
* net-mgmt/icinga2:lme2016-12-152-0/+6
| | | | | - Ignore SIGPIPE in the rc script. This is a workaround for the bug described in https://dev.icinga.com/issues/13567 - Bump PORTREVISION
* Update to 1.1.2girgen2016-12-152-5/+4
|
* net-mgmt/icingaweb2:lme2016-12-153-1022/+193
| | | | | - Update to 2.4.0 - Icinga Web 2 only supports ZendFramework 1.x. Change the runtime dependency from 2.x to 1.x
* net-mgmt/icinga2:lme2016-12-153-8/+27
| | | | Update to 2.6.0
* Convert a few ports to GH_TUPLE.mat2016-12-131-184/+71
| | | | Sponsored by: Absolight
* net-mgmt/nagnu: Fix ncurses requirement specification part IImarino2016-12-131-1/+2
| | | | | | | Upon further discussion, it was revealed that base ncurses will satisfy requirements, so adjust USES accordingly. discussed-with: pi (originally committer)
* net-mgmt/nagnu: Fix ncurses requirement specificationmarino2016-12-131-2/+2
| | | | discussed-with: pi (originally committer)
* - Update WWW: rubygems.org uses https://sunpoet2016-12-122-2/+2
| | | | With hat: ruby
* net-mgmt/send: Fix LibreSSL buildbrnrd2016-12-112-4/+25
| | | | | | | - Add patch to fix building with LibreSSL - Register SSL dependency via USES= ssl Approved by: SSL blanket
* New port: net-mgmt/nagnupi2016-12-114-0/+41
| | | | | | | | | | Nagnu is a curses/terminal based dashboard for nagios showing current status of hosts and services. WWW: https://github.com/frlen/nagnu PR: 208846 Submitted by: Fredrik Lennmark <fredrik@min-hemsida.net>
* net-mgmt/bgpq3: update 0.1.31 -> 0.1.33 and fixesrobak2016-12-093-7/+12
| | | | | | | | - Add LICENSE and LICENSE_FILE - Pet portlint PR: 213483 Submitted by: Alexandre Snarskii <snar@snar.spb.ru> (maintainer)
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-097-6/+7
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libpcre.so.3 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libcurl.so.7 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libjpeg.so.11 compatibility link that was added in r374303 totijl2016-12-091-0/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* net-mgmt/unifi5: Update to 5.3.8feld2016-12-083-97/+303
| | | | | | Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-3-8-Stable-has-been-released/ba-p/1755779 PR: 215109
* - Add LICENSE_FILEsunpoet2016-12-061-0/+2
| | | | | | - Add NO_ARCH Approved by: portmgr (blanket)
* Use the /subdir part of GH_TUPLE.mat2016-12-051-85/+34
| | | | Sponsored by: Absolight
* Add telegraf version when compilinggirgen2016-12-051-1/+3
| | | | Suggested by: Vivek Khera
* Update to latest versiongirgen2016-12-053-27/+167
| | | | PR: 214760
* net-mgmt/observium: Fix poller-wrapper.pyfeld2016-12-052-7/+14
| | | | | | It was attempting to set PATH before importing os module Reported by: Adrian Murphy <amurphy [AT] gsoft com au>
* - Add LICENSE_FILE [1]sunpoet2016-12-042-0/+13
| | | | | | | - Add gemspec patch for rubygem-yajl-ruby 1.2.1 - Bump PORTREVISION for package change Approved by: portmgr (blanket) [1]
* net-mgmt/cpdp: Take maintainershipfeld2016-12-031-1/+1
|
* Do not use post-stage. Use post-install instead.mat2016-12-022-4/+3
| | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-022-2/+2
| | | | Sponsored by: Absolight
* Don't quote {} in find -exec calls.mat2016-12-011-1/+1
| | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight
* Update to 1.4.1jhale2016-12-012-4/+4
| | | | | PR: 214829 Submitted by: Jev Bjoersell <ports@ecadlabs.com> (maintainer)
* net-mgmt/rancid3: Remove obsolete CONFLICTSfeld2016-11-301-2/+0
| | | | Reported by: mcl
* Requires security/py-keyring as a run-dependencyehaupt2016-11-301-1/+3
|
* Mark some ports as not openssl-devel ready.mat2016-11-301-0/+4
| | | | Sponsored by: Absolight
* Remove expired port:rene2016-11-2812-415/+0
| | | | 2016-10-01 net-mgmt/rancid: Not supported upstream. Please upgrade to net-mgmt/rancid3
* Update netmagis-topo to version 2.3.3 to support net/mgmt/rancid3 insteadrene2016-11-283-4/+5
| | | | | | of the expired net-mgmt/rancid. Submitted by: maintainer in private mail
* - Add LICENSEamdmi32016-11-253-8/+17
| | | | | - Strip binary - Regenerate patches
* - Add LICENSEamdmi32016-11-231-1/+4
|
* devel/boost-*: update to 1.62.0jbeich2016-11-232-0/+2
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* Update telegraf to 1.1.1girgen2016-11-233-32/+35
| | | | | | | | | Make sure both stdin and stderr are redirected since daemon(8) forks and this would otherwise leave scripted restarts haning. See #213412 and #214643 for a more complete discussion. PR: 214738, 213412, 214643 Submitted by: Stefan Lambrev
* - Restore link to Lance Spitzner's article (2002 Honeynet Project version)danfe2016-11-221-4/+5
| | | | | | - Remove nowadays defunct www.infoworld.com link (missed in r426160) Submitted by: Royce Williams
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-203-2/+3
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* - Update to 4.1.2ehaupt2016-11-204-7/+8
| | | | - Update WWW
* As a test, restrict the dependency on dmidecode to x86.linimon2016-11-201-3/+7
|
* - Use USES=sslsunpoet2016-11-201-1/+1
|
* net-mgmt: bwm-ng, scli, spectools: Document ncurses requirementmarino2016-11-193-3/+3
| | | | Approved by: ncurses blanket
* - Update to 2.3vg2016-11-184-15/+7
|
* Reset edwin's ports, he has handed in his commit bit.rene2016-11-172-2/+2
| | | | With hat: portmgr-secretary
* net-mgmt/observium: Fix shebang in poller-wrapper.pyfeld2016-11-162-14/+8
| | | | While here, modernize port
* - Reformat port description text for better readability and compactnessdanfe2016-11-151-17/+9
| | | | | - Remove reference to Spitzner's paper which is no longer available - Fix a typo (analyse -> analyze); update WWW entry to avoid redirect
* - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closelydanfe2016-11-141-1/+0
| | | | | | matching standard ones from `Mk/bsd.options.desc.mk' - Rename couple of options to standard name or the one that better reflects their usage
* www/xymon-server: Fix example Apache config filesfeld2016-11-131-3/+9
| | | | | | | | The example config files for Apache had nonsense variables strewn throughout as we do not use the interactive build process for Xymon which would replace them after asking the user a series of questions. Sane defaults have been chosen to make the examples more useful to the user.
* net-mgmt/observium: Pet portlintfeld2016-11-131-1/+1
|
* net-mgmt/observium: Update to 0.16.10.8128feld2016-11-134-2011/+3619
| | | | PR: 213895
* - Fix build on 9.x by specifying C++ standard requirementsamdmi32016-11-121-1/+1
|
* Fix distfile checksums for net-mgmt/fastnetmonfarrokhi2016-11-121-3/+3
| | | | | | Reviewed by: mat, bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D8474
* net-mgmt/riemann: several changes to the port itselfpi2016-11-114-4/+12
| | | | | | | | | | - fix reload under daemon(8) using pkill - use new upstream master site - add conf.d for more complex configurations - add named daemon(8) process info PR: 212671 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
* Mark as broken on aarch64: fails to link with sbrk.linimon2016-11-101-0/+2
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* Update net-mgmt/fastnetmon to 1.1.3farrokhi2016-11-08