white space fixes and add WWW: (portlint)
This commit is contained in:
parent
b908eee640
commit
4118d21e64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27803
6 changed files with 12 additions and 14 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libnet
|
||||
PORTVERSION= 0.99g
|
||||
CATEGORIES= net
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.packetfactory.net/libnet/dist/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
@ -21,10 +21,10 @@ GNU_CONFIGURE= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} <= 300000
|
||||
BROKEN= does not build
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/Libnet-0.99g
|
||||
WRKSRC= ${WRKDIR}/Libnet-0.99g
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -6,7 +6,6 @@ A C library for portable packet creation
|
|||
|
||||
Included are also simple example test programs
|
||||
|
||||
|
||||
Libnet is a collection of routines to help with the construction
|
||||
and handling of network packets. It provides a portable framework
|
||||
for low-level network packet writing and handling.
|
||||
|
@ -15,4 +14,4 @@ Libnet features portable packet creation interfaces at the IP layer
|
|||
and link layer, as well as a host of supplementary and complementary
|
||||
functionality.
|
||||
|
||||
See http://www.infonexus.com/~daemon9/Projects/Libnet/ for more info
|
||||
WWW: http://www.infonexus.com/~daemon9/Projects/Libnet/
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
bin/libnet-config
|
||||
include/libnet.h
|
||||
include/libnet/libnet-headers.h
|
||||
include/libnet/libnet-headers.h
|
||||
include/libnet/libnet-functions.h
|
||||
include/libnet/libnet-ospf.h
|
||||
include/libnet/libnet-structures.h
|
||||
include/libnet/libnet-macros.h
|
||||
include/libnet/libnet-asn1.h
|
||||
include/libnet/libnet-asn1.h
|
||||
lib/libpwrite
|
||||
lib/libnet.a
|
||||
share/doc/libnet/PORTS
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libnet
|
||||
PORTVERSION= 0.99g
|
||||
CATEGORIES= net
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.packetfactory.net/libnet/dist/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
@ -21,10 +21,10 @@ GNU_CONFIGURE= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} <= 300000
|
||||
BROKEN= does not build
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/Libnet-0.99g
|
||||
WRKSRC= ${WRKDIR}/Libnet-0.99g
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -6,7 +6,6 @@ A C library for portable packet creation
|
|||
|
||||
Included are also simple example test programs
|
||||
|
||||
|
||||
Libnet is a collection of routines to help with the construction
|
||||
and handling of network packets. It provides a portable framework
|
||||
for low-level network packet writing and handling.
|
||||
|
@ -15,4 +14,4 @@ Libnet features portable packet creation interfaces at the IP layer
|
|||
and link layer, as well as a host of supplementary and complementary
|
||||
functionality.
|
||||
|
||||
See http://www.infonexus.com/~daemon9/Projects/Libnet/ for more info
|
||||
WWW: http://www.infonexus.com/~daemon9/Projects/Libnet/
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
bin/libnet-config
|
||||
include/libnet.h
|
||||
include/libnet/libnet-headers.h
|
||||
include/libnet/libnet-headers.h
|
||||
include/libnet/libnet-functions.h
|
||||
include/libnet/libnet-ospf.h
|
||||
include/libnet/libnet-structures.h
|
||||
include/libnet/libnet-macros.h
|
||||
include/libnet/libnet-asn1.h
|
||||
include/libnet/libnet-asn1.h
|
||||
lib/libpwrite
|
||||
lib/libnet.a
|
||||
share/doc/libnet/PORTS
|
||||
|
|
Loading…
Reference in a new issue