From a02531d9f9d850d58d91c4bc5eba254c10d6096c Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 26 Nov 1999 18:56:24 +0000 Subject: Initial import of freedialog version 0.3. An implementation of dialog(1) under a BSD-friendly license. PR: 14728 Submitted by: James Howard --- misc/freedialog/Makefile | 25 +++++++++++++++++++++++++ misc/freedialog/distinfo | 1 + misc/freedialog/files/patch-aa | 11 +++++++++++ misc/freedialog/pkg-comment | 1 + misc/freedialog/pkg-descr | 3 +++ misc/freedialog/pkg-plist | 1 + 6 files changed, 42 insertions(+) create mode 100644 misc/freedialog/Makefile create mode 100644 misc/freedialog/distinfo create mode 100644 misc/freedialog/files/patch-aa create mode 100644 misc/freedialog/pkg-comment create mode 100644 misc/freedialog/pkg-descr create mode 100644 misc/freedialog/pkg-plist (limited to 'misc/freedialog') diff --git a/misc/freedialog/Makefile b/misc/freedialog/Makefile new file mode 100644 index 000000000000..d7354bb15580 --- /dev/null +++ b/misc/freedialog/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: freedialog +# Version required: 0.3 +# Date created: 30 October 1999 +# Whom: James Howard +# +# $FreeBSD$ +# + +DISTNAME= dialog-0.3 +PKGNAME= freedialog-0.3 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/dialog/ \ + http://www.wam.umd.edu/~howardjp/software/dialog/ \ + ftp://dragon.ham.muohio.edu/pub/howardjp/software/dialog/ + +MAINTAINER= howardjp@wam.umd.edu + +BUILD_DEPENDS= ${PREFIX}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty + +MAN1= dialog.1 + +post-extract: + @(cd ${WRKSRC}; ${RM} -f .depend) + +.include diff --git a/misc/freedialog/distinfo b/misc/freedialog/distinfo new file mode 100644 index 000000000000..6d943e8ac913 --- /dev/null +++ b/misc/freedialog/distinfo @@ -0,0 +1 @@ +MD5 (dialog-0.3.tar.gz) = f2c4bc3547415d30cefdbf7f6eb7b8da diff --git a/misc/freedialog/files/patch-aa b/misc/freedialog/files/patch-aa new file mode 100644 index 000000000000..b6c961bb3f2b --- /dev/null +++ b/misc/freedialog/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Sat Oct 30 19:06:26 1999 ++++ Makefile Sat Oct 30 19:06:09 1999 +@@ -1,3 +1,8 @@ ++DESTDIR= ${PREFIX} ++BINDIR= /bin ++MANDIR= /man/man ++NOMANCOMPRESS= 1 ++ + PROG= dialog + SRCS= dialog.c + diff --git a/misc/freedialog/pkg-comment b/misc/freedialog/pkg-comment new file mode 100644 index 000000000000..98e6c1241ffc --- /dev/null +++ b/misc/freedialog/pkg-comment @@ -0,0 +1 @@ +An implementation of dialog(1) under a BSD-friendly license diff --git a/misc/freedialog/pkg-descr b/misc/freedialog/pkg-descr new file mode 100644 index 000000000000..5ab935e9cd7d --- /dev/null +++ b/misc/freedialog/pkg-descr @@ -0,0 +1,3 @@ +This is an implementation of dialog(1) intended as a replacement for +FreeBSD's GNU dialog. GNU dialog falls under GPL, while this implementation +is under a BSD-friendly licence. diff --git a/misc/freedialog/pkg-plist b/misc/freedialog/pkg-plist new file mode 100644 index 000000000000..a6506be4f2df --- /dev/null +++ b/misc/freedialog/pkg-plist @@ -0,0 +1 @@ +bin/dialog -- cgit v1.2.3