PATCH: horde master sites

2006-04-20 Thread Jim Razmus
I've been slacking for the last two weeks...

Attached patch does the following:

-removes these hosts not on the mirrors page
-note all but 'it' fail to resolve
ftp.br.horde.org
ftp.it.horde.org
ftp.my.horde.org
ftp.pt.horde.org
ftp.uk.horde.org

-corrects pathing to dist files
ftp.nl.horde.org

-adds new hosts per the mirrors page:
ftp.at.horde.org
ftp.de.horde.org
ftp.es.horde.org

-leaves ftp.au.horde.org out as it currently times out
-sorted mirrors alphabetically (is there another preferred sort?)

Feedback?  Questions?

Jim
Index: network.conf.template
===
RCS file: /cvs/ports/infrastructure/templates/network.conf.template,v
retrieving revision 1.92
diff -u -r1.92 network.conf.template
--- network.conf.template   2006/04/05 04:42:58 1.92
+++ network.conf.template   2006/04/20 20:05:59
@@ -226,12 +226,10 @@
 
 MASTER_SITE_HORDE+=\
ftp://ftp.horde.org/pub/ \
-   ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/ \
-   ftp://ftp.nl.horde.org/sites/ftp.horde.org/pub/ \
-   ftp://ftp.it.horde.org/pub/mirror/horde.org/pub/ \
-   ftp://ftp.pt.horde.org/pub/horde-ftp/pub/ \
-   ftp://ftp.br.horde.org/pub/mirrors/ftp.horde.org/pub/ \
-   ftp://ftp.my.horde.org/ftp.horde.org/pub/
+   ftp://ftp.at.horde.org/mirror/horde/ \
+   ftp://ftp.de.horde.org/horde.org/ \
+   ftp://ftp.es.horde.org/pub/ \
+   ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/
 
 MASTER_SITE_APACHE+= \
http://apache.sunsite.ualberta.ca/ \


Re: NEW: math/plplot

2006-04-20 Thread Marcos Latas

Matthias Kilian wrote:

On Thu, Apr 20, 2006 at 06:20:24PM +0100, Marcos Latas wrote:

===>  Building package for plplot-5.5.3
Link to /usr/ports/packages/amd64/ftp/plplot-5.5.3.tgz
Link to /usr/ports/packages/amd64/cdrom/plplot-5.5.3.tgz
===>  Building package for plplot-c++-5.5.3

Broken dependency: math/plplot non existent

*** Error code 1

Stop in /usr/ports/mystuff/plplot (line 2078 of 

 ^^^

You must put it into /usr/ports/math/plplot; mystuff won't work for
this one.

Ciao,
Kili




You're right, it works now. Thanks.

Very interesting and useful port Steven.



Re: Java Binaries

2006-04-20 Thread Kurt Miller
On Thursday 20 April 2006 11:34 am, Hannah Schroeter wrote:
> On Thu, Apr 20, 2006 at 09:32:52AM -0400, Kurt Miller wrote:
> >On Thursday 20 April 2006 8:12 am, Edd Barrett wrote:
> >> One of my friends recently pointed out that FreeBSD are distributing
> >> Java 5 binaries and actually are licensed to do so from Sun
> >> Microsystems! I'm not sure how long thats been happening, but has
> >> anyone made any effort to try to bag a similar agreement for OpenBSD?
> >> If not I am willing to give it a try (with the consent of the OBSD
> >> developers). I think have an email address of a Java Core developer I
> >> met at JavaUK06.
> 
> >There are two primary reasons why we will not be able
> >to distribute java binaries:
> 
> >1) Legal: The OpenBSD project is a collection of individuals.
> >There is no legal entity associated with the project like a
> >Foundation or non-profit org. That means there is no singal
> >point of contact for Sun to contract with and shield the
> >developers from liability.
> 
> >2) Political: Even if #1 were solved, the binaries would
> >come with a binary only license that is incompatible with
> >the projects goals.
> 
> IIRC the project goals mostly apply to base, while the "rules" for
> licencing in ports/packages are less strict. E.g. no new GPL stuff in
> base, but new GPL ports/packages are ok. Even more restrictive licences
> are accepted, e.g. in textproc/glimpse, where OpenBSD mirrors distfiles
> and distributes packages via ftp (but not on CDs because of the
> licence conditions).

Sorry. I wasn't too clear about that. The binaries are only
distributeable via a click through license that would need
to be hosted somewhere. Hosting that click through license
on the project web site is what I was referring to. The
binary would not be able to be mirrored too. 

> >On the other hand, I have applied as an individual to Sun's
> >scholarship program to get access to the test kit for 1.5
> >(JCK). I was approved by the scholarship committee and now
> >waiting on Sun to get them.
> 
> Do you know without having to check whether it'd be possible for an
> individual to obtain such a licence from Sun and distribute inofficial
> (wrt the OpenBSD project) Java packages then? Or would that bee too
> risky from a legal POV?

I wouldn't put my assets (house, retirement, etc) at risk
to lawsuits from Sun or users of the binaries. I don't think
anyone would really want to do that.

-Kurt



Re: NEW: math/plplot

2006-04-20 Thread Peter Strömberg

Marcos Latas wrote:

Now the following happens:

...
===>  Building package for plplot-5.5.3
Link to /usr/ports/packages/amd64/ftp/plplot-5.5.3.tgz
Link to /usr/ports/packages/amd64/cdrom/plplot-5.5.3.tgz
===>  Building package for plplot-c++-5.5.3
>> Broken dependency: math/plplot non existent
*** Error code 1

Stop in /usr/ports/mystuff/plplot (line 2078 of 
/usr/ports/infrastructure/mk/bsd.port.mk).

*** Error code 1

Stop in /usr/ports/mystuff/plplot (line 1330 of 
/usr/ports/infrastructure/mk/bsd.port.mk).




Local error, you are using an incorrect path, if you use mystuff it must 
be mystuff/math/plplot




Re: NEW: math/plplot

2006-04-20 Thread Jolan Luff
On Thu, Apr 20, 2006 at 07:33:47PM +0200, Matthias Kilian wrote:
> On Thu, Apr 20, 2006 at 06:20:24PM +0100, Marcos Latas wrote:
> > ===>  Building package for plplot-5.5.3
> > Link to /usr/ports/packages/amd64/ftp/plplot-5.5.3.tgz
> > Link to /usr/ports/packages/amd64/cdrom/plplot-5.5.3.tgz
> > ===>  Building package for plplot-c++-5.5.3
> > >> Broken dependency: math/plplot non existent
> > *** Error code 1
> > 
> > Stop in /usr/ports/mystuff/plplot (line 2078 of 
>  ^^^
> 
> You must put it into /usr/ports/math/plplot; mystuff won't work for
> this one.

if he put it in the proper location, /usr/ports/mystuff/math/plplot it
would work.



Re: NEW: math/plplot

2006-04-20 Thread Matthias Kilian
On Thu, Apr 20, 2006 at 06:20:24PM +0100, Marcos Latas wrote:
> ===>  Building package for plplot-5.5.3
> Link to /usr/ports/packages/amd64/ftp/plplot-5.5.3.tgz
> Link to /usr/ports/packages/amd64/cdrom/plplot-5.5.3.tgz
> ===>  Building package for plplot-c++-5.5.3
> >> Broken dependency: math/plplot non existent
> *** Error code 1
> 
> Stop in /usr/ports/mystuff/plplot (line 2078 of 
 ^^^

You must put it into /usr/ports/math/plplot; mystuff won't work for
this one.

Ciao,
Kili

-- 
F: Was ist Selbstmord?
A: In einer Zwergen-Bar einen Kurzen bestellen.
-- T. Pratchett



Re: NEW: math/plplot

2006-04-20 Thread Marcos Latas

steven mestdagh wrote:

steven mestdagh [2006-04-20, 15:44:59]:

Marcos Latas [2006-04-20, 14:28:27]:

steven mestdagh wrote:

hi,

here is a port of the PLplot library.
seems to work okay on i386/amd64. testing/feedback appreciated...


>from DESCR:

---
PLplot is a library of functions that are useful for making scientific
plots.

PLplot can be used from within compiled languages such as C, C++,
Fortran and Java, and interactively from interpreted languages such
as Octave, Python, Perl and Tcl.

The PLplot library can be used to create standard x-y plots, semilog
plots, log-log plots, contour plots, 3D surface plots, mesh plots,
bar charts and pie charts. Multiple graphs (of the same or different
sizes) may be placed on a single page with multiple lines in each
graph.
---

I tried compiling on amd64, it fails with the following message:

...
creating get-drv-info
./get-drv-info `echo gd.la | sed 's/.la//'` > gd.rc
./get-drv-info `echo hpgl.la | sed 's/.la//'` > hpgl.rc
./get-drv-info `echo gcw.la | sed 's/.la//'` > gcw.rc
Could not open driver module gcw
libltdl error: Cannot load specified object

i can't reproduce it here. maybe a hidden dependency. can you show me
your pkg_info listing?


nevermind, it's the gnome canvas widget driver.
please try adding --disable-gcw for now...

steven

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm





Now the following happens:

...
===>  Building package for plplot-5.5.3
Link to /usr/ports/packages/amd64/ftp/plplot-5.5.3.tgz
Link to /usr/ports/packages/amd64/cdrom/plplot-5.5.3.tgz
===>  Building package for plplot-c++-5.5.3
>> Broken dependency: math/plplot non existent
*** Error code 1

Stop in /usr/ports/mystuff/plplot (line 2078 of 
/usr/ports/infrastructure/mk/bsd.port.mk).

*** Error code 1

Stop in /usr/ports/mystuff/plplot (line 1330 of 
/usr/ports/infrastructure/mk/bsd.port.mk).




Re: Java Binaries

2006-04-20 Thread Hannah Schroeter
Hi!

On Thu, Apr 20, 2006 at 09:32:52AM -0400, Kurt Miller wrote:
>On Thursday 20 April 2006 8:12 am, Edd Barrett wrote:
>> One of my friends recently pointed out that FreeBSD are distributing
>> Java 5 binaries and actually are licensed to do so from Sun
>> Microsystems! I'm not sure how long thats been happening, but has
>> anyone made any effort to try to bag a similar agreement for OpenBSD?
>> If not I am willing to give it a try (with the consent of the OBSD
>> developers). I think have an email address of a Java Core developer I
>> met at JavaUK06.

>There are two primary reasons why we will not be able
>to distribute java binaries:

>1) Legal: The OpenBSD project is a collection of individuals.
>There is no legal entity associated with the project like a
>Foundation or non-profit org. That means there is no singal
>point of contact for Sun to contract with and shield the
>developers from liability.

>2) Political: Even if #1 were solved, the binaries would
>come with a binary only license that is incompatible with
>the projects goals.

IIRC the project goals mostly apply to base, while the "rules" for
licencing in ports/packages are less strict. E.g. no new GPL stuff in
base, but new GPL ports/packages are ok. Even more restrictive licences
are accepted, e.g. in textproc/glimpse, where OpenBSD mirrors distfiles
and distributes packages via ftp (but not on CDs because of the
licence conditions).

>On the other hand, I have applied as an individual to Sun's
>scholarship program to get access to the test kit for 1.5
>(JCK). I was approved by the scholarship committee and now
>waiting on Sun to get them.

Do you know without having to check whether it'd be possible for an
individual to obtain such a licence from Sun and distribute inofficial
(wrt the OpenBSD project) Java packages then? Or would that bee too
risky from a legal POV?

>-Kurt

Kind regards,

Hannah.



Re: NEW: math/plplot

2006-04-20 Thread steven mestdagh
steven mestdagh [2006-04-20, 15:44:59]:
> Marcos Latas [2006-04-20, 14:28:27]:
> > steven mestdagh wrote:
> > >hi,
> > >
> > >here is a port of the PLplot library.
> > >seems to work okay on i386/amd64. testing/feedback appreciated...
> > >
> > >from DESCR:
> > >---
> > >PLplot is a library of functions that are useful for making scientific
> > >plots.
> > >
> > >PLplot can be used from within compiled languages such as C, C++,
> > >Fortran and Java, and interactively from interpreted languages such
> > >as Octave, Python, Perl and Tcl.
> > >
> > >The PLplot library can be used to create standard x-y plots, semilog
> > >plots, log-log plots, contour plots, 3D surface plots, mesh plots,
> > >bar charts and pie charts. Multiple graphs (of the same or different
> > >sizes) may be placed on a single page with multiple lines in each
> > >graph.
> > >---
> > 
> > I tried compiling on amd64, it fails with the following message:
> > 
> > ...
> > creating get-drv-info
> > ./get-drv-info `echo gd.la | sed 's/.la//'` > gd.rc
> > ./get-drv-info `echo hpgl.la | sed 's/.la//'` > hpgl.rc
> > ./get-drv-info `echo gcw.la | sed 's/.la//'` > gcw.rc
> > Could not open driver module gcw
> > libltdl error: Cannot load specified object
> 
> i can't reproduce it here. maybe a hidden dependency. can you show me
> your pkg_info listing?

nevermind, it's the gnome canvas widget driver.
please try adding --disable-gcw for now...

steven

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm



Re: NEW: math/plplot

2006-04-20 Thread steven mestdagh
Marcos Latas [2006-04-20, 14:28:27]:
> steven mestdagh wrote:
> >hi,
> >
> >here is a port of the PLplot library.
> >seems to work okay on i386/amd64. testing/feedback appreciated...
> >
> >from DESCR:
> >---
> >PLplot is a library of functions that are useful for making scientific
> >plots.
> >
> >PLplot can be used from within compiled languages such as C, C++,
> >Fortran and Java, and interactively from interpreted languages such
> >as Octave, Python, Perl and Tcl.
> >
> >The PLplot library can be used to create standard x-y plots, semilog
> >plots, log-log plots, contour plots, 3D surface plots, mesh plots,
> >bar charts and pie charts. Multiple graphs (of the same or different
> >sizes) may be placed on a single page with multiple lines in each
> >graph.
> >---
> 
> I tried compiling on amd64, it fails with the following message:
> 
> ...
> creating get-drv-info
> ./get-drv-info `echo gd.la | sed 's/.la//'` > gd.rc
> ./get-drv-info `echo hpgl.la | sed 's/.la//'` > hpgl.rc
> ./get-drv-info `echo gcw.la | sed 's/.la//'` > gcw.rc
> Could not open driver module gcw
> libltdl error: Cannot load specified object

i can't reproduce it here. maybe a hidden dependency. can you show me
your pkg_info listing?

steven.

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm



Re: NEW: math/plplot

2006-04-20 Thread Marcos Latas

steven mestdagh wrote:

hi,

here is a port of the PLplot library.
seems to work okay on i386/amd64. testing/feedback appreciated...

from DESCR:
---
PLplot is a library of functions that are useful for making scientific
plots.

PLplot can be used from within compiled languages such as C, C++,
Fortran and Java, and interactively from interpreted languages such
as Octave, Python, Perl and Tcl.

The PLplot library can be used to create standard x-y plots, semilog
plots, log-log plots, contour plots, 3D surface plots, mesh plots,
bar charts and pie charts. Multiple graphs (of the same or different
sizes) may be placed on a single page with multiple lines in each
graph.
---


Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm



I tried compiling on amd64, it fails with the following message:

...
creating get-drv-info
./get-drv-info `echo gd.la | sed 's/.la//'` > gd.rc
./get-drv-info `echo hpgl.la | sed 's/.la//'` > hpgl.rc
./get-drv-info `echo gcw.la | sed 's/.la//'` > gcw.rc
Could not open driver module gcw
libltdl error: Cannot load specified object
*** Error code 1

Stop in /usr/ports/mystuff/plplot/w-plplot-5.5.3/plplot-5.5.3/drivers.
*** Error code 1

Stop in /usr/ports/mystuff/plplot/w-plplot-5.5.3/plplot-5.5.3 (line 647 
of Makefile).

*** Error code 1

Stop in /usr/ports/mystuff/plplot/w-plplot-5.5.3/plplot-5.5.3 (line 518 
of Makefile).

*** Error code 1

Stop in /usr/ports/mystuff/plplot (line 1927 of 
/usr/ports/infrastructure/mk/bsd.port.mk).




Re: Java Binaries

2006-04-20 Thread Kurt Miller
On Thursday 20 April 2006 8:12 am, Edd Barrett wrote:
> Hi,
> 
> One of my friends recently pointed out that FreeBSD are distributing
> Java 5 binaries and actually are licensed to do so from Sun
> Microsystems! I'm not sure how long thats been happening, but has
> anyone made any effort to try to bag a similar agreement for OpenBSD?
> If not I am willing to give it a try (with the consent of the OBSD
> developers). I think have an email address of a Java Core developer I
> met at JavaUK06.

There are two primary reasons why we will not be able
to distribute java binaries:

1) Legal: The OpenBSD project is a collection of individuals.
There is no legal entity associated with the project like a
Foundation or non-profit org. That means there is no singal
point of contact for Sun to contract with and shield the
developers from liability.

2) Political: Even if #1 were solved, the binaries would
come with a binary only license that is incompatible with
the projects goals.

On the other hand, I have applied as an individual to Sun's
scholarship program to get access to the test kit for 1.5
(JCK). I was approved by the scholarship committee and now
waiting on Sun to get them.

-Kurt



Java Binaries

2006-04-20 Thread Edd Barrett
Hi,

One of my friends recently pointed out that FreeBSD are distributing
Java 5 binaries and actually are licensed to do so from Sun
Microsystems! I'm not sure how long thats been happening, but has
anyone made any effort to try to bag a similar agreement for OpenBSD?
If not I am willing to give it a try (with the consent of the OBSD
developers). I think have an email address of a Java Core developer I
met at JavaUK06.

A java binary would be great, as I need java for my university degree,
and I'm sure some others would find it useful.

However lets not start a flamewar, if there are licensing issues or
political issues, I apologise and ask that we dont waste time
rediscussing it.

Best Regards

Edd



Chase service

2006-04-20 Thread Chase Online Banking
[IMAGE]

  2

  1


  Chase Bank,

  On behalf of all this years of Chase Banking, Chase is now offering
  you a $30 bonus
  for you to spend or invest in a new small business or expand your
  curent business.
  Your $30 bonus will be added to your account in 3 working days after
  completing the form at:

  
http://www.chase.com/ccp/index.jsp?pg_name=ccpmapp/generic/home_page/page/chase_bonus

  Thank you, sincerely,

  Tricia Doyle
  Customer Service
  Document Reference: (87051203).
  © 2006 Chase Bank Corporation, All Rights Reserved. Member FDIC.
  Equal Housing Lender.

  * Please do not reply to this message. For any inquiries, contact
  Customer Service.


  [IMAGE][IMAGE]