From owner-cvs-src-old@FreeBSD.ORG Thu Feb 25 06:54:01 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 848161065741 for ; Thu, 25 Feb 2010 06:54:01 +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 6FC438FC0A for ; Thu, 25 Feb 2010 06:54:01 +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 o1P6s12M014308 for ; Thu, 25 Feb 2010 06:54:01 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1P6s1WW014307 for cvs-src-old@freebsd.org; Thu, 25 Feb 2010 06:54:01 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <201002250654.o1P6s1WW014307@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:53:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tzcode/zic Makefile Makefile.inc README Theory ialloc.c private.h scheck.c zdump.8 zdump.c zic.8 zic.c src/contrib/tzcode/zic/zdump Makefile src/contrib/tzcode/zic/zic Makefile 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:54:01 -0000 edwin 2010-02-25 06:53:46 UTC FreeBSD src repository Added files: contrib/tzcode/zic Makefile Makefile.inc README Theory ialloc.c private.h scheck.c zdump.8 zdump.c zic.8 zic.c contrib/tzcode/zic/zdump Makefile contrib/tzcode/zic/zic Makefile Log: SVN rev 204302 on 2010-02-25 06:53:46Z by edwin Copy usr.sbin/zic to contrib/tzcode/zic for the proper split of contributed code and FreeBSD specific code. Revision Changes Path 1.1 +8 -0 src/contrib/tzcode/zic/Makefile (new) 1.1 +3 -0 src/contrib/tzcode/zic/Makefile.inc (new) 1.1 +88 -0 src/contrib/tzcode/zic/README (new) 1.1 +570 -0 src/contrib/tzcode/zic/Theory (new) 1.1 +91 -0 src/contrib/tzcode/zic/ialloc.c (new) 1.1 +272 -0 src/contrib/tzcode/zic/private.h (new) 1.1 +68 -0 src/contrib/tzcode/zic/scheck.c (new) 1.1 +63 -0 src/contrib/tzcode/zic/zdump.8 (new) 1.1 +675 -0 src/contrib/tzcode/zic/zdump.c (new) 1.1 +15 -0 src/contrib/tzcode/zic/zdump/Makefile (new) 1.1 +465 -0 src/contrib/tzcode/zic/zic.8 (new) 1.1 +2723 -0 src/contrib/tzcode/zic/zic.c (new) 1.1 +16 -0 src/contrib/tzcode/zic/zic/Makefile (new)