Re: [UPDATE] Pending package status (25 Jun 2003)

2003-06-26 Thread Elfyn McBratney
On Thu, 26 Jun 2003, Gareth Pearce wrote:

> (correction)
> libaspell is under
> http://www-personal.usyd.edu.au/~gpea0679/aspell/libaspell/libaspell15-0.50.3-1.tar.bz2
>
> too many different 'personal website' directory layout formats for me...
> and I only have 3.

Right, I can start it now, but it doesn't want to work through pine. :-( I'm
using the attached script (from Red Hat 8.0) it if helps. It exits with 255 when
called as `aspell --mode=email check' or `aspell check', or when speller is set
to `pine-spellcheck' it exists with -1 after pissing around trying to get back
my terminal. It doesn't respond in pine at all to user input.

CYGWIN = `binmode check_case:strict ntea ntsec tty'

Elfyn
-- #!/bin/bash
#
# Title:pine-spellcheck
# Author:   Mike A. Harris <[EMAIL PROTECTED]>
# Created on:   Feb 6, 2001
#
# Having PINE call this script for spell checking instead of calling
# the various spell checkers directly makes it possible to easily
# maintain a single PINE src.rpm that should build and run properly
# on Red Hat 7.x, 6.x, 5.x without breaking spell checking.

# Try to use "aspell" as the spell checker first (Red Hat 7.0 default)
if   [ -e /usr/bin/aspell ];then
/usr/bin/aspell --mode=email check $*

# Fall back to ispell for Red Hat 6.x, 5.x, etc..
elif [ -e /usr/bin/ispell ];then
/usr/bin/ispell $*
else
exit 1
fi




Re: [UPDATE] Pending package status (25 Jun 2003) (cygbuild)

2003-06-26 Thread Jari Aalto+mail.linux
* Wed 2003-06-25 Elfyn McBratney <[EMAIL PROTECTED]> list.cygwin-apps
* Message-Id: <[EMAIL PROTECTED]>
> On Wed, 25 Jun 2003, Elfyn McBratney wrote:
>
>> 10. glimpse
>>
>> date   : 02 Jun 2003
>> version: 4.17.4-1
>> status : on hold
>> notes  : http://www.cygwin.com/ml/cygwin-apps/2003-06/msg00010.html
>>  http://www.cygwin.com/ml/cygwin-apps/2003-06/msg00013.html
>>  http://www.cygwin.com/ml/cygwin-apps/2003-06/msg00014.html
>> votes  : 3 (Christopher, Gerrit and Joe)
>> url: http://www.tierra.dyndns.org:81/cygwin/chase/chase-0.5-1-src.tar.bz2
>>  http://www.tierra.dyndns.org:81/cygwin/chase/chase-0.5-1.tar.bz2
>>  http://www.tierra.dyndns.org:81/cygwin/chase/setup.hint
>
> As noted in one of the notes above, Jari recieved acknowledgement
> from the glimpse maintainer regarding licensing. As the upstream
> maintainer has OK'd this distribution as long as a file regarding
> corporate usage (license note?) is inserted into the binary package,
> can this package be taken "off hold"? As long as the file is
> inserted into the package?
>
> I'm wondering.. Will it conflict if their license isn't GPL or OSD
> compatible?  Regarding linking it with Cygwin and thus automatically
> making this distribution of glimpse GPL'd?

As far as I understand, Glimpse developers have all the time favoured
Open Source. What comes to the licencing, it's wording is more like
"academic" than corporate if you look at the licence file and its
wording.

The current installation method automatically provides additional file
that makes the commercial usage more explicit as long as it is not in
the core glimpse distribution.

Jari

>> 18. cygbuild
>>
>> date   : 12 Jun 2003
>> version: 2003.0612-1
>> status : not reviewed
>> notes  : http://sources.redhat.com/ml/cygwin-apps/2003-06/msg00104.html
>>  http://sources.redhat.com/ml/cygwin-apps/2003-06/msg00105.html
>> votes  : 0
>> url: 
>> http://www.tierra.dyndns.org:81/cygwin/cygbuild/cygbuild-2003.0612-1-src.tar.bz2
>>  
>> http://www.tierra.dyndns.org:81/cygwin/cygbuild/cygbuild-2003.0612-1.tar.bz2
>
> Do we go with the status quo with this package? IMO, and this isn't
> personal, we should stick with the defined methods for creating
> packages for the Cygwin distro.

Here is some more background:

- It's based on the 'sh' script provided at
  http://cygwin.com/setup.html "Here is an example build script ..."

The methodology the script used looked interesting (deriving package
attributes form the script name), but I thought it could be improved
so that the manual work (editing the script every time a package was
ported), could be reduced to minimum. It started from small
modifications but spread to a complete "swiss army knife".

The current implementation extends the "Here is an example build
script ..." in following way:

- The script is self standing "program" and sniffs environment form
  current directory (you have to have unpacked package to package-NN.NN/
  directory and chdir inside it)
- It knows about debian package specialities (.orig. in name, not -src)
- It knows how to port perl packages. (Makefile.PL and some other things)
- It knows how to copy packages doc/* directory contents (drops .man, .1
  etc. files)

The biggest change is the added delegation and porintg support by
external scripts:

- If iser has written CYGWIN-PATCHES/build.sh, that is called from 
  the program
- Likewise for install.sh, diff.sh etc.

So if the script's "standard" porting does not work, it's very eay to
port using separate scripts that user can write and maintain.

See manual section "Directory package-NN.NN/CYGWIN-PATCHES/ and
optional scripts"
http://tierra.dyndns.org:81/cygwin/cygbuild/cygbuild.html

The build script has been greatly improved since the initial release.
Here are the new URLs.

http://tierra.dyndns.org:81/cygwin/cygbuild/cygbuild-2003.0626-1-src.tar.bz2
http://tierra.dyndns.org:81/cygwin/cygbuild/cygbuild-2003.0626-1.tar.bz2


Jari



-- 
http://tiny-tools.sourceforge.net/
Swatch  @time http://www.ryanthiessen.com/swatch/resources.htm
Convert @time http://www.mir.com.my/iTime/itime.htm



Re: [UPDATE] Pending package status (25 Jun 2003)

2003-06-25 Thread Gareth Pearce
(correction)
libaspell is under
http://www-personal.usyd.edu.au/~gpea0679/aspell/libaspell/libaspell15-0.50.3-1.tar.bz2

too many different 'personal website' directory layout formats for me...
and I only have 3.

Gareth


Re: [UPDATE] Pending package status (25 Jun 2003)

2003-06-25 Thread Gareth Pearce
(correction)
libaspell is under
http://www-personal.usyd.edu.au/~gpea0679/aspell/libaspell/libaspell15-0.50.3-1.tar.bz2

too many different 'personal website' directory layout formats for me...
and I only have 3.

Gareth




Re: [UPDATE] Pending package status (25 Jun 2003)

2003-06-25 Thread Gareth Pearce
(correction)
libaspell is under
http://www-personal.usyd.edu.au/~gpea0679/aspell/libaspell/libaspell15-0.50.3-1.tar.bz2

too many different 'personal website' directory layout formats for me...
and I only have 3.

Gareth




Re: [UPDATE] Pending package status (25 Jun 2003)

2003-06-25 Thread Gareth Pearce
(correction)
libaspell is under
http://www-personal.usyd.edu.au/~gpea0679/aspell/libaspell/libaspell15-0.50.3-1.tar.bz2

too many different 'personal website' directory layout formats for me...
and I only have 3.

Gareth




Re: [UPDATE] Pending package status (25 Jun 2003)

2003-06-25 Thread Gareth Pearce
> > 16. Aspell-en
> >
> > date   : 19 Jun 2003
> > version: 0.51.0-1
> > status : not (yet) reviewed
> > notes  : http://sources.redhat.com/ml/cygwin-apps/2003-06/msg00161.html
> > votes  : 0 (aspell prerequisite)
> > url: http://blytkerchan.chez.tiscali.fr/aspell-en-0.51.0-1.tar.bz2
> >
http://blytkerchan.chez.tiscali.fr/aspell-en-0.51.0-1-src.tar.bz2
>
> I've just been reviewing aspell* . It's looking good, layout wise. But, I
can't
> run aspell as the libaspell package cannot be found (on the server). One
other
> thing you might want to add to the binary package is a spell checker shell
script
> for use in pine or mutt. Linux Aspell does this (/usr/bin/alt_speller.sh?)
and
> you just invoke that script from your MUA.

libaspell is under
http://www-personal.usyd.edu.au/gpearce/aspell/libaspell/libaspell15-0.50.3-1.tar.bz2
aparently one of us got the directory name wrong at some point. - setup.hint
is in the same directory.
ofcourse it would of made sense to put it in the other directory - i just
didnt...
regarding the 'spell checker shell script' idea - I was under the impression
'spell' compatibilty mode was all that is needed.  which i think is just
aspell -a ... - I think in practice that a ispell/spell script which invokes
aspell is an option - and I cant remember at this second whether I included
that.  I'm pretty sure there was one in the src package.  Been a while.

Gareth




Re: [UPDATE] Pending package status (25 Jun 2003)

2003-06-25 Thread Elfyn McBratney
On Wed, 25 Jun 2003, Max Bowsher wrote:

> Also unison:
> http://sources.redhat.com/ml/cygwin-apps/2003-06/msg00067.html

Doh! Oh well, I'll update it tomorrow... I've done enough ml scanning for one
day! ;-)

Elfyn
-- 



Re: [UPDATE] Pending package status (25 Jun 2003)

2003-06-25 Thread Elfyn McBratney
On Wed, 25 Jun 2003, Elfyn McBratney wrote:

> 10. glimpse
>
> date   : 02 Jun 2003
> version: 4.17.4-1
> status : on hold
> notes  : http://www.cygwin.com/ml/cygwin-apps/2003-06/msg00010.html
>  http://www.cygwin.com/ml/cygwin-apps/2003-06/msg00013.html
>  http://www.cygwin.com/ml/cygwin-apps/2003-06/msg00014.html
> votes  : 3 (Christopher, Gerrit and Joe)
> url: http://www.tierra.dyndns.org:81/cygwin/chase/chase-0.5-1-src.tar.bz2
>  http://www.tierra.dyndns.org:81/cygwin/chase/chase-0.5-1.tar.bz2
>  http://www.tierra.dyndns.org:81/cygwin/chase/setup.hint

As noted in one of the notes above, Jari recieved acknowledgement from
the glimpse maintainer regarding licensing. As the upstream maintainer has OK'd
this distribution as long as a file regarding corporate usage (license note?) is
inserted into the binary package, can this package be taken "off hold"? As long
as the file is inserted into the package?

I'm wondering.. Will it conflict if their license isn't GPL or OSD compatible?
Regarding linking it with Cygwin and thus automatically making this
distribution of glimpse GPL'd?

> 16. Aspell-en
>
> date   : 19 Jun 2003
> version: 0.51.0-1
> status : not (yet) reviewed
> notes  : http://sources.redhat.com/ml/cygwin-apps/2003-06/msg00161.html
> votes  : 0 (aspell prerequisite)
> url: http://blytkerchan.chez.tiscali.fr/aspell-en-0.51.0-1.tar.bz2
>  http://blytkerchan.chez.tiscali.fr/aspell-en-0.51.0-1-src.tar.bz2

I've just been reviewing aspell* . It's looking good, layout wise. But, I can't
run aspell as the libaspell package cannot be found (on the server). One other
thing you might want to add to the binary package is a spell checker shell script
for use in pine or mutt. Linux Aspell does this (/usr/bin/alt_speller.sh?) and
you just invoke that script from your MUA.

> 18. cygbuild
>
> date   : 12 Jun 2003
> version: 2003.0612-1
> status : not reviewed
> notes  : http://sources.redhat.com/ml/cygwin-apps/2003-06/msg00104.html
>  http://sources.redhat.com/ml/cygwin-apps/2003-06/msg00105.html
> votes  : 0
> url: 
> http://www.tierra.dyndns.org:81/cygwin/cygbuild/cygbuild-2003.0612-1-src.tar.bz2
>  http://www.tierra.dyndns.org:81/cygwin/cygbuild/cygbuild-2003.0612-1.tar.bz2

Do we go with the status quo with this package? IMO, and this isn't personal, we
should stick with the defined methods for creating packages for the Cygwin
distro.

Elfyn
-- 



Re: [UPDATE] Pending package status (25 Jun 2003)

2003-06-25 Thread Max Bowsher
Also unison:
http://sources.redhat.com/ml/cygwin-apps/2003-06/msg00067.html

Max.



[UPDATE] Pending package status (25 Jun 2003)

2003-06-25 Thread Elfyn McBratney
1. LPRng

date   : 21 Jan 2003
version: 3.8.19-1
status : reviewed; source package needs to be fixed
notes  : http://www.cygwin.com/ml/cygwin-apps/2003-01/msg00215.html
 http://www.cygwin.com/ml/cygwin-apps/2003-02/msg00172.html
reviews: http://www.cygwin.com/ml/cygwin-apps/2003-02/msg00061.html
 http://www.cygwin.com/ml/cygwin-apps/2003-03/msg00172.html
 http://www.cygwin.com/ml/cygwin-apps/2003-03/msg00368.html
 http://www.cygwin.com/ml/cygwin-apps/2003-03/msg00369.html
votes  : 3 (Corinna, Joshua and Volker)
url: http://www.as.cmu.edu/~geek/LPRng/LPRng-3.8.19-1.tar.bz2
 http://www.as.cmu.edu/~geek/LPRng/LPRng-3.8.19-1-src.tgz
 http://www.as.cmu.edu/~geek/LPRng/setup.hint

2. ifhp

date   : 21 Jan 2003
version: 3.5.10-1
status : not reviewed
notes  : http://www.cygwin.com/ml/cygwin-apps/2003-01/msg00215.html
 http://www.cygwin.com/ml/cygwin-apps/2003-02/msg00172.html
votes  : 1 (Joshua)
url: http://www.as.cmu.edu/~geek/ifhp/ifhp-3.5.10-1.tar.bz2
 http://www.as.cmu.edu/~geek/ifhp/ifhp-3.5.10-1-src.tar.bz2
 http://www.as.cmu.edu/~geek/ifhp/setup.hint

3. TCM

date   : 27 Jan 2003
version: 2.20-1
status : updated package is available for review
notes  : http://www.cygwin.com/ml/cygwin-apps/2003-01/msg00299.html
 http://www.cygwin.com/ml/cygwin-apps/2003-01/msg00100.html
reviews: http://www.cygwin.com/ml/cygwin-apps/2003-03/msg00046.html
votes  : 2 (Christopher and Lapo)
url: http://home.in.tum.de/~boesswet/tcm-2.20-1.tar.bz2
 http://home.in.tum.de/~boesswet/tcm-2.20-1-src.tar.bz2
 http://home.in.tum.de/~boesswet/setup.hint

4. ccdoc

date   : 26 Feb 2003
version: 0.8.39-1
status : reviewed; the package is ok, it is just missing the votes
notes  : http://www.cygwin.com/ml/cygwin-apps/2003-02/msg00262.html
reviews: http://www.cygwin.com/ml/cygwin-apps/2003-02/msg00283.html
 http://www.cygwin.com/ml/cygwin-apps/2003-03/msg00096.html
votes  : 2 (Elfyn and Gerrit)
url: http://ccdoc.sourceforge.net/cygwin_tmp/ccdoc-0.8.39-1/ccdoc-0.8.39-1.tar.bz2
 
http://ccdoc.sourceforge.net/cygwin_tmp/ccdoc-0.8.39-1/ccdoc-0.8.39-1-src.tar.bz2
 http://ccdoc.sourceforge.net/cygwin_tmp/ccdoc-0.8.39-1/setup.hint

5. proj

date   : 08 Mar 2003
version: 4.4.6-1
status : not reviewed
notes  : http://www.cygwin.com/ml/cygwin-apps/2003-03/msg00176.html
 http://sources.redhat.com/ml/cygwin-apps/2003-06/msg00162.html
votes  : 2 (Elfyn and Gerrit)
url: 
http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/release/proj/proj-4.4.6-1.tar.bz2
 
http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/release/proj/libproj-devel/libproj-devel-4.4.6-1.tar.bz2

6. libgeotiff

date   : 09 Mar 2003
version: 1.2.0-1
status : not reviewed
notes  : http://www.cygwin.com/ml/cygwin-apps/2003-03/msg00298.html
votes  : 2 (Elfyn and Gerrit)
url: 
http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/release/libgeotiff/libgeotiff1/libgeotiff1-1.2.0-1.tar.bz2
 
http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/release/libgeotiff/libgeotiff-1.2.0-1-src.tar.bz2

7. DjVuLibre

date   : 29 Mar 2003
version: 3.5.11-3
status : reviewed
notes  : http://www.cygwin.com/ml/cygwin-apps/2003-03/msg00756.html
 http://cygwin.com/ml/cygwin-apps/2003-04/msg00235.html
 http://cygwin.com/ml/cygwin-apps/2003-04/msg00242.html
 http://cygwin.com/ml/cygwin-apps/2003-04/msg00245.html
 http://cygwin.com/ml/cygwin-apps/2003-04/msg00247.html
 http://cygwin.com/ml/cygwin-apps/2003-04/msg00410.html
reviews: http://cygwin.com/ml/cygwin-apps/2003-04/msg00248.html
votes  : 2 (Jakka and Joshua)
url: 
http://belnet.dl.sourceforge.net/sourceforge/djvu/djvulibre-3.5.11-3-src.tar.bz2
 http://belnet.dl.sourceforge.net/sourceforge/djvu/djvulibre-3.5.11-3.tar.bz2

8. Aspell

date   : 07 Apr 2003
version: 0.50.3-1
status : not reviewed
notes  : http://cygwin.com/ml/cygwin-apps/2003-04/msg00155.html
 http://cygwin.com/ml/cygwin-apps/2003-04/msg00356.html
votes  : 4 (Christopher, Elfyn, Gerrit and Igor)
url: 
http://www-personal.usyd.edu.au/~gpea0679/aspell/aspell-bin/aspell-bin-0.50.3-1.tar.bz2
 http://www-personal.usyd.edu.au/~gpea0679/aspell/aspell-bin/setup.hint
 
http://www-personal.usyd.edu.au/~gpea0679/aspell/aspell-doc/aspell-doc-0.50.3-1.tar.bz2
 http://www-personal.usyd.edu.au/~gpea0679/aspell/aspell-doc/setup.hint
 
http://www-personal.usyd.edu.au/~gpea0679/aspell/aspell-dev/aspell-dev-0.50.3-1.tar.bz2
 http://www-personal.usyd.edu.au/~gpea0679/aspell/aspell-dev/setup.hint
 
http://www-personal.usyd.edu.au/~gpea0679/aspell/libaspell15/libaspell15-0.50.3-1.tar.bz2
 http://www-personal.usyd.edu.au/~gpea0679/aspell/libaspell15/setup.hint
 http://www-personal.usyd.edu.au/~gpea0679/aspell/aspell-0.50.3-1-src.tar.bz2

9. astksh

date   : 02 May 2003
version: 20030422-1
status : read