aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* - Reassign nork@ ports to the heaptabthorpe2012-08-161-1/+1
| | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr
* - Update to 2.0.0 after repocopy fromjase2012-08-1511-555/+940
| | | | | | | | | | | | | net-mgmt/zabbix-{agent,frontend,proxy,server} [1] - Convert to optionsNG - Remove the need for SQL patches by using REINPLACE - Remove manual installation of config files. - Change config include directories from dirrm to dirrmtry in pkg-plist - users may put files there. PR: ports/169153 [1] Submitted by: Pakhom Golynga <pakhom706@gmail.com> (maintainer) Approved by: flo (mentor)
* - update to 0.80.1.5rm2012-08-154-987/+1130
| | | | | | | | | | | - convert to optionsNG while here: - tab -> space in pkg-descr:WWW - use @dirrmtry for www/glpi/plugins and @dirrmtry www/glpi PR: 170598 Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer)
* - update to 2.2.4rm2012-08-154-272/+302
| | | | | PR: 170596 Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer)
* danfe was kind enough to remind me that:dougb2012-08-151-1/+0
| | | | | | | | | | WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} is already the default, so for those ports where we are doing: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} to avoid the problem of conflicts with the rc.d script of the same name it is not necessary to define WRKSRC separately. Clean up this mistake of mine, and standardize for the others.
* - Update to 0.6.18madpilot2012-08-1413-258/+227
| | | | | | | | | | | - This version makes it work again with php 5.4 - Update WWW line in pkg-descr - While I'm here fix some portlint warnings PR: ports/170565 Submitted by: Guido Falsi <madpilot@FreeBSD.org> Approved by: maintainer timeout Approved by: tabthorpe (mentor)
* Fix problem introduced in r302141. The directory for the unpacked sourcedougb2012-08-131-1/+4
| | | | | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. PR: ports/170592 Submitted by: Eugene Grosbein <eugen@eg.sd.rdtc.ru>
* - fix build of showgraphdinoex2012-08-103-7/+18
| | | | - bump PORTREVISION
* - Add missing files from distributionscheidell2012-08-102-9/+13
| | | | | | | | | | - Remove nonexistant files from Makefile and pkg-plist - Use PORTDOCS macro - Bump PORTREVISION PR: ports/169430 Submitted by: David Johnson <djohnson@osbar.org> Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
* - Be sure to include trailing slash in WWW URLswills2012-08-081-2/+2
| | | | Submitted by: az
* - distfile repacked, verified only docs where updated.dinoex2012-08-072-4/+5
| | | | - make portlint happier
* - distfile repacked, verified only docs where updated.dinoex2012-08-072-2/+3
|
* - update to 0.600.3jgh2012-08-072-3/+3
| | | | | | The virtinst release includes: - virt-install: Fix --cpuset=auto - virt-clone: Fix cloning to existing local managed block device
* Tool for managing a fleet of machines in the cloudswills2012-08-064-0/+32
| | | | WWW: https://github.com/rtyler/blimpy
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-0629-14/+14
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* - Correct commit entry:miwi2012-08-051-1/+1
| | | | | | | | - Update to 0.22 PR: 168641 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer timeout
* - Update to 4.3miwi2012-08-053-7/+9
| | | | | | PR: 168566 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer
* - update to 4.3.10dinoex2012-08-043-9/+3
|
* - update to 4.3.10dinoex2012-08-042-3/+3
|
* - Update to 0.14.1zi2012-08-045-40/+57
| | | | - Convert to OptionsNG
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-035-5/+5
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* - New port: p0f2 Passive OS fingerprinting tool p0f version 2 gives better 3scheidell2012-07-315-0/+87
| | | | | PR: ports/169855 Submitted by: Denis Pokataev <catone@cpan.org>
* Fix typos in COMMENTcs2012-07-293-3/+3
| | | | Approved by: portmgr@ (implicit)
* - actually update to 0.2.20rm2012-07-282-3/+3
| | | | | | PR: 170211 Submitted by: Fabian Keil <fk at fabiankeil dot de> (maintainer) Pointyhat to: rm (myself)
* - Update to 1.7.1lme2012-07-282-24/+23
| | | | | - Change to new OPTIONS framework - Don't depend on specific lib versions
* - update to 0.2.20rm2012-07-283-4/+4
| | | | | | | | | | - tab -> space in pkg-descr:WWW while here Changelog: https://gitweb.torproject.org/vidalia.git/blob/HEAD:/CHANGELOG PR: 170211 Submitted by: Fabian Keil <fk at fabiankeil dot de> (maintainer)
* - Fix issue when using pkgngzi2012-07-261-1/+1
| | | | | PR: ports/170197 Submitted by: ohauer
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-263-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* - update to 0.600.2jgh2012-07-233-6/+9
| | | | | | | * virt-install: New --memballoon option (Eiichi Tsukata) * virt-install: Improved qemu/kvm pseries support (Li Zhang, Qing Lin) * virt-install: Support setting BIOS path using -boot loader=PATH * Various bug fixes and improvements
* - Avoid += without preceeding definitionswills2012-07-231-2/+2
| | | | | PR: ports/169136 Approved by: maintainer timeout (5u623l20@gmail.com, >2 weeks)
* Use OSVERSION rather than slower exists checkcrees2012-07-181-2/+4
| | | | | PR: ports/169585 Approved by: maintainer timeout (anchie, >2w)
* - Avoid += without preceeding definitionswills2012-07-171-4/+4
| | | | | | | - Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS - Pet portlint by moving PERL_CONFIGURE down PR: ports/169137
* Reset maintainership for ports maintained by Gerrit Beine.crees2012-07-121-1/+1
| | | | | | | | | He had requested this some time ago, so any past timeouts should not be held against him. Your work in the past has been much appreciated, thank you. Submitted by: maintainer, via private email
* Add USE_CSTD=gnu89 to fix linking when building with clangpawel2012-07-061-0/+1
|
* graphics/ImageMagick can change package name via PKGNAMESUFFIX.az2012-07-041-1/+1
| | | | | | | We should not rely on this. Reported by: Jarrod Sayers <jarrod at downtools.com.au> Pointy hat: az@
* - Remove SITE_PERL from *_DEPENDSaz2012-07-011-17/+17
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-07-014-14/+14
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-3029-97/+97
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-302-2/+2
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-302-3/+3
| | | | Approved by: portmgr@ (bapt@)
* - Fix rc scriptswills2012-06-303-5/+43
| | | | | | | | | - Remove @stopdaemon - Bump PORTREVISION PR: ports/169251 Submitted by: Mark Felder <feld@feld.me> Approved by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-292-12/+12
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-293-11/+11
|
* - undo breakage for INDEXjgh2012-06-191-5/+0
| | | | | Spotted by: INDEX breakage Approved by: implict, zenoss@experts-exchange.com
* - add bash as a build-dependsjgh2012-06-191-0/+2
| | | | | Spotted by: INDEX breakage Approved by: (implict) zenoss@experts-exchange.com
* - remove pkg-plist in favor of PLIST_FILES and PLIST_DIRSjgh2012-06-1920-20/+31
|
* - un-break INDEX, move enviromental issue to do-install targetjgh2012-06-191-4/+3
| | | | Spotted by: INDEX build failure
* - move maintainership over from pphillips@experts-exchange.com to ↵jgh2012-06-191-7/+25
| | | | | | | | | | | | | | | | | | zenoss@experts-exchange.com - adding options for bash static, but not changing default of bash [1] - adding in local build issue fix for a umask issue (based on mail from fbsd-ports@opsec.eu ) [1] - fix build issue conflict for an installed subversion [2] - fix build issues with font directory ( based on mail from fbsd-ports@opsec.eu ) - pet portlint Note to Zenoss users: There is no need to update your installation, if it is already installed. PR: ports/168764 [1] PR: ports/165918 [2] Submitted by: jgh@ [2], fbsd-ports@opsec.eu,jgh [1] Reviewed by: maintainer, pphillips@experts-exchange.com Approved by: maintainer, pphillips@experts-exchange.com
* Addport: net-mgmt/phpipam. An open-source web IP address management application.scheidell2012-06-167-0/+429
| | | | | | | | | | | | | | Its goal is to provide light and simple IP address management application. It is ajax-based using jQuery libraries, it uses php scripts and javascript and some HTML5/CSS3 features, so some modern browser is preferred to be able to display javascript quickly and correctly. [1] - Fixes to Makefile, removed Apache Dependency, optionsng [2] PR: ports/168932 Submitted by: Jake Smith <jake@xz.cx> [1] Submitted by: Mark Felder <feld@feld.me> [2]
* - Remove obsolated post-extract messagesem2012-06-151-9/+0
|
* - Add an official patch: SNMPv3 Privilege Protocol Nonesem2012-06-153-4/+5
| | | | | | - chown recursively in pkg-install script [1] Requested by: Paul Beard <paulbeard at gmail.com> [1]
* - eliminate bogus py-setuptools dependency (port using distutils for installing)rm2012-06-151-5/+3
| | | | | | | - strict python version to 2.x only - bump PORTREVISION because of depencies change Approved by: ehaupt (maintainer, via mail)
* - update to 0.5.3jgh2012-06-143-5/+29
|
* - Update to 0.3.6culot2012-06-112-3/+3
| | | | | | Changes: http://code.google.com/p/bsnmp-ucd/source/browse/trunk/CHANGELOG PR: ports/168899 Submitted by: trociny@ (maintainer)
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-115-5/+5
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Update to 0.2.19sylvio2012-06-102-4/+3
| | | | | PR: ports/168817 Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)
* - Fix config with both sflow and netflowscheidell2012-06-102-1/+33
| | | | | | | | - Bump PORTREVISION PR: ports/168230 Submitted by: Vincent Hoffman <vince@unsane.co.uk> Approved by: maintainer (timeout, 15 days)
* - Convert to optionsNGmiwi2012-06-091-2/+3
| | | | | PR: 168895 Submitted by: maintainer
* - Fix a CONFLICTS knobsylvio2012-06-091-1/+1
| | | | | PR: ports/168749 Submitted by: Alexander Demin <support@spectrum.ru> (maintainer)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-072-3/+3
|
* Remove obsolete OSVERSION conditional.crees2012-06-071-8/+2
| | | | | | | | While here, use pre-su-install for privileged actions. PR: ports/168278 Submitted by: crees Approved by: maintainer timeout (kian.mohageri@gmail.com, 2w)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-063-6/+3
| | | | Review by: bapt, David Naylor (kde team)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-052-2/+2
| | | | Approved by: maintainer (lth@ via email)
* - Remove SITE_PERL from *_DEPENDSzi2012-06-053-4/+4
|
* Remove SITE_PERL from *_DEPENDS.demon2012-06-051-1/+1
| | | | Submitted by: az
* Use the new options framework.lme2012-06-051-10/+11
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-3/+3
|
* Fix Perl package name dependenciesdougb2012-06-041-4/+4
|
* - update png to 1.5.10dinoex2012-06-0134-26/+93
|
* Convert to specifying the port name in _DEPENDS instead ofdougb2012-06-011-4/+4
| | | | | | ${SITE_PERL}/foo/bar/file.pm http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
* Use USERS and GROUPScrees2012-05-313-60/+3
|
* - update to 0.2.18sperber2012-05-302-3/+3
| | | | | | PR: ports/168434 Submitted by: Fabian Keil <fk _at_ fabiankeil.de> (maintainer) Approved by: miwi (mentor)
* - Update to 4.92bmiwi2012-05-303-6/+3
| | | | | PR: 167024 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Curses-based interface for nagios.madpilot2012-05-306-0/+107
| | | | | | | | WWW: http://noc.hep.wisc.edu/cnagios.txt PR: ports/168295 Submitted by: Alexander Y. Grigoryev <alexander.4mail@gmail.com> Approved by: crees (mentor)
* - Change logging directory from /var/spool/icinga to /var/log/icingalme2012-05-305-12/+35
| | | | | | | | | | | | - Change plugins directory to %%LOCALBASE%%/nagios so the files installed by net-mgmt/nagios-plugins port are found [1] - Add "--enable-pqsql" to add PostgreSQL support - Set proper permissions on the rw directory - Fix substitutions in pkg-message - While here silence warnings about inclusion of deprecated header sys/timeb.h - Bump PORTREVISION Noticed by: angelv <angelvg@gmail.com> [1]
* - Update to 0.3.5culot2012-05-282-3/+5
| | | | | | | | - Add LICENSE (BSD) Changes: http://code.google.com/p/bsnmp-ucd/source/browse/trunk/CHANGELOG PR: ports/168353 Submitted by: trociny@ (maintainer)
* - Add additional PORTDOCSzi2012-05-272-1/+9
| | | | | | | - Do not bump PORTREVISION PR: ports/168310 Submitted by: Igor Kremez <greenny380@gmail.com>
* - Add my locally made changes to icinga.in and ido2db.in, so icinga and ido2dblme2012-05-253-0/+12
| | | | | | | can acutally start - Bump PORTREVISION Noticed by: Rene Petzold <3komma4khz@googlemail.com>
* Update to 4.061.tobez2012-05-242-3/+3
| | | | | | PR: 168006 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/NetAddr-IP/Changes
* - Update to 1.7.0 [1]lme2012-05-2413-110/+349
| | | | | | | | | | | | | | | | - Add support for database backends using IDOutils [2] - Add a rc script for ido2db - Enable embedded Perl by default - Enable Event Broker by default - Enable statuswrl - Drop unnecessary use of USE_PHP - Install sample event handlers - Optionally depend on MySQL or PostgreSQL - Optionally depend on Apache and install the apropriate configuration for Icinga - Update pkg-message PR: ports/167988 [1], ports/164625 [2] Submitted by: gjb[1], Gianpaolo Del Matto <delmatto@phunsites.net> [2]
* - Update to Nagios 3.4.1.scheidell2012-05-215-49/+62
| | | | | PR: ports/168197 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
* - Honor CC/CFLAGS (+fix clang build) [1]zi2012-05-192-3/+11
| | | | | | | | | | - Add additional MASTER_SITES [1] - Whitespace cleanup - Mark JOBS_SAFE [1] - Add LICENSE PR: ports/168133 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1]
* - fix startup of zenoss servicejgh2012-05-172-1/+6
| | | | | | | | | - bump PORTREVISION PR: ports/167897 Submitted by: xenophon+freebsd@irtnog.org Approved by: maintainer, pphillips@experts-exchange.com Sponsored by: Experts Exchange, LLC.
* readd php 5.3.13 and all its modules as php53*flo2012-05-162-0/+15
|
* Provides a base interface for retriving configuration variables from themiwi2012-05-165-0/+34
| | | | | | | | | hobbit server (taken from hobbitserver.cfg). WWW: http://search.cpan.org/dist/Xymon-Server/ PR: ports/167667 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Provides an object interface to the xymon/hobbit client.miwi2012-05-165-0/+33
| | | | | | | WWW: http://search.cpan.org/dist/Xymon-Client/ PR: ports/167666 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Xymon Base Module.miwi2012-05-165-0/+31
| | | | | | | WWW: http://search.cpan.org/dist/Xymon/ PR: ports/167665 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Update to 3.05bpawel2012-05-162-3/+3
| | | | | PR: ports/167912 Submitted by: maintainer
* Viewer configuration files of devices with ScreenOSbapt2012-05-156-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | (of Juniper Networks), considers the context of commands. For example to: set vrouter trust-vr sharable set vrouter "trust-vr" unset auto-route-export set protocol ospf set enable exit exit unset alg sip enable and after: set vrouter trust-vr sharable set vrouter "trust-vr" unset auto-route-export set protocol ospf set enable exit exit unset alg sip enable PR: ports/162676 Submitted by: Pavel I Volkov
* - Fix build and installmadpilot2012-05-145-4/+81
| | | | | | | | | | - Assign maintainership to submitter Also merged fixes by dikshie <dikshie@sfc.wide.ad.jp> (ports/162460). PR: ports/167868 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> Approved by: crees (mentor)
* - update to 2.6.7lth2012-05-1312-561/+168
| | | | - pass maintainership
* - Update to 1.8.13,2sylvio2012-05-126-8/+202
| | | | | | | - Add patch to proc.c to address ZBX-3897 and ZBX-4704 until applied upstream PR: ports/167802 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
* Update autoconf to 2.69 and automake to 1.12ade2012-05-122-0/+10
| | | | | PR: 166836 Tested by: Multiple -exp runs (pav)
* 2012-05-10 archivers/php4-bz2: php4 is EOLedbapt2012-05-122-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-05-10 archivers/php4-zlib: php4 is EOLed 2012-05-10 converters/php4-iconv: php4 is EOLed 2012-05-10 converters/php4-mbstring: php4 is EOLed 2012-05-10 converters/php4-recode: php4 is EOLed 2012-05-10 databases/php4-dba: php4 is EOLed 2012-05-10 databases/php4-dbase: php4 is EOLed 2012-05-10 databases/php4-dbx: php4 is EOLed 2012-05-10 databases/php4-filepro: php4 is EOLed 2012-05-10 databases/php4-interbase: php4 is EOLed 2012-05-10 databases/php4-mssql: php4 is EOLed 2012-05-10 databases/php4-mysql: php4 is EOLed 2012-05-10 databases/php4-odbc: php4 is EOLed 2012-05-10 databases/php4-oracle: php4 is EOLed 2012-05-10 databases/php4-pgsql: php4 is EOLed databases/php4-rrdtool: php4 is EOLed 2012-05-10 databases/php4-sybase_ct: php4 is EOLed 2012-05-10 devel/php4-dio: php4 is EOLed 2012-05-10 devel/php4-gettext: php4 is EOLed 2012-05-10 devel/php4-mcve: php4 is EOLed 2012-05-10 devel/php4-ncurses: php4 is EOLed 2012-05-10 devel/php4-pcntl: php4 is EOLed 2012-05-10 devel/php4-pcre: php4 is EOLed 2012-05-10 devel/php4-readline: php4 is EOLed 2012-05-10 devel/php4-shmop: php4 is EOLed 2012-05-10 devel/php4-sysvmsg: php4 is EOLed 2012-05-10 devel/php4-sysvsem: php4 is EOLed 2012-05-10 devel/php4-sysvshm: php4 is EOLed 2012-05-10 devel/php4-tokenizer: php4 is EOLed 2012-05-10 finance/php4-pfpro: php4 is EOLed 2012-05-10 ftp/php4-curl: php4 is EOLed 2012-05-10 ftp/php4-ftp: php4 is EOLed 2012-05-10 graphics/php4-chartdirector: php4 is EOLed 2012-05-10 graphics/php4-exif: php4 is EOLed 2012-05-10 graphics/php4-gd: php4 is EOLed lang/php4: php4 is EOLed 2012-05-10 lang/php4-extensions: php4 is EOLed 2012-05-10 lang/php4-overload: php4 is EOLed 2012-05-10 mail/php4-imap: php4 is EOLed 2012-05-10 math/php4-bcmath: php4 is EOLed 2012-05-10 math/php4-gmp: php4 is EOLed 2012-05-10 misc/php4-calendar: php4 is EOLed 2012-05-10 misc/php4-mcal: php4 is EOLed 2012-05-10 net/php4-ldap: php4 is EOLed 2012-05-10 net/php4-sockets: php4 is EOLed 2012-05-10 net/php4-xmlrpc: php4 is EOLed 2012-05-10 net/php4-yp: php4 is EOLed 2012-05-10 net-mgmt/php4-snmp: php4 is EOLed 2012-05-10 security/php4-crack: php4 is EOLed 2012-05-10 security/php4-mcrypt: php4 is EOLed 2012-05-10 security/php4-mhash: php4 is EOLed 2012-05-10 security/php4-openssl: php4 is EOLed 2012-05-10 sysutils/php4-posix: php4 is EOLed 2012-05-10 textproc/php4-ctype: php4 is EOLed 2012-05-10 textproc/php4-domxml: php4 is EOLed 2012-05-10 textproc/php4-pspell: php4 is EOLed 2012-05-10 textproc/php4-wddx: php4 is EOLed 2012-05-10 textproc/php4-xml: php4 is EOLed 2012-05-10 textproc/php4-xslt: php4 is EOLed 2012-05-10 www/php4-session: php4 is EOLed 2012-05-10 archivers/pecl-zip: php4 is EOLed 2012-05-10 databases/pecl-sqlite: php4 is EOLed 2012-05-11 devel/pear-XML_XPath: php4 is EOLed 2012-05-11 devel/pecl-json: php4 is EOLed 2012-05-10 www/pecl-tidy: php4 is EOLed 2012-05-10 www/php-dyn: php4 is EOLed 2012-05-11 security/pecl-hash: php4 is EOLed 2012-05-11 net/phpldapadmin098: php4 is EOLed graphics/jpgraph: php4 is EOLed
* - fix rateup's coredumpscheidell2012-05-122-0/+37
| | | | | PR: ports/167771 Submitted by: "Alexey V. Panfilov" <ports@subnets.ru> (maintainer)
* Fix plisterwin2012-05-116-3/+11
| | | | | PR: 167766 Submitted by: KIKUCHI Koichiro <koichiro@rworks.jp> (maintainer)
* Visage is a web interface for viewing collectd statistics. It also provides aswills2012-05-104-0/+36
| | | | | | | JSON interface onto collectd's RRD data, giving you an easy way to mash up the data. WWW: http://rubygems.org/gems/visage-app
* - Chase rrdtool shlib version bump.sylvio2012-05-0822-11/+22
|
* - Update to 0.8.8asem2012-05-043-3/+18
| | | | Feature safe: Yes
* - Mark BROKEN: bad depobjpav2012-05-031-0/+2
| | | | Reported by: pointyhat
* Delete unnecessary file.motoyuki2012-05-021-26/+0
| | | | Noticed by: Alex Kozlov <spam@rm-rf.kiev.ua>
* - Merge in fix for CVE-2012-2141zi2012-04-272-1/+14
| | | | | | | - Bump PORTREVISION Security: 5d85976a-9011-11e1-b5e0-000c299b62e1 Obtained from: Red Hat Bugzilla (bug #815813)
* - Update to 0.14.0zi2012-04-276-53/+66
|
* Update to version 6.0skreuzer2012-04-262-6/+6
|
* Update to 0.8.8skreuzer2012-04-252-4/+4
|
* Add Pandora FMS 4.0.1 - a Flexible Monitoring System.motoyuki2012-04-2131-0/+3752
| | | | | | | | | WMI client 1.3.16 - a WMI (Windows Management Instrumentation) client which is needed for Pandora FMS. Submitted by: KIKUCHI Koichiro <koichiro@rworks.jp> Junichi Satoh <junichi@junichi.org> WWW; http://pandorafms.org/ Feature safe: yes
* - Update to 0.7.4.1sunpoet2012-04-182-5/+4
| | | | Changes: http://ettercap.sourceforge.net/history.php
* Update to 0.9.9ehaupt2012-04-163-4/+7
|
* 1: Upgrade libmemcached to 1.0.6.vanilla2012-04-141-2/+2
| | | | | 2: bump revision to chase shared library version. 3: drop maintainer
* - chase libmemcached shared library bump 8=>9jgh2012-04-141-1/+1
| | | | | | PR: ports/166898 Submitted by: basarevych@gmail.com Approved by: maintainer, ports@bsdserwis.com
* php4 is EOLed, let's deprecate itbapt2012-04-121-0/+3
| | | | Approved by: ale (maintainer by private mail)
* - Update to 5.1.0dhn2012-04-125-12/+54
| | | | | | PR: ports/166830 Submitted by: Mark Felder <feld@feld.me> Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
* - Add RouterOS supportdhn2012-04-123-8/+28
| | | | | | PR: ports/166831 Submitted by: Mark Felder <feld@feld.me> Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
* Fix various errors in ports distinfoak2012-04-121-1/+1
| | | | (yii-1.1.9.r3527.tar.gz verified against upstream sources)
* - Update to 2.17.4scheidell2012-04-113-18/+3
| | | | | | | | - Reset PORTREVISION due to PORTVERSION change PR: ports/166776 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: Alexey V. Panfilov <ports@subnets.ru> (maintainer)
* - Fix build with clangsunpoet2012-04-111-7/+56
| | | | | PR: ports/166377 Submitted by: Niclas Zeising <zeising@daemonic.se>
* - update to version 2.3.8ohauer2012-04-107-32/+29
| | | | | | | | | | | | Changes: http://www.shrubbery.net/rancid/CHANGES Additional portlint fixes PR: 165974 Submitted by: ohauer Approved by: Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer) Feature safe: yes
* The Net::ILO module is an interface to a subset of Hewlett-Packardsculot2012-04-076-0/+62
| | | | | | | | | | | | | Integrated Lights-Out out-of-band management system. HP's API is XML-based and cumbersome to use; this module aims to simplify accessing the iLO from Perl while retaining as much functionality as possible. WWW: http://search.cpan.org/dist/Net-ILO/ PR: ports/166615 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> Feature safe: yes
* Update to version 3.04bpawel2012-04-052-4/+3
| | | | | | PR: ports/166643 Submitted by: maintainer Feature safe: yes
* - Resolve conflict with nagiosscheidell2012-04-052-5/+3
| | | | | | | PR: ports/166573 Reported by: bapt@ Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) Feature safe: yes
* - Merge in upstream patch to resolve bug 3460364: Fix use of block factor ↵zi2012-04-052-3/+30
| | | | | | | | | when detecting error conditions - Bump PORTREVISION Feature safe: yes Obtained from: upstream git repo
* - Update to 1.6.6culot2012-04-042-3/+3
| | | | | | | | Changes: http://sourceforge.net/mailarchive/message.php?msg_id=28973991 PR: ports/166539 Submitted by: Alexey Illarionov <littlesavage@rambler.ru> Approved by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Feature safe: yes
* Pass maintainer to submitter of previous PR. The email address in the PRwxs2012-03-241-1/+1
| | | | | | | | | was incorrect, so I took it over until I could get confirmation on what address to use. PR: ports/166224 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Feature safe: yes
* - Update mirror URL on my portszi2012-03-236-6/+6
| | | | Feature safe: yes
* Update to 3.03b.wxs2012-03-197-94/+125
| | | | | | | | | | Switch to using PLIST_FILES and PORTDOCS. No longer require gmake. Don't require bash (build.sh). PR: ports/166224 (based upon) Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Feature safe: yes
* - Fix various issues with rc script, including:zi2012-03-181-54/+39
| | | | | | | | | | -- Change default pidfile name to avoid conflict with bsnmpd -- Remove check for deprecated net_snmpd_enable - Do not bump PORTREVISION at this time PR: conf/166126 Submitted by: dougb@ Feature safe: yes
* - Add missing RUN_DEPENDSswills2012-03-181-1/+3
| | | | | | | | - Bump PORTREVISION PR: ports/165777 Approved by: maintainer timeout (freebsd-ports@bluepex.com, >2 weeks) Feature safe: yes
* - Add missing BUILD_DEPENDS and RUN_DEPENDSswills2012-03-181-3/+6
| | | | | | | | | - Bump PORTREVISION - Add TEST_DEPENDS to enable testing PR: ports/165776 Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Feature safe: yes
* - Add LICENSEzi2012-03-181-0/+15
| | | | | | | - Add OPTION for logging snmptraps to MySQL - Add OPTION to restrict agentx access to a local socket only Feature safe: yes
* - Set / Update Portscout flagsmiwi2012-03-174-5/+13
| | | | | | | | | - Pass maintainership to submitter PR: 166062 166105 166112 166113 166114 166115 166141 166154 166155 166156 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes
* - Update to 2.0.4.araujo2012-03-163-9/+11
| | | | Feature safe: yes
* - Update to 2.0.4.araujo2012-03-163-242/+17
| | | | | | PR: ports/166124 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Feature safe: yes
* - drop invalid post-deinstall targetjgh2012-03-151-5/+1
| | | | | | PR: ports/166078 Submitted by: jgh@ Feature safe: yes
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-1/+8
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* Update to v0.21.16skreuzer2012-03-132-3/+3
| | | | Feature safe: yes
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-8/+1
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* Add net-mgmt/netdot, a tool designed to help network administratorstobez2012-03-0810-0/+2396
| | | | | | collect, organize and maintain network information. Submitted by: Nick Hilliard <nick@foobar.org>
* Add observium.linimon2012-03-051-0/+1
|
* - Correct dependency line for p5-Compress-Raw-Zlibpav2012-03-031-1/+1
| | | | Reported by: pointyhat
* - Mark BROKEN on 7.X: does not compilepav2012-03-031-1/+7
| | | | | | ec_send.c:37:23: error: pcap/pcap.h: No such file or directory Reported by: pointyhat
* - Remove conditional checks for FreeBSD 6.Xpav2012-03-021-6/+0
| | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat)
* - Update to 3.0.715wen2012-03-023-5/+5
| | | | | PR: ports/165578 Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
* Add port net-mgmt/observium: As per WantedPorts.scheidell2012-02-296-0/+4409
| | | | | | | | | | | | | Observium is an autodiscovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more. - fix-up for invalid XML, fixed in upstream, but not in released version PR: ports/165251 Submitted by: Mel Flynn <rflynn@acsalaska.net> (maintainer) Approved by: gabor (mentor, implicit)
* - New port: net-mgmt/nagios-openldap-pluginszi2012-02-274-0/+62
| | | | | | | A collection of scripts useful for monitoring OpenLDAP written by the LTB (LDAP Tool Box) project. WWW: http://ltb-project.org/wiki/documentation/
* Remove quotes from BROKEN and IGNORE as they are not requiredeadler2012-02-261-2/+2
| | | | Approved by: maintainer timeout
* Add some more explicit instructions for post-install configurationdougb2012-02-231-0/+3
|
* - fix sort order in few category Makefilesrm2012-02-231-1/+1
| | | | | PR: 165411 Submitted by: Conrad J. Sabatier <conrads at cox dot net>
* - Update to 0.8.7isem2012-02-233-3/+4
|
* - use OPTIONSdinoex2012-02-221-0/+3
|
* - Resolve issue where local filesystems were displayed as remote file systems.zi2012-02-203-6/+27
| | | | | | PR: ports/164817 Submitted by: Rainer Duffner <rainer@ultra-secure.de> Obtained from: Mel Flynn <rflynn@acsalaska.net>
* - Update to 0.2.17miwi2012-02-202-3/+3
| | | | | | | | The ChangeLog is available at: https://blog.torproject.org/blog/vidalia-0217-out PR: 165189 Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)
* - Fix inclusion of required header file under 10-CURRENTzi2012-02-193-1/+13
| | | | | | | - Do not bump PORTREVISION PR: ports/165201 Submitted by: Denis Generalov <gd@powernet.ru>
* - build with giflibdinoex2012-02-192-2/+2
|
* - Update to 2.13 [1]scheidell2012-02-193-4/+4
| | | | | | | | | - add check for empty dir in pkg-plist PR: ports/164908 [1] Submitted by: Marc Peters <marc.peters@trivago.com> [1] Approved by: jarrod@downtools.com.au (maintainer), gabor (mentor, implicit) Feature safe: yes
* - Missed ../Makefile update for new port newdisc-mibsscheidell2012-02-1810-1805/+159
| | | | | | | | | | | | - Updated netdisco to 1.1 - Updated netdisco to use netdisco-mibs instead of INDEX killer != - Pass maintainership to submitter (via private email) - Update to use Apache 20+ instead of 13+ PR: ports/164955 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) Approved by: gabor (mentor, implicit) Feature safe: yes
* - Update to 0.15jadawin2012-02-172-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/MRSAM/Net-CIDR-0.15/Changes
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
|
* USE_MAKE is the default, right?eadler2012-02-151-1/+0
| | | | | Submitted by: Alex Kozlov Approved by: maintainer
* Bump pcre library dependency due to 8.30 updatemm2012-02-144-5/+8
|
* Add port net-mgmt/netdisco-mibs: Mibs for use with netdisco and SNMP in generalscheidell2012-02-144-0/+2017
| | | | | | PR: ports/164954 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) Approved by: gabor (mentor, implicit)
* - Merge in fix for upstream Bug ID 3480541zi2012-02-141-2/+11
| | | | | | - Do not bump PORTREVISION as this is a minor edit and I plan to include additional patches in the near future Requested by: Alexey Kouznetsov <alexey@kouznetsov.com>
* - Update distinfo: tarball rerolled without functional changesunpoet2012-02-121-2/+2
| | | | Changes: http://people.FreeBSD.org/~sunpoet/ettercap-0.7.4.diff
* - Add support to build/install the net-snmp python moduleszi2012-02-122-0/+40
| | | | | PR: ports/162140 Requested by: Geoffrey Huntley <ghuntley@ghuntley.com>
* Update to 1.10ehaupt2012-02-123-4/+5
| | | | | PR: 164983 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer)
* Use a direct depend on nginx instead of a USE_ variable which does not seem ↵eadler2012-02-112-2/+2
| | | | | | to exist Submitted by: Alex Kozlov
* - Restore LIBNET_CONFIGsunpoet2012-02-091-1/+3
|
* Use WWWDIR in the plist because it's already included in thedougb2012-02-082-14/+13
| | | | default PLIST_SUB.
* The variable is USE_PERL5 not USE_PERLeadler2012-02-071-1/+1
| | | | | | Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav)
* - Update to 0.7.4sunpoet2012-02-075-175/+155
| | | | | | | | - Sort OPTIONS - Cosmetic change - Take maintainership Changes: http://ettercap.sourceforge.net/history.php
* Hawk is a web based utility for monitoring and comparing hosts on yourdougb2012-02-0712-0/+581
| | | | | | | | | | | | | | | | | | network with what is in DNS. Hosts that are answering pings but are not in DNS may be unauthorized, and addresses in DNS which are not answering may be able to be reclaimed. Hawk monitors all hosts on the networks you specify and lets you view them via a web page. Hawk consists of a backend written in Perl that monitors hosts by ICMP pings and writes the status to a mysql database. The frontend is in PHP and lets you select which network to view, and how to view it. This version has several enhancements to the original; including cleaner Perl code, a user-definable string to designate unused addresses that are in DNS, testing that the forward and reverse hostnames match, and the daemon forks one process pre subnet. WWW: http://sourceforge.net/projects/iphawk/
* - Chase unixODBC shlib bumpmiwi2012-02-064-2/+5
|
* - Fix build with UNHANDLED_HACK [1]lme2012-02-031-4/+5
| | | | | | | - Patch ping syntax and s/Linux/FreeBSD/ by default - Bump PORTREVISION Noticed by: Kurt Jaeger [1]
* - Update to 0.600.1jgh2012-02-034-8/+23
| | | | | | - while here move man installation away from ${PREFIX}/share Approved by: crees, rene (mentors, implicit)
* Update to 2.9.1mm2012-02-022-3/+3
|
* - Reassign to the heaptabthorpe2012-02-011-1/+1
|
* Grab maintainershiplme2012-01-311-1/+1
|
* - Drop maintainershipchinsan2012-01-311-1/+1
|
* - Update to 1.6.1chinsan2012-01-313-73/+32
| | | | | | | - Drop maintainership Submitted by: flo@ PR: ports/164282
* - No duplicated data in RRD files.scheidell2012-01-305-0/+108
| | | | | | | | | - No unused data in RRD files. - No wasted polling for the same data over and over PR: ports/160272 Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer) Approved by: maintainer, gabor (mentor)
* - update makefile, install cgiprograms with INSTALL_PROGRAM (was ↵scheidell2012-01-291-2/+2
| | | | | | | | | INSTALL_DATA) [1] PR: ports/159619 [2] Submitted by: Olexandr <raven77@ukr.net> [2] Reviewed by: scheidell [1] Approved by: maintainer (timeout, 5 months), gabor (mentor, implicit)
* This module supports the ability to retrieve data from severalmiwi2012-01-285-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | different models of TL1 devices. Explictly supported devices include the following: * Cisco ONS15327 * Cisco ONS15454 * Cisco ONS15808 * Nortel OME 6500 * Nortel HDXc * Ciena CoreDirector * Infinera DTC * Fujitsu FLASHWAVE 7500 Each specifically supported device has its own GRNOC::TL1::Device module, which sets the default port and prompt used for that device. They also may each export their own unique commands on top of what is already provided in GRNOC::TL1::Device. Raw commands and output can be sent and received, or output can be parsed via the parse function, or by calling a function for that device. WWW: http://www.sourceforge.net/projects/routerproxy PR: ports/163027 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Respect CCmiwi2012-01-281-0/+1
| | | | | | PR: 163233 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer
* - Merge in fixes for Bug IDs: 3434824 [1], 3419825, 3428506zi2012-01-274-1/+57
| | | | | | | - Bump PORTREVISION Requested by: Alexey Kouznetsov <alexey@kouznetsov.com> [1] Obtained from: net-snmp git repo/bug database
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-229-9/+9
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - escape shell namesdinoex2012-01-142-2/+2
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1468-72/+71
| | | | | | | | | | | 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.
* - Update to 1.96jgh2012-01-142-8/+7
| | | | | | | | - Update MASTER_SITES and DISTFILE (moved to github) PR: ports/164109 Submitted by: Anthony Garcia <agarcia at experts-exchange.com> Approved by: crees,rene (mentors, implicit)
* - Fix fetch error by updating MASTER_SITES and DISTFILEjgh2012-01-142-7/+6
| | | | | | PR: ports/164108 Submitted by: Anthony Garcia <agarcia at experts-exchange.com> Approved by: crees,rene (mentors, implicit)
* - Fix fetch error by updating MASTER_SITES and DISTFILEjgh2012-01-142-3/+6
| | | | | | PR: ports/164107 Submitted by: Anthony Garcia <agarcia at experts-exchange.com> Approved by: crees,rene (mentors, implicit)
* - Fix fetch error by updating MASTER_SITES and DISTFILEjgh2012-01-142-6/+6
| | | | | | PR: ports/164104 Submitted by: Anthony Garcia <agarcia at experts-exchange.com> Approved by: crees,rene (mentors, implicit)
* - update to 4.3.7dinoex2012-01-128-27/+38
|
* - Use autotools at build time, they are used when installed on system anywaypawel2012-01-108-57/+63
| | | | | | | | | | | | | | (this eliminates packaging errors seen only on live systems while tinderbox builds are fine) - Fix installation of collectd.conf.sample, patch src/Makefile.am to always install it with same name - Remove libgcrypt version check from configure.in, it breaks automake process when libgcrypt is not installed - Don't patch configure script, it's created on build phase now PR: ports/163709 Reported by: Garrett Cooper <yanegomi@gmail.com> Approved by: maintainer
* - Remove outdated version checkseadler2012-01-091-6/+1
| | | | Reviewed by: nox
* - update to 2.4.0rm2012-01-083-815/+932
| | | | | PR: 163875 Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer)
* - Update to 2.1.13culot2012-01-072-3/+3
| | | | | | Changes: http://search.cpan.org/dist/FusionInventory-Agent/Changes PR: ports/163874 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* Add support for pflog interfaces. Adjust chunk statements in the patchwxs2012-01-072-4/+18
| | | | | | while here. Submitted by: Clayton Milos <clay@milos.co.za> (via ports@ list)
* since apache13 is gone we need only one p5-Apache-DBI in the treeohauer2012-01-062-4/+4
| | | | | | - change p5-Apache-DBI-mp2 -> p5-Apache-DBI with hat apache@
* - Update to 1.6.5jgh2012-01-032-6/+3
| | | | | | PR: ports/163741 Submitted by: Alexey Illarionov <littlesavage at rambler.ru> Approved by: maintainer, rene (mentor)
* - remove support for apache version < 20 (mod_perl)ohauer2012-01-021-19/+11
| | | | | | - sort dependency with hat apache@
* - change required APACHE version from 13+ to 20+ohauer2012-01-023-3/+3
| | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
* - Update to 1.8.10,2crees2011-12-318-18/+8
| | | | | | | - Deforbid zabbix-frontend PR: ports/163691 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
* Mark FORBIDDEN; multiple XSS vulnerabilitiescrees2011-12-292-0/+4
| | | | | | | PR: ports/163691 Submitted by: Pavel Timofeev <timp87@gmail.com> Obtained from: https://support.zabbix.com/browse/ZBX-4015 Security: ZBX-4015
* - Fix find(1) invocation from previous commitpav2011-12-291-1/+1
| | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Reported by: pointyhat
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* - Add MEMCACHED, PYTHON, TOKYOTYRANT options [1]pawel2011-12-274-18/+92
| | | | | | | | | | - Clean up CONFIGURE_ARGS [1] - Remove 6.x bits, not supported anymore - Use bsd.port.options.mk instead of bsd.port.pre.mk - Fix build for NUTUPS option PR: ports/163475 [1] Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]
* - Add MEMCACHED, PYTHON, TOKYOTYRANT options [1]pawel2011-12-274-20/+97
| | | | | | | | | | - Clean up CONFIGURE_ARGS [1] - Remove 6.x bits, not supported anymore - Use bsd.port.options.mk instead of bsd.port.pre.mk - Fix build for NUTUPS option PR: ports/163473 [1] Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]
* Switch to using bsd.port.options.mk and remove unnecessary assignments.wxs2011-12-261-5/+1
| | | | | PR: ports/162754 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Switch to using bsd.port.options.mk and remove unnecessary assignments.wxs2011-12-261-10/+2
| | | | | | | While here, don't use 'find | xargs rm', when 'find -delete' will do. PR: ports/162754 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Mark as broken on sparc64-9: fails to compile.linimon2011-12-221-0/+3
| | | | Hat: portmgr
* move contributor address => jghjgh2011-12-212-2/+2
| | | | Approved by: crees (mentor)
* - Override CC as well as CFLAGS/LDFLAGS from command linemich2011-12-201-6/+1
| | | | | PR: ports/163227 Submitted by: Jan Beich <jbeich@tormail.net>
* - Update to 1.1.0pgollucci2011-12-202-3/+3
| | | | | | | PR: ports/163389 Submitted by: myself (pgollucci) Approved by: mhjacks@swbell.net (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
* NTPMonitor monitors the offset between system time and a target NTP (Networkcrees2011-12-196-0/+50
| | | | | | | | | | | Time Server) server's time. More details can be found at provided url. WWW: http://community.zenoss.org/docs/DOC-3469 PR: ports/167194 Submitted by: Zenoss <zenoss@experts-exchange.com>
* - Merge in fix for bug 3411437 to address stack overflow issuezi2011-12-162-1/+12
| | | | | | | - Bump PORTREVISION Reported by: brian@ Obtained from: upstream bug tracker
* - Backed out at request of maintainerscheidell2011-12-151-8/+1
| | | | | | | - PR reopened PR: ports/162140 Approved by: zi (maintainer)
* Update MASTER_SITES, distinfo for rerolled distfilecrees2011-12-152-5/+6
| | | | | PR: ports/163294 Submitted by: Jason Helfman (zenoss@experts-exchange.com) (maintainer)
* - Missing quote in options [1]scheidell2011-12-151-1/+1
| | | | | Submitted by: wxs [1] Approved by: mainainer (zi, implicit), mentor (gabor)
* - re-integration which enables the option of building the python bindings [1]scheidell2011-12-141-1/+8
| | | | | | | | | - with the addition of a options knob (off by default) - No portsbump so that its a 'noop' for systems that don't need python bindings PR: ports/162140 Submitted by: Geoffrey Huntley <ghuntley@ghuntley.com> [1] Approved by: zi (maintainer timeout, 30 days), gabor (mentor)
* - Update to 4.10.4novel2011-12-144-17/+17
| | | | | | | | - Add RRDCACHED knob PR: 163191 Submitted by: Krzysztof Stryjek (maintainer) Feature safe: yes
* - Update to 5.0.1novel2011-12-134-24/+57
| | | | | | | | - Add RRDCACHED knob PR: 163190 Submitted by: Krzysztof Stryjek (maintainer) Feature safe: yes
* - Update to 0.3.3culot2011-12-122-4/+4
| | | | | | | | | - Update MAINTAINER address Changes: http://code.google.com/p/bsnmp-ucd/source/browse/trunk/CHANGELOG PR: ports/163181 Submitted by: trociny@ (maintainer) Feature safe: yes
* - Fix problem that was reintroduced with the upgrade to 5.7.1 [1]zi2011-12-085-3/+54
| | | | | | | | | | | | | | - Merge in upstream commits to resolve a handful of issues - 1421924b4852142192c5bb9e93ddbfed69e908fa [1] - 97172b311d20f4441c7a7e90092b59c1e0da99f7 - 5fd26e4fa3e000ea9c81c38ab975b7946efe2157 - cf82b894b2217c26edc6f1356351c932415604e2 - Bump PORTREVISION PR: ports/163069 [1] Reported by: Ryan Frederick <ryanrfrederick@gmail.com> [1] Obtained from: upstream repo Feature safe: yes
* A plugin for Nagios to query common NetSNMP-exported information:demon2011-12-075-0/+389
| | | | | | | | | | -- disk status; -- processes status; -- swap status; -- load averages; -- anything else exported via NetSNMP's exec or extend directives. Feature safe: yes
* Update to 0.8.7hskreuzer2011-12-062-12/+4
| | | | | | PR: ports/162998 Submitted by: Tacid <tacid@tacid.kiev.ua> Feature safe: yes
* - Add shutdown keyword to rc scriptscheidell2011-12-041-0/+1
| | | | | | | PR: ports/162963 Submitted by: maintainer Approved by: maintainer,gabor(mentor) Feature safe: yes
* - Take maintainership per private conversation with current maintainerzi2011-12-021-1/+1
| | | | | Approved by: sylvio@ Feature safe: yes
* - Fix libtool typo in ltmain.shzi2011-12-023-0/+23
| | | | | | | | | | - Fix linking issue with libnetsnmpmibs.so and libperl.so - Bump PORTREVISION PR: ports/163005 Submitted by: William Elasio Moreno Albarracin <wmoreno3@yahoo.com> Approved by: maintainer (implicit) Feature safe: yes
* - Update to 5.7.1zi2011-12-0112-261/+21
| | | | | | | PR: ports/162847 Submitted by: me Approved by: maintainer (implicit) Feature safe: yes
* - links to libmysqlclient/libpq but doesn't register dependenciesscheidell2011-11-293-103/+163
| | | | | | | | | | | | | | | | | | | | - OPTIONS was removed, - option for PostgreSQL was removed, but netams links to libpq library (if found), - port unconditionally depends on mysql50-client, regardless of installed versions of MySQL, - netams supports other databases but port always installs MySQL 5.0, - option WITHOUT_DEBUG was removed and netams logs huge amounts of data without it, - port has a lot of dependencies required only for web part of application (support for WITHOUT_CGI was removed), - port unconditionally depends on apache22, which is not required, there are plenty of web servers in ports tree, - port unconditionally depends on mysql50-server, which is not required (database servers are often installed on different machines), - port specifies weird DATADIR (${PREFIX}/etc), - port unnecessarily specifies WWWDIR, - sample config file is installed to ${PREFIX}/etc/netams instead of default ${PREFIX}/etc. PR: 151930 Submitted by: am@raisa.eu.org Approved by: maintainer (timeout), gabor (mentor) Feature safe: yes
* PR: 146145scheidell2011-11-291-1/+7
| | | | | | | Submitted by: fw@moov.de Reviewed by: scheidell Approved by: maintainer (fw@moov.de, timeout), gabor (mentor) Feature safe: yes
* Update to 4.058.tobez2011-11-283-12/+18
| | | | | Changes: http://search.cpan.org/dist/NetAddr-IP/Changes Feature safe: yes
* - Bump PORTREVISION for previous commitzi2011-11-241-1/+1
| | | | Feature safe: yes
* - Fix TCP-MIB::tcpCurrEstab.0 reportingzi2011-11-241-0/+20
| | | | | | | | PR: ports/160900 Submitted by: Petr Lampa <lampa@fit.vutbr.cz> Obtained from: upstream commit 87a31bbc009c9515a26c86317475f8384bd70e1b Approved by: maintainer (implicit) Feature safe: yes
* - Update to 1.0.13miwi2011-11-192-3/+3
| | | | | | PR: 162627 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
* - Update to 1.9miwi2011-11-193-3/+5
| | | | | | PR: 162598 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer) Feature safe: yes
* - update to 0.1.2rm2011-11-193-8/+11
| | | | | | | | | | | | | - fix SF mirror - move LICENSE into correct block - update dependencies versions - move pkg-plist into PLIST_FILES PR: 162669 Submitted by: rm (myself) Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer), novel (mentor) Feature safe: yes
* - update to 0.3.1rm2011-11-192-5/+6
| | | | | | | | | | | - fix SF mirror - update dependencies version PR: 162668 Submitted by: rm (myself) Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer), novel (mentor) Feature safe: yes
* - update to 4.2.1rm2011-11-193-7/+9
| | | | | | | | | | | - fix SF mirror - update dependencies versions - update CONFLICTS PR: 162667 Submitted by: rm (myself) Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer), novel (mentor) Feature safe: yes
* Remove trailing whitespaces.ehaupt2011-11-191-1/+1
| | | | Feature safe: yes
* - Update to 1.4.0.7miwi2011-11-149-104/+38
| | | | | | PR: 161608 Submitted by: Ports Fury Feature safe: yes
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0
| | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes
* - fix broken layout in mrtgohauer2011-11-142-0/+19
| | | | | | PR: ports/162224 Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer) Feature safe: yes
* - Update to 1.5.1lme2011-11-132-3/+3
| | | | | | PR: ports/161990 Approved by: maintainer timeout (3 weeks) Feature safe: yes
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)linimon2011-11-101-3/+3
| | | | Hat: portmgr
* Freshmeat is now called Freecode. Change all freshmeat.net URLs for toehaupt2011-11-101-1/+1
| | | | freecode.com (for ports@ and ehaupt@).
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* - Update to 1.11sunpoet2011-11-062-19/+24
| | | | | | | | | | - Add BUILD_DEPENDS - Sort *_DEPENDS and MAN3 Changes: http://search.cpan.org/dist/Zenoss/Changes PR: ports/161830 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
* Update to version 0.82pawel2011-11-052-4/+3
| | | | | PR: ports/158893 Submitted by: Jin-Sih Lin <linpct@gmail.com>