aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.1.2lioux2005-01-094-43/+52
|
* o Fix header files: stdint.h -> inttypes.hlioux2005-01-091-2/+16
| | | | o Separate BROKEN messages to avoid ambiguity
* - Update to 0.4sem2005-01-098-176/+132
| | | | | | | - While I'm here: utilize %%DATADIR%% in pkg-plist PR: ports/75683 Submitted by: maintainer
* o Remove net/tor since security/tor exists prior to net/tor additionlioux2005-01-095-49/+0
| | | | o Point users of security/tor to net/tor in ports/MOVED
* Update to 1.0.3.sobomax2005-01-0928-357/+98
|
* New port version 0.0.9.2: An anonymous Internet communication systemlioux2005-01-095-0/+49
|
* Fix BROKEN on OSVERSION >= 502126: USE_GCC=3.3lioux2005-01-091-1/+1
|
* - Fix plist: handle one directory as a directory instead as a filepav2005-01-083-1/+13
| | | | | | | - Suppress creation of perllocal.pod PR: ports/75182 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer)
* s/BROKEN/IGNORE/thierry2005-01-081-1/+1
| | | | Suggested by: Kris.
* Update to 1.45krion2005-01-082-3/+3
|
* Update to version 0.3.5markus2005-01-084-6/+6
|
* Update to 2005.01.07.nork2005-01-082-4/+4
| | | | | Committed at: Murayakuba Japanese style pub Committed with: maho, daichi
* upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0oliver2005-01-084-7/+28
| | | | Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com>
* - fix runtime problemdinoex2005-01-071-4/+1
| | | | | Submitted by: Volker Stolz Approved by: portmgr (krion)
* o Add a missing exception handler around httplib requestslioux2005-01-072-1/+46
| | | | | | | o Bump PORTREVISION Approved by: portmgr (krion) Obtained from: John Hoffman BitTornado Developer <theshadow@degreez.net>
* Fix BROKEN by USE_LIBTOOL_VER=13lioux2005-01-061-2/+1
| | | | Approved by: portmgr (marcus)
* o Fix build: qmake is available under LOCALBASE not X11BASElioux2005-01-051-10/+2
| | | | | | o Unmark BROKEN Approved by: portmgr (krion)
* Add missing dependency (linux X11).netchild2005-01-042-2/+6
| | | | | Tested by: Jakob Breivik Grimstveit <jakob@grimstveit.no> Approved by: portmgr
* o Fix PLISTlioux2005-01-042-0/+3
| | | | | | | o Bump PORTREVISION Submitted by: kris (pointyhat) Approved by: portmgr (marcus, kris)
* o Fix PLISTlioux2005-01-033-3/+6
| | | | | | | o Bump PORTREVISION Submitted by: kris (pointyhat) Approved by: portmgr (kris)
* o Fix problem of building ports depending on liveMedia. [1]nork2005-01-031-2/+5
| | | | | | | o Resurrect MASTER_SITE_LOCAL for ports freeze. Submitted by: bms [1] Approved by: portmgr (krion)
* BROKEN by libevent update: Does not linkkris2005-01-023-0/+6
| | | | Approved by: portmgr (self)
* BROKEN on alpha: Does not compilekris2005-01-021-1/+7
| | | | Approved by: portmgr (self)
* BROKEN: Broken pkg-plistkris2005-01-021-0/+2
| | | | Approved by: portmgr (self)
* Does not compile on alphakris2005-01-021-0/+4
| | | | Approved by: portmgr (self)
* Reset bouncing maintainer address:kris2005-01-021-1/+1
| | | | | | | <gldisater@gldis.ca>: Host or domain name not found. Name service error for name=gldis.ca type=MX: Host not found, try again Approved by: portmgr (self)
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-0110-21/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr
* Update to snapshot 20041202lioux2004-12-313-8/+13
| | | | Submitted by: Peter Thoenen <eol1@yahoo.com>
* o Update to Freenet Stable build 5100 released 20041220 snapshotlioux2004-12-312-4/+4
| | | | | o Bump PORTREVISION since it is the same build number but another snapshot
* o Update to <bsd.java.mk> standard 2.0lioux2004-12-3115-136/+99
| | | | | | o Bump PORTREVISION due to jar location changes Prompted by: hq
* Upgrade to version 0.46.demon2004-12-312-4/+4
|
* New port jsch version 0.1.18: A pure Java implementation of SSH2lioux2004-12-314-0/+59
|
* Unbreak for -currentbrian2004-12-313-4/+22
| | | | Approved by: tom (maintainer)
* - Update ldapsh port to 2.00.sem2004-12-304-28/+37
| | | | | | | | - Make use of new SUB_FILES variable. - Use newly created Makefile.PL. PR: ports/75537 Submitted by: maintainer
* Update the website URL.roam2004-12-302-1/+2
|
* [PATCH] change MAINTAINER email address for all my ports.edwin2004-12-301-1/+1
| | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua>
* Chase the Gaim 1.1.1 update.marcus2004-12-302-2/+2
|
* Update to 1.1.1. See http://gaim.sourceforge.net/ChangeLog for the listmarcus2004-12-303-3/+8
| | | | of changes.
* - Fix pkg-plistsem2004-12-302-6/+61
| | | | | | | - Improve CONFLICTS PR: ports/75354 Submitted by: maintainer
* - Update to 6.0.7sem2004-12-3010-55/+107
| | | | | | PR: ports/74258, ports/74259 Submitted by: Radim Kolar <hsn(at)netmag.cz> Approved by: maintainer (timeout: 1+ month)
* Update to 2004.12.29.nork2004-12-292-3/+3
|
* Update to 4.6.26krion2004-12-292-3/+3
| | | | | PR: ports/75602 Submitted by: maintainer
* o Track BitTorrent's codeville development repositorylioux2004-12-293-1/+27
| | | | | | | | | | - BitTorrent/Downloader.py: change (self.active_requests vs self.backlog) proportion handling - BitTorrent/download.py: add exception handling around Storage method call o Bump PORTREVISION Obtained from: BitTorrent's codeville repository
* Chase the new location for update-desktop-database by allowing the commandmarcus2004-12-291-1/+1
| | | | to be found in PATH.
* o Provide rc.d script;sobomax2004-12-2928-0/+476
| | | | | | o Fix build on 5.2.1. Submitted by: Marat N.Afanasyev <amarat@ksu.ru>
* Update to 0.8ahze2004-12-293-5/+13
|
* Update to 1.3.4 which adds support for the compact tracker protocolmarius2004-12-283-24/+4
| | | | | | | and the ability to specify the peer identifier. Prodded by: Florent Thoumie <flz@xbsd.org> (maintainer) Approved by: Florent Thoumie <flz@xbsd.org> (maintainer), netchild
* FreeBSD sets POLLIN along with POLLHUP when a pipe is reaches EOF. Accountmarcus2004-12-284-4/+64
| | | | | for this to avoid an infinite loop when running the embedded network commands.
* - Take care of leftover directorypav2004-12-284-12/+7
| | | | | | | - Use SUB_FILES PR: ports/75522 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* - remove redundant ';' and unbreak this port on 4.xleeym2004-12-271-0/+1
| | | | Noticed by: kris
* Update to version 0.3.4markus2004-12-277-68/+7
|
* Fix plist.krion2004-12-271-0/+4
| | | | | PR: ports/75495 Submitted by: maintainer
* o Add dependency on dns/py-dnspython which enable a notificationlioux2004-12-262-1/+15
| | | | | | | | | | when there is a newer version of BitTorrent available o Style fix: Remove a extraneous trailing space in Makefile o Change default from disabled to enabled for BitTorrent option --enable_bad_libc_workaround: 'enable workaround for a bug in BSD libc that makes file reads very slow.' This has been verified to be true; the behavior, not the reason o Bump PORTREVISION
* Mark BROKEN and chase Horde's moving.thierry2004-12-261-2/+4
|
* - Fix build with a fresh giFT port.sem2004-12-263-0/+3
| | | | | | Add dependence on pkgconfig. Reported by: pointyhat via kris
* Update to 0.8.3.knu2004-12-262-3/+3
|
* o Pet devel/portlint(1)lioux2004-12-251-1/+1
| | | | | - Remove extraneous whitespaces at end of lines - Place DISTVERSION on the correct location
* Remove deprecated USE_SIZElioux2004-12-2522-22/+0
|
* Update to 1.24leeym2004-12-252-4/+4
| | | | | | PR: 74676 Submitted by: leeym Approved by: maintainer timeout
* update to 1.38leeym2004-12-253-7/+7
| | | | | | PR: 74677 Submitted by: leeym Approved by: maintainer timeout
* - Bump rvm's lib versionsem2004-12-242-2/+2
|
* o devel/py-psyco only works under i386. Therefore, definelioux2004-12-242-2/+14
| | | | | | | | | WITHOUT_PSYCO=yes if ${ARCH} != "i386" o No PORTREVISION bump necessary since the dependency just wouldn't work outside of i386 Reminded by: perky cVS: ----------------------------------------------------------------------
* o Add FreeBSD ports specific patch: support devel/py-psyco per defaultlioux2004-12-2420-12/+390
| | | | | | | | for performance reasons o Use WITHOUT_PSYCO to disable the support o Idea borrowed from net/py-bittornado CVS: http://www.bittornado.com/ Obtained from: BitTornado
* Add entries after repocopies:lioux2004-12-241-0/+2
| | | | | | | py-bittorrent -> py-bittorrent-devel py-bittorrent-core -> py-bittorrent-core-devel Repo copied by: portmgr (marcus)
* - After repo copy from py-bittorrent-core:lioux2004-12-241-2/+2
| | | | | | | | o Update to development version 3.9.0 Repo copied by: portmgr (marcus) Reviewed by: freebsd-ports@, mezz
* - After repo copy from py-bittorrent:lioux2004-12-241-0/+11
| | | | | | | | o Update to development version 3.9.0 Repo copied by: portmgr (marcus) Reviewed by: freebsd-ports@, mezz
* - After repo copy from py-bittorrent:lioux2004-12-249-464/+96
| | | | | | | | | o Update to development version 3.9.0 Repo copied by: portmgr (marcus) Reviewed by: freebsd-ports@, mezz
* - fix package for WITHOUT_NLS=yesdinoex2004-12-242-1/+7
|
* - Update to 2.0.46sem2004-12-242-3/+3
| | | | | PR: ports/75445 Submitted by: Andrey Slusar <anray(at)inet.ua>
* - Remove useless USE_GNOME=glib20sem2004-12-241-1/+0
|
* - Update to 0.11.8.1sem2004-12-243-14/+26
| | | | | | PR: ports/75278 Submitted by: Joel Diaz <joeldiaz(at)bellsouth.net> Approved by: maintainer
* Update to 2004.12.23.nork2004-12-232-3/+3
|
* Reset MAINTAINER to ports@.nork2004-12-231-1/+1
| | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
* new port net/linux-overnet-core: Serverless peer-2-peer programedwin2004-12-235-0/+68
| | | | | | | | | | | Overnet is a serverless peer-2-peer program for linux. The Overnet 'core' is the actual Overnet program which does everything behind the scenes - connecting to peers, searching, downloading, uploading, all that stuff. PR: ports/68141 Submitted by: No Name <arundel@gmx.net>
* Update to 1.0.0ahze2004-12-238-34/+26
|
* Add p5-Net-Rsh 0.02, perl5 module to access and use rsh protocol.vanilla2004-12-235-0/+31
| | | | | PR: ports/75031 Submitted by: Jon Nistor <nistor@snickers.org>
* Update to 2004.12.22.nork2004-12-232-3/+3
|
* Use xmerl release from lang/erlang.olgeni2004-12-222-5/+17
|
* - Update to 0.8.5.3sem2004-12-222-5/+8
| | | | | PR: ports/74513 Submitted by: maintainer
* Add dependency on linux_base-8edwin2004-12-221-10/+12
| | | | Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Update to 4.1.0.arved2004-12-223-37/+10
| | | | - Audio quality on FreeBSD 5.x is still poor.
* A (new) port of the Mirror Project Random Image Widgetedwin2004-12-225-0/+41
| | | | | | | | | The Random Image Widget is a small (wxPython) application that periodically polls The Mirror Project for a random image and displays it in a window on your desktop. PR: ports/70060 Submitted by: Aaron Straup Cope <asc@vineyard.net>
* New port: net/peercast (a peer-to-peer network for broadcasting andedwin2004-12-226-0/+124
| | | | | | | | | | | | | listening to streams) PeerCast is a new, free way to listen to radio and watch video on the Internet. It uses P2P technology to let anyone become a broadcaster without the costs of traditional streaming. This means you get to hear and watch stations not normally found on commercially funded sites. PR: ports/75373 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* - remove translation patchdinoex2004-12-222-11/+1
| | | | PR: 74507
* Fix plist.krion2004-12-211-0/+1
|
* Fix building on current by upgrading to the newest version 1.4.harti2004-12-212-7/+3
|
* - Update to 3.0.10sem2004-12-218-112/+103
| | | | | | PR: ports/75168 Submitted by: Joerg Pulz <Joerg.Pulz(at)frm2.tum.de> Reworked by: maintainer
* Fix plist.krion2004-12-211-0/+1
|
* Fix build on 6.xkrion2004-12-214-8/+32
| | | | | PR: ports/75320 Submitted by: maintainer
* - Rework gpgme03 port to avoid conflict with gpgme 1.0clement2004-12-211-3/+4
| | | | | | | - Make ports depending on it use new layout - Bump PORTREVISION (except elmo*) Approved by: portmgr (marcus)
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.mezz2004-12-212-8/+0
| | | | | | | | | deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus
* - Remove a forgotten file with the last commitsem2004-12-211-0/+0
|
* - Update to 0.0.9sem2004-12-213-14/+3
| | | | | PR: ports/75323 Submitted by: Radim Kolar <hsn(at)netmag.cz>
* - Update to 5.27sem2004-12-212-5/+5
| | | | | PR: ports/75295 Submitted by: maintainer
* - remove files/extra-patch-gcc34, my bad :-(clsung2004-12-212-1150/+0
| | | | Noticed by: krion
* Update to 0.3.2vs2004-12-212-3/+3
| | | | | PR: ports/75280 Submitted by: Toni Viemero
* - Fix build on 4.Xvs2004-12-203-3/+26
| | | | | | | - Respect CFLAGS etc. (me) PR: ports/75169 Submitted by: maintainer
* - Fix ICU-issue [1]vs2004-12-203-4/+14
| | | | | | | - Update to 0.95 [2] PR: ports/71789 [1], ports/75232 [2] Submitted by: maintainer
* - update to 4.13.0clsung2004-12-202-3/+3
| | | | | | - introduce --debug option at start-up time, which bumps more information to ~/.centericq/debug - according to CHANGELOG, it buils fine with gcc 3.4
* Don't remove system locale directories (not listed in the relevantkris2004-12-204-42/+0
| | | | | | | BSD.*.dist), but do remove locale directories that are not listed there. Moreover, don't try to unconditionally @dirrm these directories since they're shared with other ports and are likely to still be in use.
* Properly install GConf schema files.marcus2004-12-202-5/+12
| | | | Reported by: pointyhat via kris
* - Update to 2.0b1sem2004-12-204-18/+29
| | | | | PR: ports/74516 Submitted by: maintainer
* Fix build and unmark BROKEN.perky2004-12-202-3/+12
| | | | Spotted by: the Ports Janitor
* Delete all files we install.sobomax2004-12-191-0/+2
|
* Add courier-authliboliver2004-12-1910-0/+478
| | | | | | | | | | | | | | | <quote> Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages would've automatically installed this authentication code. The authentication library is now a separate, standalone package. This authentication library must now be installed, separately, before upgrading to the following builds (or if installing them for the first time): Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information. </quote> http://www.courier-mta.org/authlib/
* Be sure to remove directories which this port digs. No binary/documentsmatusita2004-12-192-2/+3
| | | | | | are changed, but bump PORTREVISION to fix installed +CONTENTS file. Submitted by: kris (via pointyhat)
* As previously announced, remove due to unfixed security problems (nearlylinimon2004-12-1912-3947/+0
| | | | 6 months).
* As previously announced, remove due to unfixed security problems (nearlylinimon2004-12-191-1/+0
| | | | 6 months).
* [MAINTAINER] irc/kvirc: [New MASTER_SITES, Fix arts support]edwin2004-12-195-13/+73
| | | | | | | | | | - Remove duplicate and inactive mirror from MASTER_SITES - Add new official mirrors to MASTER_SITES - Fix arts support, add OPTIONS for audio settings and use correct entries for LIB_DEPENDS - Use DATADIR in pkg-plist PR: ports/75082 Submitted by: Michael Ranner <mranner@inode.at>
* * Update to 0.10.8 (see http://www.ethereal.com/news/item_20041215_01.html formarcus2004-12-1910-106/+96
| | | | | | | | a list of what's new) * Make portlint a bit happier * Assume maintainership Approved by: billf (previous maintainer)
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-197-0/+14
| | | | broken at that time, and a fix has not been submitted to GNATS.
* Fix a crash that can occur with an improperly formatted history file.marcus2004-12-194-2/+30
| | | | | PR: 74522 Submitted by: kostik <kostik@ncport.ru>
* -Update to 0.3.9a, should be fix with Python 2.4.x.mezz2004-12-1919-1911/+43
| | | | | | | | | -Fix the CONFLICTS for not get in conflicts with itself. -Remove the manpages from FILESDIR, those have been added in the tarball. -Make portlint a bit happier man. PR: ports/75191 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Update to 0.3.2.tobez2004-12-196-48/+3
| | | | | PR: 74031 Submitted by: maintainer
* specified a missing item for the pim6sd packagesuz2004-12-191-1/+1
| | | | Reported from: kris
* - remove %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto from pkg-plistleeym2004-12-191-1/+0
| | | | Noticed by: kris
* - Update to 1.4.1pav2004-12-183-10/+10
| | | | | PR: ports/75184 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - Take care of empty directories after uninstallpav2004-12-182-1/+4
| | | | | PR: ports/75192 Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
* Update to 20020403dd2004-12-182-4/+4
| | | | | PR: 75064 Submitted by: tjs <tjs@cdpa.nsysu.edu.tw>
* Fix WWW entry in pkg-descrhq2004-12-181-1/+1
| | | | | | PR: 75202 Submitted by: maintainer Reported by: Manfred N. Riem <mnriem@earthlink.net>
* Add missed USE_BISON.sobomax2004-12-187-0/+7
|
* kris advises that this really is an install error, so put it back thelinimon2004-12-171-1/+1
| | | | way it was.
* Switch from BROKEN to IGNORE as per currently documented style.linimon2004-12-171-1/+1
|
* BROKEN on 6.x: Build failskris2004-12-171-1/+7
|
* Now builds on i386 6.x.kris2004-12-171-2/+2
|
* BROKEN on !i386: Broken pkg-plistkris2004-12-171-2/+2
|
* BROKEN on !i386: Does not compilekris2004-12-171-2/+2
|
* Submitter / Maintainer insisted on revision bump for perl check.edwin2004-12-172-0/+2
|
* Fix build on 4.xkrion2004-12-171-0/+19
|
* explicitely require perl 5.6.1 or higheredwin2004-12-172-0/+8
| | | | Submitted by: Venkata Pingali <pingali@ISI.EDU>
* Fix little endian problem.nork2004-12-162-1/+12
| | | | | | Submitted by: Denis Ahrens <denis@berlin.ccc.de> Steve Wills <steve@stevenwills.com> Obtained from: http://lists.apple.com/archives/streaming-server-users/2004/May/msg00000.html
* Unbreak: Make python-version agnosticvs2004-12-163-30/+10
|
* New Port: net/coccinella jabber clientedwin2004-12-165-0/+501
| | | | | | | | A Jabber client with whiteboard communication Please check this port twice, because its my first one. PR: ports/73013 Submitted by: Marc <marc@bruenink.de>
* New port: net/c3270 - to replace net/tn3270 - Full-screen curses-basededwin2004-12-164-0/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remote login to IBM mainframes This port is the latest version of IBM 3270 terminal emulators as an open source project that I can find. The net/tn3270 port is dead-dead-dead and will take too much effort to fix on 5.x-6.x-Current. This new port is part of a group and has been separated such that the user can pick & choose what he wants. This particular port is for full-screen text-mode aka console sessions with support for curses, OpenSSL, scripting, and SNA-printer emulation with IBM mainframes. I am unable to test most of the extra functionality. Also I am continuing to investigate some text-mode anomalies that may be highly dependent on the graphics/video card in use. But we do need a working replacement for net/tn3270, and this is 'it'. Before accepting this new port: Firstly, I need someone with legal eyes to look over this project's licensing details at http://x3270.bgp.nu/license.html , please. (I posted this request on -ports@ a few weeks ago to no avail.) If agreeable, the next thing to do is ditch the port net/tn3270 entirely. I'm not sure how to do that myself (and not being able to do CVS thru our political firewall here at work). Thirdly, if agreeable, simply add this new port net/c3270 to the collection, please. Yes it comprises only three little files. ;) Fourthly, people with access to mainframes: Test Test Test Please! :) I don't agree with ditching x3270 though. PR: ports/72367 Submitted by: "Paul Seniura" <pdseniura@techie.com>
* Clean up handling of locale directories at deinstall-time:kris2004-12-166-28/+14
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* ports/75117: update port: net/boinc-client - Makefile/plist correctionedwin2004-12-162-2/+3
| | | | | | | | | | | for when package is used Correction to the Makefile and pkg-plist to ensure proper creation and removal of the ${PREFIX}/boinc/projects directory when port is installed from a pre-compiled package. PR: ports/75117 Submitted by: "J.R. Oldroyd" <fbsd@opal.com>
* - Update to 2.0.6pav2004-12-163-5/+4
| | | | | | | | - Remove bogus cmp in pkg-plist PR: ports/7501 Submitted by: Lars Eggert <lars.eggert@gmx.net> Approved by: Kirk Strauser <kirk@strauser.com> (maintainer)
* Update to 2004.12.15.nork2004-12-152-3/+3
|
* Update to 0.4.12krion2004-12-153-32/+33
|
* Update to 0.99.7krion2004-12-153-3/+6
|
* [NEW PORT] net/amule-devel (aMule 2.0.0rc7)edwin2004-12-1515-97/+354
| | | | | | | | This port is designed to manage the "unstable" branch of aMule, currently aMule 2.0.0rc7. PR: ports/73502 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* update port: net/boinc-client - fixes for FreeBSD 4.X and for 64-bit archsedwin2004-12-155-7/+125
| | | | | | | | | | | Update of boinc-client port to address issues with reentrancy problems on FreeBSD 4.x (malloc() called recursively) and also to address differences in rc.d files on 4.X. Update also fixes compilation problems on 64-bit architectures. PR: ports/75062 Submitted by: J.R. Oldroyd <fbsd@opal.com>
* [PORT UPDATE] net/amule 1.2.8_1edwin2004-12-156-12/+18
| | | | | | | | Update to aMule 1.2.8_1 to CONFLICT with the new "net/amule-devel" port (see related PR) PR: ports/73505 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* [maintainer update] net/tcping: update MASTER_SITES and WWWedwin2004-12-152-2/+2
| | | | | | | | The original author moved his/her web site, so I'm updating MASTER_SITES and WWW PR: ports/75086 Submitted by: Dryice Liu <dryice@liu.com.cn>
* New port net/xbone-guiedwin2004-12-155-0/+178
| | | | | | | | | | | | This is a new port to install GUI script for X-Bone Overlay Deployment tool (net/xbone). This port installs the GUI frontend for the XBone. The GUI is written as a set of XML pages and perl scripts requiring Apache web server to run. PR: ports/63823 Submitted by: Venkata Pingali <pingali@isi.edu>
* Maintainer update to net/xboneedwin2004-12-153-34/+46
| | | | | | | | Update to the net/xbone distribution reflect a release of the package. PR: ports/72719 Submitted by: Venkata Pingali <pingali@isi.edu>
* Properly specify file with full directory.edwin2004-12-151-2/+2
| | | | Bump port revision so people on 4.x know there is something changed.
* Fix build on 4.xedwin2004-12-152-0/+3
| | | | | PR: ports/74914 Submitted by: James E. Housley <jeh@thehousleys.net>
* Update to the 20040813 release that also works on amd64.ru2004-12-145-21/+29
| | | | | On 6.x and 5.x, module is installed into /boot/module so each "make installkernel" doesn't blow it away.
* - Update to 0.9.7,sergei2004-12-142-3/+3
| | | | | Among other things, this upgrade fixes a nasty bug that caused connections to "stall" as if they all were coming from the same IP address
* Update to libnids 1.19, which fixes a couple of serious problemsroam2004-12-142-3/+3
| | | | in FIN parsing, ACK handling and others.
* Add MANUAL_PACKAGE_BUILD because (previous revision notwithstanding)kris2004-12-141-0/+1
| | | | | the port is still looping infinitely prompting for input during the package build.
* Back out previous commit, it's actually p5-Net-SSH-Perl that is loopingkris2004-12-141-1/+0
|
* Upgrade to 1.0.4.thierry2004-12-142-3/+3
|
* Let net/freenet6 use rc.subredwin2004-12-143-21/+39
|
* Forced portrevision bump to show that tsps[12].freenet6.net are notedwin2004-12-142-1/+4
| | | | in use anymore and that broker.freenet6.net should be used.
* Add MANUAL_PACKAGE_BUILD=yes, because otherwise the package build spinskris2004-12-141-0/+1
| | | | in an infinite loop prompting for input.
* Update to KDE 3.3.2lofi2004-12-148-44/+6
|
* Upgrade to 1.0.3.thierry2004-12-142-3/+3
| | | | Changelog at <http://pear.php.net/package/Net_Socket/download/>.
* Add DOCSDIR and fix pkg-plist.krion2004-12-131-0/+1
|
* o Update to 1.0.2.sobomax2004-12-1342-357/+665
| | | | | | o Add often requested knobs WITHOUT_H323 and WITHOUT_ZAPTEL. o Add untested support for building on sparc64.
* Update to 0.2krion2004-12-133-4/+6
| | | | | PR: ports/75004 Submitted by: maintainer
* Remove, it has been unmaintain for years and doesn't build with FreeBSD 5.x.mezz2004-12-1310-289/+0
|
* New port: net/pear-Net_DNSBL PEAR DNSBL Checkeredwin2004-12-134-0/+41
| | | | | | | Checks if a given Host or URL is listed on an DNSBL or SURBL. PR: ports/74611 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* Bump shlib number and PORTREVISIONkrion2004-12-121-1/+2
| | | | No cookies for: kuriyama
* Update to 4.2.5, a version replete with bug fixes, sparklyadamw2004-12-122-7/+7
| | | | | new features, and tons of why-did-I-commit-this-aren't-I-supposed- to-be-studying-for-exams-which-start-in-2-days goodness.
* BROKEN on 5.x tookris2004-12-121-4/+2
|
* Add lyntin, a mature multi-platform multi-user-interface mud client writtenpav2004-12-125-0/+145
| | | | | | | | entirely in Python. It's also a framework on top of which you can code additional functionality to suit your needs. PR: ports/74895 Submitted by: Ste <stefan@aeschbacher.ch>
* BROKEN on 4.x: Does not buildkris2004-12-121-0/+4
|
* BROKEN: Runtime failure after python 2.4 updatekris2004-12-121-0/+2
|
* BROKEN: Does not compile after python 2.4 updatekris2004-12-121-0/+2
|
* Switch gpgme dependency to gpgme03.marcus2004-12-111-1/+1
|
* o Update to Freenet Stable build 5100 released 20041209 snapshotlioux2004-12-112-3/+4
| | | | | o Bump PORTREVISION since it is the same build number but another snapshot
* Bump PORTEPOCH to keep version number from going backward.naddy2004-12-111-1/+1
|
* o A better fix for the python 2.4 issue: there are still some minorlioux2004-12-116-9/+63
| | | | | | | | | adjustments required but the port is quite useable again o Bump PORTREVISION PR: 74883 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> Reviewed by: Randy Pratt <rpratt1950@earthlink.net>
* Update to 3.6.1p1. Many enhancements, among these:naddy2004-12-113-24/+35
| | | | | | * -s option to set the time immediately at startup if the local clock is off by more than 180 seconds. * Adjustments smaller than 128ms are no longer logged.
* Fix build without imake.lesi2004-12-101-1/+2
| | | | | Pointed out by: dosirak via kris, while testing X.Org upgrade Approved by: maintainer
* Update to latest release: 2004.12.09.osa2004-12-102-3/+3
|
* Fix the pkg-plist.mezz2004-12-102-1/+18
| | | | Reported by: pointyhat
* - mark BROKEN on alphadinoex2004-12-101-0/+4
|
* Update to 1.0.2 release.ale2004-12-092-3/+3
|
* Update to version 0.3.archie2004-12-092-3/+3
|
* - Master site is down due to billing problems, provide a backup sitepav2004-12-091-3/+2
| | | | Reported by: pointyhat
* BROKEN: Unfetchablekrion2004-12-091-0/+2
|
* o Fix issue with python 2.4. Fix with small changes from Hoffmanlioux2004-12-096-9/+198
| | | | | | | | | obtained from BitTornado forum http://forums.degreez.net/viewtopic.php?t=3581&sid=2428d7d8dff1871f7fb2118548bdc86c o Bump PORTREVISION to force update o Remove BROKEN
* Fix build error on 4.X and 6.X. Different problems though.ambrisko2004-12-092-1/+51
|
* Update to 4.6.25vs2004-12-092-3/+3
| | | | | | PR: ports/74807 Submitted by: Toni Viemero Approved by: maintainer
* PyQt doesn't like python 2.4, restrict it and ports depending on it tolofi2004-12-081-1/+1
| | | | python 2.3 for the time being.
* Mark BROKEN since it "does not work with python 2.4"lioux2004-12-083-0/+6
|
* Upgrade to version 1.0.16.demon2004-12-083-25/+3
|
* Bump PORTREVISION to chase the gtkhtml3 shared library version.marcus2004-12-081-0/+1
|
* As usual, the nice people at live.com push out two releases within 24 hourslofi2004-12-082-3/+3
| | | | so we can have fun chasing the distfiles.
* Update to 0.0.17, it should works better with GNOME 2.8's new mimetype system.mezz2004-12-083-5/+11
|
* Update to 2.0 and bump requirement to perl 5.8.x due to XML::Streamerwin2004-12-073-14/+10
| | | | | PR: 74645 Submitted by: Lars Eggert <lars.eggert@gmx.net>
* Add p5-Net-XMPP 1.0, net::XMPP provides Perl Developer access to theerwin2004-12-075-0/+70
| | | | | | | | | | | | | | | | | | | XMPP protocol. The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard that provides a complete cross protocol messaging solution. The problem with current IM solutions is that they are all proprietary and cannot talk to each other. XMPP seeks to get rid of those barriers. Net::XMPP is a collection of Perl modules that provide a Perl Developer access to the XMPP protocol. Using OOP modules we provide a clean interface to writing anything from a full client to a simple protocol tester. WWW: http://www.xmpp.org/ PR: ports/74644 Submitted by: Lars Eggert <lars.eggert@gmx.net>
* Update to 2004.12.06.osa2004-12-072-5/+5
| | | | Cosmetic fix: sort headers.
* GQ changed the configure option to specify the LDAP base directoryjoerg2004-12-061-1/+1
| | | | | | | | | | | | | from --with-ldap to --with-ldap-prefix quite some time ago. Incidentally, it still used to work with the wrong option most of the time, as configure silently ignores unknown --with options (this is a feature), and as the configure script often included the correct -I and -L options to find OpenLDAP as a side-effect of other stuff installed in the same location. However, I've seen it fail as well, and using the correct option is the canonical way out. Approved by: maintainer timeout
* Add myself as committer, and use my @FreeBSD.org address.girgen2004-12-061-1/+1
| | | | Approved by: ade (mentor)
* Upgrade to 0.8.1.thierry2004-12-062-4/+3
| | | | Changelog at <http://pear.php.net/package/SOAP/download/>.
* Bump the net-snmp shared lib version.marcus2004-12-062-2/+2
| | | | PR: 74718
* Bump portrevision and dependency on ImageMagickjosef2004-12-051-1/+2
| | | | | | | | | in order to trace recent ImageMagick update. Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> PR: ports/74487 Approved by: mat Reviewed by: lofi
* - Fixed pkg-plistlth2004-12-052-0/+2
| | | | Reported by: kris
* - remove unnecessary FETCH_DEPENDSjesper2004-12-052-50/+59
| | | | | | | | | | | | | | | - remove unnecessary variable PERL_BASE - dependency on devel/p5-IO only if Perl < 5.6.x - add a missing man page (Net::SSH::Perl::Config.3) and a missing file (%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSH/Perl/.packlist) - sort MAN3 in Makefile - add a patch that suppresses the prompts in the Perl configure script and always selects all modules for installation (This should hopefully fix the package build on the cluster, so remove NO_PACKAGE as well.) PR: 70847 Submitted by: Stefan Walter
* With portmgr hat on, reset Roger's maintainership of these ports. Whilelinimon2004-12-0511-11/+11
| | | | | he hopes to get back to FreeBSD work soon, it's probably fairer in the meantime to see if anyone else who has more time can adopt them.
* Chase the gaim-1.1.0 update.marcus2004-12-052-1/+2
|
* Update to 1.1.0. Seemarcus2004-12-054-19/+7
| | | | | | | http://sourceforge.net/project/shownotes.php?release_id=287250 for the list of changes. Spotted by: anders
* - Fix build on 4.xclement2004-12-041-0/+14
| | | | Reported by: pointyhat via kris
* BROKEN on !i386: Broken pkg-plistkris2004-12-041-2/+2
|
* BROKEN on 4.x and on sparc64: Does not compilekris2004-12-041-1/+7
|
* Update port to 2.0.5 (2.0s5). Based on submission by maintainer.josef2004-12-023-8/+24
| | | | | | | Submitted by: maintainer PR: ports/74565 Approved by: pav Tested by: simon
* Update to 2.0.1vs2004-12-022-8/+8
| | | | | PR: ports/73749 Submitted by: maintainer
* - Add optional WITHOUT_X11-buildvs2004-12-022-3/+10
| | | | | | | - Assign maintainership to submitter PR: ports/74313 Submitted by: Andrew Turner
* - Add patch to chase latest API-change in libxml2markus2004-12-022-0/+24
| | | | - Bump PORTREVISION
* - Chase net-snmp updatepav2004-12-021-2/+2
| | | | | | PR: ports/74544 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Forgotten by: kuryiama
* - Update to 4.6.24sem2004-12-012-3/+3
| | | | | PR: ports/74578 Submitted by: maintainer
* New port: net/pear-Net_CheckIP Check the syntax of IPv4 addressesedwin2004-12-014-0/+29
| | | | | | | This package validates IPv4 addresses. PR: ports/74527 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* Needs Perl to build and only for i386 (ia64 might work)ambrisko2004-12-011-2/+4
| | | | Prompted by: Kris
* Update to 0.8.7kevlo2004-12-013-5/+7
|
* o Bump PORTREVISIONlioux2004-12-014-4/+12
| | | | | o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper behavior
* o Update to 2.0.0.76lioux2004-12-014-7/+14
| | | | | o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper behavior
* o Update 2.5.r3lioux2004-12-013-5/+9
| | | | | o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper behavior
* Mark the port forbidden due to vulnerability.josef2004-12-011-0/+1
| | | | | Approved by: maintainer With hat: secteam
* - Update to 0.9.11clement2004-12-012-3/+3
|
* - Update to 0.11.6clement2004-12-014-8/+8
| | | | | | | - Pass maintainership to submitter PR: ports/74508 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Update to 1.35 (1.34 disappeared from CPAN & mirrors).tobez2004-12-012-3/+3
| | | | | Approved by: maintainer (well, at least I've read his mail as an approval)
* Update to 0.6.4perky2004-11-303-3/+5
|
* update to OpenLDAP 2.2.19:eik2004-11-3012-36/+54
| | | | | | | | | | - Fixed back-bdb cache bugs (OpenLDAP ITS#3356, #3358), ctxcsn memory leak - Added support for BDB 4.3 (depends on PR 73790) NOTE: Don't use BDB 4.3 in production environments yet: <http://www.openldap.org/lists/openldap-software/200411/msg00700.html> For a complete change log see: /usr/local/share/doc/openldap/CHANGES
* Update to latest release: 2004.11.30.osa2004-11-302-3/+3
|
* Mark port forbidden, due to security vulnerability[1].josef2004-11-301-0/+2
| | | | | | | There is a patch available but it has not been verified yet. With hat: secteam [1] http://www.vuxml.org/freebsd/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html
* - Chase rerolled distfile, cosmetic change in printfpav2004-11-302-2/+3
| | | | | Submitted by: author Plotted behind: maintainer's back
* As previously announced, remove net/partysip. It has failed to keeplinimon2004-11-296-193/+0
| | | | up with the changes in one of its dependencies.
* As previously announced, remove net/partysip. It has failed to keeplinimon2004-11-291-1/+0
| | | | up with the changes in one of its dependencies.
* - Update to 0.11.5clement2004-11-296-6/+12
| | | | | PR: ports/71545 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* o Update to Freenet Stable build 5100 released 20041122 snapshot [1]lioux2004-11-293-5/+9
| | | | | | | | o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper behavior PR: 74479 [1] Submitted by: Francis GUDIN <fgudin@nerim.net> <fgudin@nerim.net> [1]
* - Update to 0.1.1pav2004-11-282-4/+4
| | | | | PR: ports/74443 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* Update to 0.4krion2004-11-272-3/+3
|
* Sort properly!brian2004-11-271-1/+1
|
* Add p5-AddressBook, a perl API for accessing LDAP addressbook databrian2004-11-275-0/+51
|
* Update to 0.24.18. A buffer overrun which can preventhrs2004-11-272-3/+3
| | | | the server and client from working has been fixed.
* Update to 0.4.7.sobomax2004-11-272-3/+3
|
* New port: net/pear-Net_IPv6pav2004-11-264-0/+32
| | | | | | | | | | The class allows you to: * check if an addresse is an IPv6 addresse * compress/uncompress IPv6 addresses * check for an IPv4 compatible ending in an IPv6 adresse PR: ports/74364 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Update to 2004.11.26.nork2004-11-262-3/+3
|
* Blam is a tool that helps you keep track of the growing number of newsmezz2004-11-265-0/+95
| | | | | | | | | | | | | | | | | | feeds distributed as RSS. Blam lets you subscribe to any number of feeds and provides an easy to use and clean interface to stay up to date. It is Written in C# and uses Mono, GTK#, and RSS.NET. Among the features are: * Support for RSS and RDF feeds * Very easy to use interface * Print the news entries you like * Automatically update the feeds at regular intervals WWW: http://www.imendio.com/projects/blam/ Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
* Add runtime dependency on qca-tls, required by kopete's jabber plugin.lofi2004-11-262-0/+4
|
* Do with REINPLACE what used to be done with a patch. This is a temporarymezz2004-11-264-22/+8
| | | | | | | measure until the new bsd.gnome.mk is introduced that does this replace in gnomehack. Reported by: GNOME Tinderbox
* Add a missing libtool droppingkris2004-11-251-0/+1
|
* Try to remove a directory if it's emptykris2004-11-251-0/+1
|
* fixed installdir for mtrace6 manfilesuz2004-11-241-0/+17
| | | | Reported by: kris
* Reword IGNORE message.marcus2004-11-241-1/+1
| | | | Prompted by: kris
* Chase this to IGNORE on !i386. A new release is in the works that will workmarcus2004-11-241-1/+1
| | | | properly on 64-bit platforms.