Add a bsnmp package

This commit is contained in:
Baptiste Daroussin 2015-03-18 13:01:09 +00:00
parent 842294c1ff
commit 9f4256d525
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=280217
11 changed files with 88 additions and 1 deletions

View file

@ -174,7 +174,8 @@ FILES+= bootparams
.endif
.if ${MK_BSNMP} != "no"
FILES+= bsnmpd
FILESGROUPS+= BSNMP
BSNMP+= bsnmpd
.endif
.if ${MK_CASPER} != "no"
@ -302,4 +303,8 @@ SSHDIR= /etc/rc.d
SSHMODE= ${BINMODE}
SSHPACKAGE= ssh
BSNMPDIR= /etc/rc.d
BSNMPMODE= ${BINMODE}
BSNMPPACKAGE= bsnmp
.include <bsd.prog.mk>

View file

@ -2,5 +2,6 @@
NO_WERROR=
INCSDIR= ${INCLUDEDIR}/bsnmp
PACKAGE= bsnmp
.include "../Makefile.inc"

View file

@ -0,0 +1,13 @@
name = "FreeBSD-bsnmp-development"
origin = "base"
version = "%VERSION%"
comment = "SNMP development"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
TODO
EOD

View file

@ -0,0 +1,13 @@
name = "FreeBSD-bsnmp-lib32-development"
origin = "base"
version = "%VERSION%"
comment = "SNMP 32bits development"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
TODO
EOD

View file

@ -0,0 +1,13 @@
name = "FreeBSD-bsnmp-lib32"
origin = "base"
version = "%VERSION%"
comment = "SNMP 32bits libraries (profiling)"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
TODO
EOD

View file

@ -0,0 +1,13 @@
name = "FreeBSD-bsnmp-lib32"
origin = "base"
version = "%VERSION%"
comment = "SNMP 32bits libraries"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
TODO
EOD

View file

@ -0,0 +1,13 @@
name = "FreeBSD-bsnmp-profile"
origin = "base"
version = "%VERSION%"
comment = "SNMP libraries (profiling)"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
TODO
EOD

View file

@ -0,0 +1,13 @@
name = "FreeBSD-bsnmp"
origin = "base"
version = "%VERSION%"
comment = "SNMP daemon and userland tools"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
TODO
EOD

View file

@ -1,3 +1,4 @@
# $FreeBSD$
PACKAGE= bsnmp
.include "../Makefile.inc"

View file

@ -1,6 +1,7 @@
# $FreeBSD$
SHLIB_MAJOR= 6
PACKAGE= bsnmp
MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \
-e 's%@DEFPATH@%${DEFSDIR}/%g' \

View file

@ -2,6 +2,7 @@
# Author: Shteryana Shopova <syrinx@FreeBSD.org>
BINDIR?= /usr/bin
PACKAGE= bsnmp
CFLAGS+= -I. -I${.CURDIR}