FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:55 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
libnet 1.1.2.1_2,1 net on this many watch lists=78 search for ports that depend on this port
A C library for creating IP packets
Maintained by: dinoex@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


Libnet is a high-level API (toolkit) allowing the application programmer to
construct and inject network packets. It provides a portable and simplified
interface for low-level network packet shaping, handling and injection.

Libnet hides much of the tedium of packet creation from the application
programmer such as multiplexing, buffer management, arcane packet header
information, byte-ordering, OS-dependent issues, and much more.

Libnet features portable packet creation interfaces at the IP layer
and link layer, as well as a host of supplementary and complementary
functionality.

Using libnet, quick and simple packet assembly applications can be whipped up
with little effort.  With a bit more time, more complex programs can be written
(Traceroute and ping were easily rewritten using libnet and libpcap).

Libnet is distrubuted under the BSD license.

Author:	Mike D. Schiffman <mike at infonexus dot com>
WWW:	http://www.packetfactory.net/projects/libnet/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/net/libnet/ && make install clean
To add the package: pkg_add -r libnet11


Configuration Options
     No options to configure

Master Sites:
http://www.packetfactory.net/libnet/dist/
http://ftp.roedu.net/pub/mirrors/gentoo.org/distfiles/
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/
http://csociety-ftp.ecn.purdue.edu/pub/gentoo/distfiles/
http://gentoo.mirrors.pair.com/distfiles/
http://gentoo.chem.wisc.edu/gentoo/distfiles/
http://adelie.polymtl.ca/distfiles/
http://mirrors.tds.net/gentoo/distfiles/
ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
http://ftp.easynet.nl/mirror/gentoo/distfiles/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
http://trumpetti.atm.tut.fi/gentoo/distfiles/
http://ds.thn.htu.se/linux/gentoo/distfiles/
http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/distfiles/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/distfiles/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/
http://darkstar.ist.utl.pt/gentoo/distfiles/
http://gentoo.inode.at/distfiles/
http://ftp.rhnet.is/pub/gentoo/distfiles/
http://gentoo.mirror.sdv.fr/distfiles/
http://ftp.gentoo.or.kr/distfiles/
http://mirror.gentoo.gr.jp/distfiles/
http://gentoo.gg3.net/distfiles/
http://gentoo.kems.net/distfiles/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/distfiles/
ftp://mirror.iawnet.sandia.gov/pub/gentoo/distfiles/
ftp://ftp.ussg.iu.edu/pub/linux/gentoo/distfiles/
ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/
ftp://gentoo.mirrors.pair.com/distfiles/
ftp://mirrors.tds.net/gentoo/distfiles/
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
ftp://ftp.easynet.nl/mirror/gentoo/distfiles/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
ftp://trumpetti.atm.tut.fi/gentoo/distfiles/
ftp://sunsite.cnlab-switch.ch/mirror/gentoo/distfiles/
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo/distfiles/
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo/distfiles/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/distfiles/
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/
ftp://darkstar.ist.utl.pt/pub/gentoo/distfiles/
ftp://gentoo.inode.at/source/distfiles/
ftp://ftp.rhnet.is/pub/gentoo/distfiles/
ftp://files.gentoo.gr/distfiles/
ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/distfiles/
ftp://gentoo.kems.net/pub/mirrors/gentoo/distfiles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Sep 2009 05:32:53
Original commit files touched by this commit  1.1.2.1_2,1
dinoex search for other commits by this committer
- extend MASTER_SITES
Feature safe:   yes
06 Jul 2009 08:39:24
Original commit files touched by this commit  1.1.2.1_2,1
dinoex search for other commits by this committer
- take maintanership
03 Sep 2008 04:42:43
Original commit files touched by this commit  1.1.2.1_2,1
linimon search for other commits by this committer
Reset shipley@dis.org due to maintainer-timeouts and no response to email.

Hat:    portmgr
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.1.2.1_2,1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
29 May 2008 03:03:12
Original commit files touched by this commit  1.1.2.1_2,1
edwin search for other commits by this committer
patch net/libnet's configure to not do anymore checks of bpf device

        when building net/libnet, bpf has been there since FreeBSD
        3.X, so do not do anymore checks. this is useful when
        building in jails as they don't have bpf. this is somewhat
        like #113893

PR:             ports/123213
Submitted by:   Mars G Miro <spry@anarchy.in.the.ph>
Approved by:    maintainer timeout
31 Jan 2007 14:09:55
Original commit files touched by this commit  1.1.2.1_1,1
pav search for other commits by this committer
- Patch net/libnet* to versioned libraries and header files, so they can
  coexist

PR:             ports/103861
Submitted by:   alepulver
Tested by:      pointyhat
With hat:       portmgr
22 Jan 2006 21:24:05
Original commit files touched by this commit  1.1.2.1,1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
14 Nov 2005 17:07:08
Original commit files touched by this commit  1.1.2.1
sem search for other commits by this committer
libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:             ports/85519 (based on)
Submitted by:   Stas Yakovlev <stas.yakovlev_at_gmail.com>
31 Mar 2004 04:12:58
Original commit files touched by this commit  1.0.2a
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.0.2a,1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
14 Feb 2004 22:08:23
Original commit files touched by this commit  1.0.2a,1
krion search for other commits by this committer
- Utilize CONFLICTS with net/libnet-devel
30 Jul 2003 08:51:29
Original commit files touched by this commit  1.0.2a,1
krion search for other commits by this committer
Fix build on -current

PR:             54612
Submitted by:   krion
Approved by:    fjoe (mentor) (implicit)
Maintainer timeout:     8 days
27 Mar 2003 00:04:09
Original commit files touched by this commit  1.0.2a,1
kuriyama search for other commits by this committer
Back out last commit.
1.1.0 is already in net/libnet-devel and has different API.
Bump $PORTEPOCH for my mistake.

Spotted by:     sheldonh
26 Mar 2003 14:21:04
Original commit files touched by this commit  1.1.0
kuriyama search for other commits by this committer
Upgrade to 1.1.0.

No response from:       maintainer
21 Feb 2003 13:15:09
Original commit files touched by this commit  1.0.2a
knu search for other commits by this committer
De-pkg-comment.
07 Jun 2002 08:33:50
Original commit files touched by this commit  1.0.2a
kris search for other commits by this committer
Tag the libnet_error() function with __printflike()
19 Nov 2001 14:11:21
files touched by this commit
ijliao search for other commits by this committer
make WWW correct    
12 Jul 2001 23:32:41
files touched by this commit
keichii search for other commits by this committer
Update this port and close the PR that has been open for a   long time. 
Maintainer has not responded to the PR at all.    
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
08 Oct 2000 08:19:09
files touched by this commit
asami search for other commits by this committer
Convert category net to new layout.  
03 Jun 2000 00:51:20
files touched by this commit
kris search for other commits by this committer
Update to libnet-1.0.1b and portlint    

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.224 seconds.