From vitale@cs.tin.it  Wed Nov 27 06:16:02 2002
Return-Path: <vitale@cs.tin.it>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 217E037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Nov 2002 06:16:02 -0800 (PST)
Received: from popcs.cs.tin.it (popcs.cs.tin.it [194.243.155.125])
	by mx1.FreeBSD.org (Postfix) with SMTP id 584F443EA9
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Nov 2002 06:16:00 -0800 (PST)
	(envelope-from vitale@cs.tin.it)
Received: (qmail 24634 invoked from network); 27 Nov 2002 14:15:59 -0000
Received: from cruiser.cs.tin.it (HELO cs.tin.it) (212.216.178.193)
  by popcs.cs.tin.it with SMTP; 27 Nov 2002 14:15:59 -0000
Received: (from vitale@localhost)
	by cs.tin.it (8.12.6/8.12.6/Submit) id gAREFSkO000684;
	Wed, 27 Nov 2002 15:15:28 +0100 (CET)
Message-Id: <200211271415.gAREFSkO000684@cs.tin.it>
Date: Wed, 27 Nov 2002 15:15:28 +0100 (CET)
From: Ferruccio Vitale <vitale@cs.tin.it>
Reply-To: Ferruccio Vitale <vitale@cs.tin.it>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ferruccio.vitale@tin.it
Subject: New port submission: sysutils/dialog
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45800
>Category:       ports
>Synopsis:       New port submission: sysutils/dialog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 27 06:20:01 PST 2002
>Closed-Date:    Thu Mar 27 08:12:18 PST 2003
>Last-Modified:  Thu Mar 27 08:12:18 PST 2003
>Originator:     Ferruccio Vitale
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD cs.tin.it 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 15 15:22:11 CET 2002 root@cruiser.cs.tin.it:/usr/src/sys/compile/CRUISER i386


	
>Description:
	'Dialog' utility which comes with freebsd distribution is almost
	out-dated: this port solves this problem.
>How-To-Repeat:
	
>Fix:

	

--- dialog.port begins here ---
# 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:
#
#	dialog
#	dialog/Makefile
#	dialog/pkg-plist
#	dialog/pkg-comment
#	dialog/distinfo
#	dialog/pkg-descr
#
echo c - dialog
mkdir -p dialog > /dev/null 2>&1
echo x - dialog/Makefile
sed 's/^X//' >dialog/Makefile << 'END-of-dialog/Makefile'
X# New ports collection makefile for:   dialog
X# Date created:        22 November 2002
X# Whom:                vitale
X#
X# $FreeBSD$
X#
X
XPORTNAME=		dialog
XPORTVERSION=	0.9b
XCATEGORIES=		sysutils
XMASTER_SITES=	ftp://ftp.us.debian.org/debian/pool/main/d/dialog/
XDISTFILES=		dialog_0.9b-20020814.orig.tar.gz
X
XMAINTAINER=		ferruccio.vitale@tin.it
X
XWRKSRC=			${WRKDIR}/dialog-0.9b-20020814
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS= --with-catgets
XMAKEFILE=		makefile
X
XMAN1=			dialog.1
XMANCOMPRESSED=	no
X
X.include <bsd.port.mk>
END-of-dialog/Makefile
echo x - dialog/pkg-plist
sed 's/^X//' >dialog/pkg-plist << 'END-of-dialog/pkg-plist'
Xbin/dialog
END-of-dialog/pkg-plist
echo x - dialog/pkg-comment
sed 's/^X//' >dialog/pkg-comment << 'END-of-dialog/pkg-comment'
XUtility to create curses-based script
END-of-dialog/pkg-comment
echo x - dialog/distinfo
sed 's/^X//' >dialog/distinfo << 'END-of-dialog/distinfo'
XMD5 (dialog_0.9b-20020814.orig.tar.gz) = 4dc6753c7d5cda88714409737f605435
END-of-dialog/distinfo
echo x - dialog/pkg-descr
sed 's/^X//' >dialog/pkg-descr << 'END-of-dialog/pkg-descr'
XDialog is a utility to create nice user interfaces 
Xto shell scripts.  It is non-graphical (it uses curses) 
Xso it can be run in the console or an xterm.
END-of-dialog/pkg-descr
exit
--- dialog.port ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: foxfair 
State-Changed-When: Wed Mar 26 02:06:31 PST 2003 
State-Changed-Why:  
Please review this patch, upgrade to 0.9b 20030308. 

diff -ruN ../dialog/Makefile ./Makefile 
--- ../dialog/Makefile	Wed Mar 26 18:01:19 2003 
+++ ./Makefile	Wed Mar 26 17:56:56 2003 
@@ -6,19 +6,28 @@ 
# 

PORTNAME=		dialog 
-PORTVERSION=	0.9b 
+PORTVERSION=		0.9b 
+PORTREVISION=		20030308 
CATEGORIES=		sysutils 
-MASTER_SITES=	ftp://ftp.us.debian.org/debian/pool/main/d/dialog/ 
-DISTFILES=		dialog_0.9b-20020814.orig.tar.gz 
+MASTER_SITES=		${MASTER_SITE_DEBIAN} 
+MASTER_SITE_SUBDIR=	pool/main/d/${PORTNAME} 
+DISTNAME=		${PORTNAME}_${PORTVERSION}-${PORTREVISION}.orig 

MAINTAINER=		ferruccio.vitale@tin.it 
+COMMENT=		Utility to create curses-based menu in shell script 

-WRKSRC=			${WRKDIR}/dialog-0.9b-20020814 
-GNU_CONFIGURE=	yes 
-CONFIGURE_ARGS= --with-catgets 
-MAKEFILE=		makefile 
+WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}-${PORTREVISION} 

+GNU_CONFIGURE=		yes 
+CONFIGURE_ARGS=		--with-catgets 
+MAKEFILE=		makefile 
MAN1=			dialog.1 
-MANCOMPRESSED=	no 
+MANCOMPRESSED=		no 
+ 
+do-install: 
+	${INSTALL_PROGRAM} ${WRKSRC}/dialog ${PREFIX}/bin 
+	${INSTALL_DATA} ${WRKSRC}/libdialog.a ${PREFIX}/lib 
+	${INSTALL_MAN} ${WRKSRC}/dialog.1 ${PREFIX}/man/man1 

.include <bsd.port.mk> 
+ 
diff -ruN ../dialog/distinfo ./distinfo 
--- ../dialog/distinfo	Wed Mar 26 18:01:19 2003 
+++ ./distinfo	Wed Mar 26 11:33:29 2003 
@@ -1 +1 @@ 
-MD5 (dialog_0.9b-20020814.orig.tar.gz) = 4dc6753c7d5cda88714409737f605435 
+MD5 (dialog_0.9b-20030308.orig.tar.gz) = de491252e0329e67aed27d1d01eed120 
diff -ruN ../dialog/pkg-comment ./pkg-comment 
--- ../dialog/pkg-comment	Wed Mar 26 18:01:19 2003 
+++ ./pkg-comment	Thu Jan  1 08:00:00 1970 
@@ -1 +0,0 @@ 
-Utility to create curses-based script 
diff -ruN ../dialog/pkg-plist ./pkg-plist 
--- ../dialog/pkg-plist	Wed Mar 26 18:01:19 2003 
+++ ./pkg-plist	Wed Mar 26 17:09:44 2003 
@@ -1 +1,2 @@ 
bin/dialog 
+lib/libdialog.a 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45800 

From: Vitale Ferruccio <vitale@cs.tin.it>
To: freebsd-gnats-submit@FreeBSD.org
Cc: ferruccio.vitale@tin.it
Subject: Re: ports/45800: New port submission: sysutils/dialog
Date: Wed, 26 Mar 2003 12:16:00 +0100

 --=.nA6qG0OnhFT02S
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 I just read and tested your patch: it works very fine!
 
 Ferruccio
 
 --=.nA6qG0OnhFT02S
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+gYv2i4A1gwNfJtERAsxVAJ9eN8KIRCK4diRdtNLJ3/IrE7GvOwCfUF7X
 Sxa6oq7khbUk74OwQoZoE3U=
 =q0ea
 -----END PGP SIGNATURE-----
 
 --=.nA6qG0OnhFT02S--
State-Changed-From-To: feedback->closed 
State-Changed-By: foxfair 
State-Changed-When: Thu Mar 27 08:10:43 PST 2003 
State-Changed-Why:  
Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=45800 
>Unformatted:
