summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz5-36/+28
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-29Use BSD_INSTALL_*.jtb3-11/+26
2001-01-28add missing USE_LIBINTL. Fixes recently noted install/packaging problemdmcmahill1-1/+2
on 1.5 machines.
2001-01-26Add gone-1.3.1:hubertf5-0/+30
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-25Clean up "*.orig" files after make patch, so they not to be included in binarykei1-1/+4
package accidentally.
2001-01-25add and enable tds package.kei1-1/+2
2001-01-25Initial import of new tds-1.3.2 package.kei8-0/+614
**************************************************************** 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-24add & enable colortailhubertf1-1/+2
2001-01-24Add colortail-0.3.0: colour-able replacement for tail(1)hubertf8-0/+77
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-21Change semantics of access t slang files.hubertf1-3/+3
Patch by Tomasz Luchowski <zuntum@eik.pl>
2001-01-20Removed an unneeded checksum entry.jtb1-2/+1
2001-01-20Add and enable "proj". Fixes PR pkg/11394 by Jason Beegan.jtb1-1/+2
2001-01-20Initial import of new "proj" package:jtb7-0/+264
Cartesian cartographic projection library and programs
2001-01-19Derive DISTNAME from PKGNAME in a pkglint-friendly way.hubertf1-2/+2
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-18add & enable pdmenuhubertf1-1/+2
2001-01-18Add pdmenu-1.2.65:Simple console menu programhubertf7-0/+102
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-18add & enable verahubertf1-1/+2
2001-01-18Add vera-1.6: Virtual Entity of Relevant Acronymshubertf7-0/+59
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-08USE_CURSES, not DEPENDS on ncurses.wiz1-5/+8
2001-01-07USE_CURSES instead of hardwired ncurses dependency.wiz1-6/+4
2001-01-07USE_CURSES instead of hardcoded dependency on ncurses.wiz1-6/+4
Improve wildcard for guile dependency.
2001-01-06pkg-changes2html greps for PKGNAME, so so not use make(1) magic in therehubertf1-3/+2
(derive DISTNAME from PKGNAME instead, where possible).
2001-01-06improvehubertf2-2/+10
2001-01-04add and enable hitchhikerwiz1-1/+2
2001-01-04Initial import of Hitchhiker 2000, an astronomy program.wiz6-0/+89
Package provided by Adam Ciarcinski in private mail, and slightly touched up.
2001-01-04Replace DEPENDS on gettext by BUILD_DEPENDS and USE_LIBINTL.wiz1-5/+3
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
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-04Update setiathome to 3.03abs3-28/+17
Includes new xsetiathome binary, and powerpc support. Thanks to billc for the new clients Sparc not yet available
2001-01-04Move quicklist from misc to databases.wiz9-85/+1
2001-01-03I really like 'chracater', only ispell doesn't...wiz1-1/+1
2001-01-01This package seems to insist on libtool (see recent bulk build):wiz1-1/+2
Add USE_LIBTOOL.
2000-12-28Fix compilation on alpha.wiz4-1/+70
2000-12-22Update MASTER_SITESabs1-2/+2
2000-12-18Add and enable ibutton-pdkit, p5-ControlX10-CM11, xtendtsarna1-1/+4
2000-12-18ibutton-pdkit from Damon Brodie in PR#11641tsarna8-0/+113
public domain kit for Dallas Semiconductor ibuttons
2000-12-18xtend-1.2beta4 from Damon Brodie in PR#11761tsarna5-0/+34
2000-12-18p5-ControlX10-CM11 from Damon Brodie in PR#11763tsarna7-0/+48
2000-12-17Move lots of packages to new time category; fix links; add time subcategorywiz50-960/+1
to main Makefile.
2000-12-17Re-format, correct any typos.wiz3-24/+14
2000-12-15Update to 0.5.6. Changes since 0.3.8:mjl5-56/+54
-f flag first col lock file erasure on error exit external program input into a field send data field to external program Jason Felice autoconf additions - long options Bug fixes from changes Ayers Bug fix for padchar Popup pick boxes Ayers 'back tab' modifications. Documentation updates. Ayers format field modification. Jason Felice: macro package and #!/usr/bin/sci -t syntax Parm passing with evironment variable Page Up Page Down in pick boxes. Error fix of 0.5.2 Error fix of 0.5.4 -D switch fix
2000-12-14Move 9menu to from plan9 to misc.wiz1-1/+2
2000-12-14Move 9menu from plan9 to misc.wiz7-0/+65
2000-12-13Move gnofin from misc to finance.wiz6-33/+1
2000-12-12Install HTML documentation under ${PREFIX}/share/doc/html.jlam2-7/+7
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+2
Consistent 4 character indentation of SUBDIR entries.
2000-12-11Add new finance category to main Makefile; remove moved packages from oldwiz37-779/+1
locations (moved to finance).
2000-12-08Replace REQ file by INSTALL file. Do user handling like it's done inwiz3-59/+63
sysutils/amanda-common/pkg/INSTALL.
2000-12-05update to cowsay-3.03drochner3-6/+7
changes: - Added cows/tux.cow, as suggested by xmanoel@i.am - Compatibility with 5.6.0, due to a change in qw(). - Renamed devil.cow to daemon.cow, since I know better. :-)
2000-12-04Update from 1.4.5 to 1.4.8. From gnucash-1.4.8/NEWS:briggs3-5/+7
Version history: ------- ------- 1.4.8 - 22 October 2000 o bug fixes 1.4.7 - 02 October 2000 o updates to translations o updates to documentation o bug fixes 1.4.6 - 11 September 2000 o new Spanish translation o several bug fixes
2000-11-30Fix an obvious null pointer derefence when the gdict preferences dialog is usedmycroft2-1/+15
before a lookup is done.