summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-06- You must set the environment variable XAPPLRESDIR, not the shell variable.kei1-1/+2
Add an export line to do so to the example.
2001-06-06Remove files from jlam's cfs package import (on top of agc's) untilwiz3-136/+0
jlam has time to merge them, on request by jlam.
2001-06-06LICENSE=mosaic-license.jtb1-1/+3
2001-06-06Add mosaic-license as an ACCEPTABLE_LICENSES option.jtb1-1/+4
2001-06-06Add the license for Mosaic.jtb1-0/+68
2001-06-05LICENSE=limited-redistribution. Add restrictions.jtb1-1/+8
From the README file: Licensing for the current version of sarah is quite simple: I (Matthew Pounsett) retain all rights to this code. Anyone is free to use sarah, but it may not be redistributed either in its original or any modified form without the permission of the author (me). A more reasonable license will be distributed with later versions of sarah (probably with the first non-beta release).
2001-06-05add & enable dhisdhubertf1-1/+2
2001-06-05Import dhisd-5.0: DynDNS serverhubertf6-0/+113
By the means of a DHIS client a host which is assigned a dynamic IP address (either from its ISP or from DHCP) is able to communicate with a DHIS server in order to advertise its newly acquired IP address. The DHIS server (permanently online) listens to UDP messages from its clients and authenticates these against its knowledge of keys. When authentication is successful the DHIS server updates one or more databases with the newly received IP address for the given client. The server then keeps sending, every period of time, check requests to each of its connected clients. These need to be acknowledged. If not the server will consider, on an individual basis, that the client has disconnected and will again update the databases to an offline state. Alternativelly the server may receive an OFFLINE_REQ packet from the client, in which case the DNS record is updated at once and the online state droped.
2001-06-05Add USE_LIBINTL; locale dirs under NetBSD are now under share/locale.wiz2-21/+10
Fix PLIST: Remove unnecessary dirrms and whitespace.
2001-06-05Remove some unexec for share/locale dirs that are created by default.wiz1-4/+1
2001-06-05Remove some dirrm's for share/locale that are now created by default.wiz1-3/+1
2001-06-05Remove some unexec's for share/locale that are now created by default.wiz1-3/+1
2001-06-05cfs - Cryptographic File Systemjlam5-27/+170
CFS pushes encryption services into the UN*X file system. It supports secure storage at the system level through a standard UN*X file system interface to encrypted files. Users associate a cryptographic key with the directories they wish to protect. Files in these directories (as well as their pathname components) are transparently encrypted and decrypted with the specified key without further user intervention; cleartext is never stored on a disk or sent to a remote file server. CFS employs a novel combination of DES stream and codebook cipher modes to provide high security with good performance on a modern workstation. CFS can use any available file system for its underlying storage without modification, including remote file servers such as NFS. System management functions, such as file backup, work in a normal manner and without knowledge of the key.
2001-06-05Use ${X11PREFIX} as the installation prefix of fltk instead of double-listingjlam1-8/+3
the headers and libraries.
2001-06-05Modify target that generates the libtool archive for libedit to not usejlam1-23/+19
libtool internals. Fix from Nick Hudson <skrll@netbsd.org>. Conditionalize visibility of target on USE_LIBTOOL, since it's useless otherwise.
2001-06-05Install the NEWS and FAQ files. Add a short message regarding changesjtb3-2/+21
for this version. Based on suggestions by Geoff Wing <gcw@zsh.org> on tech-pkg.
2001-06-05Add and enable "xalarm". This fixes PR pkg/13081.magick1-1/+2
2001-06-05Initial import of "xalarm" package.magick8-0/+164
X11 interactive alarm clock This package was contributed by Stoned Elipot in PR pkg/13081.
2001-06-05Some files have same name as in the previous version, butwiz2-21/+21
different contents -- change DIST_SUBDIR so that they don't conflict.
2001-06-05updated to version 4.03e, old version no longer on server.dillo3-13/+13
2001-06-05Add zsh3, remove zsh4.jtb1-2/+2
2001-06-05Moved former zsh to zsh3 for those who want to continue using thejtb8-0/+124
old stable version.
2001-06-05zsh-4.0.1 is a stable release so should be in shells/zsh instead of zsh4.jtb8-90/+465
Pass --disable-dynamic to configure. Correct homepage. Remove a mirror. Addresses some issues by Geoff Wing <gcw@zsh.org> raised on netbsd-bugs.
2001-06-05Remove zsh4.jtb7-500/+0
2001-06-05Update csound-manual to version 4.10zuntum3-23/+27
I guess changes are documentation improvements ;-) Fixes pkg/13099 by Ben Collver <collver@linuxfreemail.com>
2001-06-05add & enable triozuntum1-1/+2
2001-06-05Initial import of trio 1.3 - fully matured and stable set of printf and ↵zuntum4-0/+48
string functions Trio is a fully matured and stable set of printf and string functions designed be used by applications with focus on portability or with the need for additional features that are not supported by standard stdio implementation. There are several cases where you may want to consider using trio: 1.Portability across heterogeneous platforms. 2.Embedded systems without stdio support. 3.Extendability of unsupported features. 4.Your native version don't do everything you need.
2001-06-05Define RINCLUDES, since otherwise cc -I will eat the next argument,agc2-4/+4
which is not TRT.
2001-06-05Install a workaround for socklen_t definition woes on 1.5agc1-2/+4
2001-06-05Add and enable cfsagc1-1/+2
2001-06-05Initial import of Steve Bellovin's port of Matt Blaze's CFS into theagc5-0/+148
packages collection. CFS is an encrypting file system for Unix-like OSs. It uses NFS as its interface, and so is reasonably portable. The FS code dates back to 1989, and the crypto to 1992, so it is showing signs of age. This code should be regarded as completely unsupported; a complete rewrite will follow eventually. Please don't download this code if you're in a place that's forbidden (under US or local law) to export cryptographic software from the US to, or if you're on the State Department's "Denied Persons List." If you aren't sure, ask a good lawyer.
2001-06-05Update to 1.4.3, provided by Martti Kuparinen in pkg/13116.wiz2-5/+5
Changes: SSL support and bug fixes.
2001-06-05Update ftp sites URLs. Noted by Geoff Wing.wiz1-7/+6
2001-06-05Fix problem with PLIST when zsh is static.jtb2-37/+40
2001-06-05Add zsh4, remove zsh-current.jtb1-2/+2
2001-06-05zsh-current has been outdated by zsh4.jtb6-455/+0
2001-06-05Import of zsh-4.0.1 as zsh4.jtb7-0/+497
The changes from previous stable release (3.0.8) are almost 15,000 lines of changelog. (Not included here, see ChangeLog-3.1 in source distribution). Provided by Masao Uebayashi <uebayasi@soum.co.jp> in PR pkg/13113 with some changes by me.
2001-06-05LICENSE=no-profitjtb1-2/+2
2001-06-04s/non-commercial/no-commercial-use/jtb1-2/+2
2001-06-04LICENSE=no-commercial-usejtb1-1/+3
From dvi2tty.c: * This program, and any documentation for it, is copyrighted by Svante * Lindahl. It may be copied for non-commercial use only, provided that * any and all copyright notices are preserved.
2001-06-04Use slightly modified idea.c, which recognizes NetBSD PowerPC machines aswiz2-6/+6
big endian. Makes gnupg work with IDEA support on ppc machines. XXX: Probably similar changes needed for some other big-endian platforms.
2001-06-04LICENSE=non-commercial.jtb1-1/+3
This program/these programs can be used freely for private or educational purposes. If you want to use them for commercial purposes, please contact the author. You may redistribute this software only if all files from my original distribution are included unchanged. You may only add readable documentation files, such as a BBS signature, and only if they are marked prominently as additions. If you want to include any part of the orignal distribution with other software, please contact the author before.
2001-06-04Publication of derivative works not allowed.jtb1-1/+3
2001-06-04Contact author before reselling.jtb1-1/+3
2001-06-04Add LICENSE=pine-license.jtb2-2/+6
2001-06-04Add pine-license as an ACCEPTABLE_LICENSES option. Correct somejtb1-6/+9
categories for previous entries.
2001-06-04Add pine license, (CPYRIGHT file in pine source distribution).jtb1-0/+58
2001-06-04The license for mush is now in pkgsrc/licenses/.jtb1-1/+3
2001-06-04Add mush-license as an ACCEPTABLE_LICENSES option.jtb1-1/+4
2001-06-04Add the license for mush. This is the relevant section taken fromjtb1-0/+21
the README file in the mush distribution.