summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2004-03-30Add DIST_SUBDIR=${PKGNAME} in order to notify updated distfiles whichtaca2-12/+13
don't have version information. Suggested by wiz@.
2004-03-30fix path to py-twisted/Makefile.commonrecht1-2/+2
2004-03-30+py-twisted,py-twisted-docsrecht1-1/+3
2004-03-30initial import of the Twisted documentation (1.2.0)recht3-0/+32
provided by Michal Pasternak via pkgsrc-wip HTML documentation for Twisted Python; see py-twisted package for details.
2004-03-30initial import of Twisted 1.2.0recht7-0/+1634
provided by Michal Pasternak via pkgsrc-wip Twisted is a framework, written in Python, for writing networked applications. It includes implementations of a number of commonly used network services such as a web server, an IRC chat server, a mail server, a relational database interface and an object broker. Developers can build applications using all of these services as well as custom services that they write themselves. Twisted also includes a user authentication system that controls access to services and provides services with user context information to implement their own security models.
2004-03-29Update to 3.4.1a:wiz4-9/+7
The tracker works under Python 2.2 and supports 3.3 clients properly. The client is unchanged.
2004-03-29"www" belongs in the category list, but not as the primary category (astv1-2/+2
HTTP is only one view of the data moved around by Entropy).
2004-03-29+freenet-toolstv1-1/+2
2004-03-29Freenet Tools, a set of tools usable against a Freenet or Entropy nodetv6-0/+77
to insert/retrieve content by the native FCP protocol rather than the WWW proxy. From the DESCR: ===== The most important tools for those who want to insert their own content as a website into Freenet or Entropy, are the Freenet Tools (or similiar tools from other authors :). For Freenet, there are some such programs linked from their http://freenetproject.org) pages. Not many of them will work with Entropy out-of-the-box, as they sometimes specialize on minor deviations in the FCP interface. Specificially the newer tools, supporting the FEC FCP v1.1 will fail with Entropy, as Entropy does not yet fully support the changes to the Freenet Client Protocol. So I suggest you use ft for Entropy for now, since I can help you there with problems or questions.
2004-03-29+entropytv1-1/+2
2004-03-29Entropy, a P2P anonymity network much like Freenet, but written in C.tv6-0/+132
From the DESCR: ===== ENTROPY is developed as a response to increasing censorship and surveillance in the internet. The program connects your computer to a network of machines which all run this software. The ENTROPY network is running parallel to the WWW and also other internet services like FTP, email, ICQ. etc. For the user the ENTROPY network looks like a collection of WWW pages. The difference to the WWW however is that there are no accesses to central servers. And this is why there is no site operator who could log who downloaded what and when. Every computer taking part in the ENTROPY network (every node) is at the same time server, router for other nodes, caching proxy and client for the user: that is You.
2004-03-29Remove ucd-snmp.cube1-2/+1
2004-03-29Remove ucd-snmp package, which is outdated, insecure, and now unused incube16-1561/+0
pkgsrc since gkrellm1-snmp conversion to net-snmp.
2004-03-29Use net-snmp instead of ucd-snmp.cube3-8/+54
2004-03-29bl3ify, and remove sed workaround for Solaris now that it uses nbsed.jlam2-24/+30
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-7/+2
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam4-4/+8
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29Enable pkgviews installation.schmonz2-2/+10
2004-03-28Fix PLIST problems with missing directories at deinstallation time.jlam2-6/+6
2004-03-28Fix ntpd PATH in ntpd rc.d script, reported by Mirko Thiesen inxtraeme2-4/+4
PR pkg/24947; bump PKGREVISION.
2004-03-28dnscache-log.pl.txt was changed to prevent output buffering.taca2-5/+5
Bump PACKAGEREVISION. Noted by Michal Pasternak on tech-pkg.
2004-03-26Update comment about why this needs ncurses.wiz1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz70-100/+141
Buildlink files: RECOMMENDED version changed to current version.
2004-03-25The location of the 802.11 header files moved at approx 1.6Y, allow formarkd3-1/+35
this. Fixes build on -current.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-22Add HAVE_YACC=yes to configure environment.reed1-1/+2
configure script was checking for YACC wrong (like .../bin/usr/pkg/bin/bison).
2004-03-21Fix accessList processing when sub directories are involved.seb4-21/+33
From PR pkg/23650 by Luc Beurton luc at black-kettle dot univ-ubs dot fr. While here claim stewardship, use subst.mk framework, and fix a typo in a patch file. Bump PKGREVISION.
2004-03-20Convert to bl3 now that ncurses/builtin.mk has been updated to creatextraeme1-5/+5
the curses.h -> ncurses.h symlink.
2004-03-20Convert to buildlink2 until ncurses' buildlink3.mk is fixed to makewiz1-5/+5
the ncurses.h -> curses.h link.
2004-03-18Bump PKGREVISION after gkrellm1 buildlink[23].mk change.cube3-6/+6
That should close PR 24818.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam9-27/+18
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17Fix path to python in scripts installed by bittorrent-gui by moving thejmmv3-7/+7
inclusion of python/application.mk to the end of Makefile's and fixing paths to files. Bump PKGREVISION of this package to 1.
2004-03-17Added UNLIMIT_RESOURCES+=datasizemartti1-1/+3
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16Add ruby to CATEGORIES.taca3-6/+6
2004-03-16upgrade to 2.0.1.itojun2-6/+5
NSD 2.0.1 release notes: BUG FIXES: - Queries for QTYPE DS (DNSSEC) were not handled correctly in certain cases. - Partial support for unknown RRs. Known RR types with unknown RR data format is not yet supported. - Bug #75: Fixed bad error message when nsdc update is run for the first time. - Bug #78: Multiple zones, each with include directives, are now compiled correctly.
2004-03-15Update to jwhois-3.2.2nb3: add knowledge about 83/8 and 84/8 assignments.kleink3-7/+16
Approved by agc.
2004-03-15Patch aclocal.m4 so that it includes the <errno.h> header beforeagc3-1/+27
testing for sys_nerr, so that this compiles on NetBSD. Add a patch for the re-generated configure script. Fixes a problem noticed in recent bulk builds.
2004-03-13Fix build on architectures where unsigned long int > 4.snj2-15/+24
2004-03-13Instead of modifying config.h in post-configure, modify config.h.insnj1-3/+3
in post-patch. Fixes a strange build error on sparc64.
2004-03-12update to 3.4.1recht5-153/+6
This version fixes lots of bugs, adds more bandwidth savings, and improves support for peers behind dynamic IPs.
2004-03-12Use bl3.snj1-3/+3
2004-03-11Use USE_GNU_TOOLS for lex and yacc instead of just using BUILD_DEPENDSreed1-3/+2
for SunOS only. Okayed by maintainer, tron@. (Also this checks for SunOS and /usr/include/netinet/ip6.h for IPv6 support, maybe the OPSYS check can be removed; but this is not changed in this patch.)
2004-03-11This adds rc.d scripts. The ntp.conf is example from official NetBSD.reed4-2/+132
The rc.d scripts are based on official NetBSD scripts. This also adds: CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} This was discussed and okayed with maintainer, fredb, in February, Currently, the ntpd.sh rc.d script has a note about the ntpd_chrootdir is only for NetBSD at this time. (Because I haven't tested under other operating systems.)
2004-03-11Needs lex and yacc for build.reed1-2/+2
(Also should depend on gindent, but not fixed here.)
2004-03-11catch up with bootstrap-pkgsrc changes.grant1-4/+3
Oops, there's no nbcompat.h here. Put real #includes.
2004-03-11utimes.c got added in the wrong place. move it to libnetbsd/grant1-1/+1
2004-03-11catch up with bootstrap-pkgsrc changes.grant1-3/+3
Temporary hack for Interix: for some reason, the detection of getpgrp() having no arguments is failing there.
2004-03-11catch up with bootstrap-pkgsrc changes.grant5-7/+73
Add a utimes() stub for Interix. (this change also needs to go in othersrc/usr.bin/tnftp)
2004-03-11put a copy of the extracted tnftp sources in files/, required forgrant96-366/+314
bootstrap. ok'd by lukem.