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:
parent
5c889462af
commit
76b2008298
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289224
@ -895,6 +895,7 @@
|
||||
SUBDIR += tty-clock
|
||||
SUBDIR += ttyload
|
||||
SUBDIR += tw_cli
|
||||
SUBDIR += tzdialog
|
||||
SUBDIR += ua
|
||||
SUBDIR += ucspi-ipc
|
||||
SUBDIR += ucspi-proxy
|
||||
|
25
sysutils/tzdialog/Makefile
Normal file
25
sysutils/tzdialog/Makefile
Normal 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>
|
2
sysutils/tzdialog/distinfo
Normal file
2
sysutils/tzdialog/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (tzdialog-1.2.tar.gz) = f450698731d84eb4b06a746c6cf550f4434ff12d7486d15f943d69dc341e79bf
|
||||
SIZE (tzdialog-1.2.tar.gz) = 16067
|
4
sysutils/tzdialog/pkg-descr
Normal file
4
sysutils/tzdialog/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user