New port pinfo. pinfo is a (n)curses based info viewer.

This commit is contained in:
Thomas Gellekum 1999-05-20 09:14:19 +00:00
parent 30c2a00ab8
commit 0018064a38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18898
5 changed files with 45 additions and 0 deletions

25
misc/pinfo/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: pinfo
# Version required: 0.5.3
# Date created: 19 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= pinfo-0.5.3
CATEGORIES= misc
MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/
MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= intl\.1:${PORTSDIR}/devel/gettext \
ncurses\.4:${PORTSDIR}/devel/ncurses
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-gettext --with-readline \
--with-ncurses=${PREFIX}
CONFIGURE_ENV= LIBS="-lgnuregex -L${PREFIX}/lib -lintl"
MAN1= pinfo.1
.include <bsd.port.mk>

1
misc/pinfo/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pinfo-0.5.3.tar.gz) = a72904a17b58119e6f502811a515bd9d

1
misc/pinfo/pkg-comment Normal file
View File

@ -0,0 +1 @@
ncurses based, lynx style info documentation browser.

3
misc/pinfo/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
pinfo is a (n)curses based, lynx style info browser.
WWW: http://zeus.polsl.gliwice.pl/~pborys/

15
misc/pinfo/pkg-plist Normal file
View File

@ -0,0 +1,15 @@
bin/pinfo
etc/pinforc
share/locale/cs/LC_MESSAGES/pinfo.mo
share/locale/de/LC_MESSAGES/pinfo.mo
share/locale/pl/LC_MESSAGES/pinfo.mo
share/locale/sv/LC_MESSAGES/pinfo.mo
@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/cs 2>/dev/null || true
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/de 2>/dev/null || true
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/pl 2>/dev/null || true
@unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/sv 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true