-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.php
93 lines (70 loc) · 5.95 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?php
/* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:set fenc=utf-8 filetype=php et sw=4 ts=4 sts=4: */
/* Copyright (c) 2007, 2014, The MacPorts Project. */
include_once("includes/common.inc");
print_header('The MacPorts Project -- Home', 'utf-8');
?>
<div id="content">
<h2 class="hdr">The MacPorts Project Official Homepage</h2>
<p>The MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing,
and upgrading either command-line, X11 or Aqua based open-source software on the <a href="http://www.apple.com/macos/">Mac
operating system</a>. To that end we provide the command-line driven MacPorts software package under a <a
href="http://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</a>, and through it easy access to thousands of ports
that <a href="<?php print $guide_url . '#introduction'; ?>"> greatly simplify</a> the task of <a href="<?php print $guide_url
. '#using'; ?>">compiling and installing</a> open-source software on your Mac.</p>
<p>We provide a single software tree that attempts to track the latest release of every software title (port) we distribute,
without splitting them into “stable” Vs. “unstable” branches, targeting mainly macOS Monterey v12 and later
(including macOS Sequoia v15 on both Intel and Apple Silicon).
There are <a href="<?php print $portdb_url; ?>">
<b>thousands</b> of ports</a> in our tree, distributed among different categories, and more are being added on a regular basis.</p>
<h3 class="subhdr">Getting started</h3>
<p>For information on installing MacPorts please see the <a href="install.php">installation</a> section of this site and
explore the myriad of download options we provide and our base system requirements.</p>
<p>If you run into any problems installing and/or using MacPorts we also have many options to help you, depending on how
you wish to get <a href="contact.php">get in touch with us</a>. Other important help resources are our online documentation,
A.K.A <a href="<?php print $guide_url; ?>"> The MacPorts Guide</a>, and our Trac <a href="<?php print $trac_url; ?>">Wiki
server & bug tracker</a>.</p>
<p><b>Latest MacPorts <a href="install.php">release</a>: <?php print $macports_version_latest; ?></b></p>
<!-- Meeting info hidden until the next one is planned
<h3 class="subhdr">MacPorts Meeting 2019</h3>
<div class="row">
<p>We are organising the 3<sup>rd</sup> international MacPorts Meeting in Slovenia from 11<sup>th</sup>-16<sup>th</sup> October. Interested developers and users can follow our <a href="<?php print $trac_url . 'wiki/Meetings/MacPortsMeeting2019'; ?>">wiki page</a> for more information.</p>
</div>
-->
<h3 class="subhdr">Getting involved: Students</h3>
<div class="row">
<div class="column">
<p>A good way for students to get involved is through the <a href="https://summerofcode.withgoogle.com">Google Summer of Code</a>. GSoC is a program to encourage students' participation in Open Source development and offers a stipend to work on the project with an organization for three months. MacPorts has been participating in the program since 2007! We shall participate next year as well. You may find <a href="<?php print $trac_url . 'wiki/SummerOfCodeArchive'; ?>">past GSoC projects here</a>.</p>
</div>
<div class="column" style="text-align: center;padding-top: 20px">
<a href="<?php print $trac_url . 'wiki/SummerOfCode'; ?>"> <img src="img/gsoc.png" width="110" height="110"> </a>
</div>
</div>
<div class="row">
<div class="column">
<!-- Comment GSoC participation for now
<p>We are looking for students to join us in making <?php print date('Y'); ?> the best Summer of Code yet. Applicants will be paired with The MacPorts Project mentors to guide them through the coding tasks. This is a great opportunity to gain exposure to real-world software development scenarios. You don't have to be a proven developer, we'd like to have students who are committed to helping MacPorts. </p>
-->
<p> We have a list of ideas with possible tasks for MacPorts and additional information about the process at <a href="<?php print $trac_url . 'wiki/SummerOfCode'; ?>">wiki/SummerOfCode</a>. We are always open to new ideas. Research on the idea, draft an initial proposal and get it reviewed. </p>
</div>
</div>
<h3 class="subhdr">Getting involved</h3>
<p>There are many ways you can get involved with MacPorts and peer users, system administrators & developers alike.
Browse over to the “<a href="contact.php">Contact Us</a>” section of our site and:</p>
<ul>
<li>Explore our <a href="contact.php#Lists">mailing lists</a>, either if it is for some general user support or to
keep on top of the latest MacPorts developments and commits to our software repository.</li>
<li>Check out our <a href="contact.php#Tracker">Support & Development</a> portal for some bug reporting and live
tutorials through the integrated Wiki server.</li>
<li>Or simply come join us for a friendly <a href="contact.php#IRC">IRC chat</a> if you wish for more direct contact
with the <a href="contact.php#Individuals">people behind</a> it all.</li>
</ul>
<p>If on the other hand you are interested in joining The MacPorts Project in any way, then don't hesitate to contact the
project's management team, “<a href="contact.php#PortMgr">PortMgr</a>”, to explain your particular interest
and present a formal application. We're always looking for more helping hands that can extend and improve our ports tree
and documentation, or take MacPorts itself beyond its current limitations and into new areas of the vast software packaging
field. We're eager to hear from you!</p>
</div>
<?php
print_footer();
?>