aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* [New Port]:: net/wistumbler2 WiStumbler2 is a fork of original wistumblerEdwin Groothuis2004-01-035-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | [New Port]:: net/wistumbler2 WiStumbler2 is a fork of original wistumbler caused by the incommunication of the original author, because seems that development was getting stopped. In the fork of wistumbler I add some new features and bugfixes. Diff on wistumbler: - gtk2 support. - some gtk widgets wasn't correctly used. - Support for console mode (no X needed). - Allow log-saving on the fly (new button). - Patches some GPS pointers that segfaults. - 0 warnings with -Wall on gcc3.3 on NetBSD-current. - Speaker beeps like windows-stumbler. (ear-wardriving) PR: ports/59527 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> Notes: svn path=/head/; revision=97209
* Add libgnetwork, a glib-2 network abstraction API.Joe Marcus Clarke2004-01-038-0/+120
| | | | Notes: svn path=/head/; revision=97200
* Add gnomenetwork, a suite of tools that allow for remote desktop connections,Joe Marcus Clarke2004-01-0343-0/+1270
| | | | | | | | SSH, and RSH shells, as well as a network information tool similar to MacOS X's Netinfo. Notes: svn path=/head/; revision=97196
* Add gnomenetstatus, a GNOME 2 applet that displays network usage similar toJoe Marcus Clarke2004-01-0315-0/+711
| | | | | | | | the Windows task bar icon (i.e. with two computer monitors blinking based in input and output traffic). Notes: svn path=/head/; revision=97194
* Rename NoCatSplash to nocatsplash from rev 1.1.Bruce M Simpson2004-01-038-0/+161
| | | | | | | | | Add IGNORE line for OSVERSION < 500000 due to security/pf dependency. Requested by: kris Notes: svn path=/head/; revision=97167
* Rename NoCatAuth-Gateway to nocatauth-gateway from rev 1.1.Bruce M Simpson2004-01-038-0/+199
| | | | | | | | | Fix installation script. Requested by: kris Notes: svn path=/head/; revision=97165
* Rename NoCatAuth-Server to nocatauth-server from rev 1.1.Bruce M Simpson2004-01-038-0/+198
| | | | | | | | | Fix installation script. Requested by: kris Notes: svn path=/head/; revision=97163
* Remove NoCat ports for renaming.Bruce M Simpson2004-01-031-3/+0
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=97162
* Remove NoCatSplash at rev 1.1 for renaming.Bruce M Simpson2004-01-037-168/+0
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=97161
* Remove NoCatAuth-Gateway at rev 1.1 for renaming.Bruce M Simpson2004-01-037-196/+0
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=97160
* Remove NoCatAuth-Server rev 1.1 for renaming.Bruce M Simpson2004-01-037-207/+0
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=97159
* Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build willBruce M Simpson2004-01-032-0/+140
| | | | | | | | | | | | | | | cause InetAddress and InetAddressType OIDs to be handled specially during presentation. Normally they are simply displayed as hex due to being octet-strings, but this is not how they are intended to be presented. This allows IPv6 addresses to be presented correctly, as well as IPv4 in emerging and existing MIBs which use the new InetAddress type. Reviewed by: kuriyama, fenner Tested with: snmpwalk, mbrowse Notes: svn path=/head/; revision=97154
* - Update to version 1.1Kirill Ponomarev2004-01-022-10/+14
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=97136
* New port: beacon-server.Ernst de Haan2004-01-026-0/+67
| | | | | | | | PR: 37712 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=97082
* - Update to version 0.6.0Kirill Ponomarev2004-01-024-36/+2
| | | | | | | | PR: 60819 Submitted by: maintainer Notes: svn path=/head/; revision=97080
* Update to 1.29Erwin Lansing2004-01-023-2/+6
| | | | Notes: svn path=/head/; revision=97072
* - update from 0.17 to 0.18Erwin Lansing2004-01-023-19/+22
| | | | | | | | | | | | | | | | | | - refine pkg-plist - Brian Hirt provided a patch for multiple error messages returned by some requests to AMZN. There's two accessors now, Response->messages() returning a ref to an array of error messages, and Response->message() returning them stringed together for backwards compatibility. - Padraic Renaghan provided a patch for access to upc/media/nummedia fields in Music.pm - Fixed test suite warnings with perl 5.8.2 in N::A::Property::Book. PR: 60813 Submitted by: maintainer Notes: svn path=/head/; revision=97069
* - Update to 1.7Sergei Kolobov2004-01-013-5/+16
| | | | | | | | PR: 60747 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Notes: svn path=/head/; revision=97048
* Install scripts for DB creation for MySQL and PostgreSQL.Dmitry Sivachenko2004-01-012-0/+6
| | | | Notes: svn path=/head/; revision=97045
* Put datafiles in /var/jabber directory.Dmitry Sivachenko2004-01-013-1/+8
| | | | | | | Remind to remove this directory manually on deinstall. Notes: svn path=/head/; revision=97030
* Eliminate the evidence that I stole this file from net/jabber port.Dmitry Sivachenko2004-01-011-7/+17
| | | | | | | | Update to reflect the actual names of spawned processes and .pid-files location. Notes: svn path=/head/; revision=97029
* - Update to 0.7.14Pav Lucistnik2004-01-013-7/+7
| | | | | | | | PR: ports/60777 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Notes: svn path=/head/; revision=97028
* Set the appropriate permissions for config files;Dmitry Sivachenko2004-01-011-3/+11
| | | | | | | | | Add dependency to libiconv; Compile with debug messages unless WITHOUT_DEBUG is set; Minor spelling nit. Notes: svn path=/head/; revision=97026
* Do delete config files if they were not changed after installation.Dmitry Sivachenko2004-01-011-0/+9
| | | | Notes: svn path=/head/; revision=97025
* Remind users about 'jabber' group, too.Dmitry Sivachenko2004-01-011-0/+4
| | | | Notes: svn path=/head/; revision=97024
* - Add PGP keyPav Lucistnik2004-01-013-1/+5
| | | | | | | | | - Fix WWW Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer) Notes: svn path=/head/; revision=97023
* Add widentd, a small ident/rfc1413 deamon which provides a fixedPav Lucistnik2003-12-315-0/+35
| | | | | | | | | | | | | | (and fake) auth reply regardless of the ip/port pair quoted. Its intended use is on firewalls and NAT machines - where you may want to simply syphon off auth-requests from for example irc servers. PR: ports/60766 Submitted by: Dirk-Willem van Gulik <dirkx@skutsje.san.webweaving.org> Notes: svn path=/head/; revision=97005
* Compile with debug messages.Dmitry Sivachenko2003-12-311-1/+2
| | | | Notes: svn path=/head/; revision=96994
* fix typo.Hajimu UMEMOTO2003-12-301-2/+2
| | | | Notes: svn path=/head/; revision=96965
* Install startup script jabberd.sh.Dmitry Sivachenko2003-12-305-0/+87
| | | | | | | Create user/group for jabberd on install. Notes: svn path=/head/; revision=96960
* Add WITH_PGSQL knob;Dmitry Sivachenko2003-12-302-21/+32
| | | | | | | Minor general fixes. Notes: svn path=/head/; revision=96940
* - Fix build with x11-toolkits/qt32Kirill Ponomarev2003-12-293-4/+75
| | | | | | | | | | | | - Fix support for gpg - Fix bashism in configure PR: 60644 Submitted by: Eugene Ossintsev <eugos@gmx.net> Approved by: maintainer Notes: svn path=/head/; revision=96914
* - Update to version 0.6.1Kirill Ponomarev2003-12-294-10/+264
| | | | Notes: svn path=/head/; revision=96908
* - Update to latest version - pre18, which works with openldap 2.1Pav Lucistnik2003-12-293-14/+33
| | | | Notes: svn path=/head/; revision=96902
* Add nbd-server 2.6.0,Erwin Lansing2003-12-297-0/+154
| | | | | | | | | | | This is a server for the linux network block device (nbd). It allows linux to use a partition or a file over the network as a regular block device. PR: 60242 Submitted by: Christian Laursen <xi@borderworlds.dk> Notes: svn path=/head/; revision=96889
* New port jabberd2.Dmitry Sivachenko2003-12-296-0/+86
| | | | | | | This is a complete rewrite of jabber daemon version 1. Notes: svn path=/head/; revision=96879
* [MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmoduleEdwin Groothuis2003-12-293-57/+16
| | | | | | | | | | | | | | * Use more bsd.port.mk convenience switches. * Use rc.subr properly for spread daemon. * Write a logfile rather than spewing to stdio. * Move rendezvous socket to /var/run. * Make Makefile.PL behave properly with PREFIX. PR: ports/60053 Submitted by: Joshua Goodall <joshua@roughtrade.net> Notes: svn path=/head/; revision=96848
* [MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmoduleEdwin Groothuis2003-12-294-15/+5
| | | | | | | | | | | | | | * Use more bsd.port.mk convenience switches. * Use rc.subr properly for spread daemon. * Write a logfile rather than spewing to stdio. * Move rendezvous socket to /var/run. * Make Makefile.PL behave properly with PREFIX. PR: ports/60053 Submitted by: Joshua Goodall <joshua@roughtrade.net> Notes: svn path=/head/; revision=96847
* [MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmoduleEdwin Groothuis2003-12-2930-150/+444
| | | | | | | | | | | | | | * Use more bsd.port.mk convenience switches. * Use rc.subr properly for spread daemon. * Write a logfile rather than spewing to stdio. * Move rendezvous socket to /var/run. * Make Makefile.PL behave properly with PREFIX. PR: ports/60053 Submitted by: Joshua Goodall <joshua@roughtrade.net> Notes: svn path=/head/; revision=96846
* - Update to version 0.9.2Kirill Ponomarev2003-12-283-6/+29
| | | | | | | | PR: 60661 Submitted by: maintainer Notes: svn path=/head/; revision=96806
* Add giFToxic, a GTK2 GUI on top of giFT daemon.Pav Lucistnik2003-12-287-0/+107
| | | | | | | | PR: ports/60640 Submitted by: Joel Diaz <joeldiaz@bellsouth.net> Notes: svn path=/head/; revision=96793
* - Update WWWPav Lucistnik2003-12-281-1/+1
| | | | | | | | PR: ports/60651 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Notes: svn path=/head/; revision=96789
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonEdwin Groothuis2003-12-281-1/+1
| | | | | | | | | | | | | | | | | | | .include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=96749
* [PATCH] simplify pear-* portsEdwin Groothuis2003-12-2810-54/+23
| | | | | | | | | | | | | | | | | | | | | | | | | These patches do the following things for PEAR ports: * devel-pear-PEAR-Makefile.common.patch - provides a do-install target and all that jazz in devel/pear-PEAR/Makefile.common - individual PEAR ports now just set a few variables: * pear-ports-Makefile.common-ng.patch contains changes for all pear-* ports including devel/pear-PEAR See http://smradoch.innuendo.cz/FreeBSD/ for complete description. Note: still missing are: devel/pear-HTML_Common devel/pear-I18N net/pear-Net_NNTP security/pear-Auth PR: ports/59213 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=96732
* - update to 0.5.4Dirk Meyer2003-12-286-45/+145
| | | | | | | | | | | | | - install documentation - preserve configuration - honor CFLAGS - add multimedia in CATEGORIES - new option WITHOUT_DVD - Fix build for 64bit - Fix linker warnings in STABLE Notes: svn path=/head/; revision=96725
* - take maintainershipDirk Meyer2003-12-271-1/+1
| | | | | | | Approved by: glebius@cell.sick.ru Notes: svn path=/head/; revision=96701
* - Update to 0.10.4Pav Lucistnik2003-12-276-257/+21
| | | | | | | | PR: ports/60624 Submitted by: Ports Fury Notes: svn path=/head/; revision=96691
* - Update to version netams-3.1(1770)Kirill Ponomarev2003-12-265-56/+60
| | | | | | | | | | | - Unbreak build on 5.x - Pet portlint PR: 60543 Submitted by: maintainer Notes: svn path=/head/; revision=96635
* Update to 2003.12.26.Norikatsu Shigemura2003-12-262-2/+2
| | | | Notes: svn path=/head/; revision=96624
* add py-msnp 0.4.0Ying-Chieh Liao2003-12-265-0/+75
| | | | | | | MSN messaging in Python Notes: svn path=/head/; revision=96608