summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.1: bad C++kris2003-05-181-0/+5
|
* BROKEN on 5.1: configure failskris2003-05-182-1/+11
|
* BROKEN on 5.1: does not compilekris2003-05-183-3/+21
|
* BROKEN on 5.1: bad C++kris2003-05-183-2/+18
|
* BROKEN on 5.1: bad C++kris2003-05-184-4/+28
|
* - switch to compressed manpagesdinoex2003-05-182-4/+23
| | | | - clean catman on base deinstall
* Update to 0.6.2arved2003-05-173-345/+373
| | | | | | | | Sort pkg-plist PR: 51582 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Approved by: maintainer timeout
* Add 'ipv6' on CATEGORIES.sumikawa2003-05-171-1/+1
|
* Update to 0.21.0.nork2003-05-172-2/+2
| | | | | | PR: ports/52363 Requested by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer) Submitted by: hrs (maintainer)
* - update to 0.27petef2003-05-174-14/+19
| | | | | | | - use %%SITE_PERL%% PR: 52336 Submitted by: Mathieu Arnold <m@absolight.net>
* Chase GeoIP so version bump.seanc2003-05-161-1/+2
|
* Update p5-Geo-IP to 1.15. Fixes builds for perl 5.005. Chase GeoIP.soseanc2003-05-163-16/+18
| | | | | | | version bump. PR: ports/52337 Submitted by: Mathieu Arnold <m@absolight.net>
* Update GeoIP to 1.2.0. so version bumped to 3.seanc2003-05-163-3/+3
|
* Update to tcpreplay-1.4.0smace2003-05-163-6/+7
| | | | | PR: ports/51951 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* Update to 0.205lioux2003-05-162-2/+2
|
* Update iperf to 1.7.0.smace2003-05-162-3/+3
| | | | | | | | | | | | | | | | | This version also builds under ia64 From the iperf changelog: Added bidirectional testing both simultaneously and tradeoff Added server side statistic reporting on the client for UDP Limits on the number of connections and locations for servers Changes: Fixed the IPv6 Multicast implementation Removed the SegFault on exit by Ctrl-C for the server Thread bug resulting in "pthread create failed" after many clients "connect failed" on server for UDP clients when IPv6 is enabled is fixed
* - fix pkg-plist (chase guile's version with a PLIST_SUB)petef2003-05-162-8/+9
| | | | | | | - portlint PR: 52075 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* New port.mich2003-05-155-0/+50
| | | | | | | A tcp based scanner, showing ttl of responses. PR: 50536 Approved by: roberto(mentor)
* New port.mich2003-05-155-0/+49
| | | | | | | A Web-based graphical ping log PR: 50772 Approved by: roberto(mentor)
* New port.mich2003-05-155-0/+67
| | | | | | | | | | Remote Arpwatch collects ARP tables from remote devices using SNMP and checks them for changes. It is very useful for detecting problems and malicious users in networks with routers that don't support static ARP tables. PR: 50521 Approved by: roberto(mentor)
* Submitted by: Patrick MARIE <mycroft@virgaria.org>foxfair2003-05-143-3/+21
| | | | Unbreak netdude in -current and bump PORTREVISION.
* Make CONFIGURE_ENV cleaner and compatible with bsd.port.mklioux2003-05-141-4/+4
| | | | USE_GETOPT_LONG option
* Unbroke.sobomax2003-05-134-10/+2
|
* reformat commentsfjoe2003-05-131-3/+3
|
* New port: bfilterfjoe2003-05-135-0/+40
| | | | | | | Smart filtering HTTP proxy. PR: 52034 Submitted by: Kirill Ponomarew
* Depend on p5-Time-modules rather than p5-Time.demon2003-05-132-2/+2
|
* Update to 0.4.1leeym2003-05-133-9/+2
| | | | | PR: 52119 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* PR: 48722foxfair2003-05-133-74/+75
| | | | | Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Update to 0.3.3
* upgrade to 4.9.4ijliao2003-05-132-2/+2
|
* . Fix the MASTER_SITE_SUBDIR setting.glewis2003-05-121-4/+2
| | | | | | . Use JAVAJARDIR rather than defining out own JAVALIBDIR variable. Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
* New port: pmacctfjoe2003-05-125-0/+46
| | | | | | | Network tool to gather IP traffic information. PR: 51979 Submitted by: Kirill Ponomarew
* upgrade to 0.9.3ijliao2003-05-123-2/+4
| | | | | PR: 51902 Submitted by: Sebastian Yepes [ESN] <esn@x123.info>
* upgrade to 2.07ijliao2003-05-124-22/+12
| | | | | PR: 51899 Submitted by: maintainer
* - Fix build on -stableijliao2003-05-125-12/+63
| | | | | | | | - Utilize USE_GETOPT_LONG - Utilize NOPORTDOCS PR: 51895 Submitted by: Ports Fury
* Update net/mydns to 0.9.10leeym2003-05-122-2/+2
| | | | | PR: 51919 Submitted by: Simon Dick <simond@irrelevant.org>
* Add ipsvd 0.4.0, internet protocol service daemons.petef2003-05-126-0/+92
| | | | | PR: 51814 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Update to 0.20.2.nork2003-05-112-2/+2
| | | | | PR: ports/52080 Submitted by: hrs (maintainer)
* Update to 0.8lioux2003-05-116-17/+44
|
* Comment out code when building in 5.x FreeBSD branch when using gcclioux2003-05-112-0/+38
| | | | | | | | 3.x. This code segment does not work with gcc 3.x. Is is responsible for a sanity check which will be improved in an upcoming LMule release. Obtained from: LMule Forums
* - update to 1.1.4.b3petef2003-05-117-41/+36
| | | | | | | | | While I'm here, - spell ports@FreeBSD.org correctly - portlint'ify: move WRKSRC to it's proper section PR: 51736 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* Reset maintainer to ports@ since rsync is not written in Haskell ;o)obraun2003-05-111-1/+1
|
* - update to 2.9.8dinoex2003-05-117-35/+10
| | | | - recursor defaults off, Option POWERDNS_WITH_RECURSOR
* Update to xprobe 0.0.2 and drop maintainershipkris2003-05-114-35/+18
| | | | | PR: ports/44153 Submitted by: Ulrich Spoerlein <q@uni.de>
* Fix a nibble calculation bug for IPv6 in nslookup.dougb2003-05-111-0/+20
| | | | This bug will be fixed in the next release of BIND.
* - update to 1.0.0petef2003-05-105-44/+128
| | | | | | | | | | - master site & homepage now live at sourceforge - update maintainer's email address - add a configuration dialog menu - PERL -> REINPLACE_CMD PR: 51748 Submitted by: maintainer
* . Add the net/java-beepcore port:glewis2003-05-105-0/+280
| | | | | | | | | | This release includes a Java implementation of beep core RFC 3080 and beep mapping for TCP RFC 3081. WWW: http://sourceforge.net/projects/beepcore-java PR: 43925 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 2003.05.06.nork2003-05-102-4/+3
|
* Do not define LIBNET_LIL_ENDIAN -- it should be defined in libnet headers.fjoe2003-05-092-6/+26
| | | | This should fix nast on sparc64.
* upgrade to 0.7.12ijliao2003-05-092-5/+4
| | | | | PR: 51973 Submitted by: Ports Fury
* fix build on 4.x for net/p5-Net-RawSockedwin2003-05-092-0/+7
| | | | | | | | | | - fix build for perl 5.005_03 - add missing directories to plist Informed maintainer. PR: ports/51868 Submitted by: Erwin Lansing <erwin@lansing.dk>
OpenPOWER on IntegriCloud