summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs601-601/+601
2000-01-05Add and enable libirc.agc1-1/+2
2000-01-05Import libirc into the NetBSD packages collection.agc7-0/+58
"libirc is a C-library for the IRC protocol. It simplifies the task of writing a bot or client. A very simple example comes with the package, demonstrating how it is used. Perfect for those who wish to write bots, irc clients (especially if you want to integrate IRC with some other Internet software). The programming language is C." Note, however, that this package lacks any form of documentation.
2000-01-05replace `bin/${PKGNAME}' with `bin/screen-3.9.5', as the former doesn't work.lukem1-2/+2
2000-01-05Check pkg/COMMENT a little more closely, and generate warnings on:abs3-7/+17
Leading/trailing whitespace Trailing '.' Leading '(a|an) ' (case insensitive)
2000-01-05Make this package compile and run on Solaris - undo some over-aggressiveagc3-12/+19
NetBSD patching, and use ${ID} in preference to "id".
2000-01-05Make this install properly on Solaris.agc2-7/+8
2000-01-05Add less.bouyer1-1/+2
2000-01-05A less package, for Solaris.bouyer5-0/+37
2000-01-05add & enable xdaemonhubertf1-1/+2
2000-01-05Image set for xteddy, consisting of a big and a smaller BSD daemon.hubertf5-0/+61
Derived from work of Marshall Kirk McKusick, see the docs for more information.
2000-01-05Ooops.. forgot this..garbled1-0/+3
2000-01-05Update gaim to 0.9.10. (from an un-numbered version.. yeeesh)garbled3-9/+13
2000-01-05replaced some commands by their ${COMMAND} counterpartswiz1-4/+4
2000-01-05Some of my best friends are RCS tags.wiz10-0/+10
2000-01-05Improved PLIST for binary packages (creation of high-score directories,wiz2-6/+34
permissions). Made user 'games' owner of most files.
2000-01-04Rewrite moving of old README-all.html aside.hubertf1-2/+4
Fixes PR 9120 by Michael Eriksson T/K 2 <Michael.Eriksson@era-t.ericsson.se>
2000-01-04Critical y2k bug patch for xfinans.garbled1-0/+23
2000-01-04works on solarisbouyer1-5/+11
2000-01-04works on solarisbouyer2-15/+20
2000-01-04works on solarisbouyer7-32/+78
2000-01-04works on solarisbouyer4-21/+28
2000-01-04Make it compile on solaris.bouyer3-3/+55
2000-01-04Make it compile on solaris. While I'm there merge patch-ag in patch-af; it'sbouyer4-22/+17
bad to patch the same file 2 times.
2000-01-04Make PLIST match reality.agc4-625/+453
Make install target work in the presence of a file named "install".
2000-01-04Update pivray (persistence of vision ray tracing utility) to version 3.1g.agc6-738/+745
Changes in version 3.1: The scene description language in POV-Ray 3.1 is not entirely backwards-compatible with earlier versions of the POV-Ray scene description language. The 'halo' feature in earlier versions is obsolete and has been entirely replaced with a 'media' feature which works better. Because older files making use of 'halo' will not render in POV-Ray 3.1 without substantial modification, you may wish to rename executables for pre-3.1 versions of POV-Ray if you would like to be able to render such older files. It should be noted that .povrayrc as described below can only refer to one version.
2000-01-04Explain the purpose of this package a bit more fullyagc1-1/+1
2000-01-04Explain things a bit more fully.agc4-4/+4
2000-01-04Use the correct English preposition.agc1-1/+1
2000-01-04Changes from Bernd Ernesti:agc2-4/+4
+ add VENDOR so you can change TNF to a different one without hacking the source code + add the -t flag to transform the package into a compressed file. This is a change from the current behaviour which always compresses the file, but you have to uncompress and transform it when you want to install packages with the OS. + add the -d flag to change /var/spool/pkg to a different directory, this is also for the support to build packages directly on a machine from which you install new machines. + ARCH=\"Sparc\" is wrong, it has to be ARCH=\"sparc\" otherwise an installtion of an package during an OS install would fail + duplicate the PKG= line and rename it to PKGDIR=, otherwise an installation during an OS installation fails when you forget to add the package to a different file. + fix symlinks properly
2000-01-04Add and enable gkermit.fredb1-1/+2
2000-01-04Inital import of gkermit-1.00, a small, command-line-only implementation offredb5-0/+33
the ``kermit'' protocol, distributed under the GNU General Public License.
2000-01-04undo: removal of bogus lines (weren't bogus after all)wiz1-1/+7
2000-01-04upgraded pnmtopng part of netpbm from 2.37.2 to 2.37.3.wiz2-5/+5
Changes: Version 2.37.3 fixes a minor bug w.r.t. error exits and generally does cleaner error exits (close files, etc.)
2000-01-04Document KERMIT_SUID_UUCP option.fredb1-1/+8
2000-01-04Update kermit to 7.0.196. Cosmetic changes since last update.fredb2-7/+5
2000-01-03Update maketool to 0.5.1. Incorporates pkgsrc patches,fredb12-199/+91
fixes some long-standing bugs, works now with gtk-1.2.6.
2000-01-03Update this package to mirror the 1999/12/31 sources.agc5-62/+16
Enhancements from Hubert Feyrer: + copy all files and directories in <skeldir> to new user's home directory, not just if they begin with a '.' + use pax to copy files from <skeldir>, as this will allow <skeldir> to contain directory trees as well as regular files + use -h arg to chown(1) in case any symlinks have been created in the new user's home directory + getpwnam(3) does not set errno, so use errx(3) and warnx(3) + use nologin(8) in preference to false(1) when deleting users but preserving information + in usage messages, specify [-r lowuid..highuid] rather than a simple [-r range] Add new functionality, and fix some bugs and oversights: + Moved all internal definitions from usermgmt.h to user.c + Added prototypes to usermgmt.h + Allow defaults to be set at build time + Check the effective uid is 0 if any data is to be modified + Check all numeric uids and gids really are numeric + Fix a bug (reported by lenb at sasquatch.com) where new ranges were appended to old ranges, rather than replacing them + Add userinfo(8) and groupinfo(8) utilities (if EXTENSIONS is defined), whereby user and group information can be displayed. Add manual pages for new utilities. Add front-end calling from user(8) and group(8) accordingly. + Make all functions visible outside the user.c file again. User and group manipulation may be split out into a separate shared lib in the future + Split off main function into a separate main.c + Changed default group to be "users" + Changed despatch table for commands to work in a more sane manner + Added "default-group" target to Makefile, so that the default group can be made easily.
2000-01-03Point to valid homepage.simonb1-2/+2
2000-01-03Make work on Solaris.kim2-1/+30
2000-01-03fae patsachristos1-2/+2
2000-01-03-upgrade the version to say .pl1 and 20000103christos1-18/+16
2000-01-03- make this say blah.pl1 so people know they have applied the y2k fixchristos1-4/+4
- make this work on Solaris.
2000-01-03replaced some commands by their ${COMMAND} counterpartswiz1-8/+8
2000-01-03add and enable rocksndiamondswiz1-1/+2
2000-01-03Initial import of Rocks'n'Diamonds 1.4.0, an arcade game like Boulder Dashwiz9-0/+1344
or Emerald Mines, also includes Sokoban levels
2000-01-03permissions botchtsarna1-2/+2
2000-01-03Use {} rather than () for variable expansion (pacify lintpkgsrc)abs1-2/+2
2000-01-03.if parsing is now a touch less braindamaged (still lousy)abs2-4/+7
2000-01-02Add conflict with gEDA versions < 19991011.rh7-7/+21