Date: Wed, 25 Apr 2007 02:54:16 GMT From: Zhen REN<bg1tpt@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/112104: [NEW PORT] Add port of net/pear-Net_MAC Message-ID: <200704250254.l3P2sGXv083611@www.freebsd.org> Resent-Message-ID: <200704250300.l3P30DVg081002@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112104 >Category: ports >Synopsis: [NEW PORT] Add port of net/pear-Net_MAC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 25 03:00:12 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Zhen REN >Release: 7.0-CURRENT >Organization: >Environment: FreeBSD tango 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Apr 9 10:14:09 CST 2007 root@tango:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Add port of net/pear-Net_MAC >How-To-Repeat: N/A >Fix: N/A Patch attached with submission follows: # 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: # # ./pear-Net_MAC # ./pear-Net_MAC/pkg-descr # ./pear-Net_MAC/distinfo # ./pear-Net_MAC/Makefile # echo c - ./pear-Net_MAC mkdir -p ./pear-Net_MAC > /dev/null 2>&1 echo x - ./pear-Net_MAC/pkg-descr sed 's/^X//' >./pear-Net_MAC/pkg-descr << 'END-of-./pear-Net_MAC/pkg-descr' XThis package validates and cleanly formats Media Access Control (MAC) Xaddresses. The Net_MAC class can also import a list of MAC address Xvendors and store them in a database which the class can then use to Xidentify vendors of any MAC address. X XWWW: http://pear.php.net/package/Net_MAC/ END-of-./pear-Net_MAC/pkg-descr echo x - ./pear-Net_MAC/distinfo sed 's/^X//' >./pear-Net_MAC/distinfo << 'END-of-./pear-Net_MAC/distinfo' XMD5 (PEAR/Net_MAC-0.1.3.tgz) = 1c85dcf2250fa340bdfb644ba35bd84b XSHA256 (PEAR/Net_MAC-0.1.3.tgz) = 33b9ebffdefb5ae8eb954c5f61211287e673689b3da1b14833e6d6b4d1db4c60 XSIZE (PEAR/Net_MAC-0.1.3.tgz) = 4997 END-of-./pear-Net_MAC/distinfo echo x - ./pear-Net_MAC/Makefile sed 's/^X//' >./pear-Net_MAC/Makefile << 'END-of-./pear-Net_MAC/Makefile' X# Ports collection makefile for: pear-Net_MAC X# Date created: 25 April 2007 X# Whom: Zhen REN <bg1tpt@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= Net_MAC XPORTVERSION= 0.1.3 XCATEGORIES= net pear X XMAINTAINER= bg1tpt@gmail.com XCOMMENT= PEAR class that validates and formats MAC addresses X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= Net XFILES= MAC/MAC.php X Xpost-extract: X @${MKDIR} ${WRKSRC}/MAC X @${MV} ${WRKSRC}/Net/MAC.php ${WRKSRC}/MAC X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include <bsd.port.post.mk> END-of-./pear-Net_MAC/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704250254.l3P2sGXv083611>