Commit graph

831 commits

Author SHA1 Message Date
wiz
bb9e8df122 One MAINTAINER block should be enough. Shorten COMMENT. 2001-04-09 12:00:28 +00:00
wiz
da285d589b Remove trailing empty line. 2001-04-09 12:00:15 +00:00
wiz
18097323ee Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} 2001-04-09 11:45:33 +00:00
rh
1a77aecdc9 Remove explicit check for SunhOS now that PKGLOCALEDIR is set automatically
in bsd.pkg.mk
2001-04-08 06:23:57 +00:00
rh
7bff3a2aad Update gnome-utils to 1.4.0. Changes are bugfixes and locale updates. 2001-04-07 20:52:44 +00:00
rh
99e1d64e84 Update gnome-pim to 1.4.0. Changes include bugfixes and additional
localisations.
2001-04-07 19:23:54 +00:00
tron
2ad2ae9c39 Fix thinko in last commit. 2001-04-07 04:32:40 +00:00
hubertf
04bf8fbc02 Actually, this is version 1.0.1 - it just happens to be part of KDE 2.0.1. 2001-04-06 10:24:01 +00:00
wiz
bec417bc84 Add and enable koffice 2001-04-05 13:15:46 +00:00
wiz
34c36c42a2 replace BUILD_DEPENDS on msgfmt by BUILD_USES_MSGFMT. 2001-04-02 20:05:03 +00:00
wiz
68f557af76 Replace file by f to please pkglint. 2001-04-02 18:46:07 +00:00
zuntum
b0b0296f12 SED substitution in one line instead of three 2001-03-31 11:24:53 +00:00
tron
4193aa450b Correct master site list and homepage URL. 2001-03-30 12:33:33 +00:00
hubertf
08c5093c62 Added koffice-2.0.1: KDE Office Suite with text processor, spreadsheet, ...
KOffice is an integrated office suite for KDE, the K Desktop Environment.
Includes:

 KWord - A frame-based wordprocessor comparable to FrameMaker
 KSpread - A powerful spreadsheet application
 KPresenter - A full-featured presentation program
 Kivio - A Visio-style flowcharting application
 KIllustrator - A vector drawing application
 Krayon - A pixel-based image manipulation program like GIMP or
	  Adobe Photoshop

Based on package from Nick Hudson <skrll@netbsd.org>.
2001-03-30 00:25:19 +00:00
zuntum
6d6c132ae8 Update to 0.2.7:
colorize (0.2.7) unstable; urgency=medium

  * file exists test was in wrong place *fixed* (thanks HoFi for report)
  - ohh, i hate, that i can't release a stable version :(
2001-03-29 13:47:29 +00:00
wennmach
e0d6a10a9f regen 2001-03-28 22:08:16 +00:00
wennmach
8a3b735500 netBSD -> NetBSD in RCS Id 2001-03-28 22:06:05 +00:00
zuntum
fc35d45226 add & enable mtail 2001-03-28 15:43:20 +00:00
zuntum
5538d166f1 Initial import of mtail-0.9.2
mtail is a small tail workalike that performs output coloring using ansi
escape sequences (although the sequences are overridable, so you could cause
it to output something else, e.g. html font tags, if you really wanted to).
mtail is written in python, is fairly small, and should be relatively
platform-independent.

It has a config file that can contain an arbitrary number of entries, each
of which has a series of regular expressions to indicate which files to color
according to which entry. for each entry, the config file specifies a coloring
scheme using regular expressions and, optionally, filters to apply to each
line before coloring (for example, to strip out extra info, etc.). the config
file also may override the predefined colors and the escape sequences (or
whatever) actually used to perform the coloring.
2001-03-28 15:41:04 +00:00
zuntum
5aec0516a5 Remove redundant MAKE_ENV 2001-03-27 15:33:37 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
zuntum
8d586eac95 add & enable colorize 2001-03-26 04:14:22 +00:00
zuntum
7f336785f7 Initial import of colorize-0.2.6
colorize is a log colorize perl script, with some ugly functions:
 * Many known log format (including: daemon [classic log format],
   squid [and oops], apache [access, error], xferlog, exim, and more)
 * Extreme regexp matches (email, url, size, address, version, file etc.)
 * Some usefull matches (user, service, protocol)
 * Theme support (with multiple config files)
 * HTML output support (with valid HTML and CSS code)
2001-03-26 04:11:11 +00:00
fredb
303c7ab974 Add a hook to build with NetBSD native curses. Only works on NetBSD-1.5
and newer.
2001-03-26 00:41:59 +00:00
fredb
114d78ee7d Fix the man page to not reference linux default paths. Bump to nb1. 2001-03-26 00:28:11 +00:00
fredb
66f4e2efdf By popular demand, permit a default info path to be compiled in,
and pass in a default suitable for NetBSD.
2001-03-25 23:47:10 +00:00
zuntum
5e6eb97378 Remove unnecessary MAKE_ENV 2001-03-24 19:37:10 +00:00
fredb
2772a31073 Add and enable "pinfo". 2001-03-23 20:20:32 +00:00
fredb
e6cd266103 Remove files committed by mistake.
These patches are no-ops when pinfo is configured for "--with-ncurses".
The only reason I kept them in my own tree is because they may be useful
for "--with-vcurses" on NetBSD-1.5 or newer, but they shouldn't have
been commited.
2001-03-23 20:19:16 +00:00
fredb
9406a9893e Initial import of pinfo-0.6.0, Przemek's Info Viewer, a text mode,
lynx-like info file viewer. At this time, INFOPATH must be set in
the environment in order to find NetBSD info files.
2001-03-23 20:07:33 +00:00
tron
c4782da355 Fix build problem under NetBSD-current. Patch suggested by Nick Hudson in
private e-mail. This fixes PR pkg/12452 by myself.
2001-03-22 14:02:24 +00:00
wiz
5494a4a377 gnuplot>=3.7 2001-03-22 13:30:58 +00:00
skrll
331e4def75 Add and enable kdeadmin2, kdepim2. 2001-03-22 13:23:15 +00:00
zuntum
05cd238a63 Change my email address to zuntum@netbsd.org 2001-03-16 20:51:13 +00:00
wiz
52571ffec7 Add an rc.d-style script provided by Masao Uebayashi in pkg/11963. 2001-03-16 18:32:47 +00:00
skrll
087ac8b794 Add and enable kdeutils2, kdepim2, and kdeadmin2 2001-03-14 16:41:56 +00:00
skrll
6c2980dfa7 Import of KDE 2.1 kdeadmin package. 2001-03-14 16:16:02 +00:00
skrll
676a0f489c Import of KDE 2.1 kdepim package. 2001-03-14 16:15:12 +00:00
skrll
35fb56a75c Import of KDE 2.1 kdeutils package. 2001-03-14 16:05:41 +00:00
wiz
1d265fdb4a Only BUILD_DEPEND on unzip. pkg/11869. 2001-03-13 09:41:27 +00:00
zuntum
647a26761a Initial import of gone.
Gone is a utility that locks a terminal  with  a  password
chosen by the user.  Gone will prompt the user for a password
(unless the -p option is given, then gone will use the system
password), then print the gone banner, then drop into the gone
shell.  From this shell, only a restricted set of commands
can be run.  Gone will also disallow messages by  removing
permissions  on  the parent tty.  After the timeout period
(10 minutes by default), gone will automatically log the user out.
2001-03-12 11:46:36 +00:00
zuntum
f6cccc6255 add & enable granulate 2001-03-12 11:11:48 +00:00
zuntum
d64e5c0b7c Initial import of granulate.
Granulate is a program for splitting files in place. The program
serves a purpose similar to the standard UNIX split, but differs in
one important way. For split to operate on a 40MB file, you must have
more than 40MB of free space on the disk. On the other hand,
granulate only needs one chunk of free space on the hard drive, where
a chunk is the requested size for the output files.
2001-03-12 11:09:08 +00:00
zuntum
d44fc9600f add & enable loco 2001-03-12 10:24:31 +00:00
zuntum
f6f88922e4 Initial import of loco.
Loco is a Perl script which gives the messages file (usually /var/log/messages)
some color, so the output is easier to read. It uses a Perl module called
Term::ANSIColor to produce the colors. The Perl script is very readable
and customizable.
2001-03-12 10:08:25 +00:00
kei
e86e6140eb add CONFLICTS as misc/rpm package has rpm2cpio program. Problem noted by
IWAMOTO Toshihiro in private mail.  Thanks.
2001-03-07 07:07:11 +00:00
tron
f83a1b70bb Install "screen" terminfo files under SunOS so that you get the desired
terminal type if you set "TERMINFO" to "${PREFIX}/share/lib/terminfo".
2001-03-02 14:56:15 +00:00
tron
7a8f93f37a Update "nxtvepg" package to version 0.4.4. Changes since version 0.4.3:
- please note my new email address: tomzo at nefkom.net
- fixed severe bug in database reload (reference to freed block;
  curiously this led to crashes under Windows only)
- fixed compatibility with old bttv driver versions (versions <= 0.6.x produced
  error "VIDIOCSCHAN: operation not supported" during TV channel changes)
- added detection of lost VBI frames (Linux, for debugging/optimization only)
- added frequency table for France; minor fixes in Western Europe table;
  tables can be selected via the TV card input popup
- updated tuner type table for Windows Bt8x8 driver -> support for new tuners
- implemented hyperlinks in help pages for references between chapters
This update was contributed by Mario Kemper in PR pkg/12296.
2001-03-01 20:52:14 +00:00
jlam
a4827ab056 Mechanical changes to use ${PKG_PREFIX} instead of substituting for
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-03-01 19:07:51 +00:00
wiz
bfb46ee889 Update to 1.2, provided by Dieter Baron.
Changes: new sfv were not zero padded; handle ' ' and '_' the same in
insensitive matching.
2001-02-28 15:44:15 +00:00