Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2012 22:31:36 GMT
From:      Devin Teske <dteske@vicor.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164031: [NEW PORT] sysutils/tzdialog: Set the local timezone using dialog(1) or Xdialog(1)
Message-ID:  <201201112231.q0BMVaZC046039@red.freebsd.org>
Resent-Message-ID: <201201112240.q0BMeCUm021937@freefall.freebsd.org>

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

>Number:         164031
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/tzdialog: Set the local timezone using dialog(1) or Xdialog(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 11 22:40:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Devin Teske
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
FIS Global, Inc.
>Environment:
FreeBSD scribe.vicor.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2010
root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
tzdialog is an ISO-3166 compliant sh(1) implementation of tzsetup(8) based on
the dialog(1) (or Xdialog(1)) utility for setting the local default timezone.

WWW: http://druidbsd.sourceforge.net/

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	tzdialog
#	tzdialog/Makefile
#	tzdialog/distinfo
#	tzdialog/pkg-descr
#
echo c - tzdialog
mkdir -p tzdialog > /dev/null 2>&1
echo x - tzdialog/Makefile
sed 's/^X//' >tzdialog/Makefile << 'a7b46c40597e4c97a94d05b753ebf17f'
X# New ports collection makefile for:	tzdialog
X# Date created:				11 January 2012
X# Whom:					Devin Teske <dteske@vicor.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tzdialog
XPORTVERSION=	1.2
XCATEGORIES=	sysutils
XMASTER_SITES=	http://druidbsd.sourceforge.net/download/
X
XMAINTAINER=	dteske@vicor.com
XCOMMENT=	Set the local timezone using dialog(1) or Xdialog(1)
X
XNO_BUILD=	yes
X
XPLIST_FILES=	sbin/${PORTNAME}
XMAN8=		${PORTNAME}.8
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
X	${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/
X
X.include <bsd.port.mk>
a7b46c40597e4c97a94d05b753ebf17f
echo x - tzdialog/distinfo
sed 's/^X//' >tzdialog/distinfo << '01ee53c70b8ba373dfb000cd2d57e3f5'
XSHA256 (tzdialog-1.2.tar.gz) = f450698731d84eb4b06a746c6cf550f4434ff12d7486d15f943d69dc341e79bf
XSIZE (tzdialog-1.2.tar.gz) = 16067
01ee53c70b8ba373dfb000cd2d57e3f5
echo x - tzdialog/pkg-descr
sed 's/^X//' >tzdialog/pkg-descr << 'db3214f73188d3eb7dfdd96112981f3a'
Xtzdialog is an ISO-3166 compliant sh(1) implementation of tzsetup(8) based on
Xthe dialog(1) (or Xdialog(1)) utility for setting the local default timezone.
X
XWWW: http://druidbsd.sourceforge.net/
db3214f73188d3eb7dfdd96112981f3a
exit



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



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