aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-317-10/+14
|
* Populate newly create net-p2p category with these ports:Pav Lucistnik2006-01-31555-18531/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftp/jigdo net/amule1 net/amule2 net/apollon net/azureus net/bnbt net/btpeer net/btqueue net/cdonkey net/ctorrent net/dcd net/dclib net/dctc net/dctc-gui net/dctc-gui-qt net/edonkey-gui-gtk net/edonkey-gui-gtk-urlslave net/fcptools net/fidelio net/freenet net/frost net/giftcurs net/giftoxic net/giftui net/gift net/gift-fasttrack net/gift-gnutella net/gift-openft net/gkrellm-gift net/gnewtellium net/gnome-btdownload net/gnunet net/gtkhx net/gtk-gnutella net/gtorrentviewer net/hagelslag net/hx net/i2p net/javadc net/kmldonkey net/ktorrent net/libbt net/liberator net/libfreenet net/libpdtp net/libtorrent net/limewire net/linux-agsatellite net/linux-edonkey-core net/linux-edonkey-server net/linux-jigdo net/linux-overnet-core net/minder net/mldonkey net/mldonkey-core net/mldonkey-core-devel net/mldonkey-devel net/mldonkey-gui net/mldonkey-gui-devel net/mldonkey-perlreactor net/mldonkey-sancho net/mldonkey-serverspy net/mldonkey-urlslave net/mutella net/mute-net net/mute-net-gui net/mute-net-text net/napshare net/nicotine net/opendchub net/peercast net/phex net/pyslsk net/py-bittornado net/py-bittornado-core net/py-bittorrent net/py-bittorrent-core net/py-bittorrent-core-devel net/py-bittorrent-devel net/py-fngrab net/py-kenosis net/py-kenosis-bittorrent net/py-py2play net/p5-pdonkey net/qtella net/qtorrent net/rtorrent net/squall net/torrentflux net/torrentsniff net/trackerbt net/transmission net/valknut net/verlihub net/verlihub-plugins net/xmule net/xnap misc/ed2k misc/edonkey-tool-hash misc/linux-edonkey-tool-recovermet Repocopies by: marcus
* - Update to 0.8.1Renato Botelho2006-01-304-35/+29
| | | | | | PR: ports/91880 Submitted by: Alex Miller <asm@asm.kiev.ua> Approved by: maintainer timeout (14 days)
* Update to 0.9.Anton Berezin2006-01-302-5/+5
|
* - New port:Marcus Alves Grando2006-01-305-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | iLBC (internet Low Bitrate Codec) iLBC is a FREE speech codec suitable for robust voice communication over IP. The codec is designed for narrow band speech and results in a payload bit rate of 13.33 kbit/s with an encoding frame length of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables graceful speech quality degradation in the case of lost frames, which occurs in connection with lost or delayed IP packets. Features: * Bitrate 13.33 kbps (399 bits, packetized in 50 bytes) for the frame size of 30 ms and 15.2 kbps (303 bits, packetized in 38 bytes) for the frame size of 20 ms * Basic quality higher then G.729A, high robustness to packet loss * Computational complexity in a range of G.729A * Royalty Free Codec WWW: http://www.ilbcfreeware.org/ PR: 91884 Submitted by: Alex Miller <asm@asm.kiev.ua>
* - Chase libedit updatePav Lucistnik2006-01-301-1/+1
| | | | | PR: ports/92450 Submitted by: Thomas Schweikle <tps@vr-web.de>
* In trying to solve a problem with inconsistencies when linking with -sharedJoe Marcus Clarke2006-01-306-1/+56
| | | | | | | | | | | | | | and ${PTHREAD_LIBS}, avahi linked its binaries with -lc_r on FreeBSD. This caused nasty runtime failures on i386, and build failures on alpha, amd64, and other platforms where libc_r no longer exists. To fix this, don't go through the song and dance of trying to solve the -shared/${PTHREAD_LIBS} problem, and just link with ${PTHREAD_LIBS} as usual. Of course, ports that depend on avahi's libraries will break by doing this, so add ${PTHREAD_{LIBS,CFLAGS}} to the right pkg-config files to make sure dependencies will pick them up. Patch adapted from: Yasuda Keisuke <kysd@po.harenet.ne.jp>
* - Update to 0.4.3.Florent Thoumie2006-01-292-5/+5
|
* - Update to 0.8.3.Florent Thoumie2006-01-293-5/+7
|
* BROKEN on !i386: Does not compileKris Kennaway2006-01-291-1/+7
|
* - Update to 0.96Yen-Ming Lee2006-01-293-5/+9
| | | | | | PR: 92457 Submitted by: leeym Approved by: maintainer
* - Fix typo in COMMENTPav Lucistnik2006-01-281-1/+1
|
* Put main category at first place.Alex Dupre2006-01-281-1/+1
|
* Remove apparently stray @exec mkdir (looks like it was intended to createKris Kennaway2006-01-281-1/+0
| | | | | | a directory that populated later in the plist, but it's using the wrong path, and you don't need to make directories explicitly anyway unless they're empty).
* - fix PREFIX in rc.fileDirk Meyer2006-01-282-16/+16
|
* Update to 2006.01.27.Norikatsu Shigemura2006-01-282-4/+6
|
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-282-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
* Add a port for csup, the rewrite of CVSup in C.Maxime Henrion2006-01-284-0/+37
| | | | | | | | While it still has some rough edges, it has reached a state where it's pretty much usable and this port will get me a wider audience for testing. Reviewed by: ahze
* Add p5-Apache2-SOAP 0.71, apache2 mod_perl2 SOAP Server.Erwin Lansing2006-01-275-0/+54
| | | | | | | | | | This is a replacement for Apache::SOAP (and SOAP::Transport::HTTP) designed to work with the CPAN version of mod_perl 2. It is intended as a temporary measure until the SOAP-Lite distribution implements this functionality. PR: ports/92388 Submitted by: Simun Mikecin <numisemis@yahoo.com>
* Replace the dangerous .error with IGNORE.Mark Linimon2006-01-271-1/+1
|
* Ancient FreeBSD versions are no longer supported in bsd.port.mk, so thisMark Linimon2006-01-271-4/+0
| | | | | | code is moot. Approved by: maintainer
* Reset maintainer at his request.Mark Linimon2006-01-271-1/+1
|
* Make working with new asterisk version.Maxim Sobolev2006-01-272-4/+106
|
* Update to 1.2.3.Maxim Sobolev2006-01-2749-266/+343
|
* - Update to 0.6.5Michael Johnson2006-01-273-4/+5
|
* Fix build on amd64. No PORTREVISION bump since it doesn't change contentMaxim Sobolev2006-01-277-0/+105
| | | | | | of the package on the rest arches. Reported by: bram <bram@diomedia.be>
* Update to 1.0.1Sergey Skvortsov2006-01-263-4/+6
|
* Fix tainting and path manipulationsVasil Dimov2006-01-262-1/+21
| | | | | | PR: ports/91872 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> Approved by: garga (mentor)
* Quench @dirrm warningKris Kennaway2006-01-261-1/+1
|
* Add missing USE_GETTEXTKris Kennaway2006-01-261-0/+1
|
* Add missing USE_PERL5_BUILDKris Kennaway2006-01-261-0/+1
|
* Add missing USE_GETTEXTKris Kennaway2006-01-261-0/+1
|
* Fix tcpdump dependency on libpcap.Bruce M Simpson2006-01-251-3/+1
| | | | | | | LIB_DEPENDS should only be used if shared libraries were built by the libpcap port. Currently only static libraries are built. Pointy hat to: bms
* o Build and install mldonkey hashing signature tool: mld_hashMario Sergio Fujikawa Ferreira2006-01-252-2/+11
| | | | | | | o Install kill_mldonkey script script into EXAMPLESDIR instead of PREFIX/bin since it is a sample requiring modification before being used. o Bump PORTREVISION
* Don't bogusly list the rc.d script in the plist. USE_RC_SUBR does thisBrooks Davis2006-01-251-1/+0
| | | | | | for us. Reported by: krismail
* Update to 2006.01.24.Norikatsu Shigemura2006-01-242-4/+4
|
* Update to new beta release of mpd4 - 4.0b4. Several important bugfixes hasGleb Smirnoff2006-01-2410-66/+14
| | | | | | | been made in this release. Also the new release introduces better integration with new nodes in RELENG_6 branch - ng_tcpmss(4) and ng_netflow(4). Approved by: archie
* Add a fix to another deficency of php devs that think FreeBSD is (D)evil:Alex Dupre2006-01-241-0/+38
| | | | - re-enable persistence support in soap extension
* - update to 1.1.1Yen-Ming Lee2006-01-242-6/+9
| | | | | | | | - assign maintainership to perl@ PR: 92086 Submitted by: leeym Approved by: maintainer
* - Drop maintainership. ENOTIME for ports, so let someone else take better carePav Lucistnik2006-01-241-1/+1
| | | | | | of them. Submitted by: Brad Davis <so14k@so14k.com>
* - Add a MASTER_SITES backup and remove reference to MASTER_SITE_LOCAL sinceRenato Botelho2006-01-231-2/+1
| | | | | | | this version is not available at mnag's subdir. Submitted by: maintainer by email Noticed by: krismail
* update to 0.5.6Oliver Lehmann2006-01-233-6/+9
|
* SHA256ifyEdwin Groothuis2006-01-23427-0/+480
| | | | Approved by: krion@
* Driver for USB 802.11 devices using Conexant chipsets (see www.prism54.org).Pav Lucistnik2006-01-236-0/+59
| | | | | PR: ports/92063 Submitted by: Sebastien Bourdeauducq <lekernel@prism54.org>
* Reset undeliverable maintainer address:Kris Kennaway2006-01-231-1/+1
| | | | | <arlu@telia.com>: host mail.telia.com[81.228.11.160] said: 550 RCPT TO:<arlu@telia.com> User unknown (in reply to RCPT TO command)
* - Utilize @dirrmtry in auto generated PLISTSergey Matveychuk2006-01-232-10/+4
| | | | | PR: ports/92161 Submitted by: maintainer
* - Revert 1.115, it broke the buildPav Lucistnik2006-01-231-2/+2
| | | | | Reported by: DomiX on Freenode Pointy hat to: edwin
* SHA256ifyEdwin Groothuis2006-01-225-0/+5
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-2212-23/+23
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-22137-518/+518
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - add missing dependencyYen-Ming Lee2006-01-222-4/+6
| | | | | | | | - bump PORTREVISION PR: 92044 Submitted by: Riccardo Torrini <riccardo@torrini.org> Approved by: maintainer
* When building with zaptel disabled make sure to set WITHOUT_ZAPTEL makeMaxim Sobolev2006-01-217-0/+7
| | | | | | environment variable. Poked by: kris, unbuildable ports reminder
* - Fix packing list issue with ipw-firmware. Should have fixed that some time ↵Florent Thoumie2006-01-211-7/+13
| | | | | | ago. Noticed by: krismails (twice)
* http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-patch ↵Edwin Groothuis2006-01-211-0/+0
| | | | | | | | | | | | .html 4.4 Patching [...] Please only use characters [-+._a-zA-Z0-9] for naming your patches. Do not use any other characters besides them. Do not name your patches like patch-aa or patch-ab etc, always mention path and file name in patch names.
* Fix build.Kirill Ponomarev2006-01-211-0/+1
| | | | Found by: pointyhat
* Fix build on CURRENT by including limits.h for PATH_MAXTilman Keskinoz2006-01-202-7/+14
| | | | Remove ONLY_FOR_ARCHS ports builds on amd64 and sparc64 too.
* Unbreak build with openssl-0.9.8Sergey Skvortsov2006-01-201-0/+10
|
* Change my email address to the @FreeBSD oneVasil Dimov2006-01-202-2/+2
| | | | Approved by: garga (mentor)
* BROKEN: Broken dependencyKris Kennaway2006-01-201-0/+2
|
* BROKEN: UnfetchableKris Kennaway2006-01-201-0/+2
|
* BROKEN on 7.0: Incorrect pkg-plistKris Kennaway2006-01-201-0/+4
|
* o Update to 2.7.3Mario Sergio Fujikawa Ferreira2006-01-203-29/+5
| | | | | o Fix detection of reentrant code introduced in previous commit: it was working backwards
* Update to 0.7.3.Maxim Sobolev2006-01-2011-119/+131
|
* 1) Make sure that multithreaded coding usingMario Sergio Fujikawa Ferreira2006-01-192-1/+52
| | | | | | | | | | | gethostbyname(3)/gethostbyaddr(3) is used under FreeBSD. 2) Futhermore, insure that it is properly detected whether reentrant versions of the aforementioned functions are available; and, that the appropriate code is used on either case. 3) Bump PORTREVISION Submitted by: spiralvoice <spiralvoice@users.sourceforge.net> [1] Reviewed by: freebsd-ports (3 days silence)
* - Add four vendor patches:Sergey Matveychuk2006-01-192-2/+17
| | | | | | | | | | | | | | | | | | | | 1. Device Filter Clear Issue This patch fixes an issue where attempting to clear a filter would result in the filter still being active. 2. Invalid SQL When Creating Graphs This patch fixes an problem where an invalid SQL statement would be executed when generating graphs. 3. Additional Error Checking for Nth Percentile This adds more checking concerning rrd fetch returning an empty set on a non-existant rrd file, resulting in a php warning about invalid index. 4. MySQL 5.x Strict Mode Compatibility Allows MySQL 5.x to utilize the default "strict" sql_mode. As an added benefit, this patch also automatically calculates the maximum speed of your interface graphs preventing gigabit interfaces from being overrun. Reminded by: demon
* Update to 0.06Sergey Skvortsov2006-01-182-5/+5
| | | | Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-Keepalive-0.06/CHANGES
* - Get back trafshow 3. It shows the most true results.Sergey Matveychuk2006-01-1811-31/+203
| | | | Asked by: many users
* - Update to 0.6.4Michael Johnson2006-01-182-4/+4
|
* Update to 1.2.1.Maxim Sobolev2006-01-18252-19614/+7056
|
* Update to version 1.2rc2Markus Brueffer2006-01-184-21/+4
|
* - Fix configure patch to properly pick up needed librariesPav Lucistnik2006-01-171-13/+6
| | | | Reported by: krismail
* - updated to the latest packageSUZUKI Shinsuke2006-01-172-12/+10
| | | | | | | - now this package is provided from sourceforge.net, instead of kame.net - now suz takes over the maintainership from sumikawa Reviewed by: sumikawa
* - Update to 0.9.8 (see http://wiki.pldapadmin.com/Roadmap for changes)Tim Bishop2006-01-174-8/+8
| | | | | PR: 91887 Submitted by: m.seaman@infracaninophile.co.uk (maintainer)
* o Fix typo on dependency list: depend on graphics/librsvg2 ratherMario Sergio Fujikawa Ferreira2006-01-171-1/+2
| | | | | | | than graphics/librsvg o Bump PORTREVISION Submitted by: Carlos Eduardo <cartola@openit.com.br>
* - Update to 4.7.11Tim Bishop2006-01-172-4/+4
| | | | | PR: 91878 Submitted by: Filippo Natali <filippo.natali@gmail.com> (maintainer)
* Update to 4.4.2 release.Alex Dupre2006-01-161-22/+0
|
* update to varconf 0.6.4Oliver Lehmann2006-01-161-2/+2
|
* Initial version of this port.Luigi Rizzo2006-01-162-0/+158
|
* - Update to 0.8.6gClement Laforet2006-01-155-81/+16
|
* - Remove expired portsPav Lucistnik2006-01-154-42/+0
|
* - fix wrong start_cmd in start scriptYen-Ming Lee2006-01-152-1/+2
| | | | - bump PORTREVISION
* - Update to 0.3.6Pav Lucistnik2006-01-156-22/+49
| | | | | | | - Take maintainership PR: ports/91790 Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
* BROKEN: Does not buildKris Kennaway2006-01-141-0/+2
|
* Update to 0.6.1.9Mario Sergio Fujikawa Ferreira2006-01-142-4/+4
|
* - Update to 0.6.3Michael Johnson2006-01-134-22/+6
| | | | | | | - Update WWW PR: ports/91724 Submitted by: thomas@bsdunix.ch
* Add tapidbus 0.2.1, an abstraction layer for interprocess communication.Emanuel Haupt2006-01-137-0/+70
| | | | | PR: ports/91671 Submitted by: Babak Farrokhi
* - Update to 1.0.17Emanuel Haupt2006-01-133-285/+21
| | | | | | | | - Respect NOPORTDOCS (self) - Pass maintainership to submitter PR: 91709 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* Hosting its tarball for temporary, because they have a harddrive failure.Jeremy Messenger2006-01-121-1/+3
|
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-126-4/+6
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* Upgrade to 1.0.1. Fix MASTER_SITES (they added another directory to theBrooks Davis2006-01-122-7/+5
| | | | path).
* Update to 4.3.5Mario Sergio Fujikawa Ferreira2006-01-123-8/+11
|
* - Update to 1.2.7Pav Lucistnik2006-01-122-5/+5
| | | | | PR: ports/91651 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.0.5Pav Lucistnik2006-01-122-3/+4
| | | | | PR: ports/91650 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Add vserver 2.42f, server software of the VChat conference system.Emanuel Haupt2006-01-114-0/+39
| | | | | PR: ports/91591 Submitted by: Andreas Wetzel <mickey@netassembly.de>
* - Provide working MASTER_SITESEmanuel Haupt2006-01-113-9/+24
| | | | | | | | | - Rewrite pkg-descr and provide WWW - Remove pkg-plist - Pass maintainership to submitter PR: 91590 Submitted by: Andreas S. Wetzel <mickey@netassembly.de>
* [maintainer] change maintainer mail addressEdwin Groothuis2006-01-111-1/+1
| | | | | | | | | | I'm the maintainer(dryice@liu.com.cn) of the following ports. Please help to change the maintainer mail address to dryice@dryice.name. This new mail address has a RDNS record and will make the life easier. Thanks! PR: ports/91624 Submitted by: Dryice Dong Liu <dryice@dryice.name>
* - Fix startup script to respect stone_enable in rc.confTim Bishop2006-01-112-1/+2
| | | | | PR: 91605 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
* Fix botched repocopy.Erwin Lansing2006-01-101-1/+1
| | | | | | | CATEGORY is not net no longer sysutils. Submitted by: chkversion (kris) Pointy hat to: vs
* Repocopy sysutils/linneighborhood to more appropriate category 'net'.Volker Stolz2006-01-101-0/+1
| | | | PR: ports/91551
* - Update to 0.2.6 (bugfix release)Emanuel Haupt2006-01-102-11/+10
| | | | | | | - Pass maintainership to submitter PR: 91584 Submitted by: Vasil Dimov <vd@datamax.bg>
* Fix build if libtorrent is presentMarkus Brueffer2006-01-101-0/+11
| | | | Reported by: Marcin Jessa <lists@yazzy.org>
* Update to 0.0.6.Joe Marcus Clarke2006-01-104-25/+12
|
* - Fix man page name and remove a trash after cvs update megingSergey Matveychuk2006-01-101-7/+1
|
* - Update samba3 slave portsSergey Matveychuk2006-01-104-49/+124
| | | | | | | - Change a descripion of samba-libsmbclient port PR: ports/91530 Submitted by: Timur I. Bakeyev (maintainer)
* - Update to 3.0.21aSergey Matveychuk2006-01-1011-51/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Common bugs fixed in 3.0.21 include: o Missing groups in a user's token when logging in via kerberos o Incompatibilities with newer MS Windows hotfixes and embedded OS platforms o Portability and crash bugs. o Performance issues in winbindd. New features introduced in Samba 3.0.21 include: o Complete NTLMv2 support by consolidating authentication mechanism used at the CIFS and RPC layers. o The capability to manage Unix services using the Win32 Service Control API. o The capability to view external Unix log files via the Microsoft Event Viewer. o New libmsrpc share library for application developers. o Rewrite of CIFS oplock implementation. o Performance Counter external daemon. o Winbindd auto-detection query methods when communicating with a domain controller. o The ability to enumerate long share names in libsmbclient applications. PR: ports/91528 Submitted by: Timur I. Bakeyev (maintainer)
* Chase gnutls update.Roman Bogorodskiy2006-01-103-3/+4
|
* Update to 1.1.r4Emanuel Haupt2006-01-094-37/+15
| | | | | | PR: 90852 Submitted by: Babak Farrokhi <babak@farrokhi.net> Approved by: maintainer timeout
* - Update to 2.3Emanuel Haupt2006-01-097-32/+1017
| | | | | | | | | - New version has IPv6 support, thus add to ipv6 sub category - Provide rcNG script - Install config file PR: 91547 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
* - Revert CATEGORIES change from 1.10Pav Lucistnik2006-01-091-1/+1
| | | | Pointy hat to: pav
* - Add SHA256Pav Lucistnik2006-01-091-0/+1
| | | | | PR: ports/91509 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
* Fix maintainer addressEdwin Groothuis2006-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | | From: Tony Maher <anthony.maher@uts.edu.au> To: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/91537: maths/xgobi - download site moved/maintainer addressupdate Actually I need modify all my ports to use OptusNet rather than Biolateral. Is there an easy way to do this or should I submit a separate 1-line patch and PR for each port? biology/crimap biology/dna-qc biology/flip biology/primer3 biology/seqio biology/wise math/xgobi net/generic-nqs Submitted by: Tony Maher <anthony.maher@uts.edu.au>
* Add a missing cnid_metad to the PROVIDE line.Joe Marcus Clarke2006-01-091-2/+2
|
* One second thought, netatalk can get away with requiring DAEMON.Joe Marcus Clarke2006-01-091-2/+2
|
* Remove the FreeBSD keyword, and add shutdown instead.Joe Marcus Clarke2006-01-092-2/+2
|
* * Update rc.d script for the New World Order, and require slpd if desiredJoe Marcus Clarke2006-01-093-5/+12
| | | | * Use %%DATADIR%% in pkg-plist
* Update to KDE 3.5.0Michael Nottebrock2006-01-0912-145/+325
|
* - Update to 2.0.11Pav Lucistnik2006-01-094-21/+36
| | | | | PR: ports/91513 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
* Update to 2.8.3Erwin Lansing2006-01-093-21/+12
| | | | | PR: 91515 Submitted by: Christian Laursen <xi@borderworlds.dk> (maintainer)
* - Update to version 1.2rc1 for stability reasonsMarkus Brueffer2006-01-088-59/+77
| | | | | | - Add SHA256 Requested by: Beech Rintoul
* - Update to 1.4Pav Lucistnik2006-01-083-26/+51
| | | | | PR: ports/91453 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* Don't create the data directory that we no longer use. Nothing wasDima Dorfman2006-01-081-1/+0
| | | | | | | | installed into it, and it was no longer being deleted in the plist, so it would remain after deinstallation. Problem reported by: botkris Submitted by: Andy Miller
* Remove guilib dependency, it's required only by some example filesKirill Ponomarev2006-01-081-2/+0
| | | | | | which aren't installed anyway. Submitted by: Ed Schouten <ed@fxq.nl>
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-0710-9/+11
| | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
* MAINTAINER-UPDATE: net/trafshow back to ports@freebsd.orgEdwin Groothuis2006-01-072-2/+2
| | | | | | | | I haven't had time to maintain net/trafshow. Worse, I don't even use it myself anymore. Hopefully someone else will pick this up soon. PR: ports/91441 Submitted by: Ryan Thompson <ryan@sasknow.com> <ryan@sasknow.com>
* net/gift add missing dependencyEdwin Groothuis2006-01-071-2/+3
| | | | | | | add missing perl dependency (necessary for gift-setup) PR: ports/91401 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
* - Update to 1.3Pav Lucistnik2006-01-062-5/+4
| | | | | PR: ports/91376 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
* Update to 1.0.10Emanuel Haupt2006-01-062-4/+4
|
* - Update tp 0.8.6hSergey Matveychuk2006-01-067-81/+54
| | | | | | | * Numerous bugs fixed * A few notable features include MySQL 5.x support * New 5th percentile functionality, and multiple command line scripts - Refine a little pkg-message.in
* Update to 2.7.2Mario Sergio Fujikawa Ferreira2006-01-068-156/+4
|
* Update to 2006.01.05.Norikatsu Shigemura2006-01-052-4/+4
|
* Fix typo: RFC3621 -> RFC3261.Maxim Sobolev2006-01-051-1/+1
| | | | Submitted by: Pedro Almeida <pedro.almeida@securenetworks.pt>
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-0/+1
| | | | PR: ports/91270
* [PATCH] unbreak samba-libsmbclient on kerberos-less systemsEdwin Groothuis2006-01-051-3/+0
| | | | | | | | | smbclient is broken, when no krb is on the system (ie: NO_KERBEROS in /etc/make.conf) PR: ports/90238 Submitted by: Melvyn Sopacua <melvyn@melvyn.homeunix.org> Approved by: "Timur I. Bakeyev" <timur@gnu.org>
* [PATCH] net/azureus: fix buildEdwin Groothuis2006-01-051-1/+1
| | | | | | | | | | Fix location of installed junit.jar Now the build fails when trying to install already installed java/junit. With the patch my TinderFoxy builds w/o error (tested on 4 and 7). PR: ports/91323 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@gmail.com>
* Also fix the swt31 dependency from java to x11-toolkits in RUN_DEPENDSErwin Lansing2006-01-042-2/+2
| | | | Submitted by: Ion-Mihai Tetcu
* swt31 is in x11-toolkits, not java.Erwin Lansing2006-01-042-2/+2
| | | | | | This should fix INDEX builds. Submitted by: Panagiotis Astithas past at ebs.gr
* o No longer depend on swt libraries from eclipse; thus, removingMario Sergio Fujikawa Ferreira2006-01-043-63/+11
| | | | | | the assorted hacks. o Depend on new port java/swt31 instead. o Bump PORTREVISION
* [PORT UPDATE] net/amule2 v2.1.0Edwin Groothuis2006-01-045-47/+107
| | | | | | | This patch updates aMule2 port to v2.1.0 PR: ports/91276 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* Update to 2006.01.04.Norikatsu Shigemura2006-01-042-4/+4
|
* Update to 20060103Emanuel Haupt2006-01-042-13/+13
| | | | | PR: 91267 Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx> (maintainer)
* Add tcpxtract. A tool for extracting files from network traffic.MANTANI Nobutaka2006-01-044-0/+33
|
* Change version numbering. Instead of 0.0-revision, it's now the date:Edwin Groothuis2006-01-032-3/+2
| | | | dosdetector-20060101
* Update port: net/dosdetector New funcionalityEdwin Groothuis2006-01-032-5/+5
| | | | | PR: ports/91221 Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
* New port: net/nepenthes (resend with shar)Edwin Groothuis2006-01-037-0/+293
| | | | | | | | | | | | Nepenthes can determine the malware activity on a network by deploying a nepenthes sensor (i.e. honey pot). The programm emulates different well known vulnerabilities waiting for malicious connections trying to exploit them. WWW: http://nepenthes.sourceforge.net PR: ports/90062 Submitted by: ryo <ryo@aquahill.net>
* * Bump PORTREVISION for latest patch.Mike Heffner2006-01-021-1/+1
| | | | Suggested by: kris@
* [PATCH] net/cvsup-mirror: add some install time options for update.shEdwin Groothuis2006-01-024-21/+7
| | | | | | | | | | | | | Add following install time options for update.sh - Whether or not /var/log/cvsup.log is rotated when update.sh is invoked. - Maximum number of log files. - Wheter or not old log file is gzipped after rotated. PR: ports/81598 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Not objected by: jdp@FreeBSD.org
* [MAINTAINER] net/netwib: update to 5.33.0Edwin Groothuis2006-01-022-6/+7
| | | | | Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> PR: ports/91165
* Upgrade to 1.10.14Dima Dorfman2006-01-027-60/+16
| | | | Submitted by: Andy Miller
* fix building:Edwin Groothuis2006-01-022-3/+3
| | | | | - support wish8.4 - supoprt iwidgets4.0.1
* - unbreak this port under old perlYen-Ming Lee2006-01-022-5/+10
| | | | | | | | - use MASTER_SITE_PERL_CPAN instead PR: 90543 Submitted by: leeym Approved by: maintainer timeout
* Update to 1.0.9Emanuel Haupt2006-01-022-4/+4
|
* - Update distinfo, tarball was rerolled with a simple constraint check [1]Emanuel Haupt2006-01-012-3/+4
| | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION [1] diff -ruN pathneck-1.2.old/pathneck.c pathneck-1.2/pathneck.c --- pathneck-1.2.old/pathneck.c Sun Nov 7 00:00:03 2004 +++ pathneck-1.2/pathneck.c Sun Dec 25 20:34:39 2005 @@ -539,7 +539,7 @@ continue; /* if "-c" is specified, rtt_i could exceed MAX_RTT_NUM */ - if (rtt_i < MAX_RTT_NUM) { + if (rtt_i < MAX_RTT_NUM && len == 60) { memcpy(rtt_rec[rtt_i], buffer, len); rtt_arr_time[rtt_i] = get_time(); pre_time = rtt_arr_time[rtt_i]; PR: 91132 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
* Fix build with dbus-0.60.Joe Marcus Clarke2006-01-011-0/+15
| | | | Obtained from: Avahi SVN
* Chase the dbus shared lib version.Joe Marcus Clarke2006-01-012-3/+3
|
* * Patch for open file dialog.Mike Heffner2006-01-011-0/+11
|
* Fix patching on FreeBSD <= 5.4-RELEASE.Joe Marcus Clarke2005-12-314-8/+8
|
* Update to 2005.12.30.Norikatsu Shigemura2005-12-302-4/+4
|
* - Fix build for FreeBSD 7Dirk Meyer2005-12-301-1/+4
| | | | | | workaround regression in bsd.info.mk lockf creates an empty file and install-info can't create the directory file.
* - Update to 1.244Pav Lucistnik2005-12-303-35/+27
| | | | | | PR: ports/90151 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> Approved by: maintainer timeout (nectar; 3 weeks)
* Update to 0.10.14. SeeJoe Marcus Clarke2005-12-308-74/+70
| | | | | | | | http://www.ethereal.com/docs/release-notes/ethereal-0.10.14.html for a list of all the changes. Security: See http://www.ethereal.com/appnotes/enpa-sa-00022.html for security advisories fixed in this version.
* Update to 2005.12.29.Norikatsu Shigemura2005-12-292-4/+4
|
* New port: net/ipa_ip6fw IPA accounting module for FreeBSD IPv6 FirewallEdwin Groothuis2005-12-294-0/+74
| | | | | | | | | | | | | | | | | | | | | IPA_IP6FW -- IPA accounting module for FreeBSD IPv6 Firewall Main features: - The module is designed for traffic accounting from FreeBSD IPv6 Firewall rules byte counters; - The module understands IPv6 Firewall rules byte counters overflow; - It is possible to summarize and subtract statistics from IPv6 Firewall rules byte counters; - It is possible to distinguish IPv6 Firewall rules with the same numbers; - IPv6 Firewall rules can be dynamically added to and removed from the system, the module correctly works in such situations. WWW: http://ipa-system.sourceforge.net/modules/ipa_ip6fw/ PR: ports/91005 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
* New port: net/ipa_ipfw IPA accounting module for FreeBSD IP FirewallEdwin Groothuis2005-12-293-0/+81
| | | | | | | | | | | | | | | | | | | | | XIPA_IPFW -- IPA accounting module for FreeBSD IP Firewall Main features: - The module is designed for traffic accounting from FreeBSD IP Firewall (including IPFW2) rules byte counters; - The module understands IP Firewall rules byte counters overflow; - It is possible to summarize and subtract statistics from IP Firewall rules byte counters; - It is possible to distinguish IP Firewall rules with the same numbers; - IP Firewall rules can be dynamically added to and removed from the system, the module correctly works in such situations. WWW: http://ipa-system.sourceforge.net/modules/ipa_ipfw/ PR: ports/91004 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
* New port: net/ipa_ipfw IPA accounting module for FreeBSD IP FirewallEdwin Groothuis2005-12-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | XIPA_IPFW -- IPA accounting module for FreeBSD IP Firewall Main features: - The module is designed for traffic accounting from FreeBSD IP Firewall (including IPFW2) rules byte counters; - The module understands IP Firewall rules byte counters overflow; - It is possible to summarize and subtract statistics from IP Firewall rules byte counters; - It is possible to distinguish IP Firewall rules with the same numbers; - IP Firewall rules can be dynamically added to and removed from the system, the module correctly works in such situations. WWW: http://ipa-system.sourceforge.net/modules/ipa_ipfw/ PR: ports/91004 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Reviewed by: Approved by: Obtained from: MFC after: Security:
* - Update to 1.2.0Pav Lucistnik2005-12-271-2/+1
| | | | | PR: ports/90931 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.2.0Pav Lucistnik2005-12-275-20/+69
| | | | | PR: ports/90933 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Remove trailing spacesEdwin Groothuis2005-12-271-22/+22
|
* Liferea 1.0 does not build against Firefox 1.5. This preventsAdam Weinberger2005-12-271-2/+3
| | | | | | | | | x11/gnome2-fifth-toe from being installable. As a result, I'm preventing liferea from trying to build the mozilla plugin if WITH_MOZILLA=firefox. Hopefully Liferea will release a patch or something soon. Apologies to the maintainer, as this is an unapproved commit.
* - Forgot fix .include <bsd.port.post.mk> in MakefileAndrej Zverev2005-12-262-4/+4
| | | | | - Forgot update distinfo Sorry
* - Update to version 0.6.4 (This is bugfix release, which fixes some ofAndrej Zverev2005-12-262-15/+8
| | | | | | | | | software bugs) - Mark it as broken on 4.x (missing sys/statvfs.h) - Port now requires KDEBASE instead KDELIBS PR: ports/90420 Submitted by: Rashid N. Achilov <shelton@ns.granch.ru>
* Update to 4.3.4Mario Sergio Fujikawa Ferreira2005-12-263-7/+10
|
* Update to 4.2.2Mario Sergio Fujikawa Ferreira2005-12-262-4/+4
|
* - Update to 2.2.30Pav Lucistnik2005-12-262-3/+4
| | | | | | PR: ports/90221 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> Approved by: maintainer timeout (vsevolod; 16 days)
* Update to 1.0Hye-Shik Chang2005-12-243-4/+26
|
* Update to 2005.12.23.Norikatsu Shigemura2005-12-232-4/+4
|
* Add extra MASTER_SITESMario Sergio Fujikawa Ferreira2005-12-231-0/+1
|
* The attached patch fixes a buffer overflow vulnerability and fixes building onErwin Lansing2005-12-233-19/+41
| | | | | | | FreeBSD 7.0. Furthermore nbd.h has been updated to a version from a newer Linux kernel. Requested by: remko
* Update to 0.6.1.8Mario Sergio Fujikawa Ferreira2005-12-222-4/+4
|
* Pathneck is an active probing tool that can detect bottleneck location ofRenato Botelho2005-12-224-0/+49
| | | | | | | | | | | network path. It only needs single end control, and has relatively small probing overhead (33.6KB for one probing in the default setting). WWW: http://gs274.sp.cs.cmu.edu/www/pathneck/ PR: ports/90801 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* - Update to 3.11Renato Botelho2005-12-222-4/+4
| | | | | | | | | | | Changes: o Correctly initialize supplementary group list for systems w/o login classes. o Author finished support cnupm, now cnupm supported by support@openbsd.ru PR: ports/90787 Submitted by: maintainer
* - Update to 0.4.0Erwin Lansing2005-12-222-6/+5
| | | | | | | - Assign maintainership to submitter PR: 90767 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Add mping. Mping is a system for collecting packet delay and lossEmanuel Haupt2005-12-224-0/+49
| | | | | | | | | | | | statistics in a TCP/IP network using ICMP echo. Mping is based on original ping(8) with following new features: - Ability to ping multiple hosts simultaneously - Prints 10/50/90-percentile as well as min/avg/max. PR: 90653 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* - Fix firmware directory in pkg-message.Florent Thoumie2005-12-214-4/+4
| | | | Reported by: Lars Engels <lars.engels@0x20.net>
* Add sendsms 0.2.3, simple perl command-line utility to send SMS via fromRenato Botelho2005-12-214-0/+63
| | | | | | | on provider site. PR: ports/90528 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* o Update net/net6 to 1.2.1 [1]Renato Botelho2005-12-215-12/+20
| | | | | | | | | | | o Update devel/obby to 0.3.0 [1] o Update editors/gobby to 0.3.0 [2] o Update net/sobby to 0.3.0 [3] PR: ports/90520 Submitted by: Wesley Shields <wxs@csh.rit.edu> [1] [2], Andreas Kohn <andreas@syndrom23.de> [3] Approved by: Andreas Kohn <andreas@syndrom23.de> (maintainer) [1]
* Reset maintainerEdwin Groothuis2005-12-211-1/+1
| | | | | PR: ports/90726 Submitted by: David Bremner <bremner-dated-1136341985.d77847@pivot.cs.unb.ca>
* SendSNPP is a perl program for sending messages through a RFC1861 compliantPav Lucistnik2005-12-214-0/+49
| | | | | | | | | | | SNPP server. SNPP stands for Simple Network Paging Protocol. It is used by a wide range of paging providers for sending pages. A list of some of the providers that support the SNPP service is on the WWW site below. SendSNPP requires no special modules, and has been tested on Linux and Windows systems. It has a very straight forward interface making it very easy to use. PR: ports/90529 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* [new port] net/samba-nmblookupEdwin Groothuis2005-12-213-0/+47
| | | | | | | | | | | | | | There is a NetBIOS/tcp lookup tool nmblookup(1) included in samba suite. It's quite useful, but installing whole samba suite is not always necessary. I wrote a port to install nmblookup(1) only. Dutchman through the corner alert... What can I do against the wrongly added directories? PR: ports/90375 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Update MASTER_SITES.Maxim Sobolev2005-12-201-1/+1
|
* Add sendemail 1.52, lightweight, completly command line based, SMTPRenato Botelho2005-12-194-0/+49
| | | | | | | email agent. PR: ports/90522 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* Update to 1.2.12.Dmitry Sivachenko2005-12-192-6/+6
|
* - Finally fix the mtree problem both in HEAD and in stable branches.Florent Thoumie2005-12-193-2/+6
| | | | Reported by: kris
* - Don't remove /boot/firmware since it's now in mtree [1].Florent Thoumie2005-12-184-4/+2
| | | | | | | - Fix path for ${DRIVERNAME}control [2]. PR: ports/90535 [2] Reported by: pointyhat via kris [1], sinese <sinese@olympe.hn.org>
* update to 0.5.5Oliver Lehmann2005-12-183-6/+7
|
* don't show obsolete message.Hajimu UMEMOTO2005-12-181-8/+0
| | | | Reported by: mistral__at__imasy.or.jp (Yoshihiko Sarumaru)
* Add repeater-0.08, the UltraVNC repeater which support both mode I and II.Yen-Ming Lee2005-12-186-0/+93
| | | | | | | | There are two modes available with the UltraVNC repeater: - mode I is used for UltraVNC Server and Viewer both in normal mode, - mode II works with the server in listening mode. WWW: http://ultravnc.sourceforge.net/addons/repeater.html
* BROKEN: Does not compileKris Kennaway2005-12-181-0/+2
|
* BROKEN: UnfetchableKris Kennaway2005-12-181-0/+2
|
* depend on qpopper only when WITH_QPOPAUTH is defined.Hajimu UMEMOTO2005-12-181-2/+2
| | | | dtcp has dtcpauth for replacement of qpopauth.
* Use a more accurate method of determining WRKSRC paths for pwlib and openh323.Sam Lawrance2005-12-172-16/+24
| | | | | | PR: ports/77857 Submitted by: Sergei Kolobov <sergei@FreeBSD.org> Approved by: kwm (maintainer, timeout 9 months)
* Use correct WRKSRC paths for pwlib and openh323 when WRKDIRPREFIXSam Lawrance2005-12-177-14/+35
| | | | | | | | is set to a non-default value. PR: ports/72973 Submitted by: Vivek Khera <vivek@khera.org> Approved by: sobomax (maintainer, timeout 13 months)
* Convert the port knob STATIC to WITH_STATIC. STATIC still works,Sam Lawrance2005-12-171-0/+9
| | | | | | | | but prints a warning message about switching to WITH_STATIC. PR: ports/67832 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Approved by: jdp (maintainer)
* Add scapy 1.0.2, powerful interactive packet manipulation program inRenato Botelho2005-12-154-0/+49
| | | | | | | python. PR: ports/90393 Submitted by: vanhu <vanhu@netasq.com>
* - Remove net/beacon-server, it's integrated on net/beaconRenato Botelho2005-12-156-68/+0
| | | | | PR: ports/90423 Submitted by: maintainer
* Update to 2005.12.15.Norikatsu Shigemura2005-12-152-4/+4
|
* Remove expired ports.Sam Lawrance2005-12-159-347/+0
|
* - Fix rcNG script on CURRENTSergey Matveychuk2005-12-158-8/+12
| | | | | | | | - PORTREVISION bump PR: ports/89974 Reported by: Martin MATO Submitted by: Joerg Pulz (maintainer)
* - Unbroke port (distfile was rerolled)Andrej Zverev2005-12-144-45/+5
| | | | | | | | | - Pathes was included in original distfiles. - Bump PortRevision - Pass maintainership to submitter. PR: ports/90365 Submitted by: Ion-Mihai "IOnut" Tetcu
* Remove entry for dualserver. I was moved to 'dns'.Simon Barner2005-12-141-1/+0
| | | | Reported by: Vasil Dimov <vd@datamax.bg>
* - perl module which get random data from online sourcesCheng-Lung Sung2005-12-145-0/+57
| | | | | | - two source: - http://www.fourmilab.ch/cgi-bin/uncgi/Hotbits?nbytes=1024&fmt=hex - http://random.org/cgi-bin/randbyte?nbytes=1024&format=hex
* upgrade to 0.9.4Edwin Groothuis2005-12-142-4/+4
|
* - Update to 4.7.10Renato Botelho2005-12-134-14/+14
| | | | | PR: ports/90327 Submitted by: maintainer
* - Fix left-over directories.Florent Thoumie2005-12-133-1/+2
| | | | Noticed by: pointyhat via kris
* Fix a bug that prevented tcpflow picking up traffic whenSam Lawrance2005-12-132-0/+27
| | | | | | | | | listening on the loopback interface. Bump PORTREVISION. PR: ports/89672 Submitted by: Oles Hnatkevych <don_oles@able.com.ua> Approved by: jose@we.lc.ehu.es (maintainer, timeout 14 days)
* Update to libpcap 0.9.4 and tcpdump 3.9.4.Bruce M Simpson2005-12-1312-1025/+14
| | | | Add new MASTER_SITE mirror icrew.org.
* - updated from v1.27 to v1.29Aaron Dalton2005-12-133-106/+100
| | | | | | | | - removed interactivity PR: 87716 Submitted by: Christian Lackas Approved by: tobez
* Update to 6.4.0. Portlint cleanups.Bruce M Simpson2005-12-132-5/+8
|
* Drop maintainership for ports which I sadly no longer haveBruce M Simpson2005-12-135-5/+5
| | | | the time, hardware, or resources to maintain.
* This port needs a new maintainer.Bruce M Simpson2005-12-131-1/+1
|
* Fix MASTER_SITES.Bruce M Simpson2005-12-132-3/+5
|
* Fix the master sites and the pkg-descr WWW lines.Peter Pentchev2005-12-133-2/+3
| | | | | | While I'm here, add SHA256 checksums. Reminded by: linimon's and fenner's scripts, like, repeatedly
* Remove. This should have been added to the DNS category. Sorry for the mess.Simon Barner2005-12-126-155/+0
|
* Add dualserver 1.0, combined DHCP/DNS server for small LANs.Simon Barner2005-12-127-0/+156
| | | | | PR: ports/90216 Submitted by: Gabor Kovesdan
* - Install rc.d script with USE_RC_SUBR (PORTREVISION bumped).Sam Lawrance2005-12-126-90/+67
| | | | | | | | | | - Prompt for ntop admin password and set IS_INTERACTIVE only if necessary. - Quote BROKEN message. - Adds pkg-deinstall with cleanup instructions. - Submitter takes maintainership. PR: ports/90264 Submitted by: Wesley Shields <wxs@csh.rit.edu>
* Update to 4.3.2Mario Sergio Fujikawa Ferreira2005-12-123-13/+4
|
* change maintainer email addressYing-Chieh Liao2005-12-121-1/+1
|
* Update to 0.24bSam Lawrance2005-12-124-33/+52
| | | | | PR: ports/90222 Submitted by: Michael Lednev <liettneff@bk.ru> (maintainer)
* (Forgot to remove some files)Sam Lawrance2005-12-126-272/+0
| | | | | | | Update to 0.9.7.2 PR: ports/90251 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Update to 0.9.7.2Sam Lawrance2005-12-1212-62/+346
| | | | | PR: ports/90251 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* - Fix MANDIR.Florent Thoumie2005-12-121-1/+1
| | | | Submitted by: Lars Engels <lars.engels@0x20.net>
* Really fix the build on FreeBSD 7 (after MNT_NODEV was removed)Simon Barner2005-12-121-1/+1
| | | | | Inspired by: rodrigc's fix for editors/manedit Reported by: pointyhat via kris
* - Install firmware files in /boot/firmware [1].Florent Thoumie2005-12-128-69/+130
| | | | | | | | | | | | - Rename LICENSE to LICENSE.${DRIVERNAME}. - Don't install ${DRIVERNAME}control(8) on fresh -CURRENT (> 700006). - Use USE_RCORDER and change REQUIRE/BEFORE lines in startup scripts accordingly. - Move everything to /usr prefix so that people can mount /usr/local via NFS. - Add a message saying that kernel module is based on a very old snapshot. - Reword IGNORE lines. PR: ports/90022 [1] Requested by: sem, Thomas Hurst <tom@hur.st> [1]
* - update to 1.014Cheng-Lung Sung2005-12-113-16/+5
| | | | | - remove patch, since <sys/types.h> is included. - take maintainership
* o Replace previous mldonkey GUI with new mlgui version 2.Mario Sergio Fujikawa Ferreira2005-12-111-3/+5
| | | | o Bump PORTREVISION
* 1) net/mldonkey-devel port build got broken when lang/ocaml wasMario Sergio Fujikawa Ferreira2005-12-114-0/+95
| | | | | | | | | | | updated to branch 3.09 2) Fix build with patches from ocaml CVS as of Sat Dec 10 23:54:24 UTC 2005 - http://www.nongnu.org/mldonkey/ Obtained from: MLDonkey CVS [2] Pointy hat to: garga [1], Marwan Burelle <marwan.burelle@lri.fr> [1]
* - Update to 2.0.5Lars Thegler2005-12-114-5/+6
| | | | - Add SHA256 checksum
* Add abills 0.23b, billing system for dialup and VPN users.Sam Lawrance2005-12-106-0/+181
| | | | | PR: ports/78014 Submitted by: Michael Lednev <liettneff@bk.ru>
* Update to 2005.12.09.Norikatsu Shigemura2005-12-102-4/+4
| | | | | Committed at: Kanto *BSD Users Group Party Committed with: gnn
* Remove dependency on lang/ocaml308. This has not been committed yet.Mario Sergio Fujikawa Ferreira2005-12-101-26/+0
|
* Update to 2.7.1Mario Sergio Fujikawa Ferreira2005-12-105-22/+86
|
* Update to 1.12.2Mario Sergio Fujikawa Ferreira2005-12-105-45/+9
|
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)Alex Dupre2005-12-103-37/+0
|
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-1022-37/+37
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* Update to 2.3.0.6Mario Sergio Fujikawa Ferreira2005-12-102-5/+5
| | | | | PR: 90131 Submitted by: Robert C. Noland III <rnoland@2hip.net>
* - Provide rcNG startup scriptPav Lucistnik2005-12-094-34/+53
| | | | | | PR: ports/89316 Submitted by: Petr Rehor <prehor@gmail.com> Approved by: maintainer timeout (jpd; 19 days)
* - Reset longtime inactive maintainerPav Lucistnik2005-12-091-1/+1
|
* - Fix duplicate entries for multi-path routersPav Lucistnik2005-12-092-5/+23
| | | | | | | | - Fix bug in IPv6 PR: ports/89312 Submitted by: Mark Knight <markk@knigma.org> Approved by: maintainer timeout (billf; 19 days)
* * Fix a bug in caclulating the 802.11 header length for QoS data framesJoe Marcus Clarke2005-12-096-2/+894
| | | | | | | | | | | | (way bad regression from previous code) * Add support for packets w/ data padding between the 802.11 header and the payload (as indicated in the radiotap flags) * Add support for handling FCS indication in the radiotap flags * Fix display of TSF (previous code was not byte swapping) * Update ieee80211_mhz2ieee in radiotap.c to handle more channels * Nuke some #if 0 code leftover in radiotap.c Submitted by: sam
* Update to 4.2.1Mario Sergio Fujikawa Ferreira2005-12-0931-288/+462
|
* Update to 4.3.1Mario Sergio Fujikawa Ferreira2005-12-095-57/+34
|