From owner-cvs-src-old@FreeBSD.ORG Thu Feb 25 06:31:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FD271065670 for ; Thu, 25 Feb 2010 06:31:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0B0F68FC0A for ; Thu, 25 Feb 2010 06:31:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1P6VKmd012473 for ; Thu, 25 Feb 2010 06:31:20 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1P6VKRH012472 for cvs-src-old@freebsd.org; Thu, 25 Feb 2010 06:31:20 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <201002250631.o1P6VKRH012472@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Thu, 25 Feb 2010 06:31:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tzdata Makefile africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica pacificnew southamerica systemv yearistype.sh zone.tab X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2010 06:31:21 -0000 edwin 2010-02-25 06:31:05 UTC FreeBSD src repository Added files: contrib/tzdata Makefile africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica pacificnew southamerica systemv yearistype.sh zone.tab Log: SVN rev 204298 on 2010-02-25 06:31:05Z by edwin Copy share/zoneinfo to contrib/zoneinfo for the proper split of contributed data and FreeBSD specific data. Revision Changes Path 1.1 +77 -0 src/contrib/tzdata/Makefile (new) 1.1 +997 -0 src/contrib/tzdata/africa (new) 1.1 +352 -0 src/contrib/tzdata/antarctica (new) 1.1 +2494 -0 src/contrib/tzdata/asia (new) 1.1 +1560 -0 src/contrib/tzdata/australasia (new) 1.1 +116 -0 src/contrib/tzdata/backward (new) 1.1 +83 -0 src/contrib/tzdata/etcetera (new) 1.1 +2695 -0 src/contrib/tzdata/europe (new) 1.1 +11 -0 src/contrib/tzdata/factory (new) 1.1 +87 -0 src/contrib/tzdata/leapseconds (new) 1.1 +2770 -0 src/contrib/tzdata/northamerica (new) 1.1 +29 -0 src/contrib/tzdata/pacificnew (new) 1.1 +1517 -0 src/contrib/tzdata/southamerica (new) 1.1 +39 -0 src/contrib/tzdata/systemv (new) 1.1 +40 -0 src/contrib/tzdata/yearistype.sh (new) 1.1 +432 -0 src/contrib/tzdata/zone.tab (new)