[23827] users/jberry/mpwa/doc/portpkg-design.txt

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 10 08:35:23 PDT 2007


Revision: 23827
          http://trac.macosforge.org/projects/macports/changeset/23827
Author:   jberry at macports.org
Date:     2007-04-10 08:35:23 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
mpwa: convert portpkg design doc to softabs

Modified Paths:
--------------
    users/jberry/mpwa/doc/portpkg-design.txt

Modified: users/jberry/mpwa/doc/portpkg-design.txt
===================================================================
--- users/jberry/mpwa/doc/portpkg-design.txt	2007-04-10 15:34:28 UTC (rev 23826)
+++ users/jberry/mpwa/doc/portpkg-design.txt	2007-04-10 15:35:23 UTC (rev 23827)
@@ -8,65 +8,65 @@
 =============
 Files in a portpkg are mostly just the contents of the port directory, rooted at portpkg:
 
-	portpkg/
-		Portfile
-		files/
-			<additional files or directories>
-			
+    portpkg/
+        Portfile
+        files/
+            <additional files or directories>
+            
 We may also have a reason for additional files and/or manifest information: tbd.
 
 Notes:
 
-	* The contents of the port directory tree are always under the portpkg root in the xar file.
-	* At some point additional information may be stored in other top-level trees inside the xar file.
-	
+    * The contents of the port directory tree are always under the portpkg root in the xar file.
+    * At some point additional information may be stored in other top-level trees inside the xar file.
+    
 
 portpkg meta information
 ========================
 The schema for meta information in the xar file is not yet finalized, but we anticipate
 the following information will be present:
 
-	(portpkg information)
-	* Portpkg version
-	* Creation Date (this may be implicit in the xar file)
+    (portpkg information)
+    * Portpkg version
+    * Creation Date (this may be implicit in the xar file)
 
-	(submitter information)
-	* Submitter Name
-	* Submitter Email address
-	* Submitter Notes (about the package)
-	
-	(package information: automatically parsed from the Portfile)
-	* Port name
-	* Port homepage
-	* Port categories (tags to apply on submission)
-	
-	* Port epoch
-	* Port version
-	* Port revision
-	
-	* Description
-	* Long description
-	
-	* Direct Dependencies
-	* Variants
-		* Variant
-			* Dependencies
-	* Platforms
-		* Platform spec
-			* Dependencies
-			
-	Additionally, it's possible that the following additional meta information will be
-	appended on submission of the portpkg through mpwa:
-	
-	* Submitter Account UserName
-	* Submission Date
-	* PkgID
-	* PkgURL
-			
+    (submitter information)
+    * Submitter Name
+    * Submitter Email address
+    * Submitter Notes (about the package)
+    
+    (package information: automatically parsed from the Portfile)
+    * Port name
+    * Port homepage
+    * Port categories (tags to apply on submission)
+    
+    * Port epoch
+    * Port version
+    * Port revision
+    
+    * Description
+    * Long description
+    
+    * Direct Dependencies
+    * Variants
+        * Variant
+            * Dependencies
+    * Platforms
+        * Platform spec
+            * Dependencies
+            
+    Additionally, it's possible that the following additional meta information will be
+    appended on submission of the portpkg through mpwa:
+    
+    * Submitter Account UserName
+    * Submission Date
+    * PkgID
+    * PkgURL
+            
 Notes:
-	
-	* Note that much of this information is available in the Portfile, but it is presented
-	  here in static form, and is available without parsing the portfile.
-	
-	
-	
\ No newline at end of file
+    
+    * Note that much of this information is available in the Portfile, but it is presented
+      here in static form, and is available without parsing the portfile.
+    
+    
+    
\ No newline at end of file

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070410/5aeeea80/attachment.html


More information about the macports-changes mailing list