1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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/

PR:		ports/164031
Submitted by:	Devin Teske <dteske@vicor.com>
This commit is contained in:
Martin Wilke 2012-01-14 19:21:50 +00:00
parent 5c889462af
commit 76b2008298
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289224
4 changed files with 32 additions and 0 deletions

View File

@ -895,6 +895,7 @@
SUBDIR += tty-clock
SUBDIR += ttyload
SUBDIR += tw_cli
SUBDIR += tzdialog
SUBDIR += ua
SUBDIR += ucspi-ipc
SUBDIR += ucspi-proxy

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: tzdialog
# Date created: 11 January 2012
# Whom: Devin Teske <dteske@vicor.com>
#
# $FreeBSD$
#
PORTNAME= tzdialog
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/
MAINTAINER= dteske@vicor.com
COMMENT= Set the local timezone using dialog(1) or Xdialog(1)
NO_BUILD= yes
PLIST_FILES= sbin/${PORTNAME}
MAN8= ${PORTNAME}.8
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (tzdialog-1.2.tar.gz) = f450698731d84eb4b06a746c6cf550f4434ff12d7486d15f943d69dc341e79bf
SIZE (tzdialog-1.2.tar.gz) = 16067

View File

@ -0,0 +1,4 @@
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/