Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Emanuel Haupt
Tao Wang dancef...@gmail.com wrote:
 Hi,
 
 I'm doing a survey about the availablilty of some packages in
 different platform, including FreeBSD release. I want to know whether
 the package is existed in the specific FreeBSD release, and which
 version it is? I found: http://www.freebsd.org/ports/ , however, it
 is only against -STABLE or -CURRENT. I also need to know the
 information on previous release. How to do it? Thanks.

All the information you need is available in INDEX:

http://www.FreeBSD.org/ports/INDEX-8.bz2

Emanuel


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Garrett Cooper
On Wed, Jun 2, 2010 at 2:09 AM, Emanuel Haupt eha...@freebsd.org wrote:
 Tao Wang dancef...@gmail.com wrote:
 Hi,

 I'm doing a survey about the availablilty of some packages in
 different platform, including FreeBSD release. I want to know whether
 the package is existed in the specific FreeBSD release, and which
 version it is? I found: http://www.freebsd.org/ports/ , however, it
 is only against -STABLE or -CURRENT. I also need to know the
 information on previous release. How to do it? Thanks.

 All the information you need is available in INDEX:

 http://www.FreeBSD.org/ports/INDEX-8.bz2

That only works for the head of each branch though, right?
Thanks,
-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Jason

On Tue, Jun 01, 2010 at 02:36:13PM +, Janne Snabb thus spake:

On Sat, 29 May 2010, Tao Wang wrote:


I'm doing a survey about the availablilty of some packages in different
platform, including FreeBSD release. I want to know whether the package is
existed in the specific FreeBSD release, and which version it is?


One suggestion: use csup to fetch ports-all and specify different
releases as your tag in your supfile. Then you can do whatever you
like with the different versions of the ports tree that you have
fetched.


It is my understanding that you can't fetch different versions of the ports
tree via csup based on release tags, but I could be mistaken.



See:

http://www.freebsd.org/doc/en/books/handbook/cvsup.html
http://www.freebsd.org/doc/en/books/handbook/cvs-tags.html

--
Janne Snabb / EPIPE Communications
sn...@epipe.com - http://epipe.com/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Freddie Cash
On Wed, Jun 2, 2010 at 9:50 AM, Jason jhelf...@e-e.com wrote:

 On Tue, Jun 01, 2010 at 02:36:13PM +, Janne Snabb thus spake:

 On Sat, 29 May 2010, Tao Wang wrote:

  I'm doing a survey about the availablilty of some packages in different
 platform, including FreeBSD release. I want to know whether the package
 is
 existed in the specific FreeBSD release, and which version it is?


 One suggestion: use csup to fetch ports-all and specify different
 releases as your tag in your supfile. Then you can do whatever you
 like with the different versions of the ports tree that you have
 fetched.


 It is my understanding that you can't fetch different versions of the ports
 tree via csup based on release tags, but I could be mistaken.


You can, but the tags have a different format from the source tags.

Ports tags for releases are along the lines of RELEASE_X_Y_Z_SOMETHING (it's
a big long string) or FREEBSD_X_Y_Z_RELEASE or something like that.  They're
not advertised, but they are there.

-- 
Freddie Cash
fjwc...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Tao Wang
On Wed, Jun 2, 2010 at 7:09 PM, Emanuel Haupt eha...@freebsd.org wrote:

 Tao Wang dancef...@gmail.com wrote:
  Hi,
 
  I'm doing a survey about the availablilty of some packages in
  different platform, including FreeBSD release. I want to know whether
  the package is existed in the specific FreeBSD release, and which
  version it is? I found: http://www.freebsd.org/ports/ , however, it
  is only against -STABLE or -CURRENT. I also need to know the
  information on previous release. How to do it? Thanks.

 All the information you need is available in INDEX:

 http://www.FreeBSD.org/ports/INDEX-8.bz2

 Emanuel



I'm not quite sure, does that file only contain the package version info for
FreeBSD release 8? or it also contains the version info for other releases?

I also need the package availability information on previous release, such
as, what the version of package 'A' on FreeBSD 6.2 and FreeBSD 7.0. So, the
linked file seems only contains information for FreeBSD 8.0, am I wrong?


-- 
Regards

Tao Wang
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Emanuel Haupt
On Thu, 3 Jun 2010 04:20:51 +1000
Tao Wang dancef...@gmail.com wrote:

 On Wed, Jun 2, 2010 at 7:09 PM, Emanuel Haupt eha...@freebsd.org wrote:
 
  Tao Wang dancef...@gmail.com wrote:
   Hi,
  
   I'm doing a survey about the availablilty of some packages in
   different platform, including FreeBSD release. I want to know whether
   the package is existed in the specific FreeBSD release, and which
   version it is? I found: http://www.freebsd.org/ports/ , however, it
   is only against -STABLE or -CURRENT. I also need to know the
   information on previous release. How to do it? Thanks.
 
  All the information you need is available in INDEX:
 
  http://www.FreeBSD.org/ports/INDEX-8.bz2
 
  Emanuel
 
 
 
 I'm not quite sure, does that file only contain the package version info for
 FreeBSD release 8? or it also contains the version info for other releases?
 
 I also need the package availability information on previous release, such
 as, what the version of package 'A' on FreeBSD 6.2 and FreeBSD 7.0. So, the
 linked file seems only contains information for FreeBSD 8.0, am I wrong?

There is one for each major version:

http://www.FreeBSD.org/ports/INDEX-5.bz2
http://www.FreeBSD.org/ports/INDEX-6.bz2
http://www.FreeBSD.org/ports/INDEX-7.bz2
http://www.FreeBSD.org/ports/INDEX-8.bz2
http://www.FreeBSD.org/ports/INDEX-9.bz2

Although it's always just the HEAD version. As others already pointed
out, if you want the package list for a specific release you could
checkout the ports tree from a release tag and build INDEX yourself.

Emanuel
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


How to know which version of an apps available in various FreeBSD release?

2010-06-01 Thread Tao Wang
Hi,

I'm doing a survey about the availablilty of some packages in different
platform, including FreeBSD release. I want to know whether the package is
existed in the specific FreeBSD release, and which version it is? I found:
http://www.freebsd.org/ports/ , however, it is only against -STABLE or
-CURRENT. I also need to know the information on previous release. How to do
it? Thanks.

-- 
Regards

Tao Wang
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to know which version of an apps available in various FreeBSD release?

2010-06-01 Thread Janne Snabb

On Sat, 29 May 2010, Tao Wang wrote:


I'm doing a survey about the availablilty of some packages in different
platform, including FreeBSD release. I want to know whether the package is
existed in the specific FreeBSD release, and which version it is?


One suggestion: use csup to fetch ports-all and specify different
releases as your tag in your supfile. Then you can do whatever you
like with the different versions of the ports tree that you have
fetched.

See:

http://www.freebsd.org/doc/en/books/handbook/cvsup.html
http://www.freebsd.org/doc/en/books/handbook/cvs-tags.html

--
Janne Snabb / EPIPE Communications
sn...@epipe.com - http://epipe.com/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org