aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.1.4-2. This probably wasn't the best way to dojim2000-09-068-10/+42
| | | | things, but it works. If anyone wants to change it, feel free to do so.
* Fix MASTER_SITES.asmodai2000-09-051-1/+1
| | | | | Not portlinted. I didn't bother to contact the MAINTAINER since this was an easy fix.
* despoof 0.9 is a utility for comparing the TTL of a received packet whichkris2000-09-038-0/+64
| | | | | | is considered "suspicious" with the actual TTL of a test packet sent to that host, to try and detect packet spoofing. It is intended to be used as part of an IDS system.
* Mark FORBIDDEN due to remote exploits. Both people in the world stillkris2000-09-031-0/+2
| | | | using gopher, please take note.
* Respect CC and CFLAGSkris2000-09-031-0/+17
|
* Spelling police.obrien2000-09-021-1/+1
| | | | Submitted by: Jon Parise <jon@csh.rit.edu>
* use latest IPv6 patch.sumikawa2000-09-012-2/+2
| | | | | | | | | - freeaddrinfo(NULL) was executed when reverse looking up of the client was failed in server mode. - -4/-6 options did not work in rsync client mode. Reported by: matusita@jp.FreeBSD.org Submitted by: yoshfuji@v6.linux.or.jp
* Add ruby-snmp, Ruby interface to UCD-SNMP library.knu2000-09-017-0/+114
|
* Update to socks 1.0r11. patch-aa had been partially integrated intoimp2000-08-314-44/+17
| | | | | | | | r11 as well as parts of patch-ak. 1.0r10 is no longer available at the NEC web site. Verified the URL was still the right place to go to get socks5 1.0r11. Noticed by: Jim Paterson <jpaterso@paterson.org>
* Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutilswill2000-08-309-459/+129
| | | | | | | | | | | | | | | | dependencies to kde2, and add koffice to kde2, because it's part of the 2.0 release. Fix my bogon in forgetting to remove obsolete qt22 patches. The current state of the ports as far as building and installing is quite good, but I expect minor problems with PLISTs other than for the ones I've fixed here. I'm going to let bento figure it out. :-) Please, test these ports and report bugs to submit@bugs.kde.org, and send me problems with the ports themselves. I've found that KDE2 seems to have stabilized significantly since the last snapshot. And now, I am removing the last patch remaining in the KDE2 ports, except for the QT 2.2 snapshot.
* Update to 20000829A snapshot. Disable kdenetwork2 for the time being sowill2000-08-303-0/+3
| | | | | | | | | | | | | | I can address some of its issues (should see it marked un-broken in about 3 hours, if they're trivial enough). It took too long to get this update out the door... :-( This is a rather stable version of KDE2. Release is hoped for sometime next month, so I'm going to try to reroll snapshots this weekend. Also decide policy by removing the interactive requirement in qt22's configure script. I don't know why they bothered adding it there.. Bugged by: *many* bug-reports, requests, etc.
* Add a few entries that were missed out of MAN1 and MAN8.knu2000-08-306-9/+30
| | | | | | | | | | Submitted by: bento Add a trick to generate PLIST which removes ${PREFIX}/private/smbpasswd, on PACKAGE_BUILDING. Submitted by: bento Obtained from: japanese/samba
* String paranoia and security fixes from OpenBSD: prevent a remote bufferobrien2000-08-294-0/+163
| | | | | | overflow and remote syslog() exploits. Obtained from: OpenBSD
* if (x = y) -> if (x == y)mharo2000-08-281-0/+39
| | | | | PR: 20825 Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org>
* Use Debian patch which contains some security tweaks (as discussed onobrien2000-08-273-8/+5
| | | | Bugtraq), and updates the GNU autoconf bits to newer versions.
* Upgrade to version 2.2b1.obrien2000-08-274-215/+120
|
* Add the ability to prefix each line with a timestamp.obrien2000-08-277-4/+117
| | | | Obtained from: NetBSD
* Find the user's homedir in a more complete way.obrien2000-08-271-0/+54
| | | | Obtained from: NetBSD (patch-ai)
* * Y2k fixes.obrien2000-08-271-3/+33
| | | | | | | * get more declarations from our native headers. Submitted by: will Objtained from: NetBSD (patch-aa)
* A better version of rev 1.4.obrien2000-08-271-23/+29
| | | | Submitted by: sheldonh
* "Fix a small nit that corrects an oversight in one of our newer features..."obrien2000-08-271-3/+24
| | | | Submitted by: Dan Frasnelli <dfrasnel@corewar.com> (ngrep developer)
* Enable `TELNET' and `GAPING_SECURITY_HOLE'.obrien2000-08-271-2/+11
| | | | Requested by: ru (GAPING_SECURITY_HOLE)
* `ether_addr' and `ether_ntohost' are now declared in net/ethernet.h.obrien2000-08-271-19/+27
| | | | Submitted by: Remy Nonnenmacher <remy@boostworks.com>
* Enable IPv6 patch.sumikawa2000-08-262-1/+2
|
* Uprade to version 2.4.5.obrien2000-08-262-3/+2
|
* - Support NOPORTDOCSkevlo2000-08-255-106/+108
| | | | | | | - Change location of data files from libdata/ to share/ PR: 20840 Submitted by: Ports Fury
* Update my email address in Makefile MAINTAINER field.bmah2000-08-241-1/+1
|
* Activate the libstash, libsock, ncat, and proxy ports.jasone2000-08-231-0/+2
|
* Add ports for:jasone2000-08-2310-0/+89
| | | | | | | | | | libstash - Algorithms and data structures library. libsock - TCP/IP networking library ncat - Like cat(1), but with sockets. proxy - Transparent logging proxy. All of these ports are part of a single source distribution, but they fit better into the ports scheme as separate ports.
* Update to 4.22.knu2000-08-232-2/+2
|
* s/BUILD_DEPENDS/RUN_DEPENDS/ so that the dependency on a cvsup binaryjkh2000-08-231-1/+1
| | | | is properly handled.
* gnome-icu --> gnomeicunectar2000-08-231-1/+1
|
* Fix problem with `-l` gcc options ordering.sobomax2000-08-221-2/+11
|
* Fix CONFIGURE_ARGSkevlo2000-08-221-2/+2
| | | | | PR: 20694 Submitted by: Sergey N. Voronkov <serg@dor.zaural.ru>
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-2115-15/+0
|
* Upgrade to gnut-0.4.13kris2000-08-203-3/+3
|
* This port also requires the xml libraries to build/run.steve2000-08-201-1/+2
|
* Make main return an int so this compiles on -current again.steve2000-08-201-0/+17
|
* Upgrade to 1.8.1.se2000-08-204-11/+24
| | | | | Make myself maintainer of this port (agreed to by Jonathan Hanna, the current maintainer of this port).
* Add patch to allow source to work with latest OpenH323 library (1.1beta3)roger2000-08-191-0/+30
|
* Upgrade to 1.09ache2000-08-193-6/+6
|
* Update to 1.0.2.will2000-08-193-76/+79
| | | | | Prompted by: "Monitoring Network Traffic" thread on -isp Submitted by: Matt Ayres <matta@unixshell.com>
* Update to version 0.3 alpha 2roger2000-08-192-3/+3
|
* Update to version 0.9 alpha 3roger2000-08-192-3/+3
|
* Add ohphoneroger2000-08-191-0/+1
|
* Import OhPhone, an OpenH323 Video Conferencing programroger2000-08-195-0/+51
| | | | used with the OpenH323 library
* portlint fixesroger2000-08-194-4/+0
|
* Upgrade to OpenH323 1.1 Beta 3 (with PWLib 1.1 pl 17)roger2000-08-1920-68/+68
| | | | | Note, the actual H323 VideoPhone client has been seperated out into a seperate port, called OhPhone.
* Upgrade to zebra-0.88.joe2000-08-186-6/+6
|
* Update to 1.5.0.green2000-08-174-10/+22
| | | | | | | Make a shared directory 1777 instead of 777. Respect ${PREFIX}. Submitted by: Alex Perel <veers@disturbed.net>
* Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Since it makes very... promiscuous modes in the installation, creategreen2000-08-162-0/+12
| | | | | | | | | the ${PREFIX}/share/licq directory with no external permissions at all while doing the installation, then whack the permissions into shape later before handing it off to the world. There is no race condition, but this is under the assumption that the installation routine doesn't chmod ${PREFIX}/share/licq itself! God only knows, with this autoconfed, libtooled...
* Oops, modules should go under lib/ruby/site_ruby/${RUBY_VER}/, notknu2000-08-152-3/+3
| | | | under lib/ruby/site_ruby/.
* Add ruby-uri, Ruby interface to parse URIs according to RFC 2396.knu2000-08-146-0/+64
|
* Mark FORBIDDEN due to buffer overflow in ntping yielding setuid root.kris2000-08-141-0/+2
|
* Mark FORBIDDEN due to buffer overflow yielding setgid kmem.kris2000-08-141-0/+2
|
* Remove useless GNU make'ism.obrien2000-08-141-0/+5
|
* Upgrade to 2.3.1 to fix remote vulnerability.kris2000-08-132-3/+3
|
* Re-enable this port after removing setuid privileges and limiting accesskris2000-08-131-2/+1
| | | | to root only.
* Disable -w (web) mode for security reasons.kris2000-08-131-0/+18
|
* Remove the ldap port. It is quite ancient and obsoleted by OpenLDAP.jedgar2000-08-121-1/+0
| | | | | PR: 20433 Submitted by: Maintainer
* Add missing installed files to the PLIST.green2000-08-122-0/+88
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Make these COMMENT files conform to Handbook standard.will2000-08-117-7/+7
| | | | | PR: 20269 Submitted by: Ports Fury
* Add Gale 0.99a, another open-source messaging system. This one useswill2000-08-118-0/+103
| | | | | | | strong crypto for security though! PR: 20329 Submitted by: Peter Haight <peterh@sapros.com>
* Add flow-tools 0.34, a set of tools to manipulate Cisco's NetFlow Export.will2000-08-118-0/+117
| | | | | PR: 20178 Submitted by: Aleksandr A. Babaylov <.@babolo.ru>
* We do not need separate `pptp_callmgr' binaryru2000-08-112-21/+17
| | | | since it is built directly into `pptp' binary.
* Point the qt-gui explicitly at ${X11BASE}/include/qt2. This should fixgreen2000-08-112-0/+2
| | | | the case where people still have qt 1 installed.
* Get rid of the patch to qt-gui's "configure" and replace it withgreen2000-08-106-112/+108
| | | | | | patching "configure.in" and "aclocal.m4". Disable XScreenSaver support in the QT GUI since libXss is not a shared library in any version of X we have.
* Upgrade to version 2.4.4.obrien2000-08-092-3/+3
|
* Update to version 1.38.obrien2000-08-093-19/+7
| | | | Reported by: Chris D. Faulhaber <jedgar@fxp.org>
* Mark FORBIDDEN due to frightening lack of safe string operations leadingkris2000-08-091-0/+2
| | | | to multiple local and remote root exploits.
* Upgrade to gnut 0.4.12.kris2000-08-092-2/+2
| | | | Submitted by: green
* Move distfile to MASTER_SITE_LOCAL/nsayernsayer2000-08-091-1/+2
|
* * Change PATCH_SITES as same as MASTER_SITES since I began tosada2000-08-082-7/+6
| | | | | distribute the patch files at MASTER_SITE_PORTS_JP. * Some portlints.
* Update MASTER_SITESflathill2000-08-081-1/+3
|
* Make buflen a size_t instead of unsigned int so builds quit falling oversteve2000-08-085-15/+60
| | | | on the Alpha.
* time(3) returns a time_t and not a long. This fixes build on the Alpha.steve2000-08-081-2/+12
|
* Note that one can now output tcpdump files (thus converting other formatsobrien2000-08-071-1/+2
| | | | to the tcpdump format).
* fix TAB's and typo in COMMENTSkevlo2000-08-076-39/+39
| | | | | PR: ports/20405 Submitted by: MAINTAINER
* Update to 1.1.6 and add a WWW: link.nbm2000-08-063-2/+4
| | | | | PR: ports/20440 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> (MAINTAINER)
* Re-sobomize to use pre-patch instead of post-extractade2000-08-054-4/+4
| | | | Wrists slapped by: knu, sheldon
* Update to licq 0.85. Grr.green2000-08-0414-194/+236
|
* To remove extra directoriestaoka2000-08-041-0/+2
| | | | Obtained from: bento
* Another sobomax GNOME victim. I need a decent verb for this.ade2000-08-043-0/+21
| | | | Approved by: maintainer
* change my e-mail addresssanpei2000-08-032-2/+2
| | | | --> sanpei@FreeBSD.org
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-035-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* patch submission, cisco got a copy.andreas2000-08-031-0/+22
| | | | Submitted by: Taras Heychenko <tasic@lucky.net>
* Add gnometelnet - a telnet, rlogin, ssh frontend for GNOME.sobomax2000-08-037-0/+73
|
* Update port to 0.9.4jedgar2000-08-023-7/+6
| | | | | PR: 20239 Submitted by: Maintainer
* Unmark FORBIDDENjseger2000-08-025-17/+23
| | | | | | | Upgrade to 2.0pl3 Remove client support. dhclient is in the base system. Anyone needing it from ports can use 3.0
* Update to 1.0.25.sobomax2000-08-014-4/+4
| | | | | PR: 20316 Submitted by: Domas Mituzas <midom@dammit.lt>
* The project moved to the SF.sobomax2000-07-312-2/+4
| | | | | PR: 20314 Submitted by: Domas Mituzas <midom@dammit.lt>
* Add adasockets, an Ada interface to using sockets.nbm2000-07-316-0/+61
| | | | | PR: ports/18752 Submitted by: Samuel Tardieu <sam@inf.enst.fr>
* Add gnubile, the GNOME gnutella client.nbm2000-07-316-0/+29
| | | | | PR: ports/18681 Submitted by: Klaus Herrmann <klaus.herrmann@gmx.net>
* Add missing @dirrm.kuriyama2000-07-311-0/+1
| | | | Submitted by: bento
* Update to version 0.31kevlo2000-07-312-2/+2
| | | | | PR: 20245 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* Fix my not-tested-enough KDE2-related ports. :-(will2000-07-303-3/+3
| | | | | | | | | | | | | | | | After short discussion with Imura-san, back out GIF-by-default until I can confirm whether or not there are license issues with Unisys. I will deal with this later. I should note that I'd committed to qt2[12] previously without conferring with him on the GIF issue first. One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22 properly.. but oh well. Nobody's perfect. :-) Things should be un-broken now.. please test these ports! I'll be trying to update them to a new snap after a week or so. Pointy hat: will Patches graciously submitted by: nra
* Add the ftp version of the MASTER_SITEnbm2000-07-301-1/+2
|
* Add bin/adnsresfilteralex2000-07-291-0/+1
| | | | Submitted by: bento
* Activate crescendo.sada2000-07-291-0/+1
| | | | | PR: ports/18262 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* New port crescendo-1.1.5 - A gnome frontend for tinyfuge.sada2000-07-295-0/+77
| | | | | PR: ports/18262 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* Activate tcpillust.sada2000-07-291-0/+1
| | | | | PR: ports/18130 Submitted by: Yoshifumi Nishida <nishida@csl.sony.co.jp>
* New port Tcpillust - A graphical TCP connection analysis toolsada2000-07-295-0/+59
| | | | | | | | Tcpillust takes tcpdump file(s) specified on the command line and draw pictures like figures in the ``TCP/IP Illustrated'' series. PR: ports/18130 Submitted by: Yoshifumi Nishida <nishida@csl.sony.co.jp>
* Update to 20000724A (custom-rolled snapshot). Rejoice, because nowwill2000-07-296-261/+744
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
* Install ud binary with proper permissions (0755 vs. 0775).jedgar2000-07-292-0/+16
| | | | | | Approved by: Maintainer Obtained from: Christian Kleinewaechter <kleinew@MATHEMATIK.UNI-BIELEFELD.DE> (via BugTraq)
* Activate IPv6 support.ume2000-07-293-3/+15
| | | | Approved by: billf
* Initial import of p5-NetAddr-IP version 2.0kevlo2000-07-276-0/+36
| | | | | | | p5-NetAddr-IP is Perl module for working with IP addresses and blocks thereof PR: 19905 Submitted by: Christopher N. Harrell <cnh@ivmg.net>
* Yet another whois client.kuriyama2000-07-278-0/+76
| | | | | Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> PR: ports/20135
* Fix the compilation error.sada2000-07-251-0/+10
| | | | | PR: ports/20146 Submitted by: maintainer
* Updatevanilla2000-07-222-7/+6
| | | | | | | | | | | | p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07
* Update to 1.6.will2000-07-226-55/+79
| | | | | PR: 20103 Submitted by: Ports Fury
* Update to version 2.2.14kevlo2000-07-225-16/+47
| | | | | PR: 20102 Submitted by: Ports Fury
* Upgrade to version 3.0b1pl17.obrien2000-07-2115-80/+40
|
* Mark this FORBIDDEN temporarily -- security holes found.asami2000-07-206-0/+12
| | | | Reported by: kris
* Mark these BROKEN, they don't compile/run properly.asami2000-07-203-0/+6
| | | | Submitted by: maintainer
* Re-enable IPv6 supporting.sumikawa2000-07-192-1/+6
|
* Update w/o version bump, because:alex2000-07-191-1/+1
| | | | | | | | | | | - PGP-Sig of author changed - LICENCE file removed completely (now GNU alike "free") - adjusted comments in the source accordingly - added some new source-comments Submitted by: bento NOT Approved by: obrien (Sorry, but I wanted it to join 4.1)
* Upgrade IPv6 patch to 20000719.sumikawa2000-07-192-2/+2
| | | | | | | It fixes the problem mtr does not work on IPv4-only kernel. PR: ports/19339 Submitted by: kbyanc@posi.net
* Remove two files.alex2000-07-192-4/+0
| | | | Submitted by: bento
* Fix bogons in my milliseconds => microseconds timeouts change.obrien2000-07-191-18/+111
| | | | Submitted by: Greg A. Woods <woods@weird.com>
* Add cidr-2.3, a RFC 1878 subnet calculator / helper.alex2000-07-197-0/+45
| | | | | PR: 20010 Submitted by: Domas Mituzas <midom@dammit.lt>
* Add USE_AUTOCONF.alex2000-07-191-0/+1
| | | | | PR: 20020 Submitted by: maintainer
* Oops, previous commit for PLIST requires PLIST_SUB definition.kuriyama2000-07-192-0/+2
|
* add some missing files and sort all filesassar2000-07-191-47/+62
|
* - depend on res_update.h rather on libbind.a, to catch a bind8 thatalex2000-07-1820-35/+260
| | | | | | | | | | has res_update.h - older versions of bind didn't have this file but had libbind.8 - needed for nsupdate - Adjust more PREFIX handling - Add dhcp3-specials + WWW to DESCR Submitted by: Cyrille Lefevre <clefevre%no-spam@citeweb.net> Approved by: obrien
* Fix pkg/COMMENTume2000-07-181-1/+1
| | | | | PR: ports/19989 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Activate tcpmssd.ru2000-07-181-0/+1
|
* A divert(4) daemon to correct requested receive segment size for TCP traffic.ru2000-07-185-0/+37
|
* Update to version 1.0a8.steve2000-07-173-10/+10
| | | | | PR: 19877 Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
* Remove crud abusive language in a printf().obrien2000-07-161-0/+7
|
* - update from F4.0.3 to F4.0.4andreas2000-07-162-4/+4
| | | | | | | | | - contains security fix Damir Rajnovic <gaus@CISCO.COM> on bugtraq: "We updated our unsupported version of TACACS+ server so it is no longer vulnerable to oversized T+ packets." - took again maintainership of port, actually I never wanted to quit was a committ failure when using port submission from PR
* Update to version 0.9.20.jim2000-07-156-4/+16
|
* Update port to version 1.4paul2000-07-152-4/+4
| | | | Submitted by: Charles N. Owens (owensc@enc.edu)
* Activate scotty3 (instead of scotty-current).kuriyama2000-07-141-1/+1
|
* Development versioin of scotty3 (after repo-copy).kuriyama2000-07-149-241/+268
|
* Use %%PORTVERSION%% for plugins directory.kuriyama2000-07-142-8/+8
| | | | Approved by: billf (maintainer)
* Initial import of ldapmodule.kevlo2000-07-1416-0/+112
| | | | | | | ldapmodule is an LDAP module for python PR: 19781 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* Update to 1.6.sobomax2000-07-134-15/+26
| | | | Submitted by: maintainer
* Upgrade to 6.1.16.max2000-07-132-2/+2
|
* Oops, revert last commit. In my rush to fix a "problem", I forgot towill2000-07-132-2/+0
| | | | actually check to see that this /bin/echo wasn't accounted for. 8)
* Fix /bin/echo -> echo problem that is caused due to the lack of -e optionwill2000-07-132-0/+2
| | | | | | in the base system. Submitted by: Dan Larsson <dl@tyfon.net>
* Add NetSaint-plugins 1.2.8-4, a plugin package for Netsaint.will2000-07-1315-0/+873
| | | | | Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am extremely grateful! Thanks!
* Add NetSaint 0.0.5-2, an extremely powerful network monitoring system.will2000-07-1333-0/+1225
| | | | | Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am extremely grateful! Thanks!
* update name of an include fileassar2000-07-121-1/+1
|
* change my e-mail addressassar2000-07-121-1/+1
|
* Update for new devel/libglade shlib versionade2000-07-121-1/+1
|
* Update description to match TeraCast server updatejedgar2000-07-111-4/+4
|
* Remove elsa, add tcserverjedgar2000-07-111-1/+1
|
* After repocopy from net/elsa to net/tcserver:jedgar2000-07-116-29/+96
| | | | | | * Update to tcserver-1.1 * Finally out of beta, TeraCast server replaces Elsa as the lite (free) version of this standards-based RTSP server
* Re-adding the icqmail (version 1.2) port in ports/mail.steve2000-07-101-1/+0
| | | | Suggested by: asami
* Development version of scotty.kuriyama2000-07-101-0/+1
| | | | | Submitted by: Sergey Osokin <ozz@FreeBSD.org.ru> PR: ports/19068
* Upgrade to 3.02.kuriyama2000-07-103-3/+2
| | | | Submitted by: knu
* Activating the gq, icqmail, and p0f ports.steve2000-07-101-0/+3
|
* Adding p0f version 1.7.steve2000-07-106-0/+141
| | | | | | | A passive OS fingerprinting tool. PR: 19225 Submitted by: Trevor Johnson <trevor@jpj.net>
* Adding gq version 0.2.3.steve2000-07-107-0/+78
| | | | | | | A GTK-based LDAP client. PR: 19120 Submitted by: Roman Shterenzon <roman@xpert.com>
* Fixup BUILD_DEPENDS line so 'make describe' among other things doesn'tsteve2000-07-101-1/+1
| | | | hack up furballs.
* Update to version 0.87.steve2000-07-104-22/+45
| | | | | PR: 19484 Submitted by: James Shrenk <di0nys0s@earthlink.net>
* Update the cvsup-mirror port to reflect the fact that crypto isn'tjdp2000-07-105-52/+9
| | | | a special case any more.
* Inject nemesis upon the world.obrien2000-07-081-0/+1
|
* Nemesis is a command line, portable "human IP stack". It can be useful forobrien2000-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.
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-084-12/+21
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 3.0.1.steve2000-07-084-9/+9
| | | | | PR: 19596 Submitted by: Michael Vasilenko <acid@ci.net.ua>
* Update to version 2.2.0.steve2000-07-087-8/+74
| | | | | PR: 19690 Submitted by: maintainer
* Update to version 1.2.11.steve2000-07-0835-69/+58
| | | | | PR: 19694 Submitted by: maintainer
* Location on MASTER_SITE changed.steve2000-07-081-1/+1
| | | | | PR: 19739 Submitted by: maintainer
* Location on MASTER_SITE changed.steve2000-07-081-1/+1
| | | | | PR: 19740 Submitted by: maintainer
* Location on MASTER_SITE changed.steve2000-07-082-2/+2
| | | | | PR: 19741 Submitted by: maintainer
* Add p5-Net-SNMP, a Perl interface to SNMP.will2000-07-0711-0/+85
| | | | | PR: 19743 Submitted by: Christopher N. Harrell <cnh@ivmg.net>
* Upgrade to 0.8.10billf2000-07-064-4/+4
|
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-0526-77/+323
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Update to version 0.99-pl19.bp2000-07-053-4/+3
|
* @dirrm share/doc/rqmasami2000-07-051-0/+1
| | | | Submitted by: bento
* Add two manpages.asami2000-07-055-5/+10
| | | | Submitted by: bento
* Add three info files.asami2000-07-053-0/+9
| | | | Found by: bento
* Don't dictate policy: let the "UIN spoofing" option exist. Thisgreen2000-07-042-2/+4
| | | | | | | | functionality has existed and been available by default for many versions before the present version, as well. PR: ports/19446 Submitted by: Alex Keahan <ak@freenet.co.uk>
* Remove src-crypto-rsa. It doesn't exist any more.jdp2000-07-042-3/+0
|
* Update to 0.4.6.sobomax2000-07-034-22/+15
| | | | | PR: 19658 Submitted by: maintainer
* Change maintainer's mail address.sanpei2000-07-031-1/+1
| | | | --> sanpei@sanpei.org
* Actually do what r1.7 said it did (well, sort of - we let the empty manpagekris2000-07-031-0/+2
| | | | | | be installed by the port, and then remove it in post-install) Noticed by: bento
* Remove extraneous directory on deinstallkris2000-07-031-0/+1
| | | | Noticed by: bento
* Remove directory on deinstallkris2000-07-031-0/+1
| | | | Noticed by: bento
* Remove extraneous directory on deinstallkris2000-07-032-0/+2
| | | | Noticed by: bento
* Upgrade to isc-dhcp-2.0 patchlevel 2jseger2000-07-032-3/+3
| | | | | | | CHANGES FROM VERSION 2.0 PATCHLEVEL 1 - Fix a case where an unitialized pointer could result from an exceptional case in DHCPRELEASE and cause a core dump.
* Update 1.1.1 -> 1.1.2nectar2000-07-033-4/+2
| | | | | PR: ports/19655 Submitted by: Anders Nordby <anders@fix.no>
* Remove directory on deinstallkris2000-07-031-0/+1
| | | | Noticed by: bento
* Change maintainer's mail address.sanpei2000-07-021-1/+1
| | | | --> sanpei@sanpei.org
* change MAINTAINER, my e-mail address (--> sanpei@FreeBSD.org)sanpei2000-07-023-2/+3
| | | | | | add @dirrm in pkg/PLIST and remove extra directory. Submitted by: build log in bento.FreeBSD.org.
* Add vtun, which is "the easiest way to create Virtual Tunnels over TCP/IPwill2000-07-026-0/+49
| | | | | | | networks with traffic shaping, compression and encryption." PR: 16629 Submitted by: kevlo
* Respect CC and CFLAGSkris2000-07-021-4/+12
|
* Update to gnut 0.4.8 (the gnut software now has a new maintainer)kris2000-07-013-4/+13
| | | | | PR: 19559 Submitted by: Rod Taylor <rbt@zort.on.ca>
* Update md5 and a hint in DESCR. Tarball was simply rerolled, nonbm2000-06-304-8/+6
| | | | | | | difference in contents. PR: ports/19028 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer)
* New gabber port. Gabber is a Jabber client for GNOME desktop.sobomax2000-06-309-0/+172
| | | | | PR: 19444 Submitted by: Erich Zigler <erich@tacni.net>
* Fix build problem of 3-stable. Somewhat dirty but it works... :<cjh2000-06-301-1/+1
|
* Add p5-Net-Netmask, a perl module to parse, manipulate and lookup IPwill2000-06-306-0/+37
| | | | | | | network blocks. PR: 17418 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
* Upgrade to version 3.0.archie2000-06-303-5/+3
|
* Updated to use Coda-5.3.8shafeeq2000-06-304-16/+22
| | | | removed patches that should no longer be necessary.
* Add src-crypto-rsaache2000-06-292-0/+3
|
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-2913-16/+32
| | | | MASTER_SITE_LOCAL site.
* Use ${MASTER_SITE_LOCAL}.asami2000-06-296-6/+12
|
* Upgrade to version 1.1 (fixes broken man page installation).archie2000-06-292-2/+2
|
* Wrong checksum. The previous checksum was of the same code, but wasarchie2000-06-291-1/+1
| | | | | from a different tarball of it. gzip(1) includes the date (or something), causing each tarball to be unique.
* Update to 1.0.24alex2000-06-2814-66/+78
| | | | | PR: 19250 Submitted by: maintainer
* - Support CFLAGS/PREFIX/LOCALBASE properlyalex2000-06-2812-48/+57
| | | | | | | - Add WWW: line into pkg/DESCR PR: 19345 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add new port.archie2000-06-286-0/+32
|
* update to 0.87andreas2000-06-286-6/+6
|
* respect NOPORTDOCS.alex2000-06-271-3/+5
| | | | | PR: 19316 Submitted by: maintainer
* Set umask to 027.max2000-06-261-0/+1
| | | | Suggested by: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime)
* Upgrade to 6.1.15.max2000-06-265-8/+8
| | | | | | | | The problem with temporary file/directory permission, which have been dealt with by patches/patch-a[b-i] seems to have gone away. However, I haven't examined the rest of the code to determine whether security problems with this program have been corrected. (CF: FreeBSD-SA-00:04.)
* Upgrade to 2.0pl1. This fixes the recent security issue posted to bugtraq.jseger2000-06-262-3/+3
| | | | PR: ports/19502
* Update to 3.0b1pl14obrien2000-06-2630-15/+910
| | | | | PR: 19493, 18475 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Remove "Extra" item on deinstall.sobomax2000-06-232-0/+4
| | | | Submitted by: bento
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Update to mpd-3.0b8.archie2000-06-223-3/+4
|
* 1. Update to pchar-1.2.sobomax2000-06-215-5/+28
| | | | | | | | | | | | 2. New MASTER_SITES and WWW. 3. pchar-1.2 makes patches/patch-PctestIpv6Udp.h unnecessary. 4. Add patches/patch-pchar.8 (patch from author) to fix a typo. (Will be fixed in next pchar release.) 5. Install CHANGES file in doc directory. 6. Fix PLIST to keep bento happy. PR: 19305 Submitted by: Bruce A. Mah <bmah@cisco.com> (author of the pchar)
* Add "exec" to the beginning of commands passed to "su ... -c ...".jdp2000-06-211-1/+1
| | | | | | | With some shells (csh in particular) this eliminates a useless process waiting for the command to finish. Submitted by: Mikhail Teterin <mi@privatelabs.com>
* Remove maintainership of most of my ports. I don't really havecpiazza2000-06-211-1/+1
| | | | | time to maintain these and I'm just not interested in these particular ones any more.
* - fix DESCR to correct maintainer. oops.cjh2000-06-201-1/+1
|
* - fix core-dump problem in 4.x reported in ports/18573cjh2000-06-2025-1790/+1651
| | | | | | | | | | | - cleanup patches and extra file - fix unnecessary delay(from byung) - resurrect MAINTAINER line(me) - fix distfile location - fix DESCR to correct maintainer PR: ports/18573 Submitted by: byung@nowcool.dhs.org
* Locally hosted distfiles moved to ftp.freebsd.org.nectar2000-06-203-7/+4
|
* The port assigns PLIST_SUB after <bsd.port.pre.mk> is included, so substitutionsobomax2000-06-183-6/+6
| | | | | | of %%PREFIX%% for ldconfig didn't work. Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-1715-47/+53
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1723-23/+23
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix typo (database -> databases) that killed INDEX build.asami2000-06-173-3/+3
|
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-1612-16/+7
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-1616-17/+8
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-169-9/+9
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Fix depends.nectar2000-06-163-3/+6
| | | | Reported by: bento.freebsd.org
* Fix another figure out GLIB_CONFIG but use hardcoded glib-configade2000-06-163-0/+39
| | | | in the configure file pilot botch
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-168-8/+4
|
* Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-2/+1
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-168-14/+7
|
* Fix small typo.will2000-06-152-2/+2
| | | | Submitted by: W. Gerald Hicks <jhix@mindpspring.com>
* Add isc-dhcp3 after the repo copy from isc-dhcp2.obrien2000-06-151-0/+1
|
* Update to Beta version of ISC's version 3 DHCP suite.obrien2000-06-1515-135/+95
| | | | This may be useful to monitor changes in the DHCP suite.
* This fixes the suposed fix of Makefile rev 1.29 ad patch-aj rev 1.1.obrien2000-06-142-4/+7
| | | | | | | | This port is now PREFIX clean and installs files into the right locations (I previously marked it BROKEN because it wasn't). Bad "fix" by: JHK Absent maintainer would would not fix this himself: jseger
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-1414-22/+32
|
* Remove a broken mastersite.obrien2000-06-111-1/+0
|
* Update to version 0.9.19.jim2000-06-116-4/+10
|
* Update the good ole docs location and make PLIST generation on-the-fly sowill2000-06-102-123/+7
| | | | | | | Bruce won't have to chase the distfile around. PR: 19154 Submitted by: MAINTAINER
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-104-0/+4
| | | | area on the local ports tree.
* upgrade ttt-1.4 to ttt-1.5.kjc2000-06-093-5/+5
| | | | add ttt to the ipv6 virtual category.
* Use mkstemp() instead of insecure mktemp().sobomax2000-06-094-0/+116
| | | | | PR: 19047 Hall of Shame entry: Mikhail Teterin <mi@aldan.algebra.com> (for his !@#$%^ ego)
* portlintalex2000-06-094-84/+8
| | | | Reviewed by: will
* Update to 0.9 alpha 1roger2000-06-082-3/+3
|
* freebsd->FreeBSD and fix a portlint failureroger2000-06-082-3/+3
|
* freebsd->FreBSD and fix some portlint failuresroger2000-06-082-7/+4
|
* Updated with comments from the PRroger2000-06-082-7/+5
| | | | | PR: ports/19032 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Put back an EXTRACT_SUFFIX I missedroger2000-06-084-4/+4
|
* Makefile and DESCR improvementsroger2000-06-088-36/+28
| | | | | PR: ports/19031 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* List the name of the file instead of just specifying the directory.asami2000-06-082-2/+4
| | | | Submitted by: bento