summaryrefslogtreecommitdiff
path: root/misc/pinfo
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-05-20 09:14:19 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-05-20 09:14:19 +0000
commit0018064a386a4694e93027fd608d5607937cb444 (patch)
tree6fb30421aa7afeaaf569aa55b9173860c42159d2 /misc/pinfo
parentUpgrade to 4.43. (diff)
New port pinfo. pinfo is a (n)curses based info viewer.
Notes
Notes: svn path=/head/; revision=18898
Diffstat (limited to 'misc/pinfo')
-rw-r--r--misc/pinfo/Makefile25
-rw-r--r--misc/pinfo/distinfo1
-rw-r--r--misc/pinfo/pkg-comment1
-rw-r--r--misc/pinfo/pkg-descr3
-rw-r--r--misc/pinfo/pkg-plist15
5 files changed, 45 insertions, 0 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
new file mode 100644
index 000000000000..43fc4774bbe5
--- /dev/null
+++ b/misc/pinfo/Makefile
@@ -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>
diff --git a/misc/pinfo/distinfo b/misc/pinfo/distinfo
new file mode 100644
index 000000000000..f2f382facfdb
--- /dev/null
+++ b/misc/pinfo/distinfo
@@ -0,0 +1 @@
+MD5 (pinfo-0.5.3.tar.gz) = a72904a17b58119e6f502811a515bd9d
diff --git a/misc/pinfo/pkg-comment b/misc/pinfo/pkg-comment
new file mode 100644
index 000000000000..efbed433ab68
--- /dev/null
+++ b/misc/pinfo/pkg-comment
@@ -0,0 +1 @@
+ncurses based, lynx style info documentation browser.
diff --git a/misc/pinfo/pkg-descr b/misc/pinfo/pkg-descr
new file mode 100644
index 000000000000..6f5b3f6865b5
--- /dev/null
+++ b/misc/pinfo/pkg-descr
@@ -0,0 +1,3 @@
+pinfo is a (n)curses based, lynx style info browser.
+
+WWW: http://zeus.polsl.gliwice.pl/~pborys/
diff --git a/misc/pinfo/pkg-plist b/misc/pinfo/pkg-plist
new file mode 100644
index 000000000000..956f8b78d984
--- /dev/null
+++ b/misc/pinfo/pkg-plist
@@ -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