aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Add p5-Net-SAP 0.01, session Announcement Protocol (rfc2974) packetVanilla I. Shu2004-07-255-0/+41
| | | | | | | | | | parser. PR: ports/69564 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=114659
* - Cope with recent php changesPav Lucistnik2004-07-244-12/+12
| | | | | | | | PR: ports/69529 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=114583
* Update to 2004.07.23.Norikatsu Shigemura2004-07-242-3/+3
| | | | | | | Submitted by: Herbert J. Skuhra <herbert.skuhra@gmx.at> Notes: svn path=/head/; revision=114575
* Update to 2.2.10 (bugfix release)Sergey Matveychuk2004-07-242-5/+5
| | | | | | | | PR: ports/69528 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> Notes: svn path=/head/; revision=114571
* - Update to 0.90.0.14.Alexander Leidinger2004-07-246-8/+14
| | | | | | | | | | | | | | | | | This version has some fixes for FreeBSD, you shouldn't need to apply a kernel patch to use it. - Let 'make' transform the version number for the distfile. - It's for i386 only (needs to be revisited if the 32bit layer of amd64 gains a linux emu). [1] - Install an icon to the correct place in the GNOME case. This also closes a PR with a version update. PR: 69510 Submitted by: marius [1] Notes: svn path=/head/; revision=114560
* fix broken by s/mach/%%PERL_ARCH%%/ in plistYing-Chieh Liao2004-07-242-10/+4
| | | | Notes: svn path=/head/; revision=114554
* Due to a missed patch conflict, I forgot to commit this Makefile hunkJoe Marcus Clarke2004-07-241-4/+3
| | | | | | | that allows meanwhile-gaim to build with Gaim 0.80. Notes: svn path=/head/; revision=114553
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-234-8/+5
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Chase libraries for new audio/speex version.Kirill Ponomarev2004-07-239-16/+16
| | | | Notes: svn path=/head/; revision=114484
* Update to 0.5.2Hye-Shik Chang2004-07-233-15/+3
| | | | Notes: svn path=/head/; revision=114462
* - Upgrade to 1.08.Jun Kuriyama2004-07-232-3/+3
| | | | Notes: svn path=/head/; revision=114458
* . Update to 0.11.7.2.Greg Lewis2004-07-222-3/+3
| | | | | | | | PR: 69449 Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer) Notes: svn path=/head/; revision=114452
* Update to 2004.07.22.Norikatsu Shigemura2004-07-222-3/+3
| | | | Notes: svn path=/head/; revision=114445
* Mark FORBIDDEN.Tom Rhodes2004-07-221-1/+1
| | | | Notes: svn path=/head/; revision=114438
* Update to 3.0.5.Tom Rhodes2004-07-222-5/+5
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=114436
* Add fix for perl <= 5.005_03Volker Stolz2004-07-224-4/+34
| | | | | | | | | PR: ports/66418 Submitted by: Lars Thegler Approved by: maintainer timeout Notes: svn path=/head/; revision=114428
* That is a bug fix release recommended by vendor.Kirill Ponomarev2004-07-228-12/+18
| | | | | | | | | | | Administrator Guide in PDF format is included. Bump PORTREVISION. PR: ports/69429 Submitted by: maintainer Notes: svn path=/head/; revision=114426
* update of net/spread and net/spread-j to version 3.17.2Oliver Eikemeier2004-07-2215-73/+75
| | | | | | | | PR: 69095 Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer) Notes: svn path=/head/; revision=114425
* Add the new one knob WITH_BROWSING_HACKS.Sergey A. Osokin2004-07-222-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | - New configuration options: allow workgroups/deny workgroups. When samba is a local master on subnet these options allow you to restrict list of available workgroup names in "Network Neighbourhood". Options accept a list of names. - New configuration options: allow master/deny masters. When samba is running as a WINS server these options allow you to restrict registering of particular IP addresses as group masters. Options accept same arguments as "allow hosts". - New configuration option: workgroups. This allows you to be a member (and thus a master browser!) of multiple workgroups. - New configuration option: force local master. Allows to ignore Windows NT PDC attempts to claim master browser name on subnet. This is violation of standard, but is useful. - All registered NetBIOS names must be isprint(). Do not bump PORTREVISION, because new features show up only if WITH_BROWSING_HACKS is defined in compile-time. Submitted by: glebius Notes: svn path=/head/; revision=114409
* Update to 0.0.7 (unDEPRECATE)Volker Stolz2004-07-222-8/+4
| | | | | | | | PR: ports/69392 Submitted by: Radim Kolar (maintainer) Notes: svn path=/head/; revision=114408
* Add a forgotten patch to really fix the capture lockups when ethereal isJoe Marcus Clarke2004-07-224-0/+24
| | | | | | | built with GTK+ 2 support. Notes: svn path=/head/; revision=114377
* - Upgrade to 2.0.43 (2.0.41 didn't work on emacs-21.3 by usingJun Kuriyama2004-07-213-47/+4
| | | | | | | | | not existing function "copy-tree"). - Use autoconf-2.59 and regenerate configure script to avoid a bug in AC_CHECK_PROG(..., [$PATH:/]). Notes: svn path=/head/; revision=114372
* Properly setup rc.d default macros.Joe Marcus Clarke2004-07-212-6/+6
| | | | | | | Reminded by: eik Notes: svn path=/head/; revision=114365
* * Properly setup rc.d default macros [1]Joe Marcus Clarke2004-07-212-11/+11
| | | | | | | | | * Correct a typo (cind_metad_enable should be cnid_metad_enable) Reminded by: eik [1] Notes: svn path=/head/; revision=114364
* Update to 2.7.4.Joe Marcus Clarke2004-07-212-3/+4
| | | | Notes: svn path=/head/; revision=114357
* Update to 0.6.Maxim Sobolev2004-07-219-171/+5
| | | | Notes: svn path=/head/; revision=114348
* Update to 1.03Kirill Ponomarev2004-07-212-6/+4
| | | | | | | | PR: ports/69377 Submitted by: maintainer Notes: svn path=/head/; revision=114340
* Update to 2004.07.20.Norikatsu Shigemura2004-07-212-3/+3
| | | | Notes: svn path=/head/; revision=114328
* * Update to 0.10.5 to add new features, and fix some security issues [1]Joe Marcus Clarke2004-07-218-66/+96
| | | | | | | | | | | | | | | | * Use the new libtool scheme * Add USE_PERL5_BUILD [2] * Make the GTK+ 2 frontend the default [2] * Fix the lockup waiting for packets to arrive while capturing when built with GTK+ 2 PR: 68819 [1] Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1] billf [2] Approved by: maintainer Notes: svn path=/head/; revision=114324
* Fix build with non-i386 architectures, and fix the installation path forJoe Marcus Clarke2004-07-216-32/+154
| | | | | | | | | | | the headers. Most of this was adapted from the RedHat src RPMs. Approved by: maintainer timeout Notes: svn path=/head/; revision=114321
* New port udpcast version 20040531: A file transfer tool usingMario Sergio Fujikawa Ferreira2004-07-207-0/+191
| | | | | | | ethernet's multicast Notes: svn path=/head/; revision=114311
* Update to 0.80.Joe Marcus Clarke2004-07-202-6/+5
| | | | Notes: svn path=/head/; revision=114271
* Update to 0.80. For a list of what's changed, seeJoe Marcus Clarke2004-07-205-58/+7
| | | | | | | | | http://gaim.sourceforge.net/ChangeLog. Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=114270
* - mark BROKEN with new gccDirk Meyer2004-07-202-0/+9
| | | | Notes: svn path=/head/; revision=114267
* socat 1.4.0.0 has buggy SOCKS4A code. The maintainer patch on the web site ↵Oliver Eikemeier2004-07-192-1/+398
| | | | | | | | | | | | | | | has (probably had, now) a platform-specific bug, which was resolved in conjunction with the socat author earlier. The problem will be corrected in socat 1.4.0.1, but in the meantime is provided separately. This patch adds the fix as a replacement xio-socks.c. I have also set myself as the maintainer as part of the patch below. I am willing to take on maintainership of this port. PR: 69317 Submitted by: rik <freebsd-ports@rikrose.net> Notes: svn path=/head/; revision=114255
* - Update to 0.26Vanilla I. Shu2004-07-193-26/+26
| | | | | | | | | | - rearrange pkg-plist PR: ports/69284 Submitted by: maintainer Notes: svn path=/head/; revision=114216
* Update to 2.6.2.1Alexander Nedotsukov2004-07-196-6/+10
| | | | Notes: svn path=/head/; revision=114208
* Switch to the new PHP infrastructure.Alex Dupre2004-07-191-1/+2
| | | | Notes: svn path=/head/; revision=114193
* Add a new shared extension for PHP.Alex Dupre2004-07-193-0/+29
| | | | Notes: svn path=/head/; revision=114157
* Add a new shared extension for PHP.Alex Dupre2004-07-192-0/+15
| | | | Notes: svn path=/head/; revision=114153
* Add a new shared extension for PHP.Alex Dupre2004-07-192-0/+15
| | | | Notes: svn path=/head/; revision=114151
* Add a new shared extension for PHP.Alex Dupre2004-07-192-0/+15
| | | | Notes: svn path=/head/; revision=114149
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114147
* Add a new shared extension for PHP.Alex Dupre2004-07-193-0/+29
| | | | Notes: svn path=/head/; revision=114057
* Add a new shared extension for PHP.Alex Dupre2004-07-192-0/+15
| | | | Notes: svn path=/head/; revision=114053
* Add a new shared extension for PHP.Alex Dupre2004-07-192-0/+15
| | | | Notes: svn path=/head/; revision=114051
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114049
* Add pecl-yaz 1.0.1, a PECL extension that implements a Z39.50 client.Alex Dupre2004-07-194-0/+36
| | | | Notes: svn path=/head/; revision=113976
* Update to 7.2.9.6Kirill Ponomarev2004-07-183-4/+4
| | | | | | | | PR: ports/69247 Submitted by: maintainer Notes: svn path=/head/; revision=113915
* (1)Christian Weisgerber2004-07-184-3/+60
| | | | | | | | | | | | | | | Update to 20040718p. Changes in this release: - Ignore obviously malformed queries. - Respond to client queries with better server statistics. (2) Fix configuration file location in man pages. PR: 69233 Submitted by: edwin (2) Notes: svn path=/head/; revision=113908