summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-08-02Replace references of pkgsrc/mk/bsd.pkg.defaults.mk toreed1-2/+2
pkgsrc/mk/defaults/mk.conf. This is from PR 30741 from anonymous AT example.net.
2005-08-01Add support for NET_SNMP_USE_SSL legacy var.wiz1-3/+5
2005-08-01Add RCS Id.wiz5-0/+5
2005-08-01Remove trailing whitespace.wiz1-2/+2
2005-08-01Convert to options framework.wiz2-37/+45
While here, sort Makefile a bit to make it easier to read.
2005-07-31this needs -lnsl -lsocket on Solaris.grant2-4/+7
2005-07-31this needs flex to build.grant1-2/+2
2005-07-31Make openslp support optional (PR pkg/30715) and add an option for PAM.markd5-12/+53
Bump PKGREVISION.
2005-07-31make net-snmp build on darwin 8.2.0 patches from darwin sourcesrtr4-0/+209
2005-07-31make net-snmp build on darwin 8.2.0.rtr3-10/+14
these patches shouldn't break netbsd.
2005-07-30Copied the patch to #include <errno.h> from net/unison.rillig2-17/+12
2005-07-30Make pty.c always include <errno.h> in addition to <sys/errno.h>. Otherwiserillig2-17/+12
errno may be undefined.
2005-07-30Make sure configure finds the db4 lib from the pkgsrc package rathermarkd1-1/+2
than any other that might be installed in the base system (on for example Red Hat Linux). Problem noted by Louis Guillaume in tech-pkg.
2005-07-30Update to KDE 3.4.2markd3-14/+11
Changes: * kppp: completed i18n-related flow control fix * kppp: fixed PPP interface check on FreeBSD and possibly other systems
2005-07-27update to 0.10.12drochner4-8/+114
This fixes many security problems in protocol dissectors. other changes: -RADIUS dictionaries are now included. -A lot of documentation was updated -Some command line parameters have changed -A "File/File Set" submenu was added to better handle multiple files -Flow graphs can now be created for any protocol. -Memory management has been greatly improved. -JXTA has been added to the conversations menu. -When compiled with MIT/Heimdal Kerberos AND if keytab files are provided -TCP Sequence graphs should now work for all captures and all encapsulation types -new and updated protocol support
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz2-4/+4
2005-07-26Move PKGREVISION to Makefile from Makefile.common so that it onlygdt2-3/+3
affects bittorrent.
2005-07-26Patch btdownloadheadless.py to flush stdout so that status appearsgdt3-2/+16
promptly when redirecting onto a file. This has been reported to the upstream maintainers. PKGREVISION++ in Makefile.common. This affects bittorrent-gui because it uses the same PATCHDIR, even though the new patch doesn't change that package. It seems awkward to try to manage PKGREVISION separately for packages built from the same tarball, and of little benefit.
2005-07-26Add missing files to PLIST. Set USE_PKGLOCALEDIR.wiz2-2/+8
Depend on a libpcap that is new enough (pcap_freecode with one argument). Should fix bulk build.
2005-07-26This package needs USE_MSGFMT_PLURALS=YES in order to buildkristerw1-1/+2
on NetBSD 1.6.
2005-07-25This is the perl interface to libpcap, so add libpcap buildlink3.mk file.wiz1-1/+2
Breaks build if not libpcap found, so no PKGREVISION bump needed.
2005-07-25Remove "${PREFIX}/bin/mlgui" before attempting to create the symlink totron1-1/+2
avoid failures after an incomplete "make install".
2005-07-25Include converters/libiconv/buildlink3.mk.kristerw1-1/+2
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz7-80/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23Update to 2.6.0. Major changes:wiz4-13/+13
Solve memory leak in Overnet/Kademlia EDK: Files copied to incoming dir for sharing do not appear in upstats after hashing HTML: Add Multiline File Information in search results EDK: Re-enable source exchange with eMule clients Gdstats: Fix corrupted pics output/improved output EDK: Parse and display version numbers
2005-07-23Fix path to libtorrent directory.wiz1-2/+2
2005-07-22Added libtorrent version 0.7.0; rtorrent version 0.3.0adam1-1/+3
2005-07-22rTorrent is a console-based BitTorrent client. It aims to be a fully-featuredadam4-0/+37
and efficient client with the ability to run in the background using screen. It supports fast-resume and session management.
2005-07-22LibTorrent is a BitTorrent library written in C++ for *nix. It is designed toadam6-0/+75
avoid redundant copying and storing of data that other clients and libraries suffer from. Licensed under the GPL.
2005-07-22Fix libgadu vulnerabilities.markd2-2/+9
http://www.kde.org/info/security/advisory-20050721-1.txt Bump PKGREVISION.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz24-48/+48
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Fix flow-capture '-u' (preserve umask) option processing: it's '-u' not '-i'.seb3-7/+16
Bump PKGREVISION to 1.
2005-07-20Regenerate so that the Mac OS X patch program undestands howkristerw2-4/+5
to apply it.
2005-07-19The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-19Uncontinuate lines that have become short.schmonz1-3/+2
2005-07-19Use pkg_info's -B switch, now that we're sure to have it available,schmonz1-3/+2
obviating the need for a sed expression.
2005-07-19Distinguish package-specific options as such, supporting the old namesschmonz1-14/+7
via PKG_OPTIONS_LEGACY_OPTS until after the next branch.
2005-07-19The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam3-6/+5
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam33-86/+70
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam1-3/+2
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam7-17/+16
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-15Update polsms to version 2.0.3zuntum2-6/+6
Changes from previos version 2.0.2 include: - support for O2 network in the UK - misc bugfixes
2005-07-14Note addition of p5-POE-Component-Client-DNS and p5-POE-Component-Client-Identadrianp1-1/+3
2005-07-14POE::Component::Client::Ident is a POE (Perl Object Environment) componentadrianp4-0/+34
which provides a convenient way for POE applications to perform non-blocking Ident (auth/tap) protocol remote username lookups. The component will mainly of use to the authors of server daemons and server components which sometimes have a requirement to confirm the username provided by the client and, therefore, use the Ident protocol to query the remote host.
2005-07-14POE::Component::Client::DNS is an event driven wrapper foradrianp4-0/+31
Net::DNS::Resolver. It accepts events containing Net::DNS::Resolver questions, and it emits events carrying Net::DNS::Packet responses.
2005-07-14Bump BUILDLINK_RECOMMENDED to 5.2.1.2 for recent security issue.adrianp1-2/+2
2005-07-14this uses libpcap, so include the buildlink filedrochner1-1/+2
2005-07-14Update to 0.9.0-433, as the -429 distfile disappeared quickly.tv2-6/+6
No official ChangeLog; summary: - various buffer size fixes - remove some double and triple encryption CPU wastes - zlib usage fixes
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam38-76/+76
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.