<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Jason!<br>
I will test this shortly.<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:woodwardj@jaos.org">woodwardj@jaos.org</a> wrote:
<blockquote id="mid_200912060719_nB67J4eF031884_jaos_org"
 cite="mid:200912060719.nB67J4eF031884@jaos.org" type="cite">
  <blockquote id="StationeryCiteGenerated_1" type="cite">
    <pre wrap="">Is this something that's not possible? What would be required to itemize 
only the new packages separate from all others?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I am not going to get into the business with codifying your specific use cases into gslapt.  

I'm not sure if I have your definition correct, buf if you want a list of packages that are
available but do not have any version of it installed on the system, then you can easily get
that list from the command line with something like this:

for pkg in $(slapt-get --available | awk '{print $1}' | sort | uniq | sed -re
"s/(.*{1,})\\-(.*[\\-].*[\\-].*)/\1/");do if [ ! -f /var/log/packages/$pkg\-* ]; then echo
$pkg;fi;done

_______________________________________________
Slapt-get-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Slapt-get-user@software.jaos.org">Slapt-get-user@software.jaos.org</a>
<a class="moz-txt-link-freetext" href="http://software.jaos.org/cgi-bin/mailman/listinfo/slapt-get-user">http://software.jaos.org/cgi-bin/mailman/listinfo/slapt-get-user</a>

  </pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<img src="cid:part1.03050105.04050200@comcast.net" border="0"></div>
</body>
</html>