Re: Announce: the utility that dumps CVS logs for any port

2010-12-14 Thread Alberto Villa
On Tuesday 14 December 2010 15:22:22 Sergey V. Dyatko wrote:
> in case portchangelog.sh i can't see file changes, unfortunately.
> something like
> http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/py-
flexget/Makefile.diff?r1
> =1.32;r2=1.33 for example

oh, well, of course :P
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

Let's remind ourselves that last year's fresh idea is today's cliche.
-- Austen Briggs


signature.asc
Description: This is a digitally signed message part.


Re: Announce: the utility that dumps CVS logs for any port

2010-12-14 Thread Sergey V. Dyatko
On Tue, 14 Dec 2010 15:13:50 +0100
Alberto Villa  wrote:

> On Tuesday 14 December 2010 15:07:54 Sergey V. Dyatko wrote:
> > That's same script (thanks for it btw).
> > but thread-starter use cvs,
> > not freshports :)
> 
> and where's the difference in the result? ;)

difference is here: 
[cut from start letter]

% pwd
/usr/ports/x11-toolkits/gtk20
% portvcs Makefile

[end of cut]

in case portchangelog.sh i can't see file changes, unfortunately.
something like
http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/py-flexget/Makefile.diff?r1=1.32;r2=1.33
for example

-- 
wbr. tiger
___
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: Announce: the utility that dumps CVS logs for any port

2010-12-14 Thread Sergey V. Dyatko
On Tue, 14 Dec 2010 14:29:16 +0100
Alberto Villa  wrote:

> On Monday 13 December 2010 22:22:34 Alexander Gromnitsky wrote:
> > There is a small program--portvcs[0] that can feed your terminal
> > with logs for a particular port from CVS server. It's useful for
> > those of us who hates to browse cvsweb with firefox.
> 
> may i also suggest a non-ruby solution?

It would be nice (for me)

> attached you can find a script i use locally (that's why it's
> definitely not polished). just...
> 
> $ ./portchangelog.sh x11/kdelibs4
> 

There is no attachments. Does it use cvs? 
You talking about  http://tiger.ipfw.ru/files/portchangelog.sh ?:)


> ...and you'll have your $PAGER filled with the log of that port
> it has served me well so far...



-- 
wbr, tiger
___
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: Announce: the utility that dumps CVS logs for any port

2010-12-14 Thread Alberto Villa
On Tuesday 14 December 2010 15:07:54 Sergey V. Dyatko wrote:
> That's same script (thanks for it btw).

cool, i didn't know someone liked my script at the point to share it! :)

> but thread-starter use cvs,
> not freshports :)

and where's the difference in the result? ;)
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

Stupidity got us into this mess -- why can't it get us out?


signature.asc
Description: This is a digitally signed message part.


Re: Announce: the utility that dumps CVS logs for any port

2010-12-14 Thread Sergey V. Dyatko
On Tue, 14 Dec 2010 15:00:06 +0100
Alberto Villa  wrote:

> On Tuesday 14 December 2010 14:54:18 Sergey V. Dyatko wrote:
> > There is no attachments. Does it use cvs?
> 
> the file was attached. you can find it here anyway:
> http://people.freebsd.org/~avilla/share/portchangelog.sh
> 
> > You talking about  http://tiger.ipfw.ru/files/portchangelog.sh ?:)
> 
> nope :)

That's same script (thanks for it btw). but thread-starter use cvs,
not freshports :)

-- 
wbr, tiger
___
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: Announce: the utility that dumps CVS logs for any port

2010-12-14 Thread Alberto Villa
On Tuesday 14 December 2010 14:54:18 Sergey V. Dyatko wrote:
> There is no attachments. Does it use cvs?

the file was attached. you can find it here anyway:
http://people.freebsd.org/~avilla/share/portchangelog.sh

> You talking about  http://tiger.ipfw.ru/files/portchangelog.sh ?:)

nope :)
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

A crow perched himself on a telephone wire.  He was going to make a
long-distance caw.


signature.asc
Description: This is a digitally signed message part.


Re: Announce: the utility that dumps CVS logs for any port

2010-12-14 Thread Alberto Villa
On Monday 13 December 2010 22:22:34 Alexander Gromnitsky wrote:
> There is a small program--portvcs[0] that can feed your terminal with
> logs for a particular port from CVS server. It's useful for those of
> us who hates to browse cvsweb with firefox.

may i also suggest a non-ruby solution?
attached you can find a script i use locally (that's why it's definitely not 
polished). just...

$ ./portchangelog.sh x11/kdelibs4

...and you'll have your $PAGER filled with the log of that port
it has served me well so far...
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

Some people carve careers, others chisel them.


signature.asc
Description: This is a digitally signed message part.


Re: Announce: the utility that dumps CVS logs for any port

2010-12-13 Thread jhell
On 12/13/2010 16:22, Alexander Gromnitsky wrote:
> Hi,
> 
> There is a small program--portvcs[0] that can feed your terminal with
> logs for a particular port from CVS server. It's useful for those of
> us who hates to browse cvsweb with firefox.
> 
> For example, you can type:
> 
> % portvcs www/firefox
> 
> and it dumps logs for firefox (by default from now to 1 year ago). Or:
> 
> % pwd
> /usr/ports/x11-toolkits/gtk20
> % portvcs Makefile
> 
> to see logs for gtk20.
> 
> To install portvcs type:
> 
> # gem install portvcs
> 
> Warning: it requires Ruby 1.9.2 (and no other dependencies). Make sure
> you have
> 
> RUBY_DEFAULT_VER=1.9
> 
> in /etc/make.conf. Or install portvcs under RVM[1]. After installation
> type:
> 
> % ri PortVCS
> 
> to get additional help.
> 
> 
> [0] https://github.com/gromnitsky/portvcs
> [1] http://rvm.beginrescueend.com
> 
> 

Now there is something useful!

Thanks for this!

-- 

 jhell,v
___
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"


Announce: the utility that dumps CVS logs for any port

2010-12-13 Thread Alexander Gromnitsky
Hi,

There is a small program--portvcs[0] that can feed your terminal with
logs for a particular port from CVS server. It's useful for those of
us who hates to browse cvsweb with firefox.

For example, you can type:

% portvcs www/firefox

and it dumps logs for firefox (by default from now to 1 year ago). Or:

% pwd
/usr/ports/x11-toolkits/gtk20
% portvcs Makefile

to see logs for gtk20.

To install portvcs type:

# gem install portvcs

Warning: it requires Ruby 1.9.2 (and no other dependencies). Make sure
you have

RUBY_DEFAULT_VER=1.9

in /etc/make.conf. Or install portvcs under RVM[1]. After installation
type:

% ri PortVCS

to get additional help.


[0] https://github.com/gromnitsky/portvcs
[1] http://rvm.beginrescueend.com


-- 
Please consider the environment before printing this email.


___
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"