summaryrefslogtreecommitdiff
path: root/misc/pinfo
AgeCommit message (Collapse)AuthorFilesLines
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-02Double Oops. (Correctly) supply info dir handling for binary package.fredb1-3/+3
2001-07-02Oops. Supply info dir handling for binary package.fredb1-1/+3
2001-07-02Update pinfo to 0.6.1. Changes since 0.6.0:fredb3-7/+7
Modified behaviour of auto-pgdn. It now expands the submenus, as in info Fixed problem with pinforc installed to non-existing etc directory Fixed problem with black bar on first man page Fixed buggy whitespace-skip comparing procedure Manual code can now handle hyphenated url links (it's still not perfect with e-mail--it only works if the `@' is in the upper line) Fixed buf in indirect-file search engine (a misplaced if()) Added texinfo documentation. Manual code is now case insensitive as far as sections are considered
2001-07-02We must pass a double-quote into the C program to set the value of a string.fredb1-2/+2
For some reason, CPPFLAGS+= pulls the expression in _twice_, with different quote expansion each time. This makes it even trickier than it needs to be, so go with CPPFLAGS=.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02replace BUILD_DEPENDS on msgfmt by BUILD_USES_MSGFMT.wiz1-2/+2
2001-03-26Add a hook to build with NetBSD native curses. Only works on NetBSD-1.5fredb3-4/+25
and newer.
2001-03-26Fix the man page to not reference linux default paths. Bump to nb1.fredb3-2/+22
2001-03-25By popular demand, permit a default info path to be compiled in,fredb3-1/+88
and pass in a default suitable for NetBSD.
2001-03-23Remove files committed by mistake.fredb2-26/+0
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-23Initial import of pinfo-0.6.0, Przemek's Info Viewer, a text mode,fredb6-0/+67
lynx-like info file viewer. At this time, INFOPATH must be set in the environment in order to find NetBSD info files.