aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/gsnmp
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Add another download locationPav Lucistnik2007-06-181-1/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=193761
* - Add backup download location, the master ftp server randomly failsPav Lucistnik2007-06-171-1/+2
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=193731
* A SNMP library built on top of glib2 and gnet2. The goal of the project is toPav Lucistnik2007-06-164-0/+50
provide an efficient, clean, portable implementation of an SNMP stack for management applications. WWW: https://trac.eecs.iu-bremen.de/projects/gsnmp/ PR: ports/113511 Submitted by: Matt Peterson <matt@peterson.org> Notes: svn path=/head/; revision=193658