Commit graph

693 commits

Author SHA1 Message Date
kei
90f6147605 add & enable misc/p5-File-MMagic package. 2000-11-27 02:29:32 +00:00
kei
724b7e20e0 Initial import of "p5-File-MMagic" package. From pkg/DESCR:
File::MMagic

This module is used to guess file type from its contents like file(1)
command.
2000-11-27 02:23:30 +00:00
jtb
39c6b3e106 Add and enable "ascii". Fixes PR pkg/11373 by Jason Beegan. 2000-11-25 18:42:24 +00:00
jtb
8edea668b5 Initial import of new "ascii" package:
ASCII character table program
2000-11-25 18:37:13 +00:00
tron
64c7c58c8a Make sure that locale files are found on systems without "xpkgwedge". 2000-11-17 20:15:26 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
itojun
927d70da06 upgrade to 4.49.4.
http://www.ff.iij4u.or.jp/~nrt/lv/relnote.html
ver 4.49.4 (Aug.24th,2000)
fixed a bug of non-regular file loading (file.c).
added option -i to enable casefold search and +i to disable it.
added keybind 'w' to 'previous line'.
modified input routine to accept DEL as delete key. Thanks John.
modified console code to care putchar() as a macro. Thanks Kenji.
renamed some variables for clarity.
added JIS X 0213-2000 Plane 1,2 as independent charsets of JIS X 0208.
I heard that KS C 5601 has changed its name to KS X 1001.
2000-11-10 02:28:28 +00:00
wiz
ff25725910 fix some compilation warnings 2000-11-10 00:40:34 +00:00
mycroft
f537e5e3e6 Regen. 2000-11-09 21:10:22 +00:00
mycroft
9ab5a3c07e Deal with the damn locale files. 2000-11-09 21:09:43 +00:00
mycroft
b155ed2486 Remove previous changes to override LIBINTL and DATADIRNAME in configure.
Instead, do the ${LOCALEBASE} substitution in configure.in and rebuild it.
2000-11-09 20:14:48 +00:00
abs
c4fcaceca5 1.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/ 2000-11-08 15:09:35 +00:00
wiz
3d00d4c119 NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore
(only after bsd.prefs.mk inclusion)
2000-11-02 03:25:32 +00:00
itojun
d81dfddb64 update gettext dependency. USE_LIBINTL + BUILD_DEPENDS devel/gettext. 2000-11-01 16:00:40 +00:00
jlam
6f57891983 Respect CFLAGS passed in from environment 2000-10-31 16:26:32 +00:00
tsarna
ba6a6c6583 Update for Python 2.0 2000-10-29 19:59:27 +00:00
tron
79533e1e74 Make sure that "libintl" is found on systems without "xpkgwedge", too. 2000-10-28 13:14:16 +00:00
jlam
753219f720 Install locale files into correct places, depending on the OS. 2000-10-23 17:06:56 +00:00
tsarna
08a0ddac1a First batch of upgrades for Python 2.0:
lang/python             upgraded to 2.0
lang/py-html-docs       upgraded to 2.0
misc/py-readline        upgraded to 2.0
databases/py-gdbm       upgraded to 2.0
x11/py-Tk               upgraded to 2.0
devel/py-curses         upgraded to 2.0
lang/py-extclass        upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml        upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher       upgraded to 2.2.2 and for Python 2.0
print/py-reportlab      upgraded to 1.01 and for Python 2.0

More coming...
2000-10-22 20:01:48 +00:00
hubertf
617b5e94e4 Update to 1.03o,
submitted in PR 11260 by Nobuhiro Yasutomi <nobu@tech.isac.co.jp>

I've discussed with the submitter that it's explicitly OK for us to
not set NO_BINARY_ON_{FTP,CDROM}.

Changes:
 Ver. 1.03o      fix floppy drive extention area mis recognize.
  (10/12/00)     fix mistake handling archive that include directry.
                 enhance to get floppy drive information.
                 fix to fail file copy (for MS-DOS version).

 Ver. 1.03n      support OpenBSD.
  (09/30/00)     allow key interrupt when get floppy drive size.
                 QUIT_SYSTEM to allow in defined function.
                 fix character code setting.
                 fix can't input duplicat '/' in command line.

 Ver. 1.03m      fix to relative path makes normalize in PATH env.
  (09/15/00)     fix to fail chdir when follow symbolic link.
                 support symbolic link in Japanese. Linux ReiserFS support.
                 support change floppy when using.
                 fix redraw problem at tree view.
                 support tree view in case cyclic directory.
                 fix tree view at top directory.
                 fix can't assign internal command to key with argument.
                 fix Mata key assign display.
                 fix copy file timestamp at recursive directory (for MS-DOS).
                 fix mistake handling archive that include directry (for MS-DOS).
                 fix sence free space that copy distination (for MS-DOS).
2000-10-19 04:26:39 +00:00
wennmach
72607fc69b Correct instruction on what to put into the mail alias file.
Pointed out to me by Hubert Feyrer in private e-mail.
2000-10-17 10:32:40 +00:00
hubertf
7b04feaa2d No longer needed as we use our fine curses now. 2000-09-26 02:27:08 +00:00
hubertf
a3f5caa40c Elf shlib fix.
I wonder if we couldn't automate this a bit by searching for -L in all
patch files and giving an alarm if there's no -Wl,-R nearby ...
Might be something for pkglint.
2000-09-26 02:20:08 +00:00
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