aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Chase repocopies towards ports/dnsedwin2003-09-0515-17/+17
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* Massive repo-copies request: net->dns (partly devel->dns)edwin2003-09-051-52/+0
| | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Update to 1.2.1seanc2003-09-053-2/+3
|
* Update to 1.2.2seanc2003-09-053-2/+3
|
* Update to 0.11erwin2003-09-043-26/+34
|
* Upgrade to 0.40. This is a minor upgrade, mostly documentation.dougb2003-09-042-2/+4
| | | | Other than dnssec updates, no new functionality.
* - don't clobber any given LDFLAGSdinoex2003-09-041-2/+2
| | | | | | resoves conflitcs with bsd.openssl.mk - maintainer contaced: 2003-08-29 Approved by: marcus
* [PATCH] net/libdnet: unbreak on -CURRENTedwin2003-09-042-1/+13
| | | | | | | | | | | | | | | | | [DESCRIBE CHANGES] This band-aid fix inhibits IPFW detection at configure time. At least it will allow -CURRENT users to build ports depending on this one (net/honeyd, net/arpd, net/ttlscan, security/fragroute). Note that this doesn't solve the FreeBSD 4.x + IPFW2 case. Added directory / file: files/configure.patch Port maintainer (dominic.marks@btinternet.com) is cc'd. PR: ports/55807 Submitted by: Yann Berthier <yb@sainte-barbe.org>
* Fix for port net/citadeledwin2003-09-044-27/+43
| | | | | Corrects the looping package-creation bug in the Citadel package. Also fixes a bug which stopped FreeBSD 5.0 builds.
* Fix build when openssl is not installed on the system already.archie2003-09-041-0/+3
| | | | PR: ports/56364
* Update to 20030903.nork2003-09-042-2/+2
|
* - Use GNU_CONFIGUREkrion2003-09-031-4/+2
| | | | | | - Bump PORTREVISION Noticed by: kris via bento
* . Set the permissions on the mudlib correctly now that pkg-install noglewis2003-09-031-0/+2
| | | | longer does.
* . Set correct permissions on the mudlib directory now that the pkg-installglewis2003-09-031-0/+2
| | | | script no longer does.
* . Don't setup ${DATADIR} and in particular don't set the home directoryglewis2003-09-031-20/+1
| | | | of the mud user to ${DATADIR} (but rather /nonexistent).
* . Use the correct UID for the mud user.glewis2003-09-031-14/+2
| | | | | . Don't setup ${DATADIR} and in particular don't set the home directory of the mud user to ${DATADIR} (but rather /nonexistent).
* Add a missing @dirrm.marcus2003-09-031-1/+2
|
* * Update to 0.68 [1]marcus2003-09-034-6/+34
| | | | | | | * Nasty hack to allow Perl to work where its supported, and install in the default Perl prefix Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1] (based on)
* Looks like I accidentally correupted the patch in the previous commit.marcus2003-09-032-184/+77
| | | | Fix that and bump PORTREVISION yet again.
* Add patch to make openh323 compile again.roger2003-09-034-0/+84
|
* Upgrade to 0.98.4roger2003-09-0215-234/+6
|
* updated to the latest version of pim6dd (20030901)suz2003-09-022-2/+2
|
* updated to the newest version of pim6sd (20030901)suz2003-09-0213-153/+2
|
* FIx dependencyedwin2003-09-022-2/+2
| | | | | PR: ports/51071 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
* update to zabbix 1.0beta10leeym2003-09-026-117/+208
| | | | | PR: 56262 Submitted by: Sergey Akifyev <asa@gascom.ru>
* PR: 55708foxfair2003-09-022-0/+21
| | | | | Submitted by: Simon Barner <barner@in.tum.de> Make wais to respect CC and CFLAGS.
* Fix off-by-one error in calculating birthdate day.fjoe2003-09-021-0/+11
| | | | | | | Similar fix is already in sim CVS tree. Submitted by: fjoe, who got a lot of congrats one day earlier :) Approved by: MAINTAINER
* Add proper RUN_DEPENDS on "erl".olgeni2003-09-021-0/+2
|
* Bump-up version to 1.5dds2003-09-012-2/+2
| | | | Approved by: netchild (implicit)
* Fix 'make package' bugm reported by bento.mich2003-09-011-3/+3
| | | | Approved by: roberto (mentor)
* Socketpipe connects over a TCP/IP socket a remote command to a localnetchild2003-09-015-0/+37
| | | | | | | | | | | | | | input generation command and/or a local output processing command. The connection is made by redirecting the input/output file descriptors to the socket. This saves the context switching and data copying overhead associated with piping data through ssh(1) or rsh(1). Socketpipe must be installed on both machines and user authentication is still performed by a command like ssh(1) or rsh(1). The confidentiality and integrity of the data in transit is not protected against mallicious attacks; the command is designed for use in a trusted LAN environment. Submitted by: dds
* Put back a patch I had accidentaly deleted which meant that IXJ supportroger2003-09-018-12/+124
| | | | | was not compiled in. Add ldap dependency. Bump revision
* Update to 2003.09.01nork2003-09-012-2/+4
|
* - don't clobber any given LDFLAGSdinoex2003-09-011-2/+2
| | | | | resolves conflitcs with bsd.openssl.mk Approved by: krion
* New port: net/pear-Net_URL - Easy parsing of Urlsedwin2003-09-019-0/+77
| | | | | | | | PEAR class providing easy parsing of URLs and their constituent parts. PR: ports/51071 Submitted by: Thierry Thomas <neuhauser@bellavista.cz>
* Add two patches which make GM compile on -currentroger2003-09-016-0/+105
| | | | (which does not have the IXJ driver)
* Implement an option -o ("Once only") that allows this netcat utilityjoerg2003-09-012-16/+57
| | | | | | | | | | | | to terminate at the first EOF condition on local input (as opposed to waiting for the network end to shut down). Can be useful when talking to network servers that never drop the connection on their end, like an port 9100 printer server in my case. I've also submitted that to the OpenBSD maintainer, so in case they accept, we can later on undo my local patch. Approved by: dd (maintainer)
* - Support POWERDNS_WITH_RECURSOR in STABLEdinoex2003-08-311-2/+4
| | | | - Support WITH_LDAP in STABLE
* - don't clobber any given LDFLAGSdinoex2003-08-311-1/+2
| | | | conflitcs with bsd.openssl.mk
* [PATCH] mbone/wb: enable choose of ghostscript interpreteredwin2003-08-311-1/+15
| | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54937 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Fix runtime on HEAD by pre-loading libc_r.so.dougb2003-08-311-5/+7
| | | | | | | This is a no-op on RELENG_4. Fix suggested by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: MAINTAINER
* - Fix build on -currentkrion2003-08-312-9/+38
| | | | | | | | o varargs -> stdarg o remove non-existant host from {MASTER,PATCH}_SITES: PR: 56214 Submitted by: Michael Edenfield <kutulu@kutulu.org>
* Upgrade to 3.0.0.r2 (r1 distfile disappeared from master site).olgeni2003-08-312-2/+2
| | | | Approved by: maintainer
* Remove gnomemeeting.marcus2003-08-311-1/+0
| | | | Forgotten by: roger
* - Take maintainershipkrion2003-08-311-1/+1
| | | | Approved by: Kirby Kuehl <kkuehl@cisco.com> (pixilate author)
* - Update to version 1.0.3krion2003-08-313-3/+8
| | | | | PR: 56196 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
* - Fix MASTER_SITESkrion2003-08-312-2/+2
| | | | | PR: 56202 Submitted by: maintainer
* - Update to version 3.0krion2003-08-317-45/+57
| | | | | PR: 56195 Submitted by: Ports Fury
* Upgrade to version 4.4, add PDF documentation.olgeni2003-08-306-63/+82
|
* [MAINTAINER] typo in ports net/openldap2[012]-serveredwin2003-08-3010-10/+10
| | | | | | | - correct typo in PR 56174 (end => fi) PR: ports/56182 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* [MAINTAINER] ports net/openldap2[012]-server: didn't start upon boot on 5.x, ↵edwin2003-08-3021-165/+327
| | | | | | | | | | | | | | misc. improvements - the start/stop scripts failed when booting on 5.x machines, detected by Barry Pederson <bp@barryp.org> - Fix OpenLDAP ITS 2672: eternal loop in back-bdb (2.1 only) - unify the start/stop scripts again, so that they are identical across versions - added a check for the deprecated variable slapd_args PR: ports/56174 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* - fix broken configuredinoex2003-08-301-4/+2
| | | | | | - reset inactive mainatiner PR: 55414 Submitted by: kkuehl@cisco.com
* - Update to 1.25erwin2003-08-303-52/+54
| | | | | | | - Use SITE_PERL to keep portlint happy PR: 56151 Submitted by: Lars Thegler <lars@thegler.dk>
* New port: net/zabbix - advanced network monitoring systemedwin2003-08-3013-0/+287
| | | | | | | | | | | | Zabbix is software for application and network monitoring. Zabbix supports both polling and trapping techniques to collect data from monitored hosts. Flexible notification mechanism allows easy and quckly configure email notifications for pre-defined events. Zabbix is freely available under the terms of the GNU General Public License (GPL). PR: ports/54565 Submitted by: Sergey Akifyev <asa@gascom.ru>
* New port: net/zabbix - advanced network monitoring systemedwin2003-08-301-0/+1
| | | | | | | | | | | | Zabbix is software for application and network monitoring. Zabbix supports both polling and trapping techniques to collect data from monitored hosts. Flexible notification mechanism allows easy and quckly configure email notifications for pre-defined events. Zabbix is freely available under the terms of the GNU General Public License (GPL). PR: ports/54565 Submitted by: Sergey Akifyev <asa@gascom.ru>
* patch: net/wmwave: more portable data gatheringedwin2003-08-302-97/+93
| | | | | | | | | | | wmwave works on Prism cards but not on Lucent ones (minipci and PCMCIA tested) since wireq.wi_val is empty. I've patched it to use a more portable way for data acquisition known from gkrellm and other tools. PR: ports/54511 Submitted by: Hendrik Scholz <hendrik@scholz.net> Approved by: Bruce M Simpson <bms@spc.org>
* net/libnss-mysql (NSS module using a MySQL database for backend)edwin2003-08-306-0/+64
| | | | | | | | | | | | libNSS-MySQL allows you to authenticate UNIX groups and users using a MySQL database. It uses the NSS API which provides an abstraction layer between the UNIX authentication API and the related data. NSS-MySQL currently supports the passwd and groups services. Version 1.0 has native FreeBSD suppport. PR: ports/54423 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Update port: net/mmucledwin2003-08-304-53/+61
| | | | | | | | Update to mmucl from version 1.4.1 to 1.5. and also maintainer change PR: ports/49061 Submitted by: Tim Aslat <tim@spyderweb.com.au>
* Unbreak net/cflowd by adding "using namespace std" to several placesedwin2003-08-3019-8/+470
| | | | | | | | | in the code. Informed maintainer. PR: ports/48382 (it all started with this one) Submtited by: Will Saxon <wills@housing.ufl.edu> and me
* add more patches for net/cflowd but still not working properly underedwin2003-08-302-0/+54
| | | | | | | -current / gcc 3.2.1. Maybe somebody with more C++ knowledge can have a look at the current errors it is stuck with?
* Added simple patch to overcome the problems with oid.cpp, but stilledwin2003-08-302-1/+11
| | | | other problems shown up.
* New port: net/roadrunner - a BEEP libraryedwin2003-08-305-0/+146
| | | | | | | | | roadrunner is a library implementing the BEEP (Blocks Extensible Exchange Protocol) protocol for use in developing network applications. PR: ports/47520 Submitted by: Yann Berthier <yb@sainte-barbe.org>
* new port: net/luasocket - IP library for Lua languageedwin2003-08-306-0/+89
| | | | | | | | | | | LuaSocket is a Lua extension library that provides support for the TCP and UDP transport layers. Extra Lua modules implementing SMTP, HTTP and FTP protocols are installed to /usr/local/lib/lua/luasocket. PR: ports/46325 Submitted by: Jan Hornyak <pav@oook.cz>
* New port (split out from old port): net/spread-jedwin2003-08-305-0/+117
| | | | | | | | | This port contains just the java client libraries, which have been split from the net/spread port to make them easier to find, build and include, as a separate port. PR: ports/45180 Submitted by: Joshua Goodall <joshua@roughtrade.net>
* remove weedns_sc from net/edwin2003-08-305-56/+0
|
* new port: net/weedns_scedwin2003-08-305-0/+56
| | | | | | | | | This is a new port of the Perl WeedNS skeleton_client that can be use to update your yi.org/whyi.org dynamic DNS entries. PR: ports/52582 Submitted by: Matthias Andree <matthias.andree@gmx.de>
* . Use a free uid rather than one thats already taken.glewis2003-08-301-1/+1
| | | | Clue bat applied by: kris
* - Update net/simicq to 0.8.3krion2003-08-304-27/+58
| | | | | PR: 56142 Submitted by: maintainer
* . . Make this port act more like a standard FreeBSD port:glewis2003-08-307-714/+807
| | | | | | | | | | | | | | | | | | . Don't install everything in ${PREFIX}/dgd instead place the executables, docs and configuration in the standard places and place the mudlib in DATADIR. . Don't use the packing list as a list of things to install. . Fix up the configuration file to point to the install locations. . Add a sample rc script which can be used to start and stop dgd with this mudlib (need a 5.x RCng version as well). . Create a user to run the dgd service as (this is the same user as used by the net/dgd port). . More standard Makefile. . Add a post-extract target which removes the need for do-build. . Add a do-configure target and remove the obsolete configure script. . Remove devel from CATEGORIES, it really doesn't belong. This port should really just be in games, but thats another story. . Catch up dependencies with changes to net/dgd.
* . Add $FreeBSD$glewis2003-08-302-1/+4
|
* . Use fgets(3) rather than gets(3).glewis2003-08-301-1/+2
| | | | . Add $FreeBSD$.
* . Make this port act more like a standard FreeBSD port:glewis2003-08-306-133/+331
| | | | | | | | | | | | | | . Don't install everything in ${PREFIX}/dgd instead place the executables, docs and configuration in the standard places and place the example kernel mudlib in DATADIR. . Don't use the packing list as a list of things to install. . Fix up the configuration file to point to the install locations. . Add a sample rc script which can be used to start and stop dgd (need a 5.x RCng version as well). . Create a user to run the dgd service as (I'll reuse this user for ports of other mud drivers). . Add the games category as dgd is primarily used to write muds. . Bump PORTREVISION.
* Use the ftp location suggested by Joeroger2003-08-293-3/+3
|
* pass maintainership to markus brueffer whoerwin2003-08-291-1/+1
| | | | | | | | kindly volunteered to keep this port up-to-date as i am concentrating on docs-issues. PR: 56126 Submitted by: maintainer
* Upgrade to 0.98.2roger2003-08-296-9/+12
|
* - Source tarball was changed by software authorkrion2003-08-292-1/+2
| | | | | | | there were only bugfixes and no functionality changes. PR: 55833 Submitted by: Timofey Chernousov <tim@gwd.nnn.tstu.ru> (maintainer)
* - New port: eChat - Serverless LAN chatkrion2003-08-295-0/+45
| | | | | | | | eChat is a LAN chat program designed for easy chat and messages exchange over the TCP/IP networks PR: 55994 Submitted by: SeaD <sead@deep.perm.ru>
* OpenH323 depends on pwlib being built firstroger2003-08-294-0/+8
| | | | | (so it can get its headerfiles and libraries) Pointed out by Joe Marcus Clarke and Kevin Overman
* Update to 3.0rc1 which fixes a bug that prevents KDE's kio_smb frommarcus2003-08-292-5/+4
| | | | | | | | working correctly. PR: 56054 Submitted by: lofi Approved by: maintainer
* Add patch to make the port compile.roger2003-08-293-0/+123
|
* - Fix typo in start/stop scriptkrion2003-08-293-3/+3
| | | | | | PR: 56094 Submitted by: maintainer Noticed by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Fix typo in start/stop scriptkrion2003-08-291-1/+1
| | | | | | PR: 56094 Submitted by: maintainer Noticed by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - use hook for bsd.openssl.mkdinoex2003-08-282-11/+14
|
* [orphaned ports]: use USE_MYSQL for various orphaned ports.edwin2003-08-281-1/+1
| | | | | | | | | | | | | | | Make these ports use USE_MYSQL: * databases/dbconnect * net/netsaint * www/mod_mp3 * www/mod_mylo * www/phpnuke * www/postnuke * www/udmsearch * mail/courier PR: ports/56029 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* [MAINTAINER] ports net/openldap2[012]-server: use RC_SUBR, miscellaneous ↵edwin2003-08-2835-681/+1021
| | | | | | | | | | | | | | | improvements - use RC_SUBR (PR 54352, submitted by Scot W. Hetzel <hetzels@westbend.net>) - run slapd under a non-privileged account by default (PR 56075) - remove ${PORTSDIR}/net/openldap20-server/bsd.openldap.mk (PR 55680) - use USE_OPENLDAP - improve conflict checking (PR 54845, submitted by Jens Rehsack <rehsack@liwing.de>) - make ODBC library selectable (PR 46288, submitted by Emile Heitor <eheitor@fr.cw.net>) - don't use USE_OPENSSL to avoid gazillions of -rpath warnings PR: ports/56077 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* <saper@system.pl>: host mx1.system.pl[62.233.129.170] said: 550 5.1.1edwin2003-08-282-2/+2
| | | | <saper@system.pl>... User unknown
* New port for LDAP Directory Administratoredwin2003-08-286-0/+115
| | | | | | | | | Port for LDAP Directory Administrator -- a GTK+/GNOME(1) frontend for managing user accounts on an LDAP server using the poisx schema. PR: ports/51402 Submitted by: lewiz <purple@lewiz.info>
* New port yptransitd, an nss_ldap replacement.edwin2003-08-288-0/+92
| | | | | | | An alternative to nss_ldap using an ldap based NIS/YP server. PR: ports/43394 Submitted by: wolf <mjoyner@hq.dyns.cx>
* net/flow-extract: new portedwin2003-08-288-0/+164
| | | | | | | This tool complements existing net/flow-tools port. PR: ports/50005 Submitted by: Marcin Cieslak <saper@system.pl>
* Update to 2003.08.28a.nork2003-08-282-2/+2
|
* [update] net/pear-Net_NNTP: update to 0.9.2edwin2003-08-283-6/+13
| | | | | | | Update NNTP pear class to the lastest version. PR: ports/55949 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Update to 2003.08.28.nork2003-08-282-2/+4
|
* Upgrade to 1.1.7roger2003-08-283-4/+23
|
* Upgrade to 2.0.5roger2003-08-283-9/+9
|
* Upgrade to 1.1.7roger2003-08-282-4/+4
|
* Upgrade to ver 1.4.1roger2003-08-283-4/+73
|
* Upgrade to 1.12.0.roger2003-08-2828-1028/+276
| | | | pwlib has been split out into its own port.
* Upgrade to 0.98.0roger2003-08-286-21/+18
|
* Add a new port for liferea 0.3.1,perky2003-08-285-0/+46
| | | | a Simple RSS/RDF feed reader for GNOME2
* Use the new virtual category 'scheme'edwin2003-08-281-1/+1
| | | | | | | | | - Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* - Fix build with MySQLkrion2003-08-282-0/+18
|
* Mark FORBIDDEN again. Many of the vulnerabilities reported innectar2003-08-271-0/+3
| | | | | | | | http://security.e-matters.de/advisories/022003.html are still present. Reported by: Stefan Walter <sw@gegenunendlich.de> PR: ports/55863
* Update to 3.0.6erwin2003-08-273-11/+6
|
* Update to 0.24.4osa2003-08-272-2/+2
| | | | | Submitted by: hrs (still without of commit-bit for ports-tree maintainer) PR: 56036
* - Utilize USE_MYSQLkrion2003-08-271-1/+2
|
* Update to 1.3.2.1osa2003-08-272-2/+2
| | | | | Submitted by: Nicolas Jombart <ecu@ipv42.net> PR: 56032
* - Update to 2.9.11dinoex2003-08-273-66/+18
| | | | | | - Fixes overwrite of config file (wrong order in Makefile) PR: 55935 Submitted by: tremere@cainites.net
* teach configure where to find libintl and libiconv.sf2003-08-272-25/+14
| | | | | respect CFLAGS. get rid of package name from comment.
* Fix build with new OpenSSL layout.marcus2003-08-272-2/+2
|
* Add subcalc, a utility that is used for subnet calculation and IPv6seanc2003-08-275-0/+31
| | | | | | | | | | | DNS PTR record generation. subcalc takes command line arguments in a similar format to ifconfig(8) so the synopsis should be familiar to the user. Given an address family, address and a netmask/prefix length, subcalc will calculate the number of hosts and address ranges of the specific network. PR: ports/55979 Submitted by: Chris S.J. Peron
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-2716-6/+16
| | | | Prodded by: kris
* Add missing \.nork2003-08-261-9/+9
| | | | Submitted by: Dan Langille <dan@langille.org>
* Update to 2003.08.21.nork2003-08-262-10/+11
|
* Fix sending pre-edit characters after hitting Enter. This mainly affectsmarcus2003-08-262-0/+31
| | | | | | | CJK users. Submitted by: perky Obtained from: Gentoo Linux
* - Update to 0.5.0krion2003-08-263-2/+3
| | | | | PR: 55968 Submitted by: maintainer
* backout last commit, I should have read and understood the || beforeedwin2003-08-255-10/+10
| | | | | I started on this. My apologies.
* only remove the files if they are zero-length.edwin2003-08-255-10/+10
|
* isc-dhcp3 port package creates dhcp.leases in wrong directoryedwin2003-08-255-20/+20
| | | | | | | | | | | | When installing a package created from net/isc-dhcp3 port it creates dhcpd.leases and dhclient.leases in /var/run directory. However, the dhcpd program expects these files to be in /var/db. (it's funny it's the same problem I ran in last weekend on a real machine :-) PR: ports/51918 Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
* Lots of warnings when compiling hpingedwin2003-08-251-0/+145
| | | | | | | Lots of compiler warnings generated when compiling the hping port. PR: ports/50484 Submitted by: root <macklobell@hotmail.com>
* Update to 0.39, the latest release.dougb2003-08-253-2/+5
| | | | | | | | | | * Updated docs * Net::DNS::Resolver now has unique classes for windows and unix * You can now define a config file for the Resolver object * Various other cleanups If you were (bogusly) using module globals in your scripts, this update is likely to break that, so take due precautions.
* Update to 0.3.marcus2003-08-253-2/+33
|
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Chase the libintl.so shared lib version.marcus2003-08-2516-16/+16
|
* . Don't create a README.FreeBSD file, just place the relevant informationglewis2003-08-253-17/+7
| | | | in pkg-descr.
* [new port] net/pear-Net_NNTP: PEAR class that provides an implementationedwin2003-08-255-0/+39
| | | | | | | | | | | of the NNTP protocol Complete class for communicating with an NNTP server (this is: the USENET), including: post, view, list, authentication, overview, header manipulation, NNTP commands debugger, etc. PR: ports/55353 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* - change spaces for tabs in Makefile (portlint complaint)obraun2003-08-252-3/+3
| | | | | | | | - add 'samba' to configuration dialog title PR: ports/55920 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: maintainer
* - Update to 0.8.2akrion2003-08-243-3/+17
|
* - Update to 2.0krion2003-08-243-6/+7
|
* New Port: howl 0.6.1: zerconf/rendezvous implementationedwin2003-08-241-2/+2
| | | | | | | | | Paul Dlug also submitted a PR with the howl port, but kept his name in the MAINTAINER field, so I assign him as the maintainer for this port. PR: ports/55291 Submitted by: Paul Dlug <paul@aps.org>
* Update to 0.50.1lioux2003-08-242-2/+2
|
* - Update to version 0.10.2krion2003-08-247-42/+309
| | | | | PR: 55900 Submitted by: Ports Fury
* - Update to version 2.5krion2003-08-242-7/+6
| | | | | PR: 55901 Submitted by: Ports Fury
* Update nitpicker to new version 1.2.1mr2003-08-245-21/+39
| | | | | | | | Since versioning has changed ( 1.23 -> 1.2.1) set PORTEPOCH to 1. Add/Change patches to respect CFLAGS/PREFIX Submitted by: Mirko Steiner <mirko.steiner@slashdevslashnull.de> Reviewed by: PORTEPOCH adviced by freebsd-ports
* Port upgrade: sysutils/LinNeighborhood to 0.6.5_1edwin2003-08-233-91/+73
| | | | | | | | | LinNeighborhood core dumps, if one of the windows share names or mount point names contain a space. (Thanks to Simon Barner for the fix). PR: ports/55179 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* o Move perllocal.pod tweak from post-configure to post-build.kuriyama2003-08-233-2/+14
| | | | | | | | | Because Makefile for perl is created at build stage. [1] o Install freebsd5.h which I added in previous commit [2]. PR: ports/55729 [2] Submitted by: Pat Lashley <patl+freebsd@volant.org> [2], kuriyama [1]
* - Update to 0.10.0krion2003-08-233-3/+6
| | | | | PR: 55868 Submitted by: maintainer
* Add ipacctd 1.46, IP accounting using divert socket.skv2003-08-226-0/+122
|
* New port: A traffic analysis command-line utilitymich2003-08-225-0/+50
| | | | Approved by: roberto (mentor)
* Unbreak build on alpha 5.xmich2003-08-223-0/+32
| | | | | | | bump PORTREVISION Approved by: roberto (mentor) Reviewed by: maintainer
* - Update to 0.5.5krion2003-08-224-7/+40
|
* - Update to 0.21krion2003-08-222-2/+2
| | | | | PR: 55851 Submitted by: maintainer
* Update to 0.9.13leeym2003-08-225-23/+27
| | | | | | PR: 55083 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Approved by: maintainer timeout
* o Update to 1.4.3lioux2003-08-218-95/+19
| | | | | | | o Unmark FORBIDDEN PR: 55471 Submitted by: Morten Rodal <morten@rodal.no>
* Add forgotten patch in the PR.kuriyama2003-08-212-1/+2
| | | | PR: ports/55648
* Correct PREFIX. Bump PORTREVISION.adamw2003-08-211-1/+1
|
* Fixed non-existing dependency (p5-CGI to p5-CGI.pm).kuriyama2003-08-211-12/+8
| | | | | | | Use SITE_PERL (kuriyama). PR: ports/55648 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
* Update to 1.16mat2003-08-205-381/+48
| | | | | | | | replace the Configure patch with a CONFIGURE_ARGS patch Makefile.PL so that *all* man pages are generated even for perl < 5.8.0 grab maintainership Approved by: demon (mentor)
* Add nicotine, a GTK2 SoulSeek filesharing client, forked from theadamw2003-08-205-0/+138
| | | | pySoulSeek codebase.
* - get rid of ${STRIP_CMD}krion2003-08-202-3/+33
| | | | | | | - documentation fixes PR: 55803 Submitted by: maintainer
* Update to 2003.08.19.nork2003-08-202-2/+2
|
* Connect polish to the buildarved2003-08-1911-283/+0
| | | | | | | | | Remove the Repocopied ports. PR: 53797 Submitted by: Aleksander Fafula <alex@fafula.com> Approved by: portmgr(marcus) Repocopied by: joe
* Update to 20030816.nork2003-08-192-2/+6
|
* o Main modificationnork2003-08-194-49/+25
| | | | | | | | | | | | | | | | | | graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
* Update to -> 0.3.0mich2003-08-183-6/+14
| | | | | | Use DOCSDIR macro in pkg-plist Approved by: roberto(mentor)
* update ports/net/mpich: 1.2.5_1 -> 1.2.5_2daichi2003-08-184-10/+16
| | | | | | | | - maintainer mail address change - added some patch files to PATCHFILES PR: 55608 Submitted by: David A. Bader <dbader@ece.unm.edu> (maintainer)
* Return the correct value for tcp.tcpCurrEstab.0.marcus2003-08-182-1/+204
| | | | | PR: 54551 Submitted by: Mário Freitas <sub_0@netcabo.pt>
* upgrade to 1.017billf2003-08-182-2/+2
|
* remove references to dave.plonka.us, instead refer to net.doit.wisc.edubillf2003-08-182-2/+2
| | | | Submitted by: Dave Plonka <plonka@doit.wisc.edu>
* Update to 0.30.petef2003-08-172-2/+2
| | | | | PR: 53968 Submitted by: mat
* Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION.kris2003-08-171-4/+5
|
* - Update to 2.2krion2003-08-174-30/+54
| | | | | Submitted by: Kurt Jaeger <pi@complx.LF.net>, krion Approved by: maintainer
* Add MASTER_SITE_PACKETSTORM as an additional mirror.petef2003-08-172-2/+4
| | | | | | PR: 52109 Submitted by: Jim Geovedi <jim@corebsd.or.id> Approved by: various maintainers, timeouts
* Utilize INFO and bump PORTREVISIONkris2003-08-162-6/+2
|
* Utilize INFO, fix and sort pkg-plist, and bump PORTREVISION.kris2003-08-162-15/+22
|
* o Fix not to define "freebsd[234]" definition on freebsd5 environment.kuriyama2003-08-165-19/+118
| | | | | | | | o Fix related patch to fit freebsd5 environment. o Implement tcp.tcpCurrEstab to return correct value. PR: ports/54551 Submitted by: sub_0@netcabo.pt
* make net/sniffit buildable again on sparc64 (and others maybe too)edwin2003-08-161-0/+11
| | | | noticed by: bento/kris
* Reset bouncing maintainer address (delivery times out)kris2003-08-161-1/+1
|
* - Fix path in last patchdinoex2003-08-161-2/+2
| | | | Pointed out by: kris
* Fix ${MASTER_SITE_SUBDIR}osa2003-08-152-2/+2
| | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer) PR: 55607
* Update to 0.67.marcus2003-08-155-40/+6
|
* Update to 0.5.marcus2003-08-153-3/+9
|
* Update to 0.13.2.marcus2003-08-152-2/+2
|
* - Update to 9.2.1leeym2003-08-153-14/+15
| | | | | PR: 55579 Submitted by: Nicolas Jombart <ecu@ipv42.net>
* - New option LDAP_PORTdinoex2003-08-151-2/+3
|
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-154-5/+5
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* Quick fix for INDEX build breakage by openldap2[012] split.kuriyama2003-08-156-7/+12
| | | | | | We should use net/openldap20/bsd.openldap.mk later... Pointy hat to: kuriyama
* - Fixes restart problems with patch from qhwt@myrealbox.comdinoex2003-08-152-1/+31
|
* - New option LDAP_PORTdinoex2003-08-151-11/+11
| | | | | - Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client - Make portlint happier
* . Remove some more cruft.glewis2003-08-151-3/+0
|
* - make option LDAP_PORT overwriteabledinoex2003-08-151-1/+1
|
* - New option LDAP_PORTdinoex2003-08-151-1/+2
| | | | - Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client
* . Remove cruft.glewis2003-08-151-12/+3
| | | | | . Simplify build (just redefine ALL_TARGET) . tar -> ${TAR}
* Update to 1.8arved2003-08-152-3/+3
| | | | | PR: 55583 Submitted by: maintainer
* Fix CONIGURE_ARGS in the WITH_LDAP case to look for openldap12 librariesthomas2003-08-141-1/+1
| | | | | | under ${LOCALBASE}/lib. Reviewed by: roberto
* Upgrade to upstream release 1.9.2.1.thomas2003-08-142-2/+3
| | | | Reviewed by; roberto
* Fix URL of proxy-suite web page.thomas2003-08-141-1/+1
| | | | | Submitted by: Doug McDonald <dougm@austin.rr.com> Reviewed by: roberto
* Upgrade net/pptpclient to upstream release 1.3.1.thomas2003-08-143-26/+18
| | | | Reviewed by: roberto
* Remove original openldap2[012] ports.kuriyama2003-08-1434-2195/+6
|
* Split openldap[012] into client and server.kuriyama2003-08-1465-1478/+2187
| | | | | PR: ports/54436 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
* - Update to 0.2.0krion2003-08-142-3/+4
|
* Maintainer's update: use ${STRIP_CMD} for portlint happyosa2003-08-141-1/+1
| | | | PR: 55560
* Since uname -m can now report any i[3456]86 values, change the scriptmbr2003-08-132-2/+2
| | | | | | to work with this. Submitted by: Andrew Thompson <andy@fud.org.nz>
* Fix build on stablearved2003-08-132-0/+20
| | | | Reported by: bento
* Fix a bug where certain IRC users will not be removed from the buddy listmarcus2003-08-132-0/+25
| | | | | | | when they part/are kicked off a channel. PR: 55489 Submitted by: Alexander Nedotsukov <sasha@ortech.co.jp>
* - Update to 2.5krion2003-08-132-2/+2
| | | | | PR: 55510 Submitted by: maintainer
* Update to 1.28erwin2003-08-134-4/+4
| | | | | | PR: 55481 Submitted by: Venkata Pingali <pingali@e.postel.org> Approved by: maintainer
* Remove this ports as part of phase II of the GNOME 1.4 desktop removal.marcus2003-08-127-225/+0
|
* - Fix pkg-plist by using INFO.fjoe2003-08-122-18/+12
| | | | | | | - Use tabs as separators. PR: 55495 Submitted by: Alexandr Kovalenko (MAINTAINER)
* Bump portrevision after the mozilla support fix.mbr2003-08-112-0/+2
|
* Support linux mozilla installations too.mbr2003-08-112-16/+20
|
* Update to version 0.9.6krion2003-08-116-50/+18
| | | | | PR: 55469 Submitted by: Ports Fury
* Upgrade to v. 7.00, integrate it into Gnome/KDEmbr2003-08-118-72/+228
|
* lmule is very likely to have the same format string vulnerabilitynectar2003-08-111-0/+2
| | | | | | | | | as found in xMule (http://www.xmule.org/geeklog/article.php?story=20030810160606604). It will not likely be fixed. http://lmule.sourceforge.net/news.php says, ``We strongly recommend everyone to upgrade to latest xMule version (http://www.xmule.org) as this project is no longer supported.''
* Mark forbidden due to format string bug.nectar2003-08-111-0/+3
|
* - bump PORTREVISIONdinoex2003-08-111-1/+1
|
* Drop maintainershipkris2003-08-111-1/+1
|
* Add new port:maho2003-08-115-0/+81
| | | | | | | | Howl is a cross-platform implementation of the Zeroconf networking standard. Zeroconf brings a new ease of use to IP networking. PR: 54717 Submitted by: David Magda <dmagda@magda.ca>
* Upgrade to 20030810.sumikawa2003-08-113-5/+5
|
* FIx pkg-plist.sumikawa2003-08-112-1409/+1122
|
* Fix pkg-plist.sumikawa2003-08-112-301/+318
|
* Update to version 3.14.archie2003-08-114-3/+6
|
* Update to 0.7krion2003-08-114-150/+217
| | | | | PR: 55435 Submitted by: maintainer
* Update to 0.9.1arved2003-08-106-33/+23
| | | | | Submitted by: Franz Stieber <franz@bugat.at> Approved by: maintainer (implicit)
* Update to 0.0.6 to unbreak on 5.xarved2003-08-104-16/+6
|
* Unbreak on 5.xarved2003-08-101-6/+2
| | | | | | portlint Approved by: lioux (implicit)
* add p5-Filesys-SmbClient, an interface for access Sambaerwin2003-08-106-0/+88
| | | | filesystem with libsmclient.so
* Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKENkris2003-08-101-1/+7
| | | | | | | on 5.x machines (compile and configure failure, respectively). PR: 52731 Submitted by: trevor
* Update to 0.10.1krion2003-08-092-2/+2
| | | | | PR: 55405 Submitted by: maintainer
* Remove ruby-romp, which seems to have discontinued.knu2003-08-091-1/+0
|
* Update to 0.8.0.knu2003-08-093-5/+6
|
* Update MASTER_SITES, WWW, and Author.knu2003-08-092-3/+4
|
* . Add missing dependence on libogg and unbreak.glewis2003-08-092-6/+4
| | | | Submitted by: Simon Barner <barner@in.tum.de>
* Change MAINTAINER to my @FreeBSD.org address.mich2003-08-084-4/+4
| | | | Approved by: roberto (mentor)
* As announced on May 6, remove the broken net/qtella port.kris2003-08-089-114/+0
|
* As announced on May 6, remove the broken net/samba-tng port.kris2003-08-086-272/+0
|
* upgrade to 0.4.1billf2003-08-073-3/+55
|
* BROKEN: Broken pkg-plistkris2003-08-072-0/+4
|
* BROKEN: Broken pkg-plistkris2003-08-071-0/+2
|
* As announced on May 6, remove the broken openh323proxy portkris2003-08-077-85/+0
|
* As announced on May 6, remove the broken opengatekeeper portkris2003-08-075-54/+0
|
* As announced on May 6, remove the broken cvsupit portkris2003-08-076-376/+0
|
* As announced on 6 May 2003, remove the broken cphone port.kris2003-08-077-124/+0
|
* Use INFO macrokrion2003-08-072-3/+2
| | | | | PR: 55322 Submitted by: maintainer
* Update to 0.81arved2003-08-073-3/+9
| | | | | | | Pass maintainership to Submitter PR: 55269 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* Upgrade to 3.0.0 Beta 3.obraun2003-08-076-8/+4
| | | | Submitted by: maintainer
* Update of net/nrpe from version 1.8 to 1.9 which contains minor bug fixesleeym2003-08-062-2/+2
| | | | | PR: 55292 Submitted by: Paul Dlug <paul@nerdlabs.com>
* Well, this looked like a good idea at the time, but that wasroam2003-08-061-17/+0
| | | | | | | before I actually discovered Felix Leitner's libdjbdns available in ports/devel/libdjbdns... Guess I'll think before I commit next time :)
* Update to 0.13.1.marcus2003-08-052-3/+3
|
* update net/tightvnc: 1.2.8 -> 1.2.9daichi2003-08-053-6/+14
| | | | | PR: 55248 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* update net/samba-devel: fetch errordaichi2003-08-052-2/+2
| | | | | PR: 55253 Submitted by: atkin901@yahoo.com <Mark.Atkinson@hellfire.filament.org>
* Add a workaround for gcc3.3perky2003-08-051-0/+1
| | | | | PR: 55145 Submitted by: "Karel J. Bosschaart" <karelj@phys9911.phys.tue.nl>
* Update to 0.13.marcus2003-08-052-2/+2
|
* Use new INFO macrosarved2003-08-052-5/+2
|
* Update net/krdesktop to version 1.7.lofi2003-08-052-2/+2
| | | | | | PR: ports/55251 Submitted by: Matt Douhan <mdouhan@fruitsalad.org> Approved by: arved (Mentor)
* Switch to MASTER_SITE_DEBIAN_POOLkris2003-08-041-2/+1
| | | | | PR: ports/50572 Submitted by: Alex Semenyaka <alexs@ratmir.ru>
* Grrr, patch-aj is CRLF. Convert to LF.kuriyama2003-08-041-13/+13
| | | | Pointy hat to: kuriyama
* Clean up the pkg-descr a bit.marcus2003-08-041-2/+2
|
* Check for va_copy(), and use it if found. This should help out 64-bitmarcus2003-08-043-0/+46
| | | | | | | systems. PR: 55214 Submitted by: maintainer
* - Enable build on python2.3perky2003-08-042-2/+11
| | | | - Enable build on environments that ${LOCALBASE} != /usr/local
* Update to 0.24.3.leeym2003-08-032-2/+2
| | | | | | | | - New keyword: "nordiff" - a bug involving symlink update has been fixed. PR: 55204 Submitted by: Hiroki Sato <hrs@freebsd.org>