From owner-svn-ports-head@freebsd.org Sat Oct 24 16:24:28 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D72C44E030; Sat, 24 Oct 2020 16:24:28 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CJRJD1NsLz3Wdx; Sat, 24 Oct 2020 16:24:28 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED3011B362; Sat, 24 Oct 2020 16:24:27 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09OGORmE000852; Sat, 24 Oct 2020 16:24:27 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09OGORqv000849; Sat, 24 Oct 2020 16:24:27 GMT (envelope-from se@FreeBSD.org) Message-Id: <202010241624.09OGORqv000849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Sat, 24 Oct 2020 16:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553205 - head/misc/calendar-data X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/misc/calendar-data X-SVN-Commit-Revision: 553205 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2020 16:24:28 -0000 Author: se Date: Sat Oct 24 16:24:26 2020 New Revision: 553205 URL: https://svnweb.freebsd.org/changeset/ports/553205 Log: Data files for the calendar program These data files have been extracted from FreeBSD-CURRENT SVN rev. 366901 and are provided as a port to ease their ongoing maintenance and updates independently from the FreeBSD release cycle. In order to use these files the calendar program must include the location populated by the port into its search path. The program in FreeBSD-CURRENT has already been updated, the STABLE sources will receive the patch. A port of the updated calendar program will be offered for use in FreeBSD release versions if the data files from this port are to be used. Approved by: imp Relnotes: yes Differential Revision: https://reviews.freebsd.org/D26883 Added: head/misc/calendar-data/ head/misc/calendar-data/Makefile (contents, props changed) head/misc/calendar-data/distinfo (contents, props changed) head/misc/calendar-data/pkg-descr (contents, props changed) head/misc/calendar-data/pkg-plist (contents, props changed) Added: head/misc/calendar-data/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/calendar-data/Makefile Sat Oct 24 16:24:26 2020 (r553205) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= calendar-data +DISTVERSION= 2020.10 +DISTVERSIONPREFIX= v +CATEGORIES= misc + +MAINTAINER= se@FreeBSD.org +COMMENT= Calendar files for the BSD calendar program + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= freebsd + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${LOCALBASE}/share/calendar + +.include Added: head/misc/calendar-data/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/calendar-data/distinfo Sat Oct 24 16:24:26 2020 (r553205) @@ -0,0 +1,3 @@ +TIMESTAMP = 1603556121 +SHA256 (freebsd-calendar-data-v2020.10_GH0.tar.gz) = 38add47f8bab52ca893dcee41d3ded958635da844599fc82a317e576449985ef +SIZE (freebsd-calendar-data-v2020.10_GH0.tar.gz) = 85899 Added: head/misc/calendar-data/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/calendar-data/pkg-descr Sat Oct 24 16:24:26 2020 (r553205) @@ -0,0 +1,10 @@ +Calendar files extracted from FreeBSD SVN rev. 366901 + +The purpose of this port is to decouple the calendars from the calendar +program sources, to allow updates outside of the release cycle, and to +make their installation optional. + +Files installed by this port will take precedence over similarily named +calendars in the base system. + +WWW: http://www.freebsd.org Added: head/misc/calendar-data/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/calendar-data/pkg-plist Sat Oct 24 16:24:26 2020 (r553205) @@ -0,0 +1,64 @@ +share/calendar/calendar.all +share/calendar/calendar.australia +share/calendar/calendar.birthday +share/calendar/calendar.brazilian +share/calendar/calendar.christian +share/calendar/calendar.computer +share/calendar/calendar.croatian +share/calendar/calendar.dutch +share/calendar/calendar.french +share/calendar/calendar.german +share/calendar/calendar.history +share/calendar/calendar.holiday +share/calendar/calendar.hungarian +share/calendar/calendar.judaic +share/calendar/calendar.lotr +share/calendar/calendar.music +share/calendar/calendar.newzealand +share/calendar/calendar.russian +share/calendar/calendar.southafrica +share/calendar/calendar.ukrainian +share/calendar/calendar.usholiday +share/calendar/calendar.world +share/calendar/de_AT.ISO_8859-15/calendar.feiertag +share/calendar/de_DE.ISO8859-1/calendar.all +share/calendar/de_DE.ISO8859-1/calendar.feiertag +share/calendar/de_DE.ISO8859-1/calendar.geschichte +share/calendar/de_DE.ISO8859-1/calendar.kirche +share/calendar/de_DE.ISO8859-1/calendar.literatur +share/calendar/de_DE.ISO8859-1/calendar.musik +share/calendar/de_DE.ISO8859-1/calendar.wissenschaft +share/calendar/fr_FR.ISO8859-1/calendar.all +share/calendar/fr_FR.ISO8859-1/calendar.fetes +share/calendar/fr_FR.ISO8859-1/calendar.french +share/calendar/fr_FR.ISO8859-1/calendar.jferies +share/calendar/fr_FR.ISO8859-1/calendar.proverbes +share/calendar/hr_HR.ISO8859-2/calendar.all +share/calendar/hr_HR.ISO8859-2/calendar.praznici +share/calendar/hu_HU.ISO8859-2/calendar.all +share/calendar/hu_HU.ISO8859-2/calendar.nevnapok +share/calendar/hu_HU.ISO8859-2/calendar.unnepek +share/calendar/pt_BR.ISO8859-1/calendar.all +share/calendar/pt_BR.ISO8859-1/calendar.commemorative +share/calendar/pt_BR.ISO8859-1/calendar.holidays +share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative +share/calendar/pt_BR.UTF-8/calendar.all +share/calendar/pt_BR.UTF-8/calendar.commemorative +share/calendar/pt_BR.UTF-8/calendar.holidays +share/calendar/pt_BR.UTF-8/calendar.mcommemorative +share/calendar/ru_RU.KOI8-R/calendar.all +share/calendar/ru_RU.KOI8-R/calendar.common +share/calendar/ru_RU.KOI8-R/calendar.holiday +share/calendar/ru_RU.KOI8-R/calendar.military +share/calendar/ru_RU.KOI8-R/calendar.orthodox +share/calendar/ru_RU.KOI8-R/calendar.pagan +share/calendar/ru_RU.UTF-8/calendar.all +share/calendar/ru_RU.UTF-8/calendar.common +share/calendar/ru_RU.UTF-8/calendar.holiday +share/calendar/ru_RU.UTF-8/calendar.military +share/calendar/ru_RU.UTF-8/calendar.orthodox +share/calendar/ru_RU.UTF-8/calendar.pagan +share/calendar/uk_UA.KOI8-U/calendar.all +share/calendar/uk_UA.KOI8-U/calendar.holiday +share/calendar/uk_UA.KOI8-U/calendar.misc +share/calendar/uk_UA.KOI8-U/calendar.orthodox