Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in

2006-01-28 Thread Andrew Pantyukhin
On 1/28/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Sat, Jan 28, 2006 at 04:59:32PM +, Pav Lucistnik wrote:
> > pav 2006-01-28 16:59:32 UTC
> >
> >   FreeBSD ports repository
> >
> >   Modified files:
> > www/yabb Makefile pkg-plist
> > www/yabb/files   pkg-message.in
> >   Log:
> >   - Now installs into /usr/local/www instead of 
> > /usr/local/www/{data,cgi-bin}
> >   - Data flatfiles are now cautiously left behind whether they have changed 
> > or not
>
> It's not OK for packages to leave files behind after deinstallation.
> Can you please fix this?
>
> Kris
>
>
>

NO_PACKAGE was set in the same commit, if that helps
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in

2006-01-28 Thread Andrew Pantyukhin
On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> Kris Kennaway píše v so 28. 01. 2006 v 14:38 -0500:
> > On Sat, Jan 28, 2006 at 04:59:32PM +, Pav Lucistnik wrote:
> > > pav 2006-01-28 16:59:32 UTC
> > >
> > >   FreeBSD ports repository
> > >
> > >   Modified files:
> > > www/yabb Makefile pkg-plist
> > > www/yabb/files   pkg-message.in
> > >   Log:
> > >   - Now installs into /usr/local/www instead of 
> > > /usr/local/www/{data,cgi-bin}
> > >   - Data flatfiles are now cautiously left behind whether they have 
> > > changed or not
> >
> > It's not OK for packages to leave files behind after deinstallation.
> > Can you please fix this?
>
> It does not leave any file behind after deinstallation which would not
> be created during installation.
>
> I believe that's definition of "good plist".
>
> --
> Pav Lucistnik <[EMAIL PROTECTED]>
>   <[EMAIL PROTECTED]>
>
> I have a quantum car. Every time I look at the speedometer I get lost...
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.2 (FreeBSD)
>
> iD8DBQBD28rantdYP8FOsoIRApfxAKDAbijff8p2aY4OW9JU9OQ+En/lyACfUq3S
> XIGcgawyokHXuCC2is3VreI=
> =oTra
> -END PGP SIGNATURE-
>
>
>

Actually "make install && make deinstall" will leave some
files behind (and warn about it), I'll implement a solution
some other time, I just wanted to do first things first. This
update already fixes a lot and makes it possible to use
yabb in production.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in

2006-01-28 Thread Andrew Pantyukhin
On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> Andrew Pantyukhin píše v so 28. 01. 2006 v 22:56 +0300:
> > On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> > > Kris Kennaway píše v so 28. 01. 2006 v 14:38 -0500:
> > > > On Sat, Jan 28, 2006 at 04:59:32PM +, Pav Lucistnik wrote:
> > > > > pav 2006-01-28 16:59:32 UTC
> > > > >
> > > > >   FreeBSD ports repository
> > > > >
> > > > >   Modified files:
> > > > > www/yabb Makefile pkg-plist
> > > > > www/yabb/files   pkg-message.in
> > > > >   Log:
> > > > >   - Now installs into /usr/local/www instead of 
> > > > > /usr/local/www/{data,cgi-bin}
> > > > >   - Data flatfiles are now cautiously left behind whether they have 
> > > > > changed or not
> > > >
> > > > It's not OK for packages to leave files behind after deinstallation.
> > > > Can you please fix this?
> > >
> > > It does not leave any file behind after deinstallation which would not
> > > be created during installation.
> > >
> > > I believe that's definition of "good plist".
>
> > Actually "make install && make deinstall" will leave some
> > files behind (and warn about it), I'll implement a solution
> > some other time, I just wanted to do first things first. This
> > update already fixes a lot and makes it possible to use
> > yabb in production.
>
> make install && make deinstall will not leave any files behind, I
> checked for this. why do you think it will?
>
> http://hood.oook.cz/tb/logs/5-amd64/yabb-2.1_1.log
>
> I also haven't added NO_PACKAGE to the port.
>
> --
> Pav Lucistnik <[EMAIL PROTECTED]>
>   <[EMAIL PROTECTED]>
>
> Do not meddle in the fashions of wizards,
> for they are seasonal and quick to fall out of style!
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.2 (FreeBSD)
>
> iD8DBQBD281ontdYP8FOsoIRAtv6AKCGNSE69ahecb7BPxxgmfwMys18TACePPUe
> sAr0kAlZLAJbFTkZ/k4f4ps=
> =YPiP
> -END PGP SIGNATURE-
>
>
>

It will, the warning is in your log.

The package won't leave any files because it's broken.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in

2006-01-28 Thread Andrew Pantyukhin
On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> Andrew Pantyukhin píše v so 28. 01. 2006 v 23:04 +0300:
> > On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> > > Andrew Pantyukhin píše v so 28. 01. 2006 v 22:56 +0300:
> > > > On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> > > > > Kris Kennaway píše v so 28. 01. 2006 v 14:38 -0500:
> > > > > > On Sat, Jan 28, 2006 at 04:59:32PM +, Pav Lucistnik wrote:
> > > > > > > pav 2006-01-28 16:59:32 UTC
> > > > > > >
> > > > > > >   FreeBSD ports repository
> > > > > > >
> > > > > > >   Modified files:
> > > > > > > www/yabb Makefile pkg-plist
> > > > > > > www/yabb/files   pkg-message.in
> > > > > > >   Log:
> > > > > > >   - Now installs into /usr/local/www instead of 
> > > > > > > /usr/local/www/{data,cgi-bin}
> > > > > > >   - Data flatfiles are now cautiously left behind whether they 
> > > > > > > have changed or not
> > > > > >
> > > > > > It's not OK for packages to leave files behind after deinstallation.
> > > > > > Can you please fix this?
> > > > >
> > > > > It does not leave any file behind after deinstallation which would not
> > > > > be created during installation.
> > > > >
> > > > > I believe that's definition of "good plist".
> > >
> > > > Actually "make install && make deinstall" will leave some
> > > > files behind (and warn about it), I'll implement a solution
> > > > some other time, I just wanted to do first things first. This
> > > > update already fixes a lot and makes it possible to use
> > > > yabb in production.
> > >
> > > make install && make deinstall will not leave any files behind, I
> > > checked for this. why do you think it will?
> > >
> > > http://hood.oook.cz/tb/logs/5-amd64/yabb-2.1_1.log
> > >
> > > I also haven't added NO_PACKAGE to the port.
>
> > It will, the warning is in your log.
> >
> > The package won't leave any files because it's broken.
>
> But how exactly it is broken? Because in my log, it haven't left any
> files behind. The log would otherwise contain a list of those files in
> the very end.
>
> --
> Pav Lucistnik <[EMAIL PROTECTED]>
>   <[EMAIL PROTECTED]>
>
> Sun couldn't care less about Linux other than it now being necessary
> in order to be buzzword compliant.
>   -- Al Dente
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.2 (FreeBSD)
>
> iD8DBQBD289HntdYP8FOsoIRApt1AJ4mFj9n57XHp8j1qW3R8oS/KMmL5gCgxEYp
> eWA91LceWmHzjNi54vGb5YE=
> =szi3
> -END PGP SIGNATURE-
>
>
>

plist is incomplete. The port works. The package doesn't.
I'm finishing a more elaborate reply right now
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in

2006-01-28 Thread Andrew Pantyukhin
On 1/28/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Sat, Jan 28, 2006 at 10:44:29PM +0300, Andrew Pantyukhin wrote:
> > On 1/28/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > > On Sat, Jan 28, 2006 at 04:59:32PM +, Pav Lucistnik wrote:
> > > > pav 2006-01-28 16:59:32 UTC
> > > >
> > > >   FreeBSD ports repository
> > > >
> > > >   Modified files:
> > > > www/yabb Makefile pkg-plist
> > > > www/yabb/files   pkg-message.in
> > > >   Log:
> > > >   - Now installs into /usr/local/www instead of 
> > > > /usr/local/www/{data,cgi-bin}
> > > >   - Data flatfiles are now cautiously left behind whether they have 
> > > > changed or not
> > >
> > > It's not OK for packages to leave files behind after deinstallation.
> > > Can you please fix this?
> > >
> > > Kris
> > >
> > >
> > >
> >
> > NO_PACKAGE was set in the same commit, if that helps
>
> It's still not OK, but now you just hid the problem from the package
> cluster :)
>
> Kris
>
>
>

No, it's not about the package cluster. The plist is incomplete,
that's the simplest/stupidest way to deal with 3 dozen important
data files in different dirs.

I wish there was some way to leverage the file checksums in
the package database and tell pkg_delete (and pkg_deinstall,
too) not to remove any modified files unless the user has very
specifically told otherwise. AFAIK there isn't. I guess I'll have
to do it manually (in pkg-). I haven't done it yet, but
I felt it was not _that_ important. Warnings are in place,
package building is denied.

If you can't look at it without remorse, shoot me, mark it
broken, delete it, whatever. I still can't see what's itching so
bad.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in

2006-01-28 Thread Andrew Pantyukhin
On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> Andrew Pantyukhin píše v so 28. 01. 2006 v 23:10 +0300:
> > On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> > > Andrew Pantyukhin píše v so 28. 01. 2006 v 23:04 +0300:
> > > > On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> > > > > Andrew Pantyukhin píše v so 28. 01. 2006 v 22:56 +0300:
> > > > > > On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> > > > > > > Kris Kennaway píše v so 28. 01. 2006 v 14:38 -0500:
> > > > > > > > On Sat, Jan 28, 2006 at 04:59:32PM +, Pav Lucistnik wrote:
> > > > > > > > > pav 2006-01-28 16:59:32 UTC
> > > > > > > > >
> > > > > > > > >   FreeBSD ports repository
> > > > > > > > >
> > > > > > > > >   Modified files:
> > > > > > > > > www/yabb Makefile pkg-plist
> > > > > > > > > www/yabb/files   pkg-message.in
> > > > > > > > >   Log:
> > > > > > > > >   - Now installs into /usr/local/www instead of 
> > > > > > > > > /usr/local/www/{data,cgi-bin}
> > > > > > > > >   - Data flatfiles are now cautiously left behind whether 
> > > > > > > > > they have changed or not
> > > > > > > >
> > > > > > > > It's not OK for packages to leave files behind after 
> > > > > > > > deinstallation.
> > > > > > > > Can you please fix this?
> > > > > > >
> > > > > > > It does not leave any file behind after deinstallation which 
> > > > > > > would not
> > > > > > > be created during installation.
> > > > > > >
> > > > > > > I believe that's definition of "good plist".
> > > > >
> > > > > > Actually "make install && make deinstall" will leave some
> > > > > > files behind (and warn about it), I'll implement a solution
> > > > > > some other time, I just wanted to do first things first. This
> > > > > > update already fixes a lot and makes it possible to use
> > > > > > yabb in production.
> > > > >
> > > > > make install && make deinstall will not leave any files behind, I
> > > > > checked for this. why do you think it will?
> > > > >
> > > > > http://hood.oook.cz/tb/logs/5-amd64/yabb-2.1_1.log
> > > > >
> > > > > I also haven't added NO_PACKAGE to the port.
> > >
> > > > It will, the warning is in your log.
> > > >
> > > > The package won't leave any files because it's broken.
> > >
> > > But how exactly it is broken? Because in my log, it haven't left any
> > > files behind. The log would otherwise contain a list of those files in
> > > the very end.
>
> > plist is incomplete. The port works. The package doesn't.
> > I'm finishing a more elaborate reply right now
>
> But the package contains exactly the same list of files port installs?

No, if plist is incomplete, it means it doesn't.

For example, yabb/Paths.pl is installed by the port,
but it's not in the plist and it's not in the package :-(
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in

2006-01-28 Thread Andrew Pantyukhin
On 1/28/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Sat, Jan 28, 2006 at 11:13:14PM +0300, Andrew Pantyukhin wrote:
> > On 1/28/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > > On Sat, Jan 28, 2006 at 10:44:29PM +0300, Andrew Pantyukhin wrote:
> > > > On 1/28/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > > > > On Sat, Jan 28, 2006 at 04:59:32PM +, Pav Lucistnik wrote:
> > > > > > pav 2006-01-28 16:59:32 UTC
> > > > > >
> > > > > >   FreeBSD ports repository
> > > > > >
> > > > > >   Modified files:
> > > > > > www/yabb Makefile pkg-plist
> > > > > > www/yabb/files   pkg-message.in
> > > > > >   Log:
> > > > > >   - Now installs into /usr/local/www instead of 
> > > > > > /usr/local/www/{data,cgi-bin}
> > > > > >   - Data flatfiles are now cautiously left behind whether they have 
> > > > > > changed or not
> > > > >
> > > > > It's not OK for packages to leave files behind after deinstallation.
> > > > > Can you please fix this?
> > > > >
> > > > > Kris
> > > > >
> > > > >
> > > > >
> > > >
> > > > NO_PACKAGE was set in the same commit, if that helps
> > >
> > > It's still not OK, but now you just hid the problem from the package
> > > cluster :)
> > >
> > > Kris
> > >
> > >
> > >
> >
> > No, it's not about the package cluster. The plist is incomplete,
> > that's the simplest/stupidest way to deal with 3 dozen important
> > data files in different dirs.
> >
> > I wish there was some way to leverage the file checksums in
> > the package database and tell pkg_delete (and pkg_deinstall,
> > too) not to remove any modified files unless the user has very
> > specifically told otherwise. AFAIK there isn't. I guess I'll have
> > to do it manually (in pkg-). I haven't done it yet, but
> > I felt it was not _that_ important. Warnings are in place,
> > package building is denied.
> >
> > If you can't look at it without remorse, shoot me, mark it
> > broken, delete it, whatever. I still can't see what's itching so
> > bad.
>
> It's about standards that ports need to live up to - otherwise pretty
> soon we wind up back in the situation where 2000 packages have packing
> lists that bear little resemblence to what their ports install, and
> related quality problems.  Anyway, thanks for working on it.

Thanks to you for keeping an eye wide open!

If anything is done to this port other than a total removal,
will one of you please add a BROKEN or NO_PACAKGE
to it (the latter being closer to my heart). Thanks!
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in

2006-01-28 Thread Andrew Pantyukhin
On 1/28/06, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> Andrew Pantyukhin píše v so 28. 01. 2006 v 23:13 +0300:
> > On 1/28/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > > On Sat, Jan 28, 2006 at 10:44:29PM +0300, Andrew Pantyukhin wrote:
> > > > On 1/28/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > > > > On Sat, Jan 28, 2006 at 04:59:32PM +, Pav Lucistnik wrote:
> > > > > > pav 2006-01-28 16:59:32 UTC
> > > > > >
> > > > > >   FreeBSD ports repository
> > > > > >
> > > > > >   Modified files:
> > > > > > www/yabb Makefile pkg-plist
> > > > > > www/yabb/files   pkg-message.in
> > > > > >   Log:
> > > > > >   - Now installs into /usr/local/www instead of 
> > > > > > /usr/local/www/{data,cgi-bin}
> > > > > >   - Data flatfiles are now cautiously left behind whether they have 
> > > > > > changed or not
> > > > >
> > > > > It's not OK for packages to leave files behind after deinstallation.
> > > > > Can you please fix this?
> > > > >
> > > > > Kris
> > > > >
> > > > >
> > > > >
> > > >
> > > > NO_PACKAGE was set in the same commit, if that helps
> > >
> > > It's still not OK, but now you just hid the problem from the package
> > > cluster :)
> > >
> > > Kris
> > >
> > >
> > >
> >
> > No, it's not about the package cluster. The plist is incomplete,
> > that's the simplest/stupidest way to deal with 3 dozen important
> > data files in different dirs.
> >
> > I wish there was some way to leverage the file checksums in
> > the package database and tell pkg_delete (and pkg_deinstall,
> > too) not to remove any modified files unless the user has very
> > specifically told otherwise. AFAIK there isn't. I guess I'll have
> > to do it manually (in pkg-). I haven't done it yet, but
> > I felt it was not _that_ important. Warnings are in place,
> > package building is denied.
>
> There is a documented way for dealing with such files:
>
> http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html

Yes, and it sucks. It works when it's about a couple of
configuration files. But it can't be used as a general
purpose way of handling modified files. We'll end up
installing double trees for all such ports and comparing
them before deinstallation.

Checksums are good for that, our pkg system can create
them, can tell us if a file has been modified, hell it can
even deinstall a package keeping all modified files
intact. But it's not flexible enough yet, so when I use
portupgrade all files are going to get deleted anyway.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/x11-themes/linux-hicolor-icon-theme Makefile pkg-plist

2006-02-14 Thread Andrew Pantyukhin
On 2/14/06, Alexander Leidinger <[EMAIL PROTECTED]> wrote:
> Jean-Yves Lefort <[EMAIL PROTECTED]> wrote:
>
> > jylefort2006-02-14 05:33:46 UTC
> >
> >  FreeBSD ports repository
> >
> >  Modified files:
> >x11-themes/linux-hicolor-icon-theme Makefile
> >  Added files:
> >x11-themes/linux-hicolor-icon-theme pkg-plist
> >  Log:
> >  Fix packing list.
> >
> >  Reported by:pointyhat via kris
>
> While this port doesn't depend upon linux_base, it does extend it. So I think
> USE_LINUX=yes should be used. This way you could get rid of the dirmtry
> entries of directories which are owned by the linux_base port.

That's exactly what I think:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/93327

I'd like to thank Jean-Yves Lefort for his rapid response to
the pointyhat notice, and I'd also like to ask him to let
maintainers take some time and come up with solutions
of their own. No one is going to die if a port stays broken
for a couple of days.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent

2006-05-06 Thread Andrew Pantyukhin
sat 2006-05-06 22:04:15 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
en_US.ISO8859-1/share/sgml authors.ent 
  Log:
  Initial commit as a new developer.
  
  Approved by:krion
  
  Revision  ChangesPath
  1.380 +2 -0  doc/en_US.ISO8859-1/share/sgml/authors.ent
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml

2006-05-07 Thread Andrew Pantyukhin
sat 2006-05-07 07:34:22 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  contrib.committers.sgml 
  Log:
  Move myself from Additional Contributors to Developers
  
  Approved by:krion
  
  Revision  ChangesPath
  1.547 +0 -5  
doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
  1.124 +4 -0  
doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: www/en/news news.xml

2006-05-07 Thread Andrew Pantyukhin
sat 2006-05-07 07:39:56 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
en/news  news.xml 
  Log:
  Good tidings we bring, I'm a new ports committer.
  
  Approved by:krion
  
  Revision  ChangesPath
  1.390 +10 -1 www/en/news/news.xml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent sat.key

2006-05-07 Thread Andrew Pantyukhin
sat 2006-05-07 07:42:46 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent 
  Added files:
share/pgpkeyssat.key 
  Log:
  Add my pgp entity
  
  Approved by:krion
  
  Revision  ChangesPath
  1.15  +6 -1  doc/share/pgpkeys/pgpkeys-developers.sgml
  1.106 +1 -0  doc/share/pgpkeys/pgpkeys.ent
  1.1   +52 -0 doc/share/pgpkeys/sat.key (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/astro/xearth/files freebsd.committers.markers

2006-05-07 Thread Andrew Pantyukhin
sat 2006-05-07 07:44:20 UTC

  FreeBSD ports repository

  Modified files:
astro/xearth/files   freebsd.committers.markers 
  Log:
  Add my location
  
  Approved by:krion
  
  Revision  ChangesPath
  1.291 +2 -1  ports/astro/xearth/files/freebsd.committers.markers
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/usr.bin/calendar/calendars calendar.freebsd

2006-05-07 Thread Andrew Pantyukhin
sat 2006-05-07 07:45:39 UTC

  FreeBSD src repository (ports committer)

  Modified files:
usr.bin/calendar/calendars calendar.freebsd 
  Log:
  Add myself
  
  Approved by:krion
  
  Revision  ChangesPath
  1.178 +1 -0  src/usr.bin/calendar/calendars/calendar.freebsd
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/linux-firefox Makefile pkg-descr pkg-plist ports/www/linux-firefox/files linkfarm.in linux-firefox.desktop.in pkg-message.in run ports/www/linux-flock Makefile distinfo pkg-plist

2006-05-07 Thread Andrew Pantyukhin
sat 2006-05-07 16:48:52 UTC

  FreeBSD ports repository

  Modified files:
www/linux-firefoxMakefile pkg-descr pkg-plist 
www/linux-firefox/files linux-firefox.desktop.in 
www/linux-flock  Makefile distinfo pkg-plist 
www/linux-flock/files linux-flock.desktop.in 
www/linux-mozillaMakefile 
www/linux-mozilla/files linux-mozilla.desktop.in 
www/linux-seamonkey  Makefile pkg-descr pkg-plist 
www/linux-seamonkey/files linkfarm.in 
  linux-seamonkey.desktop.in 
  pkg-message.in 
mail/linux-thunderbird Makefile 
mail/linux-thunderbird/files linux-thunderbird.desktop.in 
  Added files:
www/linux-seamonkey  Makefile.common 
  Removed files:
www/linux-firefox/files linkfarm.in pkg-message.in run 
www/linux-flock/files linkfarm.in pkg-message.in run 
www/linux-mozilla/files linkfarm.in pkg-message.in run 
mail/linux-thunderbird/files run 
  Log:
  - Move common code code and files from mozilla linux binary
ports to www/linux-seamonkey
  - Add translations to desktop entries by snatching them from
native apps [1]
  - Update www/linux-flock to 0.5.15.0
  
  Inspired by: Masashi CHIBA <[EMAIL PROTECTED]> [1]
  PR: 96784
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.2   +3 -45 ports/mail/linux-thunderbird/Makefile
  1.2   +3 -3  
ports/mail/linux-thunderbird/files/linux-thunderbird.desktop.in
  1.2   +0 -1  ports/mail/linux-thunderbird/files/run (dead)
  1.25  +3 -59 ports/www/linux-firefox/Makefile
  1.6   +0 -17 ports/www/linux-firefox/files/linkfarm.in (dead)
  1.2   +185 -3ports/www/linux-firefox/files/linux-firefox.desktop.in
  1.3   +0 -4  ports/www/linux-firefox/files/pkg-message.in (dead)
  1.2   +0 -1  ports/www/linux-firefox/files/run (dead)
  1.6   +1 -1  ports/www/linux-firefox/pkg-descr
  1.3   +211 -210  ports/www/linux-firefox/pkg-plist
  1.2   +6 -60 ports/www/linux-flock/Makefile
  1.2   +3 -3  ports/www/linux-flock/distinfo
  1.2   +0 -18 ports/www/linux-flock/files/linkfarm.in (dead)
  1.2   +2 -1  ports/www/linux-flock/files/linux-flock.desktop.in
  1.2   +0 -4  ports/www/linux-flock/files/pkg-message.in (dead)
  1.2   +0 -1  ports/www/linux-flock/files/run (dead)
  1.2   +229 -241  ports/www/linux-flock/pkg-plist
  1.50  +3 -51 ports/www/linux-mozilla/Makefile
  1.2   +0 -18 ports/www/linux-mozilla/files/linkfarm.in (dead)
  1.2   +100 -100  ports/www/linux-mozilla/files/linux-mozilla.desktop.in
  1.2   +0 -4  ports/www/linux-mozilla/files/pkg-message.in (dead)
  1.2   +0 -1  ports/www/linux-mozilla/files/run (dead)
  1.6   +4 -59 ports/www/linux-seamonkey/Makefile
  1.1   +96 -0 ports/www/linux-seamonkey/Makefile.common (new)
  1.4   +2 -3  ports/www/linux-seamonkey/files/linkfarm.in
  1.2   +164 -3
ports/www/linux-seamonkey/files/linux-seamonkey.desktop.in
  1.2   +4 -4  ports/www/linux-seamonkey/files/pkg-message.in
  1.2   +1 -2  ports/www/linux-seamonkey/pkg-descr
  1.4   +503 -503  ports/www/linux-seamonkey/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/textproc/xxdiff Makefile distinfo pkg-descr pkg-plist

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 07:39:56 UTC

  FreeBSD ports repository

  Modified files:
textproc/xxdiff  Makefile distinfo pkg-descr 
  Removed files:
textproc/xxdiff  pkg-plist 
  Log:
  - Update to 3.0.4
  - Take maintainer ship
  
  PR: ports/95828
  Submitted by:   me
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.16  +16 -27ports/textproc/xxdiff/Makefile
  1.10  +3 -3  ports/textproc/xxdiff/distinfo
  1.2   +1 -1  ports/textproc/xxdiff/pkg-descr
  1.3   +0 -62 ports/textproc/xxdiff/pkg-plist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11/workrave Makefile distinfo pkg-plist ports/x11/workrave/files patch-frontend-common-src-system

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 07:42:13 UTC

  FreeBSD ports repository

  Modified files:
x11/workrave Makefile distinfo pkg-plist 
  Removed files:
x11/workrave/files   patch-frontend-common-src-system 
  Log:
  - Update to 1.8.2
  - Take maintainership
  
  PR: ports/95843
  Submitted by:   me
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.17  +6 -7  ports/x11/workrave/Makefile
  1.7   +3 -3  ports/x11/workrave/distinfo
  1.2   +0 -10 
ports/x11/workrave/files/patch-frontend-common-src-system (dead)
  1.6   +15 -15ports/x11/workrave/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/finance/xquote Makefile distinfo pkg-descr ports/finance/xquote/files patch-Imakefile patch-ad patch-ae patch-color.c

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 07:43:49 UTC

  FreeBSD ports repository

  Modified files:
finance/xquote   Makefile distinfo pkg-descr 
  Added files:
finance/xquote/files patch-Imakefile patch-color.c 
  Removed files:
finance/xquote/files patch-ad patch-ae 
  Log:
  - Update to 2.6.10
  - Take maintainership
  
  PR: ports/95869
  Submitted by:   me
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.16  +3 -3  ports/finance/xquote/Makefile
  1.5   +3 -3  ports/finance/xquote/distinfo
  1.1   +11 -0 ports/finance/xquote/files/patch-Imakefile (new)
  1.4   +0 -23 ports/finance/xquote/files/patch-ad (dead)
  1.2   +0 -11 ports/finance/xquote/files/patch-ae (dead)
  1.1   +11 -0 ports/finance/xquote/files/patch-color.c (new)
  1.3   +1 -1  ports/finance/xquote/pkg-descr
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/games/dopewars Makefile distinfo pkg-descr pkg-plist ports/games/dopewars/files patch-doc::Makefile.in patch-doc::help::Makefile.in

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 07:53:48 UTC

  FreeBSD ports repository

  Modified files:
games/dopewars   Makefile distinfo pkg-descr pkg-plist 
  Removed files:
games/dopewars/files patch-doc::Makefile.in 
 patch-doc::help::Makefile.in 
  Log:
  - Update to 1.5.12
  - portlint(1)
  - Take maintainership
  
  PR: ports/95886
  Submitted by:   me
  Approved by:krion (me)
  
  Revision  ChangesPath
  1.32  +14 -10ports/games/dopewars/Makefile
  1.19  +3 -3  ports/games/dopewars/distinfo
  1.6   +0 -27 ports/games/dopewars/files/patch-doc::Makefile.in (dead)
  1.2   +0 -14 ports/games/dopewars/files/patch-doc::help::Makefile.in 
(dead)
  1.4   +1 -1  ports/games/dopewars/pkg-descr
  1.17  +44 -46ports/games/dopewars/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net/radvd Makefile distinfo pkg-descr pkg-message pkg-plist ports/net/radvd/files radvd.in

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 07:55:34 UTC

  FreeBSD ports repository

  Modified files:
net/radvdMakefile distinfo pkg-descr 
  Added files:
net/radvd/files  radvd.in 
  Removed files:
net/radvdpkg-message pkg-plist 
  Log:
  - Update to 0.9.1
  - RC'ify
  - Take maintainership
  
  PR: ports/95889
  Submitted by:   me
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.8   +12 -11ports/net/radvd/Makefile
  1.7   +3 -3  ports/net/radvd/distinfo
  1.1   +25 -0 ports/net/radvd/files/radvd.in (new)
  1.3   +1 -1  ports/net/radvd/pkg-descr
  1.2   +0 -9  ports/net/radvd/pkg-message (dead)
  1.2   +0 -6  ports/net/radvd/pkg-plist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/games/dopewars Makefile distinfo pkg-descr pkg-plist ports/games/dopewars/files patch-doc::Makefile.in patch-doc::help::Makefile.in

2006-05-08 Thread Andrew Pantyukhin

On 5/8/06, Anton Berezin <[EMAIL PROTECTED]> wrote:

On Mon, May 08, 2006 at 07:53:48AM +, Andrew Pantyukhin wrote:
> sat 2006-05-08 07:53:48 UTC

>   PR: ports/95886
>   Submitted by:   me

You are aware about [EMAIL PROTECTED], right?

Login: me   Name: Michael Elbel

:-)

Cheers,
\Anton.
--
An undefined problem has an infinite number of solutions.
-- Robert A. Humphrey



me not as in me@, but as in myself. Sorry, I'll write "myself"
next time. And sorry about 'krion (me)' - just a typo. We saw
"Approved by: somebody (mental)" the other day, now that
was pretty darn funny :)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net-im Makefile ports/net-im/cjc Makefile distinfo pkg-descr pkg-plist

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 13:50:27 UTC

  FreeBSD ports repository

  Modified files:
net-im   Makefile 
  Added files:
net-im/cjc   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add cjc: The Console Jabber Client
  
  PR: ports/96097
  Submitted by:   sat
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.18  +1 -0  ports/net-im/Makefile
  1.1   +35 -0 ports/net-im/cjc/Makefile (new)
  1.1   +3 -0  ports/net-im/cjc/distinfo (new)
  1.1   +6 -0  ports/net-im/cjc/pkg-descr (new)
  1.1   +89 -0 ports/net-im/cjc/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 13:52:21 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
cjc --> ports/net-im/cjc
  
  Revision  ChangesPath
  1.14851   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/deskutils/gnochm Makefile distinfo pkg-plist

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 13:57:23 UTC

  FreeBSD ports repository

  Modified files:
deskutils/gnochm Makefile distinfo pkg-plist 
  Log:
  - Update to 0.9.7
  
  PR: ports/96654
  Submitted by:   sat
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.10  +7 -7  ports/deskutils/gnochm/Makefile
  1.5   +3 -3  ports/deskutils/gnochm/distinfo
  1.7   +3 -0  ports/deskutils/gnochm/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/editors/leafpad Makefile distinfo pkg-plist

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:00:15 UTC

  FreeBSD ports repository

  Modified files:
editors/leafpad  Makefile distinfo pkg-plist 
  Log:
  - Update to 0.8.9
  
  PR: ports/96662
  Submitted by:   sat
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.24  +5 -9  ports/editors/leafpad/Makefile
  1.12  +3 -3  ports/editors/leafpad/distinfo
  1.13  +1 -0  ports/editors/leafpad/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/misc/nut Makefile distinfo pkg-plist

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:03:38 UTC

  FreeBSD ports repository

  Modified files:
misc/nut Makefile distinfo 
  Removed files:
misc/nut pkg-plist 
  Log:
  - Move plist to Makefile
  - Use BZIP2
  
  PR: ports/96687
  Submitted by:   sat
  Approved by:krion (mentor)
  Approved by:Martin Wilke <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.61  +20 -20ports/misc/nut/Makefile
  1.55  +3 -3  ports/misc/nut/distinfo
  1.8   +0 -9  ports/misc/nut/pkg-plist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security Makefile ports/security/parano Makefile distinfo pkg-descr pkg-plist

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:06:14 UTC

  FreeBSD ports repository

  Modified files:
security Makefile 
  Added files:
security/parano  Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add parano: A Gnome program to deal with hashfiles
  
  PR: ports/96710
  Submitted by:   sat
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.751 +1 -0  ports/security/Makefile
  1.1   +32 -0 ports/security/parano/Makefile (new)
  1.1   +3 -0  ports/security/parano/distinfo (new)
  1.1   +4 -0  ports/security/parano/pkg-descr (new)
  1.1   +14 -0 ports/security/parano/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:06:59 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
parano --> ports/security/parano
  
  Revision  ChangesPath
  1.14852   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/archivers/xarchive Makefile distinfo pkg-plist

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:10:47 UTC

  FreeBSD ports repository

  Modified files:
archivers/xarchive   Makefile distinfo pkg-plist 
  Log:
  - Update to 0.2.8.6
  - Don't install docs (they are copies of the manpage)
  - Add support for deb archives
  - Depend on rpm-3 instead of rpm4
  
  PR: ports/96577
  Submitted by:   sat
  Approved by:krion (mentor)
  Approved by:Mark Kane <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.3   +11 -3 ports/archivers/xarchive/Makefile
  1.4   +3 -3  ports/archivers/xarchive/distinfo
  1.4   +0 -3  ports/archivers/xarchive/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/xpi-mldonkey Makefile distinfo pkg-descr ports/www/xpi-mldonkey/files chrome.manifest

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:16:23 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/xpi-mldonkey Makefile distinfo pkg-descr 
www/xpi-mldonkey/files chrome.manifest 
  Log:
  Add xpi-mldonkey: an extension that handles p2p protocols links
  
  PR: ports/95983
  Submitted by:   sat
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1391+1 -0  ports/www/Makefile
  1.1   +22 -0 ports/www/xpi-mldonkey/Makefile (new)
  1.1   +3 -0  ports/www/xpi-mldonkey/distinfo (new)
  1.1   +1 -0  ports/www/xpi-mldonkey/files/chrome.manifest (new)
  1.1   +15 -0 ports/www/xpi-mldonkey/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:17:12 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
xpi-mldonkey --> ports/www/xpi-mldonkey
  
  Revision  ChangesPath
  1.14853   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/xpi-cutemenus-crystalsvg Makefile distinfo pkg-descr

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:22:00 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/xpi-cutemenus-crystalsvg Makefile distinfo pkg-descr 
  Log:
  CuteMenus is an extension that adds icons to menus of all available
  versions of Firefox, Flock and Thunderbird.
  
  WWW: http://www.cutemenuproject.com/
  
  PR: ports/96764
  Submitted by:   Lapo Luchini <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1392+1 -0  ports/www/Makefile
  1.1   +23 -0 ports/www/xpi-cutemenus-crystalsvg/Makefile (new)
  1.1   +3 -0  ports/www/xpi-cutemenus-crystalsvg/distinfo (new)
  1.1   +7 -0  ports/www/xpi-cutemenus-crystalsvg/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:22:49 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
xpi-cutemenus-crystalsvg --> ports/www/xpi-cutemenus-crystalsvg
  
  Revision  ChangesPath
  1.14854   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/xpi-stumbleupon Makefile distinfo pkg-descr ports/www/xpi-stumbleupon/files chrome.manifest

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 14:25:06 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/xpi-stumbleupon  Makefile distinfo pkg-descr 
www/xpi-stumbleupon/files chrome.manifest 
  Log:
  StumbleUpon is an extension that lets you "channelsurf" the best-reviewed
  sites on the web.
  It is a collaborative surfing tool for browsing, reviewing and sharing
  great sites with like-minded people. This helps you find interesting
  webpages you wouldn't think to search for.
  
  PR: ports/96771
  Submitted by:   Lapo Luchini <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1393+1 -0  ports/www/Makefile
  1.1   +21 -0 ports/www/xpi-stumbleupon/Makefile (new)
  1.1   +3 -0  ports/www/xpi-stumbleupon/distinfo (new)
  1.1   +7 -0  ports/www/xpi-stumbleupon/files/chrome.manifest (new)
  1.1   +10 -0 ports/www/xpi-stumbleupon/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/archivers/linux-unace Makefile ports/audio/bmp-crossfade Makefile ports/audio/bmp-mac Makefile ports/audio/bmp-modplug Makefile ports/audio/laudio Makefile ports/audio/xmms-crossfade

2006-05-08 Thread Andrew Pantyukhin
sat 2006-05-08 21:41:11 UTC

  FreeBSD ports repository

  Modified files:
archivers/linux-unace Makefile 
audio/bmp-crossfade  Makefile 
audio/bmp-macMakefile 
audio/bmp-modplugMakefile 
audio/laudio Makefile 
audio/xmms-crossfade Makefile 
audio/xmms-modplug   Makefile 
converters/htx   Makefile 
deskutils/bitcollider Makefile 
deskutils/plans  Makefile 
deskutils/when   Makefile 
ftp/cmdftp   Makefile 
games/freecivMakefile 
graphics/dcraw   Makefile 
mail/linux-thunderbird Makefile 
multimedia/subtools  Makefile 
net/spoofer  Makefile 
net-im/cjc   Makefile 
net-im/py-xmpppy Makefile 
net-im/py-xmpppy-irc Makefile 
print/cups-smb-backend Makefile 
security/parano  Makefile 
security/secpanelMakefile 
textproc/archmageMakefile 
textproc/redet   Makefile 
www/aria2Makefile 
www/conkeror Makefile 
www/linux-mozillaMakefile 
www/linux-flock  Makefile 
www/xpi-adblock  Makefile Makefile.xpi 
www/xpi-colorfultabs Makefile 
www/xpi-fasterfoxMakefile 
www/xpi-mldonkey Makefile 
www/xpi-noscript Makefile 
www/xpi-tabmixplus   Makefile 
www/yabb Makefile 
x11-themes/linux-hicolor-icon-theme Makefile 
  Log:
  Update my e-mail address
  
  Approved by:krion (mentor, implicit)
  
  Revision  ChangesPath
  1.12  +2 -2  ports/archivers/linux-unace/Makefile
  1.2   +1 -1  ports/audio/bmp-crossfade/Makefile
  1.2   +2 -2  ports/audio/bmp-mac/Makefile
  1.4   +2 -2  ports/audio/bmp-modplug/Makefile
  1.2   +2 -2  ports/audio/laudio/Makefile
  1.29  +1 -1  ports/audio/xmms-crossfade/Makefile
  1.5   +2 -2  ports/audio/xmms-modplug/Makefile
  1.6   +1 -1  ports/converters/htx/Makefile
  1.3   +2 -2  ports/deskutils/bitcollider/Makefile
  1.36  +1 -1  ports/deskutils/plans/Makefile
  1.2   +2 -2  ports/deskutils/when/Makefile
  1.10  +1 -1  ports/ftp/cmdftp/Makefile
  1.71  +1 -1  ports/games/freeciv/Makefile
  1.13  +1 -1  ports/graphics/dcraw/Makefile
  1.3   +2 -2  ports/mail/linux-thunderbird/Makefile
  1.2   +2 -2  ports/multimedia/subtools/Makefile
  1.2   +2 -2  ports/net-im/cjc/Makefile
  1.2   +2 -2  ports/net-im/py-xmpppy-irc/Makefile
  1.2   +2 -2  ports/net-im/py-xmpppy/Makefile
  1.2   +2 -2  ports/net/spoofer/Makefile
  1.2   +2 -2  ports/print/cups-smb-backend/Makefile
  1.2   +2 -2  ports/security/parano/Makefile
  1.16  +1 -1  ports/security/secpanel/Makefile
  1.8   +1 -1  ports/textproc/archmage/Makefile
  1.11  +1 -1  ports/textproc/redet/Makefile
  1.2   +2 -2  ports/www/aria2/Makefile
  1.2   +2 -2  ports/www/conkeror/Makefile
  1.3   +2 -2  ports/www/linux-flock/Makefile
  1.51  +1 -1  ports/www/linux-mozilla/Makefile
  1.2   +2 -2  ports/www/xpi-adblock/Makefile
  1.3   +2 -2  ports/www/xpi-adblock/Makefile.xpi
  1.2   +2 -2  ports/www/xpi-colorfultabs/Makefile
  1.2   +2 -2  ports/www/xpi-fasterfox/Makefile
  1.2   +2 -2  ports/www/xpi-mldonkey/Makefile
  1.2   +2 -2  ports/www/xpi-noscript/Makefile
  1.2   +2 -2  ports/www/xpi-tabmixplus/Makefile
  1.5   +2 -2  ports/www/yabb/Makefile
  1.4   +2 -2  ports/x11-themes/linux-hicolor-icon-theme/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/eyeos Makefile distinfo pkg-descr pkg-plist ports/www/eyeos/files pkg-message.in

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 18:46:49 UTC

  FreeBSD ports repository

  Added files:
www/eyeosMakefile distinfo pkg-descr pkg-plist 
www/eyeos/files  pkg-message.in 
  Log:
  Add eyeOS: a Web Based Desktop System
  
  PR: ports/95303
  Submitted by:   Nicola Vitale <[EMAIL PROTECTED]>
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.1   +58 -0 ports/www/eyeos/Makefile (new)
  1.1   +3 -0  ports/www/eyeos/distinfo (new)
  1.1   +16 -0 ports/www/eyeos/files/pkg-message.in (new)
  1.1   +9 -0  ports/www/eyeos/pkg-descr (new)
  1.1   +802 -0ports/www/eyeos/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 18:48:39 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Log:
  Add eyeOS: a Web Based Desktop System
  
  PR: ports/95303
  Submitted by:   Nicola Vitale <[EMAIL PROTECTED]>
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.1395+1 -0  ports/www/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 18:50:37 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
eyeos --> ports/www/eyeos
  
  Revision  ChangesPath
  1.14897   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/eyeos-themes Makefile distinfo pkg-descr pkg-plist

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 18:55:36 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/eyeos-themes Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add eyeOS-themes: A themes collection for eyeOS
  
  PR: ports/95409
  Submitted by:   Nicola Vitale <[EMAIL PROTECTED]>
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.1396+1 -0  ports/www/Makefile
  1.1   +55 -0 ports/www/eyeos-themes/Makefile (new)
  1.1   +24 -0 ports/www/eyeos-themes/distinfo (new)
  1.1   +3 -0  ports/www/eyeos-themes/pkg-descr (new)
  1.1   +591 -0ports/www/eyeos-themes/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 18:56:30 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
eyeos-themes --> ports/www/eyeos-themes
  
  Revision  ChangesPath
  1.14898   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/Mk bsd.sites.mk

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:01:20 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.sites.mk 
  Log:
  update bsd.sites.mk - add berlios mirrors
  
  Berlios is a popular SourceForge clone
  
  Revision  ChangesPath
  1.365 +7 -1  ports/Mk/bsd.sites.mk
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/ftp/gwget Makefile distinfo pkg-plist ports/ftp/gwget/files patch-src__gwget_data.c patch-src_gwget_data.c patch-src_main.c patch-src_wget-log.c

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:08:09 UTC

  FreeBSD ports repository

  Modified files:
ftp/gwgetMakefile distinfo pkg-plist 
  Added files:
ftp/gwget/files  patch-src__gwget_data.c 
  Removed files:
ftp/gwget/files  patch-src_gwget_data.c patch-src_main.c 
 patch-src_wget-log.c 
  Log:
  - Update to 0.98.1
  - Fix epiphany extension
  
  PR: ports/96665
  Submitted by:   sat
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.16  +11 -11ports/ftp/gwget/Makefile
  1.9   +3 -3  ports/ftp/gwget/distinfo
  1.1   +10 -0 ports/ftp/gwget/files/patch-src__gwget_data.c (new)
  1.2   +0 -10 ports/ftp/gwget/files/patch-src_gwget_data.c (dead)
  1.3   +0 -42 ports/ftp/gwget/files/patch-src_main.c (dead)
  1.2   +0 -63 ports/ftp/gwget/files/patch-src_wget-log.c (dead)
  1.9   +10 -4 ports/ftp/gwget/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/linux-firefox-devel Makefile distinfo pkg-descr pkg-plist ports/www/linux-firefox-devel/files linux-firefox-devel.desktop.in

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:15:20 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/linux-firefox-devel Makefile distinfo pkg-descr pkg-plist 
www/linux-firefox-devel/files linux-firefox-devel.desktop.in 
  Log:
  Add linux-firefox-devel - the development branch of linux-firefox
  
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.1397+1 -0  ports/www/Makefile
  1.1   +24 -0 ports/www/linux-firefox-devel/Makefile (new)
  1.1   +3 -0  ports/www/linux-firefox-devel/distinfo (new)
  1.1   +191 -0
ports/www/linux-firefox-devel/files/linux-firefox-devel.desktop.in (new)
  1.1   +17 -0 ports/www/linux-firefox-devel/pkg-descr (new)
  1.1   +211 -0ports/www/linux-firefox-devel/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:16:20 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
linux-firefox-devel --> ports/www/linux-firefox-devel
  
  Revision  ChangesPath
  1.14899   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/linux-seamonkey-devel Makefile distinfo pkg-descr pkg-plist ports/www/linux-seamonkey-devel/files linux-seamonkey-devel.desktop.in

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:19:41 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/linux-seamonkey-devel Makefile distinfo pkg-descr 
  pkg-plist 
www/linux-seamonkey-devel/files 
linux-seamonkey-devel.desktop.in 
  Log:
  Add linux-seamonkey-devel - the development branch of linux-seamonkey
  
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.1398+1 -0  ports/www/Makefile
  1.1   +24 -0 ports/www/linux-seamonkey-devel/Makefile (new)
  1.1   +3 -0  ports/www/linux-seamonkey-devel/distinfo (new)
  1.1   +169 -0
ports/www/linux-seamonkey-devel/files/linux-seamonkey-devel.desktop.in (new)
  1.1   +6 -0  ports/www/linux-seamonkey-devel/pkg-descr (new)
  1.1   +500 -0ports/www/linux-seamonkey-devel/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:21:49 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
linux-seamonkey-devel --> ports/www/linux-seamonkey-devel
  
  Revision  ChangesPath
  1.14900   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/linux-seamonkey Makefile Makefile.common ports/www/linux-seamonkey/files linux-seamonkey.desktop.in

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:24:28 UTC

  FreeBSD ports repository

  Modified files:
www/linux-seamonkey  Makefile Makefile.common 
www/linux-seamonkey/files linux-seamonkey.desktop.in 
  Log:
  - Update my e-mail address
  - Add support for snatching desktop entries to -devel ports
  
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.7   +2 -2  ports/www/linux-seamonkey/Makefile
  1.2   +8 -4  ports/www/linux-seamonkey/Makefile.common
  1.3   +1 -1  
ports/www/linux-seamonkey/files/linux-seamonkey.desktop.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/multimedia/subtools Makefile distinfo

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:28:50 UTC

  FreeBSD ports repository

  Modified files:
multimedia/subtools  Makefile distinfo 
  Log:
  - Update to 20060508
  
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.3   +10 -8 ports/multimedia/subtools/Makefile
  1.2   +3 -3  ports/multimedia/subtools/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/xpi-adblock Makefile.xpi

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:32:15 UTC

  FreeBSD ports repository

  Modified files:
www/xpi-adblock  Makefile.xpi 
  Log:
  - Extend documentation
  - Add support for XPI_DISTNAME [1]
  
  PR: ports/96764 [1]
  Submitted by:   Lapo Luchini <[EMAIL PROTECTED]> [1]
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.4   +46 -31ports/www/xpi-adblock/Makefile.xpi
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/xpi-noscript Makefile distinfo

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:38:44 UTC

  FreeBSD ports repository

  Modified files:
www/xpi-noscript Makefile distinfo 
  Log:
  - Update to 1.1.4.1
  
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.3   +3 -3  ports/www/xpi-noscript/Makefile
  1.2   +3 -3  ports/www/xpi-noscript/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/xpi-colorfultabs Makefile distinfo pkg-descr

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:36:57 UTC

  FreeBSD ports repository

  Modified files:
www/xpi-colorfultabs Makefile distinfo pkg-descr 
  Log:
  - Update to 1.4 [1]
  - Update WWW
  
  PR: ports/97072 [1]
  Submitted by:   chinsan <[EMAIL PROTECTED]> [1]
  Approved by:osa (co-mentor, implicit)
  
  Revision  ChangesPath
  1.3   +2 -2  ports/www/xpi-colorfultabs/Makefile
  1.2   +3 -3  ports/www/xpi-colorfultabs/distinfo
  1.2   +1 -1  ports/www/xpi-colorfultabs/pkg-descr
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/mail Makefile ports/mail/xpi-displayquota Makefile distinfo pkg-descr ports/mail/xpi-displayquota/files chrome.manifest

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:42:43 UTC

  FreeBSD ports repository

  Modified files:
mail Makefile 
  Added files:
mail/xpi-displayquota Makefile distinfo pkg-descr 
mail/xpi-displayquota/files chrome.manifest 
  Log:
  Add xpi-displayquota: an extension that displays IMAP quota in
  thunderbird's statusbar
  
  Suggested by:   Alexander Botero-Lowry <[EMAIL PROTECTED]>
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.761 +1 -0  ports/mail/Makefile
  1.1   +22 -0 ports/mail/xpi-displayquota/Makefile (new)
  1.1   +3 -0  ports/mail/xpi-displayquota/distinfo (new)
  1.1   +19 -0 ports/mail/xpi-displayquota/files/chrome.manifest (new)
  1.1   +12 -0 ports/mail/xpi-displayquota/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 19:43:47 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
xpi-displayquota --> ports/mail/xpi-displayquota
  
  Revision  ChangesPath
  1.14903   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports MOVED ports/www Makefile ports/www/linux-mozilla-devel Makefile distinfo pkg-descr pkg-message ports/www/linux-mozilla-devel/scripts configure

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 20:18:33 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
www  Makefile 
  Removed files:
www/linux-mozilla-devel Makefile distinfo pkg-descr 
pkg-message 
www/linux-mozilla-devel/scripts configure 
  Log:
  Mozilla-devel has become Seamonkey
  
  Approved by:osa (co-mentor)
  
  Revision  ChangesPath
  1.984 +2 -1  ports/MOVED
  1.1399+0 -1  ports/www/Makefile
  1.42  +0 -122ports/www/linux-mozilla-devel/Makefile (dead)
  1.18  +0 -33 ports/www/linux-mozilla-devel/distinfo (dead)
  1.6   +0 -10 ports/www/linux-mozilla-devel/pkg-descr (dead)
  1.5   +0 -11 ports/www/linux-mozilla-devel/pkg-message (dead)
  1.12  +0 -47 ports/www/linux-mozilla-devel/scripts/configure (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 20:24:27 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  - linux-mozilla-devel
  
  Revision  ChangesPath
  1.14905   +0 -1  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/linux-seamonkey-devel Makefile ports/www/linux-firefox-devel Makefile

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 20:28:01 UTC

  FreeBSD ports repository

  Modified files:
www/linux-seamonkey-devel Makefile 
www/linux-firefox-devel Makefile 
  Log:
  - Fix CATEGORIES
  
  Approved by:osa (co-mentor, implicit)
  
  Revision  ChangesPath
  1.2   +1 -1  ports/www/linux-firefox-devel/Makefile
  1.2   +1 -1  ports/www/linux-seamonkey-devel/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils/durep Makefile ports/www/linux-firefox Makefile

2006-05-10 Thread Andrew Pantyukhin
sat 2006-05-10 20:40:03 UTC

  FreeBSD ports repository

  Modified files:
sysutils/durep   Makefile 
www/linux-firefoxMakefile 
  Log:
  - Update my e-mail address
  
  Approved by:krion (mentor, implicit)
  
  Revision  ChangesPath
  1.13  +1 -1  ports/sysutils/durep/Makefile
  1.26  +1 -1  ports/www/linux-firefox/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/ftp/gwget Makefile distinfo pkg-plist ports/ftp/gwget/files patch-src__gwget_data.c patch-src_gwget_data.c patch-src_main.c patch-src_wget-log.c

2006-05-11 Thread Andrew Pantyukhin

On 5/11/06, Vasil Dimov <[EMAIL PROTECTED]> wrote:

On Wed, May 10, 2006 at 07:08:09PM +, Andrew Pantyukhin wrote:
> sat 2006-05-10 19:08:09 UTC
[...]
>   1.1   +10 -0 ports/ftp/gwget/files/patch-src__gwget_data.c (new)
>   1.2   +0 -10 ports/ftp/gwget/files/patch-src_gwget_data.c (dead)

About the patches filenaming under files/ we are trying to follow some
convention - see ports/Tools/scripts/splitpatch.pl, it's best to always
use that for generating the file names for new patches.


Thanks, I'll take a good look.


The reason for not renaming all ports/*/*/files/* to conform to a single
convention is that the history would be lost.

You should avoid renaming files this way (whatever the new and the
old names are) because the history is lost.


I understand this very clearly, the file had no history though,
it's just one missing header which should probable be pushed
upstream.

Thanks!
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/databases/ruby-odbc Makefile distinfo

2006-05-11 Thread Andrew Pantyukhin

On 5/11/06, Cheng-Lung Sung <[EMAIL PROTECTED]> wrote:

clsung  2006-05-11 09:28:31 UTC

  FreeBSD ports repository

  Modified files:
databases/ruby-odbc  Makefile distinfo
  Log:
  - update to 0.997

  Revision  ChangesPath
  1.27  +1 -1  ports/databases/ruby-odbc/Makefile
  1.24  +3 -3  ports/databases/ruby-odbc/distinfo



If Mavvie did one commit per port, we would be overwhelmed :)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/ftp/gwget Makefile

2006-05-12 Thread Andrew Pantyukhin
sat 2006-05-12 09:04:11 UTC

  FreeBSD ports repository

  Modified files:
ftp/gwgetMakefile 
  Log:
  - Fix build by defining LIBBONOBO_IDL
  
  Approved by:osa (co-mentor, implicit)
  
  Revision  ChangesPath
  1.17  +2 -1  ports/ftp/gwget/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11/workrave Makefile distinfo pkg-plist

2006-05-13 Thread Andrew Pantyukhin
sat 2006-05-13 21:40:30 UTC

  FreeBSD ports repository

  Modified files:
x11/workrave Makefile distinfo pkg-plist 
  Log:
  - Update to 1.8.3
  
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.18  +1 -1  ports/x11/workrave/Makefile
  1.8   +3 -3  ports/x11/workrave/distinfo
  1.7   +2 -0  ports/x11/workrave/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/irc Makefile ports/irc/p5-POE-Filter-IRCD Makefile distinfo pkg-descr pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 07:23:25 UTC

  FreeBSD ports repository

  Modified files:
irc  Makefile 
  Added files:
irc/p5-POE-Filter-IRCD Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-POE-Filter-IRCD: A POE-based parser for the IRC protocol
  
  PR: ports/96848
  Submitted by:   sat
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.136 +1 -0  ports/irc/Makefile
  1.1   +24 -0 ports/irc/p5-POE-Filter-IRCD/Makefile (new)
  1.1   +3 -0  ports/irc/p5-POE-Filter-IRCD/distinfo (new)
  1.1   +5 -0  ports/irc/p5-POE-Filter-IRCD/pkg-descr (new)
  1.1   +4 -0  ports/irc/p5-POE-Filter-IRCD/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 07:24:29 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-POE-Filter-IRCD --> ports/irc/p5-POE-Filter-IRCD
  
  Revision  ChangesPath
  1.14938   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/games/dopewars Makefile pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 08:00:48 UTC

  FreeBSD ports repository

  Modified files:
games/dopewars   Makefile pkg-plist 
  Log:
  - Fix plist
  - Remove an obsolete master site
  
  Reported by:pointyhat via kris
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.33  +2 -3  ports/games/dopewars/Makefile
  1.18  +4 -0  ports/games/dopewars/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/irc/p5-POE-Filter-IRCD Makefile distinfo

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 08:01:45 UTC

  FreeBSD ports repository

  Modified files:
irc/p5-POE-Filter-IRCD Makefile distinfo 
  Log:
  - Update to 1.7
  
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.2   +1 -1  ports/irc/p5-POE-Filter-IRCD/Makefile
  1.2   +3 -3  ports/irc/p5-POE-Filter-IRCD/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net Makefile ports/net/p5-POE-Component-Client-Ident Makefile distinfo pkg-descr pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 09:15:41 UTC

  FreeBSD ports repository

  Modified files:
net  Makefile 
  Added files:
net/p5-POE-Component-Client-Ident Makefile distinfo pkg-descr 
  pkg-plist 
  Log:
  Add p5-POE-Component-Client-Ident: POE component for non-blocking ident 
lookups
  
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1659+1 -0  ports/net/Makefile
  1.1   +27 -0 ports/net/p5-POE-Component-Client-Ident/Makefile (new)
  1.1   +3 -0  ports/net/p5-POE-Component-Client-Ident/distinfo (new)
  1.1   +9 -0  ports/net/p5-POE-Component-Client-Ident/pkg-descr (new)
  1.1   +8 -0  ports/net/p5-POE-Component-Client-Ident/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 09:16:23 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-POE-Component-Client-Ident --> ports/net/p5-POE-Component-Client-Ident
  
  Revision  ChangesPath
  1.14939   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/japanese Makefile ports/japanese/ja6 Makefile distinfo pkg-descr pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 10:04:45 UTC

  FreeBSD ports repository

  Modified files:
japanese Makefile 
  Added files:
japanese/ja6 Makefile distinfo pkg-descr pkg-plist 
  Log:
  Ja6 is a Japanese Symbols Trainer that includes Hiragana, Katakana
  and Kanji symbols. It has been conceived for terminal and console use,
  displaying symbols as normal C ASCII text output.
  
  PR: ports/95585
  Submitted by:   Nicola Vitale <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.624 +1 -0  ports/japanese/Makefile
  1.1   +32 -0 ports/japanese/ja6/Makefile (new)
  1.1   +3 -0  ports/japanese/ja6/distinfo (new)
  1.1   +8 -0  ports/japanese/ja6/pkg-descr (new)
  1.1   +1378 -0   ports/japanese/ja6/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 10:05:31 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
ja-ja6 --> ports/japanese/ja6
  
  Revision  ChangesPath
  1.14940   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:03:03 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-Template-Provider-Encoding --> ports/www/p5-Template-Provider-Encoding
  
  Revision  ChangesPath
  1.14943   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/p5-Template-Provider-Encoding Makefile distinfo pkg-descr pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:14:52 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/p5-Template-Provider-Encoding Makefile distinfo pkg-descr 
  pkg-plist 
  Log:
  Add p5-Template-Provider-Encoding: Template plugin to specify encoding
  
  PR: ports/94066
  Submitted by:   TAKAHASHI Kaoru <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1401+1 -0  ports/www/Makefile
  1.1   +26 -0 ports/www/p5-Template-Provider-Encoding/Makefile (new)
  1.1   +3 -0  ports/www/p5-Template-Provider-Encoding/distinfo (new)
  1.1   +8 -0  ports/www/p5-Template-Provider-Encoding/pkg-descr (new)
  1.1   +13 -0 ports/www/p5-Template-Provider-Encoding/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/p5-HTML-Template-Pluggable Makefile distinfo pkg-descr pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:19:39 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/p5-HTML-Template-Pluggable Makefile distinfo pkg-descr 
   pkg-plist 
  Log:
  Add p5-HTML-Template-Pluggable: Extends HTML::Template with plugin support
  
  PR: ports/9 (based on)
  Submitted by:   Espen Tagestad <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1402+1 -0  ports/www/Makefile
  1.1   +35 -0 ports/www/p5-HTML-Template-Pluggable/Makefile (new)
  1.1   +3 -0  ports/www/p5-HTML-Template-Pluggable/distinfo (new)
  1.1   +12 -0 ports/www/p5-HTML-Template-Pluggable/pkg-descr (new)
  1.1   +5 -0  ports/www/p5-HTML-Template-Pluggable/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:20:43 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-HTML-Template-Pluggable --> ports/www/p5-HTML-Template-Pluggable
  
  Revision  ChangesPath
  1.14944   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/p5-CGI-Application-Plugin-HTDot Makefile distinfo pkg-descr pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:23:25 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/p5-CGI-Application-Plugin-HTDot Makefile distinfo 
pkg-descr pkg-plist 
  Log:
  Add p5-CGI-Application-Plugin-HTDot:
  Enable "magic dot" notation in CGI::Application-derived applications
  
  PR: ports/9 (based on)
  Submitted by:   Espen Tagestad <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1403+1 -0  ports/www/Makefile
  1.1   +34 -0 ports/www/p5-CGI-Application-Plugin-HTDot/Makefile (new)
  1.1   +3 -0  ports/www/p5-CGI-Application-Plugin-HTDot/distinfo (new)
  1.1   +8 -0  ports/www/p5-CGI-Application-Plugin-HTDot/pkg-descr (new)
  1.1   +6 -0  ports/www/p5-CGI-Application-Plugin-HTDot/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:24:16 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-CGI-Application-Plugin-HTDot --> 
ports/www/p5-CGI-Application-Plugin-HTDot
  
  Revision  ChangesPath
  1.14945   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel Makefile ports/devel/p5-Data-Structure-Util Makefile distinfo pkg-descr pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:27:07 UTC

  FreeBSD ports repository

  Modified files:
develMakefile 
  Added files:
devel/p5-Data-Structure-Util Makefile distinfo pkg-descr 
 pkg-plist 
  Log:
  Add p5-Data-Structure-Util: Perl5 module to change the nature of data within 
a structure
  
  PR: ports/95551
  Submitted by:   Jon Nistor <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.2209+1 -0  ports/devel/Makefile
  1.1   +22 -0 ports/devel/p5-Data-Structure-Util/Makefile (new)
  1.1   +3 -0  ports/devel/p5-Data-Structure-Util/distinfo (new)
  1.1   +12 -0 ports/devel/p5-Data-Structure-Util/pkg-descr (new)
  1.1   +8 -0  ports/devel/p5-Data-Structure-Util/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:27:55 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-Data-Structure-Util --> ports/devel/p5-Data-Structure-Util
  
  Revision  ChangesPath
  1.14946   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/japanese Makefile ports/japanese/kana-no-quiz Makefile distinfo pkg-descr pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:30:01 UTC

  FreeBSD ports repository

  Modified files:
japanese Makefile 
  Added files:
japanese/kana-no-quiz Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add ja-kana-no-quiz: A little tool to memorize Japanese KANA 
(Hiragana/Katakana)
  
  PR: ports/95583 (based on)
  Submitted by:   Nicola Vitale <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.625 +1 -0  ports/japanese/Makefile
  1.1   +28 -0 ports/japanese/kana-no-quiz/Makefile (new)
  1.1   +3 -0  ports/japanese/kana-no-quiz/distinfo (new)
  1.1   +8 -0  ports/japanese/kana-no-quiz/pkg-descr (new)
  1.1   +295 -0ports/japanese/kana-no-quiz/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:31:03 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
ja-kana-no-quiz --> ports/japanese/kana-no-quiz
  
  Revision  ChangesPath
  1.14947   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/zope-zwiki Makefile distinfo pkg-descr pkg-message pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:32:07 UTC

  FreeBSD ports repository

  Modified files:
www/zope-zwiki   Makefile distinfo pkg-descr pkg-message 
 pkg-plist 
  Log:
  - Update to 0.53.0
  
  PR: ports/96867
  Submitted by:   HAYASHI Yasushi <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.21  +4 -4  ports/www/zope-zwiki/Makefile
  1.18  +3 -3  ports/www/zope-zwiki/distinfo
  1.3   +0 -1  ports/www/zope-zwiki/pkg-descr
  1.4   +3 -0  ports/www/zope-zwiki/pkg-message
  1.17  +79 -77ports/www/zope-zwiki/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/gekko Makefile pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:34:16 UTC

  FreeBSD ports repository

  Modified files:
www/gekkoMakefile pkg-plist 
  Log:
  - Change the installation directory
  
  PR: ports/97146
  Submitted by:   Jose Alonso Cardenas Marquez <[EMAIL PROTECTED]> (maintainer)
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.8   +2 -1  ports/www/gekko/Makefile
  1.7   +0 -1  ports/www/gekko/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/gekko-modules Makefile pkg-plist

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:35:48 UTC

  FreeBSD ports repository

  Modified files:
www/gekko-modulesMakefile pkg-plist 
  Log:
  - Change the installation directory
  
  PR: ports/97147
  Submitted by:   Jose Alonso Cardenas Marquez <[EMAIL PROTECTED]> (maintainer)
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.5   +3 -2  ports/www/gekko-modules/Makefile
  1.5   +9 -9  ports/www/gekko-modules/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/xpi-flashblock Makefile distinfo pkg-descr

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:38:18 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/xpi-flashblock   Makefile distinfo pkg-descr 
  Log:
  Add xpi-flashblock:
  Replaces Flash objects with a button you can click to view them
  
  PR: ports/97255
  Submitted by:   Simon Olofsson <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1404+1 -0  ports/www/Makefile
  1.1   +21 -0 ports/www/xpi-flashblock/Makefile (new)
  1.1   +3 -0  ports/www/xpi-flashblock/distinfo (new)
  1.1   +7 -0  ports/www/xpi-flashblock/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-14 Thread Andrew Pantyukhin
sat 2006-05-14 20:39:17 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
xpi-flashblock --> ports/www/xpi-flashblock
  
  Revision  ChangesPath
  1.14948   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www Makefile ports/www/xpi-searchstatus Makefile distinfo pkg-descr ports/www/xpi-searchstatus/files chrome.manifest

2006-05-15 Thread Andrew Pantyukhin
sat 2006-05-15 19:40:02 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/xpi-searchstatus Makefile distinfo pkg-descr 
www/xpi-searchstatus/files chrome.manifest 
  Log:
  Add xpi-searchstatus: Displays Google PageRank, Alexa popularity and other 
stats
  
  PR: ports/97294
  Submitted by:   Lapo Luchini <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1405+1 -0  ports/www/Makefile
  1.1   +22 -0 ports/www/xpi-searchstatus/Makefile (new)
  1.1   +3 -0  ports/www/xpi-searchstatus/distinfo (new)
  1.1   +5 -0  ports/www/xpi-searchstatus/files/chrome.manifest (new)
  1.1   +9 -0  ports/www/xpi-searchstatus/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-15 Thread Andrew Pantyukhin
sat 2006-05-15 19:40:44 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
xpi-searchstatus --> ports/www/xpi-searchstatus
  
  Revision  ChangesPath
  1.14973   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net-mgmt Makefile ports/net-mgmt/py-twistedSNMP Makefile distinfo pkg-descr pkg-plist

2006-05-15 Thread Andrew Pantyukhin
sat 2006-05-15 19:45:15 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt Makefile 
  Added files:
net-mgmt/py-twistedSNMP Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-twistedSNMP: Twisted Python framework for doing SNMP stuff
  
  PR: ports/97051
  Submitted by:   kitsune <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.72  +1 -0  ports/net-mgmt/Makefile
  1.1   +26 -0 ports/net-mgmt/py-twistedSNMP/Makefile (new)
  1.1   +3 -0  ports/net-mgmt/py-twistedSNMP/distinfo (new)
  1.1   +14 -0 ports/net-mgmt/py-twistedSNMP/pkg-descr (new)
  1.1   +107 -0ports/net-mgmt/py-twistedSNMP/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-15 Thread Andrew Pantyukhin
sat 2006-05-15 19:47:33 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
py-twistedSNMP --> ports/net-mgmt/py-twistedSNMP
  
  Revision  ChangesPath
  1.14974   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/multimedia/mplayer Makefile

2006-05-15 Thread Andrew Pantyukhin
sat 2006-05-15 19:54:52 UTC

  FreeBSD ports repository

  Modified files:
multimedia/mplayer   Makefile 
  Log:
  - Provide a knob to build mplayer without ipv6 protocol family support
  
  PR: ports/96950
  Submitted by:   Thomas E. Zander <[EMAIL PROTECTED]> (maintainer)
  Suggested by:   Dennis Cabooter <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.136 +13 -1 ports/multimedia/mplayer/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net Makefile ports/net/p5-Net-Google-Calendar Makefile distinfo pkg-descr pkg-plist

2006-05-16 Thread Andrew Pantyukhin
sat 2006-05-16 09:12:53 UTC

  FreeBSD ports repository

  Modified files:
net  Makefile 
  Added files:
net/p5-Net-Google-Calendar Makefile distinfo pkg-descr 
   pkg-plist 
  Log:
  Add p5-Net-Google-Calendar: Programmatic access to Google's Calendar API
  
  PR: ports/97284
  Submitted by:   Yi-Hsuan Hsin <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.1661+1 -0  ports/net/Makefile
  1.1   +28 -0 ports/net/p5-Net-Google-Calendar/Makefile (new)
  1.1   +3 -0  ports/net/p5-Net-Google-Calendar/distinfo (new)
  1.1   +4 -0  ports/net/p5-Net-Google-Calendar/pkg-descr (new)
  1.1   +6 -0  ports/net/p5-Net-Google-Calendar/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-16 Thread Andrew Pantyukhin
sat 2006-05-16 09:15:40 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-Net-Google-Calendar --> ports/net/p5-Net-Google-Calendar
  
  Revision  ChangesPath
  1.14979   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils Makefile ports/sysutils/bsdadminscripts Makefile distinfo pkg-descr

2006-05-16 Thread Andrew Pantyukhin
sat 2006-05-16 09:16:11 UTC

  FreeBSD ports repository

  Modified files:
sysutils Makefile 
  Added files:
sysutils/bsdadminscripts Makefile distinfo pkg-descr 
  Log:
  Add bsdadminscripts: A small collection of administration scripts
  
  PR: ports/97293 (based on)
  Submitted by:   Dominic Fandrey <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.782 +1 -0  ports/sysutils/Makefile
  1.1   +47 -0 ports/sysutils/bsdadminscripts/Makefile (new)
  1.1   +4 -0  ports/sysutils/bsdadminscripts/distinfo (new)
  1.1   +8 -0  ports/sysutils/bsdadminscripts/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-16 Thread Andrew Pantyukhin
sat 2006-05-16 09:16:54 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
bsdadminscripts --> ports/sysutils/bsdadminscripts
  
  Revision  ChangesPath
  1.14980   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/p5-HTML-Template-Pluggable pkg-plist

2006-05-16 Thread Andrew Pantyukhin
sat 2006-05-16 18:21:39 UTC

  FreeBSD ports repository

  Modified files:
www/p5-HTML-Template-Pluggable pkg-plist 
  Log:
  - Fix plist
  
  Reported by:pointyhat via kris
  Approved by:krion (mentor, implicit)
  
  Revision  ChangesPath
  1.2   +2 -0  ports/www/p5-HTML-Template-Pluggable/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/xpi-adblock Makefile.xpi

2006-05-16 Thread Andrew Pantyukhin
sat 2006-05-17 04:53:50 UTC

  FreeBSD ports repository

  Modified files:
www/xpi-adblock  Makefile.xpi 
  Log:
  - Style change: convert to tabstop=4
  
  Approved by:krion (implicit)
  
  Revision  ChangesPath
  1.5   +19 -19ports/www/xpi-adblock/Makefile.xpi
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/archivers/xarchive Makefile ports/archivers/xarchive/files patch-doc-Makefile.in

2006-05-16 Thread Andrew Pantyukhin
sat 2006-05-17 04:56:07 UTC

  FreeBSD ports repository

  Modified files:
archivers/xarchive   Makefile 
  Added files:
archivers/xarchive/files patch-doc-Makefile.in 
  Log:
  - Fix plist
  
  Reported by:pointyhat via kris
  Approved by:krion (mentor, implicit)
  
  Revision  ChangesPath
  1.4   +0 -2  ports/archivers/xarchive/Makefile
  1.1   +11 -0 ports/archivers/xarchive/files/patch-doc-Makefile.in 
(new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/parano Makefile

2006-05-16 Thread Andrew Pantyukhin
sat 2006-05-17 05:41:29 UTC

  FreeBSD ports repository

  Modified files:
security/parano  Makefile 
  Log:
  - py-gtk2 should be both run- and build-dependency
  
  Reported by:pointyhat via kris
  Approved by:krion (mentor, implicit)
  
  Revision  ChangesPath
  1.3   +2 -1  ports/security/parano/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security Makefile ports/security/py-cerealizer Makefile distinfo pkg-descr pkg-plist

2006-05-17 Thread Andrew Pantyukhin
sat 2006-05-17 10:44:48 UTC

  FreeBSD ports repository

  Modified files:
security Makefile 
  Added files:
security/py-cerealizer Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-cerealizer: Secure pickle-like module
  
  PR: ports/96944
  Submitted by:   Jose Alonso Cardenas Marquez <[EMAIL PROTECTED]>
  Approved by:krion (mentor)
  
  Revision  ChangesPath
  1.756 +1 -0  ports/security/Makefile
  1.1   +22 -0 ports/security/py-cerealizer/Makefile (new)
  1.1   +3 -0  ports/security/py-cerealizer/distinfo (new)
  1.1   +10 -0 ports/security/py-cerealizer/pkg-descr (new)
  1.1   +4 -0  ports/security/py-cerealizer/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-05-17 Thread Andrew Pantyukhin
sat 2006-05-17 10:45:30 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
py-cerealizer --> ports/security/py-cerealizer
  
  Revision  ChangesPath
  1.14987   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   3   4   5   6   7   8   9   10   >