Commit graph

670 commits

Author SHA1 Message Date
hubertf
fc99a14174 * This pkg actually works better without ncurses than with(!)
(ncurses wasn't found, and if it was made to find it, the screen
   attributes were not as good as with our in-tree curses)
 * Install samples & docs
2000-09-24 03:53:43 +00:00
fredb
8f57fb430d Finnish keyboard by default? Such violates the Principle of Least Surprise.
Make "US" the default. Addresses PR pkg/8312.
2000-09-18 04:45:51 +00:00
wennmach
fb3af8a1dc Overhaul of the jitterbug package.
No longer modify /etc/aliases and httpd.conf (fixes PR 10126).
Also, jitterbug does not depend on apache any longer.
2000-09-12 17:23:01 +00:00
itojun
236a2a9c34 upgrade to screen 3.9.8. it includes official security fix against
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-11 14:43:14 +00:00
wiz
0f0e939fd7 Add documentation for --initdb to manpage; mention its use in INSTALL,
and what to remove in DEINSTALL. Fixes pkg/8701 by Hauke Fath.
2000-09-10 12:02:48 +00:00
wiz
81ad1e2f05 Fix compilation warning 2000-09-09 11:27:41 +00:00
fredb
b2b6a7aadf Minor churn:
- - 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-09 05:28:44 +00:00
fredb
0cc0050de8 Fix permissions for netplan.dir; other minor fixes to PLIST.
Closes PR pkg/8942.
2000-09-09 04:49:07 +00:00
wiz
407a54e313 fix coredump on empty lines, warn if files given on commandline are not
in checksum file
2000-09-09 02:53:10 +00:00
kim
940c8da1a2 Create PLIST so that it matches the setting of MANINSTALL.
This makes the registration accurate and allows creating
a binary package (since all registered files will exist).
2000-09-04 14:53:13 +00:00
wiz
73d3569b5a echo -> ${ECHO} 2000-09-03 12:33:29 +00:00
wiz
c3bad2d4a2 mv -> ${MV} 2000-09-03 11:17:23 +00:00
wiz
703385718f remove trailing whitespace 2000-09-03 11:16:50 +00:00
wiz
3dde0f6f2a add RCS Id 2000-09-03 11:15:45 +00:00
wiz
96a4ad09a3 add RCS Id 2000-09-03 10:36:10 +00:00
kim
b6bc871edf The format string needs to be "%s", not just "%". 2000-09-01 15:23:51 +00:00
wiz
296ddb961b Fix security problem reported by Jouko Pynnönen <jouko@solutions.fi>
via Bill Sommerfeld. Step version to 3.9.5nb1. Minor pkgdelinting.
Will delete binary packages shortly.
2000-09-01 14:39:51 +00:00
jwise
5a2022ae50 Update this package to dotfile-2.4.1, and adapt it to tk-8.3.2.
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-31 19:14:03 +00:00
jwise
85faafcab7 Adapt this package to tk-8.3.2. 2000-08-31 14:43:49 +00:00
hubertf
f7662c3bf5 add CHECK_SHLIBS=no 2000-08-31 02:35:25 +00:00
jwise
24466ddf10 Adapt to tk-8.3.2 2000-08-31 01:13:58 +00:00
tron
1060039fd6 Update for version 8.3.2 of "tcl" and "tk" packages. 2000-08-30 22:15:44 +00:00
jwise
2a3d4623c7 Adapt to tk-8.3.2. 2000-08-30 20:49:15 +00:00
wennmach
0b1ecad0dc Fixed broken PLIST.
Pointed out by Hubert Feyrer and leftovers.txt
2000-08-30 14:48:36 +00:00
rh
ec933ebb54 Update gnucash to 1.4.5. Changes are bugfixes and updated locales. 2000-08-29 14:56:23 +00:00
rh
d6e7292f84 Make this work with all NetBSD-1.5 release and -current revisions. Closes
PR 10907 by Chris Pinnock <C.J.E.Pinnock@qmw.ac.uk>.
2000-08-29 10:24:29 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
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-27 07:10:59 +00:00
jlam
06f0a4c3c2 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
jlam
7fa5e584e1 Add appropriate definitions of LDD so check-shlibs works correctly. 2000-08-25 00:20:21 +00:00
wiz
2df2b98891 Fix this program to work on ELF systems. 2000-08-24 22:55:20 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
wennmach
c4ce33123e Do not bail out if host returns an empty string or does not work.
This way to obtain the fully qualified domain name of the machine
only generates warnings.
2000-08-22 15:04:19 +00:00
rh
58902af2bf Update plan to 1.8.4. Changes include various bug fixes and the following
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-22 09:44:14 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
wiz
4ea16df0cf use the user' package instead of addnerd'. 2000-08-18 16:22:38 +00:00
jlam
847ec8ff9f Update gnucash to 1.4.3.
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-15 02:44:44 +00:00
wiz
666d0cfd17 add and enable cksfv 2000-08-13 22:04:06 +00:00
wiz
3b301bdfcc Initial import of cksfv-1.1, a tool to check and create simple file
verification (SFV) listings. Package provided by Dieter Baron in
private communication.
2000-08-13 22:03:07 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
cjones
a9e011b567 Added one-line patch to fix lack of timeouts.
Patch has been submitted to the folks at cert.dfn.de.
2000-08-08 23:21:22 +00:00
jlam
dd616f03ea Revert unintended change of version number in previous commit. 2000-08-06 19:16:21 +00:00
cjones
7310479a97 Forgot to delete patch-ab in previous commit. 2000-08-02 17:30:24 +00:00
cjones
2ac62b2390 Updated logsurfer to 1.5. 2000-08-02 17:29:05 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
hubertf
a5cecc5ef0 Enable a bunch of packages in category/Makefile that
* 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-31 01:56:43 +00:00
jlam
a50cf5b8a8 Change build dependency on gettext to a dependency, since gettext now
installs a shared libintl.so library.
2000-07-29 02:21:56 +00:00
jlam
6b4a02c1e1 Make use of new USE_CURSES functionality. 2000-07-28 20:30:08 +00:00
tron
ebcef6eadf Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:40:58 +00:00
tron
5ce1af6b37 Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:26:18 +00:00