summaryrefslogtreecommitdiff
path: root/misc/pinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-06-02Convert to options framework.wiz1-3/+7
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Fix quoting in CPPFLAGS.wiz1-2/+2
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-18s/URI's/URIs/snj1-1/+1
2004-04-18Convert to buildlink3.snj1-4/+4
2004-03-08Remove info files entries from PLIST.seb1-2/+1
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-03Obey to PKG_SYSCONFDIR. Use bsd.pkg.install.mk framework to dealseb5-7/+54
with configuration file. Install example configuration file in the canonical pkgsrc directory. Bump PKGREVISION.
2003-08-03Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo2-7/+8
2002-10-21Convert to buildlink2.wiz1-4/+5
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.