Bug 112669 - New port: net/snmp++ v3 library
Summary: New port: net/snmp++ v3 library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-14 23:00 UTC by Nicolai Petri
Modified: 2007-09-07 09:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolai Petri 2007-05-14 23:00:11 UTC
	New port of the snmp++v3 library

Fix: port attached below.

--- snmp++.port begins here ---


--- snmp++.port ends here -----EmMly84fSTVjNzXQuZjXNljA7Lds8v7ho9whykwIrSpE6chQ
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	port
#	port/Makefile
#	port/files
#	port/files/Makefile.FreeBSD
#	port/distinfo
#	port/pkg-descr
#
echo c - port
mkdir -p port > /dev/null 2>&1
echo x - port/Makefile
sed 's/^X//' >port/Makefile << 'END-of-port/Makefile'
X# New ports collection makefile for:   snmp++
X# Date created:        2007-05-14
X# Whom:                nicolai@catpipe.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	snmp++
XPORTVERSION=	3.2.22
XCATEGORIES=	net
XMASTER_SITES=	http://www.agentpp.com/
XDISTNAME=	${PORTNAME}v${PORTVERSION}
X
XMAINTAINER=	nicolai@catpipe.net
XCOMMENT=	SNMP C++ library with V3 support
X
XMAKEFILE=	Makefile.FreeBSD
XWRKSRC=${WRKDIR}/${PORTNAME}/src
X
XUSE_GMAKE=yo
X
Xpost-extract:
X	${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC}
X
X.include <bsd.port.mk>
END-of-port/Makefile
echo c - port/files
mkdir -p port/files > /dev/null 2>&1
echo x - port/files/Makefile.FreeBSD
sed 's/^X//' >port/files/Makefile.FreeBSD << 'END-of-port/files/Makefile.FreeBSD'
X  ############################################################################
X  ## 
X  ##  Makefile.FreeBSD  
X  ##
X  ##  SNMP++v3.2.22
X  ##  -----------------------------------------------
X  ##  Copyright (c) 2001-2006 Jochen Katz, Frank Fock
X  ##
X  ##  This software is based on SNMP++2.6 from Hewlett Packard:
X  ##  
X  ##    Copyright (c) 1996
X  ##    Hewlett-Packard Company
X  ##  
X  ##  ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.
X  ##  Permission to use, copy, modify, distribute andor sell this software 
X  ##  andor its documentation is hereby granted without fee. User agrees 
X  ##  to display the above copyright notice and this license notice in all 
X  ##  copies of the software and any documentation of the software. User 
X  ##  agrees to assume all liability for the use of the software; 
X  ##  Hewlett-Packard and Jochen Katz make no representations about the 
X  ##  suitability of this software for any purpose. It is provided 
X  ##  "AS-IS" without warranty of any kind, either express or implied. User 
X  ##  hereby grants a royalty-free license to any and all derivatives based
X  ##  upon this software code base. 
X  ##  
X  ##  Stuttgart, Germany, Tue Nov 21 22:12:16 CET 2006 
X  ##  
X  ##########################################################################*
X
X#
X#  Flags: compiler options, search paths
X#
X
XCOPTIONS = -D_XPG4_EXTENDED -D__unix -Wall -D_USE_OPENSSL# -DHEADER_DES_LOCL_H # -D_DEBUG
XTEMPOPTS = -I. 
X
XUSEROPTS = -g
XCFLAGS	 = $(COPTIONS) $(CINCDIRS) $(USEROPTS) 
XLDFLAGS  = $(CFLAGS)
XSHARED	 = -fPIC -shared
X
X#
X# Compilation rules
X#
XCC = g++
XLD = ld
X
Xinclude common.mk
END-of-port/files/Makefile.FreeBSD
echo x - port/distinfo
sed 's/^X//' >port/distinfo << 'END-of-port/distinfo'
XMD5 (snmp++v3.2.22.tar.gz) = 8cdbbca21d783e0120374ee1305368d7
XSHA256 (snmp++v3.2.22.tar.gz) = 229e4333ac1d011fc9e2d1d07196bac321dcdd19c54f21354b77caf2ecfc6316
XSIZE (snmp++v3.2.22.tar.gz) = 261879
END-of-port/distinfo
echo x - port/pkg-descr
sed 's/^X//' >port/pkg-descr << 'END-of-port/pkg-descr'
XSNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
X
XSNMP++v3.x is based on SNMP++v2.8 from HP* and extends it by support
Xfor SNMPv3 and a couple of bug fixes.
X
XThe v3 support to SNMP++ and AGENT++ is provided by courtesy of
XJochen Katz (katz07@agentpp.com).
X
XSNMP++v3.x extends the original SNMP++v2.8 by the following:
X# SNMPv3 including User Security Model (USM) with:
X# MD5 and SHA authentication
X# DES and IDEA privacy
X# Thread-safety
X# Bug-fixes
X
XWWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html for further details.
END-of-port/pkg-descr
exit
How-To-Repeat: 	n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-07 08:52:37 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-07 08:53:41 UTC
edwin       2007-09-07 07:53:34 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/snmp++      Makefile distinfo pkg-descr pkg-plist 
    net-mgmt/snmp++/files Makefile.FreeBSD 
  Log:
  New port: snmp++ v3 library
  
          SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
  
          SNMP++v3.x is based on SNMP++v2.8 from HP* and extends it
          by support for SNMPv3 and a couple of bug fixes.
  
          The v3 support to SNMP++ and AGENT++ is provided by courtesy
          of Jochen Katz (katz07@agentpp.com).
  
          SNMP++v3.x extends the original SNMP++v2.8 by the following:
          # SNMPv3 including User Security Model (USM) with:
          # MD5 and SHA authentication
          # DES and IDEA privacy
          # Thread-safety
          # Bug-fixes
  
          WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html for further details.
  
  PR:             ports/112669
  Submitted by:   Nicolai Petri <nicolai@petri.cc>
  
  Revision  Changes    Path
  1.134     +1 -0      ports/net-mgmt/Makefile
  1.1       +26 -0     ports/net-mgmt/snmp++/Makefile (new)
  1.1       +3 -0      ports/net-mgmt/snmp++/distinfo (new)
  1.1       +48 -0     ports/net-mgmt/snmp++/files/Makefile.FreeBSD (new)
  1.1       +16 -0     ports/net-mgmt/snmp++/pkg-descr (new)
  1.1       +41 -0     ports/net-mgmt/snmp++/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"