[Jifty-commit] r1607 - in jifty/trunk: doc

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 18 21:44:36 EDT 2006


Author: jesse
Date: Tue Jul 18 21:44:35 2006
New Revision: 1607

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/doc/packaging

Log:
 r14160 at pinglin:  jesse | 2006-07-18 21:43:13 -0400
  * packaging plan updates


Modified: jifty/trunk/doc/packaging
==============================================================================
--- jifty/trunk/doc/packaging	(original)
+++ jifty/trunk/doc/packaging	Tue Jul 18 21:44:35 2006
@@ -39,3 +39,40 @@
 
     jifty install/uninstall
         * some sort of management. will also work on plugins
+
+
+
+# A dist blib builder
+
+# A dist blib packager (->zip with a makefile.pl - it works as a par and as a dist)
+
+# Package multiple dists as a single dist.
+
+# Pony: an automatic deps-writer that will design a list of deps for 
+the systemwide currently installed modules.
+
+
+# Must include shared libs (expat, svn, etc)
+
+# Some way to deal with systemwide shared libs, like Pg
+
+# an alien extractor that analyzes already-built XS libs (in either blib/ or sitelib)
+with platform-specific tools (ldd, xtools, etc) and pull in shared libraries, similar
+to how Alien::* currentl does it in a case-by-case basis.
+
+# A dist blib upgrader
+
+# A cpan workalike for jifty dists
+
+# An installation scheme for
+
+    {$INSTALL_DIR,$APP_DIR}/share/jifty/deps/{`archname`,noarch}
+
+
+# one blib/ directory for the tuple of
+    (dist, version, `arch` or "noarch" , perl version?)
+
+# an @INC populator     
+    pushes a glob for arch-independent  (rename this: blib-noarch/*
+    pushes a glob for per-arch libs  blib-`arch`/*
+


More information about the Jifty-commit mailing list