Changes between Version 31 and Version 32 of WikiStart
- Timestamp:
- 07/19/08 15:16:19 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v31 v32 1 {{{ 2 #!html 3 <!--http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/--> 4 <div style=" 5 margin:0 auto; 6 width:51em;"> 7 <div style=" 8 float:left; 9 width:15em; 10 padding:1em 1em 1em 3em; 11 font-size:90%; 12 background-color:#F6F6F6;"> 13 }}} 14 == Last Changes == 15 16 [[RecentChanges(,25)]] 17 {{{ 18 #!html 19 </div> 20 }}} 21 {{{ 22 #!html 23 <div style=" 24 float:right; 25 padding:1em 1em 1em 3em; 26 width:28em; 27 text-align:justify;"> 28 }}} 29 [[TOC(noheading, depth=0, SubversionRepository, MailingList, Guidelines, PortingTips, CommonProblems, PortLog, Installation, JoinBePorts, AddingPorts, BePorter,ToDo)]] 1 [[BlogList(recent=3, max_size=200, format=float, heading=News)]] 30 2 31 3 == Welcome to !HaikuPorts == 32 4 33 ! HaikuPorts is a centralized collection of software ported to the [http://en.wikipedia.org/wiki/BeOS BeOS] and [http://haiku-os.org/ Haiku] platforms. Each port contains the BeOS and/or Haikuspecific patches to the original source code. Along with a [SubversionRepository Subversion repository] to store all patches, this Trac site eases cooperation on porting efforts. There is also a [MailingList mailing list] for the discussion of the project. The BePorter tool is provided to ease the fetching, patching and building of source code.5 !BePorts is a centralized collection of software ported to the [http://en.wikipedia.org/wiki/BeOS BeOS] platform. Each port contains the BeOS-specific patches to the original source code. Along with a [SubversionRepository Subversion repository] to store all patches, this Trac site eases cooperation on porting efforts. There is also a [MailingList mailing list] for the discussion of the project. The BePorter tool is provided to ease the fetching, patching and building of source code. 34 6 35 7 == Objective == 36 8 37 The main objective of the ! HaikuPorts project is to centralize ports of software to the BeOS and Haiku platforms. This avoids reinvention of the wheel when the person that ported an older version of a software package didn't provide a patch and seems to have disappeared from the face of the earth.9 The main objective of the !BePorts project is to centralize ports of software to the BeOS platform. This avoids reinvention of the wheel when the person that ported an older version of a software package didn't provide a patch and seems to have disappeared from the face of the earth. 38 10 39 11 More importantly, solutions to problems faced when porting one application may be valuable when porting another. For this purpose, the PortLog, Trac tickets and the CommonProblems page can be consulted when facing problems. To make this work, some [wiki:Guidelines] should be followed. 40 12 41 BePorter can be compared to a slim version of [http://www.gentoo.org/main/en/about.xml Gentoo Portage]. It fetches the original source code, applies the BeOS and/or Haiku specific patches, builds, and optionally installs the port. This package management aspect, however, is by no means the essence of the !HaikuPorts project.13 BePorter can be compared to a slim version of [http://www.gentoo.org/main/en/about.xml Gentoo Portage]. It fetches the original source code, applies the BeOS-specific patches, builds, and optionally installs the port. This package management aspect, however, is by no means the essence of the !BePorts project. 42 14 43 15 == Platforms == 44 16 45 Unfortunately there are a couple BeOS platforms: R5, BONE, Dano, Zeta and Haiku. A BePort should ideally build on all of these. While the older platforms are still of importance now, focus will eventually shift to Haiku as it matures. 17 [[TOC(heading=Useful pages, depth=0, SubversionRepository, MailingList, Guidelines, PortingTips, CommonProblems, PortLog, Installation, JoinBePorts, AddingPorts, BePorter, ToDo)]] 18 19 Unfortunately there are a couple BeOS platforms: R5, BONE, Dano, Zeta and [http://haiku-os.org/ Haiku]. A BePort should ideally build on all of these. While the older platforms are still of importance now, focus will eventually shift to Haiku as it matures. 46 20 47 21 == Getting Started == 48 22 49 To install the ! HaikuPorts system on your BeOS or Haikuinstallation, see [wiki:Installation].23 To install the !BePorts system on your BeOS installation, see [wiki:Installation]. 50 24 51 25 For information on how to add a BePort to the tree, see AddingPorts. Don't forget to read the [wiki:Guidelines]! Milestone [milestone:"BePorts M1" M1] lists a set of the most common/important software packages. It is recommended (recent versions of) these are ported first. 52 {{{53 #!html54 </div>55 </div>56 <div style="clear: both;57 height: 1px;58 overflow: hidden;"> </div>59 <div style="font-size:x-small;60 width:51em;61 margin-left:auto;62 margin-right:auto;63 margin-top:2em;64 padding-top:0.5em;65 text-align:center;66 border-top:1px black solid">67 For questions and comments, contact brecht -at- mos6581 -dot- org68 </div>69 }}}
