On Thu, Jan 11, 2007 at 02:10:56PM -0500, Josh Grosse wrote: > I will try to deliver *both* a SUBPACKAGE and FLAVOR > infrastructure, and a choice of diffs for ports/archivers/Makefile by > tomorrow.
Both types are attached; I have tested the SUBPACKAGE version here and it correctly places p7zip-rar-4.43.tgz in ..../ftp, and places the "-main" p7zip-4.43.tgz in ..../cdrom and ..../ftp. I have two different diffs here also, for ports/archivers/Makefile depending on which type is eventually selected for the tree.
p7zip.flavored.tgz
Description: application/tar-gz
p7zip.subpackaged.tgz
Description: application/tar-gz
--- Makefile.orig Sun Nov 12 11:34:33 2006
+++ Makefile Thu Jan 11 15:33:05 2007
@@ -26,6 +26,8 @@
SUBDIR += p5-Compress-Zlib
SUBDIR += p5-IO-Zlib
SUBDIR += p5-PerlIO-gzip
+ SUBDIR += p7zip
+ SUBDIR += p7zip,rar
SUBDIR += par1cmdline
SUBDIR += par2cmdline
SUBDIR += rar
--- Makefile.orig Sun Nov 12 11:34:33 2006
+++ Makefile Thu Jan 11 15:28:12 2007
@@ -26,6 +26,7 @@
SUBDIR += p5-Compress-Zlib
SUBDIR += p5-IO-Zlib
SUBDIR += p5-PerlIO-gzip
+ SUBDIR += p7zip
SUBDIR += par1cmdline
SUBDIR += par2cmdline
SUBDIR += rar
