From owner-freebsd-doc@FreeBSD.ORG Sun Nov 17 16:54:45 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9FDBB0C for ; Sun, 17 Nov 2013 16:54:45 +0000 (UTC) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9F3027A1 for ; Sun, 17 Nov 2013 16:54:45 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id md4so189045pbc.7 for ; Sun, 17 Nov 2013 08:54:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=e8rtmGpJUW1qoC0xb0rT9AVCG0BaZaL3bqTIr7fRjU8=; b=SumjRkEBp5sKo/9ZN1cSR4PB+g7ouOgyIOkAeKDCUuNZpBKj+PTnfEyguOZamz7bxZ oM4GE1HSqJIVJUulTf3D/cLC1xv9HV1cFbHPPMIPhYW/L69iInO6suL8oHu8gdBKqSv/ kim6xNHgtQilwwWqCj8f7lPhUDTkULRIxjZbIoNw2zGK1uzX2l2L4UHBt02a5tow6843 EJAWdg0Cq0jZvvLwoHPfgS2JZld+uHmJy8IzSQWio1GU1pD2xy6Pf/2RUpQTwRcFI0GM fgvXHGKCstNk3VV3P27Ry8KTcB8qXGMfxvwvjlVfzFn5JH070HZ2zK4BxoDsVLrlV8Qq XWow== MIME-Version: 1.0 X-Received: by 10.68.130.39 with SMTP id ob7mr9334623pbb.63.1384707285556; Sun, 17 Nov 2013 08:54:45 -0800 (PST) Sender: sjk4015@gmail.com Received: by 10.68.114.101 with HTTP; Sun, 17 Nov 2013 08:54:45 -0800 (PST) Date: Sun, 17 Nov 2013 11:54:45 -0500 X-Google-Sender-Auth: VCgssR0sllTSO9id-BFzEHDWfC0 Message-ID: Subject: Updates to projects page From: Steven Kreuzer To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 16:54:46 -0000 I just made a quick sweep over the projects page and updated it a bit to add some new projects and remove some old ones that have been a part of freebsd for quite some time: Changes: * Add links to ARM and MIPS porting projects * Remove reference to KAME since FreeBSD has had ipv6 support since 4.0 * Remove reference to SYSLOG-SECURE since original author stated it is no longer being worked on * Remove reference to busdma/smpng driver conversion since the project was completed in 2005 * Remove reference to CVSweb since FreeBSD has fully migrated to Subversion Can someone review this patch for me: http://people.freebsd.org/~skreuzer/patches/projects_xml.patch Many Thanks