[MacPorts] CommittersGuide/Distfiles modified

MacPorts noreply at macports.org
Fri Nov 4 07:56:53 PDT 2011


Changed page "CommittersGuide/Distfiles" by ryandesign at macports.org from 75.34.101.101*
Page URL: <https://trac.macports.org/wiki/CommittersGuide/Distfiles>
Diff URL: <https://trac.macports.org/wiki/CommittersGuide/Distfiles?action=diff&version=5>
Revision 5
Comment: fix typos

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: CommittersGuide/Distfiles
=========================================================================
--- CommittersGuide/Distfiles (version: 4)
+++ CommittersGuide/Distfiles (version: 5)
@@ -1,8 +1,8 @@
-The content of each ports "files" directory should be keept fairly small as it is kopied to every MacPort user harddrive. If larger patches - for example application bundles with icon files are supplied then they should be added to distfiles so they are only donwloaded by those user who are actualy installing the Port.
+The content of each ports "files" directory should be kept fairly small as it is copied to every MacPorts user's hard drive. If larger patches (for example application bundles with icon files) are supplied then they should be added to distfiles so they are only downloaded by those users who are actually installing the port.
 
 = Setup Repository =
 
-First setup a [wiki:CommittersGuide/PersonalSVNRepository personal Subversion repository] to maintain the files. Inside your  Subversion repository you should create a directory with the portfiles name. Also create a directory for the Port you work on inside the distfile area of the subversion repository. You can use the commands below to do so:
+First setup a [wiki:CommittersGuide/PersonalSVNRepository personal Subversion repository] to maintain the files. Inside your Subversion repository you should create a directory with the port's name. Also create a directory for the port you're working on inside the distfiles area of the Subversion repository. You can use the commands below to do so:
 
 {{{
 Repository=http://svn.macosforge.org/repository/macports
@@ -13,11 +13,11 @@
 svn mkdir --username ${User}@macports.org -m"Create distfiles for ${Port}" ${Repository}/distfiles/${Port}
 }}}
 
-Replace '''userid''' and '''portid''' with your own userid and the Port you are working on.
+Replace '''userid''' and '''portid''' with your own userid and the port you are working on.
 
 = Prepare files =
 
-Prepare the files you want to distribute inside your personal Subversion repository and commit them back into Subversion. Then export them again. Export is needed so unnessesary svn meta data is not distributed. The exported files should then be packed. To keep the Portfile easy it is better to use the same archiver as is used for the main source file. You can use the following commands to do so:
+Prepare the files you want to distribute inside your personal Subversion repository and commit them back into Subversion. Then export them again. Export is needed so unnecessary svn meta data is not distributed. The exported files should then be packed. To keep the Portfile simple it is best to use the same archiver as is used for the main source file. You can use the following commands to do so:
 
 {{{
 Repository=http://svn.macports.org/repository/macports
@@ -36,4 +36,4 @@
 rm --verbose --recursive "${Port}"
 }}}
 
-Replace '''12345''' with a unique version identifier and '''userid''' and '''portid''' as you did before. Use [http://trac.macports.org/browser/users/krischik/nonpareil/Upload.command Upload.command] outlines one way on how to automate the whole process.
+Replace '''12345''' with a unique version identifier and '''userid''' and '''portid''' as you did before. [browser:users/krischik/nonpareil/Upload.command Upload.command] shows one way how you can automate the whole process.

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on CommittersGuide/Distfiles. If it was not you, please
report to .


More information about the macports-changes mailing list