Commit graph

766 commits

Author SHA1 Message Date
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
79e01df674 Fix pasto (NO_BIN_ON_CDROM either) 2001-02-15 14:08:13 +00:00
wiz
73857919e1 regen 2001-02-15 13:34:57 +00:00
jtb
623de62a3c Typo : an user -> a user. 2001-02-14 12:23:26 +00:00
jtb
4b15a250a2 Add and enable iselect 2001-02-14 11:48:59 +00:00
jtb
2f5a852791 Initial import of iselect:
Iselect is a curses based interactive selection tool. It can be used
either as an user interface frontend controlled by a
Bourne-Shell/Perl/Tcl backend as its wrapper or in batch mode as a
pipeline filter (usually between grep and the final executing command).
2001-02-14 11:44:22 +00:00
wiz
96428a45bc add and enable cuecat 2001-02-13 14:03:34 +00:00
wiz
27707d4ac9 Initial import of cuecat, a package to support reading and parsing
the output of the CueCat barcode reader under NetBSD.
2001-02-13 13:55:42 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +00:00
kei
a7179ff71d - updated DISTNAME which was not updated in previous commit.
- make makesum.
2001-02-12 11:29:23 +00:00
wennmach
c78c8331ac Avoid the use of the `host' program to determine the fully qualified host
name. This may caused problems on some machines with non-standard network
setup.

Pointed out by Jon Buller and by Dan MacMahill.
2001-02-08 14:01:59 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
2031360675 The INSTALL script is in pkg, not files. 2001-02-06 10:36:31 +00:00
wiz
23ae6c3079 Fix typo reported in pkg/12142 by Tomasz Luchowski. 2001-02-06 10:25:40 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
14df55dbfb add and enable gone 2001-02-01 14:35:04 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
jtb
ebe041fd44 Use BSD_INSTALL_*. 2001-01-29 02:48:10 +00:00
dmcmahill
6259fb853a add missing USE_LIBINTL. Fixes recently noted install/packaging problem
on 1.5 machines.
2001-01-28 00:51:53 +00:00
hubertf
0f2ae5483a Add gone-1.3.1:
Terminal locking utility with many improvements over lock(1)

Gone is a utility that locks a terminal  with  a  password
chosen by the user.  Gone will prompt the user for a pass-
word (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.

Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11980
2001-01-26 18:06:37 +00:00
kei
786e2c3873 Clean up "*.orig" files after make patch, so they not to be included in binary
package accidentally.
2001-01-25 05:33:58 +00:00
kei
cffba74c3c add and enable tds package. 2001-01-25 02:48:09 +00:00
kei
a76ba72a0b Initial import of new tds-1.3.2 package.
****************************************************************
 TDS - Tomsoft Diary System
****************************************************************

* What's TDS(Tomsoft Diary System) ?

TDS supports creating web diary which payed attention as EDI.
By using this system, user can concentrate only to write diary content,
without confused for dull process such as adding HTML tag, creating HTML files.
For this system includes some convinience command for writing diary,
user can write diary without knowledge of HTML in detail, adding,
output HTML is assuranced as HTML 4.0 transitional.

Many function is offered, such as PIM(scheduler, todo list),
categorize, searching, log analyses.

*** for more info, read the README file comes with the distribution.
2001-01-25 02:43:41 +00:00
hubertf
ef4a43fa77 add & enable colortail 2001-01-24 03:53:31 +00:00
hubertf
27443d97cd Add colortail-0.3.0: colour-able replacement for tail(1)
Colortail works like the standard tail but it can optionally read
a color config file where it's specified expressions that results in colors.
It can be used to quickly get an overview of interesting activity by
ie. colorize those brightred or some other color of your choose.

Examples of the color configuration files are
in $PREFIX/share/examples/colortail.


XXX patch-aa replaced to work around a bug in this program that assumes
    non posix/ansi semantics of fgetc(): clearerr() must be used after
    EOF from fgetc() to read any new data.
2001-01-24 03:53:06 +00:00
hubertf
435561a4d0 Change semantics of access t slang files.
Patch by Tomasz Luchowski <zuntum@eik.pl>
2001-01-21 23:56:09 +00:00
jtb
9935f7da95 Removed an unneeded checksum entry. 2001-01-20 02:41:51 +00:00
jtb
2c57f14187 Add and enable "proj". Fixes PR pkg/11394 by Jason Beegan. 2001-01-20 02:30:21 +00:00
jtb
d4e7c2f8b8 Initial import of new "proj" package:
Cartesian cartographic projection library and programs
2001-01-20 02:18:02 +00:00
hubertf
580fb41d4b Derive DISTNAME from PKGNAME in a pkglint-friendly way.
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-19 13:13:43 +00:00
hubertf
774b69adbb add & enable pdmenu 2001-01-18 01:51:15 +00:00
hubertf
2545a3dc0d Add pdmenu-1.2.65:Simple console menu program
Pdmenu is a menuing system for Unix. It is designed to be easy to
use, and is suitable for a login shell for inexperienced users, or
it can just be ran at the command line as a handy menu.

Sent in by Tomasz Luchowski <zuntum@eik.pl> in PR 11985
2001-01-18 01:50:46 +00:00
hubertf
8582295b00 add & enable vera 2001-01-18 01:16:14 +00:00
hubertf
62623d9149 Add vera-1.6: Virtual Entity of Relevant Acronyms
V.E.R.A. is a free list of acronyms all of which are used in the field of
computing. It contains approximately 7592 acronyms.

Submitted by Tomasz Luchowski <zuntum@eik.pl in PR 11982
2001-01-18 01:15:53 +00:00
wiz
9fa64090e3 USE_CURSES, not DEPENDS on ncurses. 2001-01-08 16:09:09 +00:00
wiz
69067597d1 USE_CURSES instead of hardwired ncurses dependency. 2001-01-07 14:34:39 +00:00
wiz
90d081fdb4 USE_CURSES instead of hardcoded dependency on ncurses.
Improve wildcard for guile dependency.
2001-01-07 04:26:31 +00:00
hubertf
f3aa9c87dd pkg-changes2html greps for PKGNAME, so so not use make(1) magic in there
(derive DISTNAME from PKGNAME instead, where possible).
2001-01-06 21:24:04 +00:00
hubertf
f6c00be87c improve 2001-01-06 03:16:44 +00:00
wiz
57bea42102 add and enable hitchhiker 2001-01-04 18:44:57 +00:00
wiz
f685cdefd9 Initial import of Hitchhiker 2000, an astronomy program.
Package provided by Adam Ciarcinski in private mail, and slightly touched
up.
2001-01-04 18:43:41 +00:00
wiz
af5352cc90 Replace DEPENDS on gettext by BUILD_DEPENDS and USE_LIBINTL. 2001-01-04 17:09:55 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
abs
291a6695ad Update setiathome to 3.03
Includes new xsetiathome binary, and powerpc support.
Thanks to billc for the new clients
Sparc not yet available
2001-01-04 10:33:10 +00:00
wiz
a0689af72f Move quicklist from misc to databases. 2001-01-04 01:17:06 +00:00
wiz
b0659c7a37 I really like 'chracater', only ispell doesn't... 2001-01-03 21:21:10 +00:00
wiz
8d81b900cb This package seems to insist on libtool (see recent bulk build):
Add USE_LIBTOOL.
2001-01-01 05:54:22 +00:00