summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2001-03-02Install "screen" terminfo files under SunOS so that you get the desiredtron2-1/+23
terminal type if you set "TERMINFO" to "${PREFIX}/share/lib/terminfo".
2001-03-01Update "nxtvepg" package to version 0.4.4. Changes since version 0.4.3:tron5-14/+16
- 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-01Mechanical changes to use ${PKG_PREFIX} instead of substituting forjlam5-16/+9
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-02-28Update to 1.2, provided by Dieter Baron.wiz9-139/+141
Changes: new sfv were not zero padded; handle ' ' and '_' the same in insensitive matching.
2001-02-28Replace metalab URLs by MASTER_SITE_SUNSITE (even though the distfileswiz1-2/+2
are currently not there)
2001-02-27Fix some documentation issues (PR #12023).wiz1-4/+4
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron4-70/+66
2001-02-26Automatically initialize RPM database on pkg_install if necessary. Alsojlam3-33/+50
correct DEINSTALL message to refer to the correct directory for the RPM database.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf10-32/+32
XXX need to teach pkglint to be more picky about this
2001-02-24add misc/sch into SUBDIRitojun1-1/+2
2001-02-24sch, curses-based scheduler (SRA scheduler)itojun4-0/+25
2001-02-22Replace "Nextview" with "NexTView EPG" on request of the author to avoidtron1-2/+2
copyright problems.
2001-02-21Placefolder - all patches are gonehubertf1-2/+5
2001-02-21* no functional changes, only some fixes for the Makefilehubertf4-44/+15
(pass -Wl,-R via MAKE_ENV instead of the patch etc) Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-02-19add and enable p5-Business-ISBNwiz1-1/+2
2001-02-19Initial import of p5-Business-ISBN, version 20001010.wiz4-0/+29
Package provided by Dieter Baron. This perl module allows validation and manipulation of International Standard Book Numbers (ISBNs). It allows for the calculation/validation of the checksum, extraction of country and publisher codes, and conversion to/from European Article Numbers (EANs).
2001-02-18Use X11PREFIX instead of X11BASE to build it with xpkgwedge.veego3-6/+8
2001-02-18Add and enable "nxtvepg".tron1-1/+2
2001-02-18Import new "nxtvepg" package contributed by Mario Kemper in PR pkg/12215:tron10-0/+168
NextView EPG decoder
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz139-139/+140
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-71/+73
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-15Fix pasto (NO_BIN_ON_CDROM either)wiz1-2/+2
2001-02-15regenwiz2-4/+4
2001-02-14Typo : an user -> a user.jtb1-1/+1
2001-02-14Add and enable iselectjtb1-1/+2
2001-02-14Initial import of iselect:jtb7-0/+40
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-13add and enable cuecatwiz1-1/+2
2001-02-13Initial import of cuecat, a package to support reading and parsingwiz9-0/+228
the output of the CueCat barcode reader under NetBSD.
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron6-80/+80
"${LOCALBASE}".
2001-02-12- updated DISTNAME which was not updated in previous commit.kei2-4/+4
- make makesum.
2001-02-08Avoid the use of the `host' program to determine the fully qualified hostwennmach1-21/+12
name. This may caused problems on some machines with non-standard network setup. Pointed out by Jon Buller and by Dan MacMahill.
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz2-1/+7
2001-02-06The INSTALL script is in pkg, not files.wiz1-2/+2
2001-02-06Fix typo reported in pkg/12142 by Tomasz Luchowski.wiz1-2/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb2-4/+4
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron2-6/+6
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-01add and enable gonewiz1-1/+2
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