Re: Selecting a specific list of ports to update

2003-01-05 Thread Joan Picanyol i Puig
* Daniel Goepp <[EMAIL PROTECTED]> [20030106 00:18]: > So, I think I'm going to go ahead and > write my own script, to read a config file with a list of apps, and pull > their directories. That's what I'd do (untested): CVSROOT=:pserver:[EMAIL PROTECTED]:/home/ncvs mkdir /tmp/`hostname`.$$; cd /t

RE: Selecting a specific list of ports to update

2003-01-05 Thread Daniel Goepp
aniel -Original Message- From: randall ehren [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 4:47 PM To: Daniel Goepp Cc: [EMAIL PROTECTED] Subject: RE: Selecting a specific list of ports to update > And have it just updates those specific apps, not the whole branch. I > realize

RE: Selecting a specific list of ports to update

2003-01-05 Thread Daniel Goepp
-Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Nathan Kinkade Sent: Sunday, January 05, 2003 3:02 PM To: [EMAIL PROTECTED] Subject: Re: Selecting a specific list of ports to update On Sun, Jan 05, 2003 at 01:57:36PM -0500, Daniel Goepp wrote

RE: Selecting a specific list of ports to update

2003-01-05 Thread randall ehren
> And have it just updates those specific apps, not the whole branch. I > realize that I can just download the individual ports I want, and > install them, without using cvsup, but I like being able to leave it in > my cron, and have them update automatically, and tell me when there are > new vers

Re: Selecting a specific list of ports to update

2003-01-05 Thread Nathan Kinkade
On Sun, Jan 05, 2003 at 01:57:36PM -0500, Daniel Goepp wrote: > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Nathan Kinkade > Sent: Sunday, January 05, 2003 1:47 PM > To: [EMAIL PROTECTED] > Subject: Re: Selecting a specific list

RE: Selecting a specific list of ports to update

2003-01-05 Thread Daniel Goepp
ather tell it what to build... -Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Brian Sent: Sunday, January 05, 2003 2:16 PM To: Joan Picanyol i Puig; [EMAIL PROTECTED] Subject: Re: Selecting a specific list of ports to update wonder if you cou

Re: Selecting a specific list of ports to update

2003-01-05 Thread Brian
wonder if you could use the contents of /var/db/pkg as the input for a script? Bri - Original Message - From: "Joan Picanyol i Puig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 11:09 AM Subject: Re: Selecting a specific l

Re: Selecting a specific list of ports to update

2003-01-05 Thread Joan Picanyol i Puig
* Daniel Goepp <[EMAIL PROTECTED]> [20030105 19:17]: > I would like to be able to make a cvsupfile with a > list of just individual ports to update. Any ideas? Use CVS. cvsup only knows about 'collections' qvb -- pica To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ques

Re: Selecting a specific list of ports to update

2003-01-05 Thread lewiz
On Sun, Jan 05, 2003 at 01:57:36PM -0500, Daniel Goepp wrote: > Yes, I have been through all that, and I do right now just do a couple > of the specific branches, but even that is more than I really want. I'm > talking about being able to do something like > > ports-security-openssl > ports-secur

RE: Selecting a specific list of ports to update

2003-01-05 Thread Daniel Goepp
t the apps I run, not every mail app out there. Thanks. -Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Nathan Kinkade Sent: Sunday, January 05, 2003 1:47 PM To: [EMAIL PROTECTED] Subject: Re: Selecting a specific list of ports to update On Sun

Re: Selecting a specific list of ports to update

2003-01-05 Thread Nathan Kinkade
On Sun, Jan 05, 2003 at 01:15:30PM -0500, Daniel Goepp wrote: > I know how to set cvsup to update ports-all, or a specific branch like > ports-mail. However, I would like to be able to make a cvsupfile with a > list of just individual ports to update. Any ideas? > > Thanks > > -Daniel Check ou