summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2000-09-12Overhaul of the jitterbug package.wennmach8-62/+59
No longer modify /etc/aliases and httpd.conf (fixes PR 10126). Also, jitterbug does not depend on apache any longer.
2000-09-11upgrade to screen 3.9.8. it includes official security fix againstitojun7-89/+17
Msg() hole. ok'ed by packages@netbsd.org. --- ------------------------------ What's new in screen-3.9.8 ? ------------------------------ * new command 'resize' to resize regions (aka split windows), try: bind = resize = bind + resize +1 bind - resize -1 bind _ resize max * new argument for 'focus': up, down, top, bottom * X11 mouse tracking support * Support for the "new color model", aka "background color erase": the bce/defbce commands change the color model of the current window/new windows. * experimental rxvt OSC sequence support (used to set a background picture or to change the default colors), disabled by default.
2000-09-10Add documentation for --initdb to manpage; mention its use in INSTALL,wiz5-2/+98
and what to remove in DEINSTALL. Fixes pkg/8701 by Hauke Fath.
2000-09-09Fix compilation warningwiz2-1/+15
2000-09-09Minor churn:fredb1-12/+11
- - Don't try to build on powerpc. This is not useful, and it was never tested anyway. - - ${IGNORE} doesn't need to be set from within a .BEGIN target. - - Move lines that don't need to be after .include ../../bsd.prefs.mk into the main body, same for lines that don't need to be in the header.
2000-09-09Fix permissions for netplan.dir; other minor fixes to PLIST.fredb4-9/+10
Closes PR pkg/8942.
2000-09-09fix coredump on empty lines, warn if files given on commandline are notwiz2-11/+42
in checksum file
2000-09-04Create PLIST so that it matches the setting of MANINSTALL.kim2-5/+18
This makes the registration accurate and allows creating a binary package (since all registered files will exist).
2000-09-03echo -> ${ECHO}wiz1-2/+2
2000-09-03mv -> ${MV}wiz1-2/+2
2000-09-03remove trailing whitespacewiz1-2/+2
2000-09-03add RCS Idwiz1-0/+1
2000-09-03add RCS Idwiz1-0/+1
2000-09-01The format string needs to be "%s", not just "%".kim2-6/+6
2000-09-01Fix security problem reported by Jouko Pynnönen <jouko@solutions.fi>wiz4-5/+22
via Bill Sommerfeld. Step version to 3.9.5nb1. Minor pkgdelinting. Will delete binary packages shortly.
2000-08-31Update this package to dotfile-2.4.1, and adapt it to tk-8.3.2.jwise9-327/+499
While there, make it no longer be INTERACTIVE, and add a BUILD_DEF, DOTFILE_LANG, to support making Japanese or English the default language.
2000-08-31Adapt this package to tk-8.3.2.jwise3-9/+9
2000-08-31add CHECK_SHLIBS=nohubertf1-2/+2
2000-08-31Adapt to tk-8.3.2jwise4-15/+29
2000-08-30Update for version 8.3.2 of "tcl" and "tk" packages.tron1-7/+5
2000-08-30Adapt to tk-8.3.2.jwise3-7/+7
2000-08-30Fixed broken PLIST.wennmach1-1/+10
Pointed out by Hubert Feyrer and leftovers.txt
2000-08-29Update gnucash to 1.4.5. Changes are bugfixes and updated locales.rh3-5/+7
2000-08-29Make this work with all NetBSD-1.5 release and -current revisions. Closesrh1-2/+2
PR 10907 by Chris Pinnock <C.J.E.Pinnock@qmw.ac.uk>.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam13-80/+60
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam1-3/+4
2000-08-25Add appropriate definitions of LDD so check-shlibs works correctly.jlam1-1/+2
2000-08-24Fix this program to work on ELF systems.wiz4-8/+29
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron3-17/+18
2000-08-22Do not bail out if host returns an empty string or does not work.wennmach1-3/+8
This way to obtain the fully qualified domain name of the machine only generates warnings.
2000-08-22Update plan to 1.8.4. Changes include various bug fixes and the followingrh8-62/+84
new features: * Changed configure script, Makefile, and manpages * another configure preset for SuSE Linux * new SysV alarm signals that prod the X timer events that write modified data, as a workaround for broken * netplan now listens on two ports (unless overriden in /etc/services): 5444 for backwards compatibility, and 2983, the new IANA-registered port. * "user" lines in netplan ACLs now accept "user@host" arguments * the "another plan window is running, kill/continue" popup now blocks until answered. * OpenMotif support (XFree 4.0.1, OpenMotif 2.1.30) * new options -N, -c, and -h to control more options when adding entries from the command line
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf3-6/+6
appropriate.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf8-18/+29
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18use the `user' package instead of `addnerd'.wiz2-7/+17
2000-08-15Update gnucash to 1.4.3.jlam3-75/+83
Closes pkg/10834 by David Rankin <drankin@bohemians.lexington.ky.us>. Changes from version 1.4.1: o updated French translation o improved qif importing o fix for g-wrap 0.9.4 o misc bug fixes
2000-08-13add and enable cksfvwiz1-1/+2
2000-08-13Initial import of cksfv-1.1, a tool to check and create simple filewiz10-0/+151
verification (SFV) listings. Package provided by Dieter Baron in private communication.
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz10-38/+5
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-08Added one-line patch to fix lack of timeouts.cjones2-1/+13
Patch has been submitted to the folks at cert.dfn.de.
2000-08-06Revert unintended change of version number in previous commit.jlam1-2/+2
2000-08-02Forgot to delete patch-ab in previous commit.cjones1-45/+0
2000-08-02Updated logsurfer to 1.5.cjones5-29/+22
2000-07-31The gettext package gained a shared library. For all packages whichjlam4-9/+9
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-2/+2
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-29Change build dependency on gettext to a dependency, since gettext nowjlam1-2/+2
installs a shared libintl.so library.
2000-07-28Make use of new USE_CURSES functionality.jlam8-42/+484
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-3/+3
use it accordingly.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.