aboutsummaryrefslogtreecommitdiff
path: root/net/nemesis
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-311-2/+8
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* libnet update:Sergey Matveychuk2005-11-141-1/+2
| | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=148262
* Maintenance update to 1.4. No substantial changes.Christian Weisgerber2005-04-025-16/+25
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=132287
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update of net/nemesis to latest version (1.4beta3)Yen-Ming Lee2003-07-015-88/+22
| | | | | | | | PR: 53964 Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=84004
* Update pkg-descrTilman Keskinoz2003-05-191-1/+1
| | | | | | | | PR: 52429 Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=81382
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Actually pass over maintainership to Marco Molteni <molter@tin.it>Maxim Sobolev2001-08-171-1/+1
| | | | | | | | PR: 29676 Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=46365
* - Update to 1.32;Maxim Sobolev2001-08-174-9/+18
| | | | | | | | | | - hand over maintainership to Marco Molteni <molter@tin.it>. PR: 29676 Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=46362
* update to 1.2.FUJISHIMA Satsuki2001-01-295-20/+62
| | | | | | | | PR: 24674 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=37744
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+1
| | | | Notes: svn path=/head/; revision=37252
* Return to ports at freebsd.orgDavid E. O'Brien2000-12-221-1/+1
| | | | Notes: svn path=/head/; revision=36255
* Fixup BUILD_DEPENDS line so 'make describe' among other things doesn'tSteve Price2000-07-101-1/+1
| | | | | | | hack up furballs. Notes: svn path=/head/; revision=30387
* Nemesis is a command line, portable "human IP stack". It can be useful forDavid E. O'Brien2000-07-086-0/+69
easy injection of packet streams from simple shell scripts. It supports 8 protocols (ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP), and packets can be injected on either Layer 2 or Layer 3. Notes: svn path=/head/; revision=30355