Index: /trunk/dbconfig/config.md
===================================================================
--- /trunk/dbconfig/config.md	(revision 11610)
+++ /trunk/dbconfig/config.md	(revision 11611)
@@ -2,4 +2,4 @@
     pkg_name        STR     ippdb
     pkg_namespace   STR     ippdb
-    pkg_version     STR     0.0.79
+    pkg_version     STR     1.0.0
 END
Index: /trunk/glueforge/configure.ac
===================================================================
--- /trunk/glueforge/configure.ac	(revision 11610)
+++ /trunk/glueforge/configure.ac	(revision 11611)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([glueforge], [0.37], [jhoblitt@cpan.org])
+AC_INIT([glueforge], [1.00], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([glueforge.in])
 
Index: /trunk/ippTasks/configure.ac
===================================================================
--- /trunk/ippTasks/configure.ac	(revision 11610)
+++ /trunk/ippTasks/configure.ac	(revision 11611)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ippTasks], [0.0.1], [jhoblitt@cpan.org])
+AC_INIT([ippTasks], [1.0.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([phase0.pro])
 
Index: /trunk/ippTools/configure.ac
===================================================================
--- /trunk/ippTools/configure.ac	(revision 11610)
+++ /trunk/ippTools/configure.ac	(revision 11611)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ipptools], [0.0.1], [jhoblitt@ifa.hawaii.edu])
+AC_INIT([ipptools], [1.0.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([autogen.sh])
 
@@ -14,7 +14,7 @@
 AC_PROG_LIBTOOL
 
-PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99]) 
-PKG_CHECK_MODULES([PSMODULES], [psmodules >= 0.12.0]) 
-PKG_CHECK_MODULES([IPPDB], [ippdb >= 0.0.78]) 
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
+PKG_CHECK_MODULES([PSMODULES], [psmodules >= 1.0.0])
+PKG_CHECK_MODULES([IPPDB], [ippdb >= 1.0.0]) 
 
 PXTOOLS_CFLAGS="${PSLIB_CFLAGS=} ${PSMODULES_CFLAGS=} ${IPPDB_CFLAGS=}"
Index: /trunk/ippconfig/README
===================================================================
--- /trunk/ippconfig/README	(revision 11610)
+++ /trunk/ippconfig/README	(revision 11611)
@@ -1,4 +1,18 @@
 
-Joe: copy ipprc.config to ~/.ipprc
-     change PATH to point at this directory
+Please read installation section of the IPP User's Guide for more details.
 
+To build and install the IPP configuration scripts, run the following:
+
+configure
+make
+make install
+
+After installation:
+
+Copy dvo.site to ~/.ptolemyrc
+
+Copy ipprc.config to ~/.ipprc
+
+Edit this file:
+  - Set the DBUSER and DBPASSWORD to your mysql username and password
+
Index: /trunk/ippconfig/configure.ac
===================================================================
--- /trunk/ippconfig/configure.ac	(revision 11610)
+++ /trunk/ippconfig/configure.ac	(revision 11611)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ippConfig], [0.0.1], [jhoblitt@cpan.org])
+AC_INIT([ippConfig], [1.0.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([ipprc.config.in])
 
Index: /trunk/ippdb/configure.ac
===================================================================
--- /trunk/ippdb/configure.ac	(revision 11610)
+++ /trunk/ippdb/configure.ac	(revision 11611)
@@ -7,5 +7,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ippdb], [0.0.79], [pan-starrs.ifa.hawaii.edu])
+AC_INIT([ippdb], [1.0.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([ippdb.pc.in])
 
@@ -25,5 +25,5 @@
 AC_PROG_LIBTOOL
 
-PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0]) 
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
 
 AC_PATH_PROG([PERL], [perl], [missing])
Index: /trunk/pois/configure.ac
===================================================================
--- /trunk/pois/configure.ac	(revision 11610)
+++ /trunk/pois/configure.ac	(revision 11611)
@@ -2,5 +2,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([pois], [0.0.2], [http://pan-starrs.ifa.hawaii.edu])
+AC_INIT([pois], [0.1.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([autogen.sh])
 
@@ -15,5 +15,5 @@
 AC_SYS_LARGEFILE
 
-PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99) 
+PKG_CHECK_MODULES(PSLIB, pslib >= 1.0.0])
 
 AC_C_BIGENDIAN([PS_BIGENDIAN=1],[PS_BIGENDIAN=0])
Index: /trunk/ppImage/configure.ac
===================================================================
--- /trunk/ppImage/configure.ac	(revision 11610)
+++ /trunk/ppImage/configure.ac	(revision 11611)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ppImage], [0.0.1], [price@ifa.hawaii.edu])
+AC_INIT([ppImage], [1.0.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([src])
 
@@ -15,9 +15,9 @@
 AC_SYS_LARGEFILE
 
-PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99]) 
-PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99]) 
-PKG_CHECK_MODULES([PSPHOT], [psphot >= 0.0.0]) 
-PKG_CHECK_MODULES([PSASTRO], [psastro >= 0.0.0]) 
-PKG_CHECK_MODULES([PPSTATS], [ppStats >= 0.0.0]) 
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
+PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
+PKG_CHECK_MODULES([PSPHOT], [psphot >= 0.8.0]) 
+PKG_CHECK_MODULES([PSASTRO], [psastro >= 0.8.0]) 
+PKG_CHECK_MODULES([PPSTATS], [ppStats >= 1.0.0]) 
 
 IPP_STDOPTS
Index: /trunk/ppMerge/configure.ac
===================================================================
--- /trunk/ppMerge/configure.ac	(revision 11610)
+++ /trunk/ppMerge/configure.ac	(revision 11611)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ppMerge], [0.0.1], [price@ifa.hawaii.edu])
+AC_INIT([ppMerge], [1.0.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([src])
 
@@ -15,7 +15,7 @@
 AC_SYS_LARGEFILE
 
-PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99]) 
-PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99]) 
-PKG_CHECK_MODULES([PPSTATS], [ppStats >= 0.0.0]) 
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
+PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
+PKG_CHECK_MODULES([PPSTATS], [ppStats >= 1.0.0]) 
 
 IPP_STDOPTS
Index: /trunk/ppNorm/configure.ac
===================================================================
--- /trunk/ppNorm/configure.ac	(revision 11610)
+++ /trunk/ppNorm/configure.ac	(revision 11611)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ppNorm], [0.0.1], [price@ifa.hawaii.edu])
+AC_INIT([ppNorm], [1.0.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([src])
 
@@ -15,6 +15,6 @@
 AC_SYS_LARGEFILE
                                                                                 
-PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
-PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
+PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
 
 IPP_STDOPTS
Index: /trunk/ppStac/configure.ac
===================================================================
--- /trunk/ppStac/configure.ac	(revision 11610)
+++ /trunk/ppStac/configure.ac	(revision 11611)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ppStac], [0.0.1], [price@ifa.hawaii.edu])
+AC_INIT([ppStac], [0.1.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([src])
 
@@ -15,6 +15,6 @@
 AC_SYS_LARGEFILE 
 
-PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
-PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
+PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
 
 IPP_STDOPTS
Index: /trunk/ppStats/configure.ac
===================================================================
--- /trunk/ppStats/configure.ac	(revision 11610)
+++ /trunk/ppStats/configure.ac	(revision 11611)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ppStats], [0.0.1], [price@ifa.hawaii.edu])
+AC_INIT([ppStats], [1.0.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([src])
 
@@ -15,6 +15,6 @@
 AC_SYS_LARGEFILE 
 
-PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
-PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
+PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
 
 IPP_STDOPTS
Index: /trunk/psastro/configure.ac
===================================================================
--- /trunk/psastro/configure.ac	(revision 11610)
+++ /trunk/psastro/configure.ac	(revision 11611)
@@ -2,5 +2,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([psastro], [0.0.1], [http://pan-starrs.ifa.hawaii.edu])
+AC_INIT([psastro], [0.8.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([src])
 
@@ -181,6 +181,6 @@
 
 dnl ------------- psLib, psModules ---------------
-PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99)
-PKG_CHECK_MODULES(PSMODULE, psmodules >= 0.12.99)
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
+PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
 
 dnl Set CFLAGS for build
Index: /trunk/psconfig/INSTALL
===================================================================
--- /trunk/psconfig/INSTALL	(revision 11610)
+++ /trunk/psconfig/INSTALL	(revision 11611)
@@ -1,61 +1,50 @@
 
-This is the top-level directory of the IPP software.  here are a few
-notes for installing IPP software in the correct order.  A few things
-to keep in mind:
+The psconfig system allows the user to build and install the IPP
+software suite into a location which is flexibly defined by the user.
+The tools here also set up the user's environment variables (PATH,
+PERL5LIB, LD_LIBRARY_PATH, etc) to make use of the installed
+software.  With the psconfig tools, it is easy to switch between
+different installed versions or to recompile subsets of the IPP tree.
 
-* three directories checked out here from CVS are mirrored from
-external sources.  DO NOT try to commit changes into those branches as
-your commits will be lost when the repository is updated.  The
-directories to watch out for are: Ohana, psLib, psModules
+NOTE: the psconfig.sh script uses the csh / tcsh shell. A bash version
+is not currently available.  
 
-* the current (Jan 2006) tested versions of software depend on
-specific tagged branches for certain components.  if you have checked
-this tree out of CVS, you will have to update those modules to their
-branch tags.  the following commands will bring you up to date with
-those versions:
+---
 
-cvs up -r eam_rel9_p0 psModules
-cvs up -r eam_rel9_b1 psLib
+Install Locations
 
-required sequence:
+To use the psconfig system, place the following line in your ~/.cshrc
+file:
 
- psLib
- psModules
- glueforge
- metadatadb
- ippTools/p2tools
+alias psconfig "source PATH/psconfig.sh"
 
- 
+where PATH is the path to the file psconfig.sh in this directory
+(ipp/psconfig/psconfig.sh).
 
---
+The psconfig system places the installed binary files by default in
+directories below ~/psconfig.  To use a different location, place the
+following line in ~/.psconfigrc (otherwise not needed):
 
-** required PERL modules:
+set PSCONFIG = INSTALL_PATH
 
-Carp
-Template
-Statistics::Descriptive
-Params::Validate
-Parse::RecDescent
-DateTime::Format::ISO8601
-Class::Accessor::Fast
+where INSTALL_PATH is the top-level directory for all binary
+installations. 
 
-perl -MCPAN -e 'install MODULE'
+Using psconfig to set / examine your install system:
 
-http://search.cpan.org/
+psconfig: set or show the current pslib configuration information
+USAGE: psconfig (version) : set configuration to specified version
+       psconfig --bin     : return the current path
+       psconfig --libs    : return the current library path
+       psconfig --list    : list currently availabe configuration versions
+       psconfig --help    : this listing
 
---
+---
 
-user-level installation of perl modules:
+Building
 
-* run cpan:
-cpan
-(answer questions to install in your home dir)
+To build the full IPP tree using the psconfig system, run 'psbuild' in
+this directory, and provide a release version.  (NOTE: if you are
+building from a checked-out tarball, the CVS tags are not used, and
+you will not be able to use the update.
 
-# install packages:
-cpan Carp
-cpan Template
-cpan Statistics::Descriptive
-cpan Params::Validate
-cpan Parse::RecDescent
-cpan DateTime::Format::ISO8601
-cpan Class::Accessor::Fast
Index: /trunk/psconfig/TODO
===================================================================
--- /trunk/psconfig/TODO	(revision 11610)
+++ /trunk/psconfig/TODO	(revision 11611)
@@ -1,25 +1,40 @@
 
-current goal is a large-scale release for Jan 31, 2007, including all
-of the single image analysis.  Things we still need to get done before
-this release:
+2007.02.02 : IPP release 1.0 : Known Outstanding Issues
 
-- finish psastro
-  - test suite for single image and mosaic astrometry
-  - test single file and multiple file I/O
-  - add plotting functions
-  * defer the video-mode astrometry analysis
+This release of the IPP software is missing a number of major features
+defined in the IPP System Concept Definition.  There are also a number
+of missing minor features, bells and whistles which have been
+identified.
 
-- demonstrate fringe construction
+Major Missing Features:
 
-- DVO / addstar integration with pipeline
+* Phase 4 Tools.  This release does not include the Phase 4 programs
+pswarp, ppStac, and poisub, and the related infrastructure support in
+ippTools and ippScripts.
 
-- better parsing of the pantasks / ippTools interface
+* Static Sky tools.  This release does not include a number of elements
+related to the static sky definition: the definition of the static sky
+cells and tools to manipulate them; the static sky surface brightness
+modelling tool; and photometry analysis operations for large, extended
+objects.
 
-- script suite installation for opihi
+* relastro.  The global astrometry analysis software is unimplemented.
 
-- ipp config installation into share
+* flat-field corrections.  The DVO flat-field correction analysis is
+not integrated with the rest of the IPP detrend creation system.
 
-- camera / layout re-work for config system
+Minor Missing Features:
 
-- further work on the ippMonitor user interface
+* full set of columns in output object tables from Phase 2.
+* ippMonitor user interface missing a variety of options
+* output plots from psphot and pspastro are not exported to ippMonitor
+* this list is complete.
+* ETC...
 
+In addition, there are 
+
+* incomplete documentation
+
+* incomplete testing on:
+  - Nebulous integration
+  - DVO integration
Index: /trunk/psconfig/mkdist
===================================================================
--- /trunk/psconfig/mkdist	(revision 11611)
+++ /trunk/psconfig/mkdist	(revision 11611)
@@ -0,0 +1,189 @@
+#!/usr/bin/env perl
+
+$cvs  = 0;
+$diff = 0;
+$settag = 0;
+$deltag = 0;
+$setbranch = 0;
+$list = 0;
+$module = "";
+@tARGV = ();
+for (; @ARGV > 0; ) {
+    if ($ARGV[0] eq "-diff") {
+	$diff = 1;
+        shift; next;
+    }
+    if ($ARGV[0] eq "-tag") {
+	$settag = 1;
+        shift; next;
+    }
+    if ($ARGV[0] eq "-branch") {
+	$setbranch = 1;
+        shift; next;
+    }
+    if ($ARGV[0] eq "-deltag") {
+	$deltag = 1;
+        shift; next;
+    }
+    if ($ARGV[0] eq "-list") {
+	$list = 1;
+        shift; next;
+    }
+    if ($ARGV[0] eq "-cvs") {
+	$cvs = 1;
+        shift; next;
+    }
+    if ($ARGV[0] eq "-module") {
+        shift; 
+	$module = $ARGV[0];
+        shift; next;
+    }
+    if ($ARGV[0] eq "-h")     { &usage (); }
+    if ($ARGV[0] eq "-help")  { &usage (); }
+    if ($ARGV[0] eq "--help") { &usage (); }
+    @tARGV = (@tARGV, $ARGV[0]);
+    shift;
+}
+@ARGV = @tARGV;
+
+$distdir = "tagsets";
+
+if (!$list && @ARGV != 1) { &usage (); }
+if ( $list && @ARGV != 0) { &usage (); }
+
+$file = "$distdir/$ARGV[0].dst";
+open (FILE, $file) || die "ERROR: can't open distribution file\n";
+@list = <FILE>;
+close (FILE);
+
+$version = $ARGV[0];
+
+@name = ();
+@tag = ();
+@branch = ();
+
+if ($list) { 
+    printf STDERR "Available Distributions\n";
+    printf STDERR "%-16s  %7s\n", "Module", "Version";
+    printf STDERR "-------------------------\n";
+}
+
+foreach $line (@list) {
+    chop $line;
+    if ($line =~ m|^\s*$|) { next; }
+    if ($line =~ m|^\s*\#|) { next; }
+
+    ($name, $branch, $branchver, $mode) = split (":", $line);
+    
+    if ($name eq "") { die "missing module name\n"; }
+    
+    if ($branch eq "") {
+	$branch = "HEAD";
+    } 
+    if ($branch eq "HEAD") {
+	$tag = "HEAD";
+    }
+    if ($branch eq "NONE") { 
+	$tag = "NONE";
+    }
+    if (($tag ne "HEAD") && ($branchver eq "")) {
+	$branchver = "0";
+    }
+    if (($branch ne "HEAD") && ($branch ne NONE)) {
+	$tag = "$branch-$branchver";
+    }
+    # print  "module: $name, tag: $tag, branch: $branch\n"; 
+
+    push @name, $name;
+    push @branch, $branch;
+    push @tag, $tag;
+    push @mode, $mode;
+}
+
+if ($list) { exit 0; }
+
+if ($diff) { &difflist (); }
+
+if ($settag) { &settags (); }
+
+mkdir $version;
+chdir $version;
+for ($i = 0; $i < @name; $i++) {
+    if (($module ne "") && ($module ne $name[$i])) { next; }
+    if ($mode[$i] eq "SKIP") { next; }
+    if ($tag[$i] eq "HEAD") {
+	&vsystem ("cvs co $name[$i]");
+	if ($status) { die "error running cvs"; }
+    } else {
+	&vsystem ("cvs co -r $tag[$i] $name[$i]");
+	if ($status) { die "error running cvs"; }
+    }	
+}
+chdir "..";
+if ($cvs) { exit 0; }
+
+&vsystem ("rm -r `find $version -name CVS`");
+if (! -e tarballs) { mkdir "tarballs"; }
+&vsystem ("tar cvzf tarballs/$version.tgz  $version");
+if ($status) { die "error creating tarball\n"; }
+exit 0;
+
+sub vsystem {
+    print STDERR "@_\n";
+    # $status = system ("@_");
+    # $status;
+    1;
+}
+
+sub usage {
+    print STDERR "USAGE: mkdist -list\n";
+    print STDERR "     : list valid distributions \n\n";
+    print STDERR "USAGE: mkdist (group) (version) [-cvs]\n";
+    print STDERR "     : make a distribution tarball\n";
+    print STDERR "     : -cvs  : only check out the cvs tree, don't make a tarball\n\n";
+    print STDERR "USAGE: mkdist -diff (group) (version)\n";
+    print STDERR "     : show the difference between the distribution and current tree\n\n";
+    exit 2;
+}
+
+sub difflist {
+
+    for ($i = 0; $i < @name; $i++) {
+	# the base component cannot be rdiffed
+	print STDERR "--- $name[$i] ---\n";
+	if ($name[$i] eq "base") { next; }
+	if ($tag[$i] eq "") {
+	    &vsystem ("cvs -q rdiff -s -r HEAD $name[$i]");
+	} else {
+	    &vsystem ("cvs -q rdiff -s -r $tag[$i] $name[$i]");
+	}	
+	print STDERR "\n\n";
+    }
+    exit 0;
+}
+
+sub settags {
+    print STDERR "setting tags\n";
+    for ($i = 0; $i < @name; $i++) {
+	# can the base component be tagged?
+	if ($name[$i] eq "base") { 
+	    # make this automatic by checking it out and cd'ing there
+	    print STDERR "remember to set the base tag by hand\n";
+	    next; 
+	}
+	if ($tag[$i] eq "") { next; }
+	if ($tag[$i] eq "HEAD") { next; }
+	if ($tag[$i] eq "NONE") { next; }
+	if ($mode[$i] eq "EXTERN") { 
+	    print STDERR "remember to set tag for $name[$i]\n";
+	    next; 
+	}
+	$flag = "";
+	if ($setbranch) { 
+	    &vsystem ("cvs -q rtag -b $branch[$i] $name[$i]");
+	} else {
+	    &vsystem ("cvs -q rtag -r $branch[$i] $tag[$i] $name[$i]");
+	}
+    }
+    exit 0;
+}
Index: /trunk/psconfig/psbuild
===================================================================
--- /trunk/psconfig/psbuild	(revision 11610)
+++ /trunk/psconfig/psbuild	(revision 11611)
@@ -77,4 +77,5 @@
  set dir = $name[1]
  set tag = $name[2]
+ set branch = $name[3]
 
  if ("$start" != "") then
Index: /trunk/psconfig/tagsets/ipp-1.0.dst
===================================================================
--- /trunk/psconfig/tagsets/ipp-1.0.dst	(revision 11611)
+++ /trunk/psconfig/tagsets/ipp-1.0.dst	(revision 11611)
@@ -0,0 +1,65 @@
+
+# mode EXTERN means package cannot be tagged / updated in this tree
+# mode SKIP means exclude from the build process
+# model 
+
+ohana.base:base-1-5:0:EXTERN
+
+libohana:libohana-1-9:0:EXTERN
+libfits:libfits-1-7:0:EXTERN
+libautocode:libautocode-1-6:0:EXTERN
+libdvo:libdvo-1-4:0:EXTERN
+libkapa:libkapa-1-3:0:EXTERN
+
+elixir:elixir-1-6:0:EXTERN
+gcompare:gcompare-1-1:0:EXTERN
+
+addstar:addstar-1-8:0:EXTERN
+delstar:delstar-1-7:0:EXTERN
+getstar:getstar-1-3:0:EXTERN
+kapa:kapa-1-7:0:EXTERN
+kii:kii-1-7:0:EXTERN
+relphot:relphot-1-5:0:EXTERN
+uniphot:uniphot-1-5:0:EXTERN
+
+opihi.base:opihi-2-9:0:EXTERN
+mana:mana-1-7:0:EXTERN
+dvo:dvo-1-0:0:EXTERN
+pantasks:pantasks-1-0:0:EXTERN
+pcontrol:pcontrol-1-0:0:EXTERN
+pclient:pclient-1-0:0:EXTERN
+
+# psLib:rel-0-0:0:EXTERN
+# psModule:rel-0-0:0:EXTERN
+
+psLib:HEAD::EXTERN
+psModule:HEAD::EXTERN
+
+psphot:rel-0-8:0
+psastro:rel-0-8:0
+ppStats:rel-1-0:0
+ppImage:rel-1-0:0
+ppNorm:rel-1-0:0
+ppMerge:rel-1-0:0
+
+poisub:rel-0-1:0:SKIP
+pswarp:rel-0-1:0:SKIP
+ppStac:rel-0-1:0:SKIP
+
+# these are the required perl modules from IPP
+# there are externally required perl modules (see README?)
+PS-IPP-Metadata-Config:rel-1-0:0
+PS-IPP-Config:rel-1-0:0
+ippScripts:rel-1-0:0
+
+glueforge:rel-1:0
+dbconfig:rel-1-0:0
+
+ippdb.src:NONE
+
+ippTools:rel-1-0:0
+ippTasks:rel-1-0:0
+
+psconfig:rel-1-0:0:SKIP
+ippMonitor:rel-1-0:0:SKIP
+psdemo:rel-1-0:0:SKIP
Index: /trunk/psphot/configure.ac
===================================================================
--- /trunk/psphot/configure.ac	(revision 11610)
+++ /trunk/psphot/configure.ac	(revision 11611)
@@ -2,5 +2,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([psphot], [0.0.1], [http://pan-starrs.ifa.hawaii.edu])
+AC_INIT([psphot], [0.8.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([src])
 
@@ -192,6 +192,6 @@
 
 dnl ------------- psLib, psModules ---------------
-PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99)
-PKG_CHECK_MODULES(PSMODULE, psmodules >= 0.12.99)
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
+PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
 
 dnl Set CFLAGS for build
Index: /trunk/pswarp/configure.ac
===================================================================
--- /trunk/pswarp/configure.ac	(revision 11610)
+++ /trunk/pswarp/configure.ac	(revision 11611)
@@ -2,5 +2,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([pswarp], [0.0.1], [http://pan-starrs.ifa.hawaii.edu])
+AC_INIT([pswarp], [0.1.0], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([src])
 
@@ -181,6 +181,6 @@
 
 dnl ------------- psLib, psModules ---------------
-PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99)
-PKG_CHECK_MODULES(PSMODULE, psmodules >= 0.12.99)
+PKG_CHECK_MODULES(PSLIB, pslib >= 1.0.0)
+PKG_CHECK_MODULES(PSMODULE, psmodules >= 1.0.0)
 
 dnl Set CFLAGS for build
Index: /trunk/stac/configure.ac
===================================================================
--- /trunk/stac/configure.ac	(revision 11610)
+++ /trunk/stac/configure.ac	(revision 11611)
@@ -15,5 +15,5 @@
 AC_SYS_LARGEFILE
 
-PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99]) 
+PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 
 
 IPP_STDOPTS
