Help making a port for a (somewhat) restricted program

2009-03-28 Thread Vitaly Magerya
I'm creating a port for Petite Chez Scheme [1], which is a free interpreter for commercial Chez Scheme, and has some licensing restrictions. >From what I understood in the license [2], user must accept it before installing. The text of the license is also distributed in the tarball, so it seems ap

Help making a port for a (somewhat) restricted program

2009-03-28 Thread Robert Huff
Vitaly Magerya writes: > I'm creating a port for Petite Chez Scheme [1], which is a free > interpreter for commercial Chez Scheme, and has some licensing > restrictions. > > From what I understood in the license [2], user must accept it > before installing. The text of the license is also

Re: Help making a port for a (somewhat) restricted program

2009-03-28 Thread Vitaly Magerya
> Look at how java/jdk-* does it. java/jdk* uses ${PRINTF} (/usr/bin/printf) to display a message about you having to go and download some of the restricted files, and then exits. Once you've downloaded the files (and that implies that you've accepted the license), the message no longer appe

Re: Help making a port for a (somewhat) restricted program

2009-03-28 Thread Robert Huff
Vitaly Magerya writes: > > Look at how java/jdk-* does it. > > java/jdk* uses ${PRINTF} (/usr/bin/printf) to display a message about > you having to go and download some of the restricted files, and then exits. > Once you've downloaded the files (and that implies that you've accepted

Re: Help making a port for a (somewhat) restricted program

2009-03-28 Thread Vitaly Magerya
> I just re-compiled jdk-1.6 (all 6 hours of it) yesterday. > After unpacking the tarball(s) but before config. it popped up the > Sun license and asked for a "yes/no". I have no idea exactly how. Oh, yes, I missed that part somehow. The port has a script in it that shows the license and as

Re: Help making a port for a (somewhat) restricted program

2009-03-28 Thread Vitaly Magerya
> [3] http://tx97/pub/patches/petite-chez.shar That should have been http://tx97.net/pub/patches/petite-chez.shar ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd