Prev: Porting Java Applications - Best Practise?
Next: graphics/djvulibre-nox11: error while trying to create package on tinderbox
From: Janne Snabb on 1 Jun 2010 10:36 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 snabb(a)epipe.com - http://epipe.com/ _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Garrett Cooper on 2 Jun 2010 06:37 On Wed, Jun 2, 2010 at 2:09 AM, Emanuel Haupt <ehaupt(a)freebsd.org> wrote: > Tao Wang <dancefire(a)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(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Jason on 2 Jun 2010 12:50 On Tue, Jun 01, 2010 at 02:36:13PM +0000, 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 >snabb(a)epipe.com - http://epipe.com/ >_______________________________________________ >freebsd-ports(a)freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" > _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Freddie Cash on 2 Jun 2010 13:07 On Wed, Jun 2, 2010 at 9:50 AM, Jason <jhelfman(a)e-e.com> wrote: > On Tue, Jun 01, 2010 at 02:36:13PM +0000, 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 fjwcash(a)gmail.com _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Tao Wang on 2 Jun 2010 14:20
On Wed, Jun 2, 2010 at 7:09 PM, Emanuel Haupt <ehaupt(a)freebsd.org> wrote: > Tao Wang <dancefire(a)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(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" |