Add next status report to Makefile and include Ruby report from tz@FreeBSD.org.

Approved by: wblock@freebsd.org
Sponsored by: iXsystems
This commit is contained in:
Dru Lavigne 2016-06-26 02:35:15 +00:00
parent 6038ecb51c
commit be4d68b15c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49004
2 changed files with 106 additions and 0 deletions

View file

@ -73,6 +73,7 @@ XMLDOCS+= report-2015-04-2015-06
XMLDOCS+= report-2015-07-2015-09
XMLDOCS+= report-2015-10-2015-12
XMLDOCS+= report-2016-01-2016-03
XMLDOCS+= report-2016-04-2016-06
XSLT.DEFAULT= report.xsl

View file

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for
Status Report//EN"
"http://www.FreeBSD.org/XML/share/xml/statusreport.dtd" >
<!-- $FreeBSD$ -->
<report>
<date>
<month>April-June</month>
<year>2016</year>
</date>
<section>
<title>Introduction</title>
<p>The second quarter of 2016.</p>
<p>&mdash;Insert name here</p>
<p><hr /></p>
<p>Please submit status reports for the third quarter of 2016 by
insert date here.</p>
</section>
<category>
<name>team</name>
<description>&os; Team Reports</description>
</category>
<category>
<name>proj</name>
<description>Projects</description>
</category>
<category>
<name>kern</name>
<description>Kernel</description>
</category>
<category>
<name>arch</name>
<description>Architectures</description>
</category>
<category>
<name>bin</name>
<description>Userland Programs</description>
</category>
<category>
<name>ports</name>
<description>Ports</description>
</category>
<category>
<name>doc</name>
<description>Documentation</description>
</category>
<category>
<name>misc</name>
<description>Miscellaneous</description>
</category>
<project cat='ports'>
<title>Obsoleting Rails 3</title>
<contact>
<person>
<name>
<given>Torsten</given>
<common>Zühlsdorff</common>
</name>
<email>tz@FreeBSD.org</email>
</person>
</contact>
<body>
<p>Ruby on Rails is the base for most of the rubygems in the
Ports Collection. Currently, versions 3.2 and 4.2 coexist.
Since Rails 3.2 is running out of support, the time has
come to switch to 4.2.</p>
<p>While there is ongoing progress to remove Rails 3.2 from
the ports tree, there are some major updates blocking this
process. The most recent blocker was the outstanding update
of <tt>www/redmine</tt> from 2.6 to 3.2. This has completed
successfully, so we can now move on.</p>
<p>To help with porting or testing, feel free to contact me or
the <tt>ruby@FreeBSD.org</tt> mailing list.</p>
</body>
</project>
</report>