aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-06188-125/+188
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* This module allows easy access to Feeds, Presences and Users at jaiku.com.Martin Wilke2008-06-055-0/+44
| | | | | | | | | | | | | It requires an API key retreivable from http://api.jaiku.com/ for each username you wish to authenticate. WWW: http://search.cpan.org/dist/Net-Jaiku/ PR: ports/124242 Submitted by: Ying-Chieh Liao <ijliao at csie.nctu.edu.tw> Notes: svn path=/head/; revision=214385
* Update to 2008.06.05.Norikatsu Shigemura2008-06-052-4/+4
| | | | Notes: svn path=/head/; revision=214359
* Add a trailing slash to an URL and replace uppersace 'D' with lowercase 'd'.Boris Samorodov2008-06-051-1/+1
| | | | | | | Suggested by: danfe (thanks) Notes: svn path=/head/; revision=214357
* A more precise description of hardware which this driver is written for.Boris Samorodov2008-06-051-1/+3
| | | | | | | | Submitted by: Alex Keda <admin at lissyara.su> (maintainer by private email) Pointed out by: netchild, danfe Notes: svn path=/head/; revision=214342
* This is a port of ptpd, the Precision Time Protocol, which is anWesley Shields2008-06-058-0/+206
| | | | | | | | | | | | implementation of IEEE 1588. http://ptpd.sourceforge.net/ Submitted by: gnn (private mail/IRC) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=214329
* Update to 0.09Mathieu Arnold2008-06-042-4/+4
| | | | Notes: svn path=/head/; revision=214302
* SkyStar2 driver. Written by paradox (http://paradox.org.ua/)Boris Samorodov2008-06-036-0/+67
| | | | | | | | | | For additional information (in Russian), see end of http://forum.lissyara.su/viewtopic.php?t=622 WWW: http://paradox.org.ua/ Notes: svn path=/head/; revision=214268
* Update to 0.08Mathieu Arnold2008-06-033-6/+23
| | | | Notes: svn path=/head/; revision=214261
* Do not start until named has been started.Edwin Groothuis2008-06-032-2/+2
| | | | Notes: svn path=/head/; revision=214234
* Update to 1.9:Boris Samorodov2008-06-032-4/+4
| | | | | | | | | | | | Version 1.9 contains rather important band-aid for hanged socketpipe instances in case of remote server crash. PR: 123289 Submitted by: marck Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=214231
* The goal of the GNOME Online Desktop is to adapt the desktop to becomeMartin Wilke2008-06-0317-0/+275
| | | | | | | | | | | | | | the perfect window for online applications like GMail, Photobucket, Facebook, EBay, Wikipedia, and countless others that user and developer momentum is shifting towards. WWW: http://live.gnome.org/OnlineDesktop PR: ports/124198 Submitted by: Ashish Shukla <wahjava at gmail.com> Notes: svn path=/head/; revision=214214
* All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.Emanuel Haupt2008-06-021-2/+1
| | | | | | | | PR: 124199 Submitted by: rafan Notes: svn path=/head/; revision=214172
* Add backup sites.Norikatsu Shigemura2008-06-011-1/+3
| | | | Notes: svn path=/head/; revision=214107
* Update to 6.0.3.Norikatsu Shigemura2008-06-0115-151/+181
| | | | Notes: svn path=/head/; revision=214101
* - Update to 0.0.9Martin Wilke2008-05-312-4/+9
| | | | | | | | | PR: 120701 Submitted by: lippe Approved by: maintainer timeout Notes: svn path=/head/; revision=214051
* Add p5-BBS-Client 0.03, a Client Module For BBS Systems.Li-Wen Hsu2008-05-315-0/+42
| | | | | | | | PR: ports/124129 Submitted by: Yi-Jheng, Lin <yzlin at cs.nctu.edu.tw> Notes: svn path=/head/; revision=214030
* Merge a patch from cvs which fixes a file-globbing bug in the daemon when chrootEmanuel Haupt2008-05-312-0/+12
| | | | | | | | | | | | is on. http://www.mail-archive.com/rsync-cvs@lists.samba.org/msg05785.html Submitted by: sem Obtained from: rsync cvs Notes: svn path=/head/; revision=214016
* - Update to 124079Martin Wilke2008-05-304-47/+34
| | | | | | | | PR: 124079 Submitted by: Ashish Shukla <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=213988
* Engine providing live updates of online data to the desktop.Martin Wilke2008-05-306-0/+82
| | | | | | | | | | WWW: http://ftp.gnome.org/pub/GNOME/sources/desktop-data-model/ PR: ports/124078 Submitted by: Ashish Shukla <wahjava at gmail.com> Notes: svn path=/head/; revision=213986
* Daemon::Generic provides a framework for starting, stopping, reconfiguringRenato Botelho2008-05-305-0/+46
| | | | | | | | | | | | | | | | | daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands. Programs that use Daemon::Generic subclass Daemon::Generic to override its behavior. Almost everything that Genric::Daemon does can be overridden as needed. WWW: http://search.cpan.org/dist/Daemon-Generic/ PR: ports/124133 Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com> Notes: svn path=/head/; revision=213941
* This module is just a translation of the C socket.h file. Unlike the oldRenato Botelho2008-05-305-0/+42
| | | | | | | | | | | | | | | mechanism of requiring a translated socket.ph file, this uses the h2xs program (see the Perl source distribution) and your native C compiler. This means that it has a far more likely chance of getting the numbers right. This includes all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc. WWW: http://search.cpan.org/dist/Socket/ PR: ports/124132 Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com> Notes: svn path=/head/; revision=213939
* Add a missing dependency on xtst.Joe Marcus Clarke2008-05-291-0/+2
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=213902
* - Update to 1.0Dirk Meyer2008-05-293-7/+8
| | | | | | | | PR: 124023 Submitted by: Hung-Yi Chen Notes: svn path=/head/; revision=213876
* [PATCH] net/sniffit: Fix make package while NOPORTDOCS is definedEdwin Groothuis2008-05-292-3/+3
| | | | | | | | | | Fix make package while NOPORTDOCS is defined. PR: ports/124097 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=213872
* This is a security update of Samba 3.0.28a, that address CVE-2008-1105.Timur I. Bakeyev2008-05-292-1/+188
| | | | | | | | Approved by: shaun (mentor, implicit) Security: CVE-2008-1105 Notes: svn path=/head/; revision=213861
* - Unbreak for pf < 3.7Rong-En Fan2008-05-296-46/+293
| | | | | | | Submitted by: thompsa Notes: svn path=/head/; revision=213850
* patch net/libnet's configure to not do anymore checks of bpf deviceEdwin Groothuis2008-05-292-1/+81
| | | | | | | | | | | | | | when building net/libnet, bpf has been there since FreeBSD 3.X, so do not do anymore checks. this is useful when building in jails as they don't have bpf. this is somewhat like #113893 PR: ports/123213 Submitted by: Mars G Miro <spry@anarchy.in.the.ph> Approved by: maintainer timeout Notes: svn path=/head/; revision=213844
* net/vnc Xvnc won't run without fonts.alias installedEdwin Groothuis2008-05-291-2/+3
| | | | | | | | | | | | | | When building VNC (net/vnc) with the server option, Xvnc and vncserver and friends are built. Xvnc is the X server for the VNC session. However, if the server cannot find the 'fixed' font, which is supposed to be in fonts.alias, the server dies. PR: ports/118293 Submitted by: Clint Olsen <clint.olsen@gmail.com> Notes: svn path=/head/; revision=213843
* Respect NOPORTEXAMPLES.Wesley Shields2008-05-281-3/+3
| | | | | | | | Submitted by: itetcu Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=213812
* remove pkg-plistEdwin Groothuis2008-05-282-4/+2
| | | | Notes: svn path=/head/; revision=213811
* Switch to using GNU make. If PCRE was disabled, it would not build withAnders Nordby2008-05-281-0/+1
| | | | | | | | | | | | FreeBSD make. Noticed by: Andreas Blaaflaadt Cc: andreas@blaafladt.no Approved by: maintainer Notes: svn path=/head/; revision=213795
* Update to 1.1.7.Wesley Shields2008-05-282-4/+4
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=213793
* - Update to 0.2.0020Pietro Cerutti2008-05-277-51/+60
| | | | | | | | | | | - Remove viewer and server scritps, use new GUI starter instead - Move config files and [trust|key]stores to ${HOME}/.jrdesktop/ - Remove patch fixed upstream Approved by: miwi (mentor) Notes: svn path=/head/; revision=213772
* - Connect net/pear-Net_LDAP2 to the buildMartin Wilke2008-05-271-0/+1
| | | | Notes: svn path=/head/; revision=213765
* - Update to 2.00rc2Martin Wilke2008-05-273-19/+21
| | | | | | | | PR: 123364 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=213764
* Update to 2.22.2.Jeremy Messenger2008-05-262-4/+4
| | | | Notes: svn path=/head/; revision=213719
* Update to 2.22.2.Jeremy Messenger2008-05-262-7/+6
| | | | Notes: svn path=/head/; revision=213705
* Update to 1.2.6Emanuel Haupt2008-05-262-4/+4
| | | | Notes: svn path=/head/; revision=213693
* - Update to 1.3Sergey Matveychuk2008-05-262-4/+4
| | | | Notes: svn path=/head/; revision=213688
* - Fix INDEXRong-En Fan2008-05-261-1/+1
| | | | | | | Pointy hat to: rafan Notes: svn path=/head/; revision=213687
* - Update to 0.7Rong-En Fan2008-05-264-32/+54
| | | | | | | | | | | | - Drop maintainership - Update rc script to the rc.d world order - Mark broken on FreeBSD < 7.x until someone wants to fix it PR: ports/123226 Submitted by: thompsa (maintainer) Notes: svn path=/head/; revision=213686
* Update to version 4.0.Makoto Matsushita2008-05-267-100/+154
| | | | | | | | | | | | | | | Also fixes to pkg-plist to 1) forget to chmod/chown db directory for package and 2) shut-up error message to remove ${PREFIX}/share/locale/rw (that is not listed in BSD.local.dist, and other applications such as bison may be used this directory.) jwhois.conf is also updated to the latest revision (1.137) from jwhois CVS repository. Pressure for update from: nork Notes: svn path=/head/; revision=213679
* - Add warning message "Skype requires at least linux_base-fc6"Beech Rintoul2008-05-261-0/+15
| | | | Notes: svn path=/head/; revision=213671
* This version tries to install docs even when --without-docdir is passedThierry Thomas2008-05-254-26/+168
| | | | | | | | | to configure; fix it. Reported by: itetcu Notes: svn path=/head/; revision=213665
* Upgrade to 0.9.1.Vanilla I. Shu2008-05-244-10/+16
| | | | Notes: svn path=/head/; revision=213605
* net/mDNSResponder and net/avahi-libdns install files in the same placeEdwin Groothuis2008-05-242-1/+3
| | | | | | | | | | | | | | | | | net/mDNSResponder and net/avahi-libdns install files in the same place. /usr/ports/net/mDNSResponder/Makefile contains CONFLICTS= avahi+libdns-[0-9]*, but the package name is avahi-libdns-0.6.22. /usr/ports/net/avahi-libdns/Makefile does not contain any CONFLICTS section. PR: ports/121434 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: various maintainer timeouts Notes: svn path=/head/; revision=213573
* Add a debugging knob (WITH_RDESKTOP_DEBUG) to help folks figure out anyDavid E. O'Brien2008-05-211-1/+14
| | | | | | | | | | problems they may have. [parts derived from the PR] PR: 123720 Submitted-by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=213446
* Upgrade to version 1.6.0.David E. O'Brien2008-05-214-74/+10
| | | | | | | Also enable IPv6 by default (define WITHOUT_IPV6 if this causes you trouble). Notes: svn path=/head/; revision=213443
* Mark as broken with new silc-toolkit update, which I forgot on the lastWesley Shields2008-05-201-0/+1
| | | | | | | | | | commit. Submitted by: pav, itetcu Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=213427