[MacPorts] CommittersGuide/Distfiles modified

MacPorts noreply at macports.org
Sat Mar 7 02:50:58 PST 2009


Changed page "CommittersGuide/Distfiles" by krischik at macports.org from 89.236.172.92*
Page URL: <http://trac.macports.org/wiki/CommittersGuide/Distfiles>
Diff URL: <http://trac.macports.org/wiki/CommittersGuide/Distfiles?action=diff&version=2>
Revision 2
Comment: prepare repository

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: CommittersGuide/Distfiles
=========================================================================
--- CommittersGuide/Distfiles (version: 1)
+++ CommittersGuide/Distfiles (version: 2)
@@ -1,1 +1,19 @@
 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.
+
+= Setup Repository =
+
+First setup a [wiki:CommittersGuide/PersonalSVNRepository PersonalSVNRepository] to maintain the files. Inside your  SVN Repository you should create a directory with the portfiles name and there you prepare the files for the port.
+
+Then you create directory for you portfile inside the distfile area of the subversion repository:
+
+{{{
+Repository=http://svn.macosforge.org/repository/macports
+User=userid
+Port=portid
+
+svn mkdir --username ${User}@macports.org -m"Create staging for ${Port}" ${Repository}/users/${User}/${Port}
+svn mkdir --username ${User}@macports.org -m"Create distfiles for ${Port}" ${Repository}/distfiles/${Port}
+}}}
+
+Replace '''userid''' and '''portid''' with your onw userid and the Port you are working on.
+

-------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