Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 1999 12:39:46 -0500 (EST)
From:      howardjp@wam.umd.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14728: New Port:  misc/freedialog
Message-ID:  <199911051739.MAA07343@byzantine.student.umd.edu>

next in thread | raw e-mail | index | archive | help

>Number:         14728
>Category:       ports
>Synopsis:       New Port:  misc/freedialog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov  5 09:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     James Howard
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
University of Maryland
>Environment:

FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #55: Wed Oct 27 19:59:09 EDT 1999     howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE  i386

>Description:

In hopes of replacing dialog with a compatible, but 
freely-redistributable version, I started a replacment.

Right now, it does none of the functions of libdialog,
but could be used as a drop in replacment for
 
	/usr/src/gnu/usr.bin/dialog/

It passes all the tests provided.  This is a port for 
it.


>How-To-Repeat:

N/A

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	freedialog/
#	freedialog/files
#	freedialog/files/md5
#	freedialog/patches
#	freedialog/patches/patch-aa
#	freedialog/pkg
#	freedialog/pkg/COMMENT
#	freedialog/pkg/DESCR
#	freedialog/pkg/PLIST
#	freedialog/Makefile
#
echo c - freedialog/
mkdir -p freedialog/ > /dev/null 2>&1
echo c - freedialog/files
mkdir -p freedialog/files > /dev/null 2>&1
echo x - freedialog/files/md5
sed 's/^X//' >freedialog/files/md5 << 'END-of-freedialog/files/md5'
XMD5 (dialog-0.3.tar.gz) = f2c4bc3547415d30cefdbf7f6eb7b8da
END-of-freedialog/files/md5
echo c - freedialog/patches
mkdir -p freedialog/patches > /dev/null 2>&1
echo x - freedialog/patches/patch-aa
sed 's/^X//' >freedialog/patches/patch-aa << 'END-of-freedialog/patches/patch-aa'
X--- Makefile.orig	Sat Oct 30 19:06:26 1999
X+++ Makefile	Sat Oct 30 19:06:09 1999
X@@ -1,3 +1,8 @@
X+DESTDIR=       ${PREFIX}
X+BINDIR=                /bin
X+MANDIR=                /man/man
X+NOMANCOMPRESS= 1
X+
X PROG=	dialog
X SRCS=	dialog.c 
X 
END-of-freedialog/patches/patch-aa
echo c - freedialog/pkg
mkdir -p freedialog/pkg > /dev/null 2>&1
echo x - freedialog/pkg/COMMENT
sed 's/^X//' >freedialog/pkg/COMMENT << 'END-of-freedialog/pkg/COMMENT'
XAn implementation of dialog(1) under a BSD-friendly license
END-of-freedialog/pkg/COMMENT
echo x - freedialog/pkg/DESCR
sed 's/^X//' >freedialog/pkg/DESCR << 'END-of-freedialog/pkg/DESCR'
XThis is an implementation of dialog(1) intended as a replacement for
XFreeBSD's GNU dialog. GNU dialog falls under GPL, while this implementation
Xis under a BSD-friendly licence.
END-of-freedialog/pkg/DESCR
echo x - freedialog/pkg/PLIST
sed 's/^X//' >freedialog/pkg/PLIST << 'END-of-freedialog/pkg/PLIST'
Xbin/dialog
END-of-freedialog/pkg/PLIST
echo x - freedialog/Makefile
sed 's/^X//' >freedialog/Makefile << 'END-of-freedialog/Makefile'
X# New ports collection makefile for:	freedialog
X# Version required:	0.3
X# Date created:		30 October 1999
X#
X# $Id$
X
X
XDISTNAME=	dialog-0.3
XPKGNAME=	freedialog-0.3
XCATEGORIES=	misc
XMASTER_SITES=	ftp://ftp.wam.umd.edu/pub/howardjp/software/dialog/ \
X		http://www.wam.umd.edu/~howardjp/software/dialog/ \
X		ftp://dragon.ham.muohio.edu/pub/howardjp/software/dialog/
X
XMAINTAINER=	howardjp@wam.umd.edu
X
XMAN1=	dialog.1 
X
XBUILD_DEPENDS=	${PREFIX}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty
X
Xpost-extract:
X	@(cd ${WRKSRC}; rm -f .depend)
X
X.include <bsd.port.mk>
END-of-freedialog/Makefile
exit




>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911051739.MAA07343>