Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2010 05:00:58 GMT
From:      Julien Laffaye <jlaffaye@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 178966 for review
Message-ID:  <201005300500.o4U50wEs079183@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@178966?ac=10

Change 178966 by jlaffaye@gsoc on 2010/05/30 05:00:52

	Change complete-package -> package-complete.
	Some spelling fixes.

Affected files ...

.. //depot/projects/soc2010/pkg_complete/Milestones#3 edit

Differences ...

==== //depot/projects/soc2010/pkg_complete/Milestones#3 (text+ko) ====

@@ -2,25 +2,25 @@
 	The options of pkg_create are useless for creating a complete package.
 Should we add support for complete package in pkg_create or into a new tool?
 The tool for creating a complete package would take for first argument the meta
-(traditionnal) package. Then the tool read the plist to look for @pkgdep and 
+(traditional) package. Then the tool read the plist to look for @pkgdep and 
 repeat the operation for each dependency.
-After ordering the dependencies, the tool tar'up all the traditionnal packages 
+After ordering the dependencies, the tool tar'up all the traditional packages 
 (without compression as the packages are already bz'ed).
 This step would require factorisation of the code in pkg_info into a libpkg
 function, with libarchive support for efficiency.
 
 ports tree:
-	Add a "complete-package" target which depends on package-recursive and
+	Add a "package-complete" target which depends on package-recursive and
 call the tool of step 1.
 
 pkg_add:
-	Add simple routine to test if the package is a traditionnal or complete package.
-If the package is complete, loop over the traditionnal packages in it,
-call the function to install a traditionnal package (this function may work
-with streams). If the package is tradionnal, pass directly the stream to the 
+	Add simple routine to test if the package is a traditional or complete package.
+If the package is complete, loop over the traditional packages in it,
+call the function to install a traditional package (this function may work
+with streams). If the package is tradional, pass directly the stream to the 
 function.
 As a side effect, remove playpen and embrace libarchive.
 
 pkg_info:
 	Show if the package is complete (list of contained packages) or the 
-info of the traditionnal package.
+info of the traditional package.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005300500.o4U50wEs079183>