swig-1.3.16-1: Ready for Upload

2002-10-24 Thread Gerald S. Williams
A new version of the SWIG package (swig-1.3.16-1) is ready for upload from
the following locations:
 
Binary: http://home.ptd.net/~gwilliam/cygwin_swig/swig-1.3.16-1.tar.bz2
Source: http://home.ptd.net/~gwilliam/cygwin_swig/swig-1.3.16-1-src.tar.bz2
setup.hint: http://home.ptd.net/~gwilliam/cygwin_swig/setup.hint

Or follow the links from: http://home.ptd.net/~gwilliam/

-Jerry Williams

NOTE: There's a new setup.hint, since the long description has changed.



RE: swig-1.3.15-1: Ready for Upload

2002-10-07 Thread Gerald S. Williams

Just a gentle reminder...

No rush, but I haven't heard gotten a response since I
posted last Wednesday, and I want to make sure that it
didn't fall into the bit bucket... :-)

-Jerry Williams

I wrote:
> A new version of the SWIG package (swig-1.3.15-1) is ready for upload from
> the following locations:
> 
> Binary: http://home.ptd.net/~gwilliam/cygwin_swig/swig-1.3.15-1.tar.bz2
> Source: http://home.ptd.net/~gwilliam/cygwin_swig/swig-1.3.15-1-src.tar.bz2
> 
> Or follow the links from: http://home.ptd.net/~gwilliam/




swig-1.3.15-1: Ready for Upload

2002-10-02 Thread Gerald S. Williams

A new version of the SWIG package (swig-1.3.15-1) is ready for upload from
the following locations:

Binary: http://home.ptd.net/~gwilliam/cygwin_swig/swig-1.3.15-1.tar.bz2
Source: http://home.ptd.net/~gwilliam/cygwin_swig/swig-1.3.15-1-src.tar.bz2

Or follow the links from: http://home.ptd.net/~gwilliam/

-Jerry Williams




Customizing setup.exe

2002-10-01 Thread Gerald S. Williams

I find myself regularly customizing and rebuilding setup
in order to dummy-proof it for our internal users. I'm
specifically doing two things:
 - providing the correct defaults for our proxy server
 - pointing the mirror list at a local archive that I
   rsync periodically with the latest packages (which
   generally obviates the need for the new defaults for
   the proxy server, but what the heck).

The latter allows me time to test new packages (in order
to insulate local users from occasional problems) and
assures some degree of uniformity of package versions.

So...

I find myself changing the following lines and rebuilding
setup every time setup changes:

in net.cc, load_dialog():
  net_proxy_port = 80;

in res.rc, STRINGTABLE:
IDS_MIRROR_LST  "http://sources.redhat.com/cygwin/mirrors.lst";

in state.cc, globals:
  char *net_proxy_host;
  int net_proxy_port;

I'd like to make this process a bit more automatic, so
that you can simply specify these as additional options
to configure. Unfortunately, I don't quite know how to
do that, since I'm not familiar with autotools. I got a
copy of the book, but I'd really appreciate a pointer
in the right direction. Setup appears to be making use
of some of the more arcane autotool features. I really
don't have the time right now to figure it all out, but
this seems like a good learning opportunity if I can
start off with the right focus. I can get at the CVS
version, so I'll provide a proper patch once I figure it
out.

Any help would be appreciated.

-Jerry




swig-1.3.13-1: Ready for Upload

2002-07-01 Thread Gerald S. Williams

A new version of the SWIG package (swig-1.3.13-1) is ready for upload from
the following locations:

Binary: http://home.ptd.net/~gwilliam/cygwin_swig/swig-1.3.13-1.tar.bz2
Source: http://home.ptd.net/~gwilliam/cygwin_swig/swig-1.3.13-1-src.tar.bz2

Or follow the links from: http://home.ptd.net/~gwilliam/

-Jerry Williams




RE: ITP: swig-1.3.11-1

2002-04-25 Thread Gerald S. Williams

Obviously, more than just the FTP server was messed up. While
fixing a problem with their web-based HTML editing system, my
ISP somehow managed to delete all of my files AND change my
FTP password. >:o

Perhaps it's a blessing in disguise. Since you hadn't gotten
it yet, I took this opportunity to replace the setup.hint as
I indicated earlier.

Anyway, the files should all be there now...

-Jerry

-O Gerald S. Williams, 55A-134A-E   : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 6755 SNOWDRIFT RD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18106-9353: mobile:908-672-7592  O-

Corinna Vinschen wrote:
> On Wed, Apr 24, 2002 at 02:09:19PM -0400, Gerald S. Williams wrote:
> > The package files can be retrieved from:
> >  http://www.users.fast.net/~gwilliams/cygwin_swig/swig-1.3.11-1-src.tar.bz2
> >  http://www.users.fast.net/~gwilliams/cygwin_swig/swig-1.3.11-1.tar.bz2
> >  http://www.users.fast.net/~gwilliams/cygwin_swig/setup.hint
> 
> $ wget 'http://www.users.fast.net/~gwilliams/cygwin_swig/swig-1.3.11-1.tar.bz2'
> --13:15:02--  
>http://www.users.fast.net/%7Egwilliams/cygwin_swig/swig-1.3.11-1.tar.bz2
>=> `swig-1.3.11-1.tar.bz2'
> Connecting to www.users.fast.net:80... connected!
> HTTP request sent, awaiting response... 404 File Not Found
> 13:15:03 ERROR 404: File Not Found.
> 
> That happens with all files.




RE: ITP: swig-1.3.11-1

2002-04-24 Thread Gerald S. Williams

The following change to the setup.hint that I published was suggested on
the SWIG mailing list:
---
category: Devel
requires: cygwin
sdesc: "Simplified Wrapper Interface Generator"
ldesc: "Simplified Wrapper Interface Generator.
SWIG is a software development tool that connects programs written in C,
C++, and Objective-C with a variety of high-level programming languages.
SWIG is primarily used with common scripting languages such as Perl,
Python, Tcl/Tk, Ruby, Guile and MzScheme, however the list of supported
languages also includes non-scripting languages such as Java and Eiffel.
SWIG is most commonly used to create high-level interpreted programming
environments and as a tool for building user interfaces. SWIG may be
freely used, distributed, and modified for commercial and noncommercial
use. See http://www.swig.org for more details."
---

Unfortunately, my ISP's FTP server is currently hosed, so I
can't put a copy of this there right now. :-(

-Jerry

-O Gerald S. Williams, 55A-134A-E   : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 6755 SNOWDRIFT RD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18106-9353: mobile:908-672-7592  O-



ITP: swig-1.3.11-1

2002-04-24 Thread Gerald S. Williams

I have a Cygwin SWIG package ready for review and/or upload.
(Sorry, this is my first package. Is ITP the right keyword
to use?)

The package files can be retrieved from:

 http://www.users.fast.net/~gwilliams/cygwin_swig/swig-1.3.11-1-src.tar.bz2
 http://www.users.fast.net/~gwilliams/cygwin_swig/swig-1.3.11-1.tar.bz2
 http://www.users.fast.net/~gwilliams/cygwin_swig/setup.hint

Or just use the links at the bottom of my homepage:

 http://www.users.fast.net/~gwilliams

I don't know if you need this again, but here is the full
text of setup.hint:
---
category: Devel
requires: cygwin
sdesc: "Simplified Wrapper Interface Generator"
ldesc: "Simplified Wrapper Interface Generator.
Generates wrappers for C/C++ modules, allowing them to
be accessed from a variety of scripting languages. See
http://www.swig.org for details."
---

-Jerry

-O Gerald S. Williams, 55A-134A-E   : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 6755 SNOWDRIFT RD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18106-9353: mobile:908-672-7592  O-



RE: [RFC] SWIG package

2002-04-19 Thread Gerald S. Williams

That's because I haven't built them yet (actually I have, but
I want to do a clean rebuild with the latest "official" SWIG,
which I'll probably do early next week). I interpreted the
instructions at http://cygwin.com/setup.html#submitting as
indicating that I should first propose the package, in case
there's some reason why the package isn't already available.

I don't currently have a public FTP site set up. In the past,
I've posted things to world.std.com (now ftp://ftp.std.com),
although the public uploads section seems to have gone away,
so I'll have to find another or break down and set up the web
page my dial-up ISP supposedly provides. (Unfortunately, that
will be going away shortly when I finally get my cable modem
hookup.) :-)

-Jerry

-O Gerald S. Williams, 55A-134A-E   : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 6755 SNOWDRIFT RD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18106-9353: mobile:908-672-7592  O-

> -Original Message-
> From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 3:08 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [RFC] SWIG package
> 
> 
> On Thu, Apr 18, 2002 at 03:06:03PM -0400, Gerald S. Williams wrote:
> > I'm not familiar with the netiquette here. Should this actually
> > be an RFP or ITP?
> > 
> > Anyway, I'd like to volunteer to maintain a SWIG package for
> > Cygwin.
> > 
> > Proposed setup.hint:
> > ---
> > category: Devel
> > requires: cygwin
> > sdesc: "Simplified Wrapper Interface Generator"
> > ldesc: "Simplified Wrapper Interface Generator.
> > Generates wrappers for C/C++ modules, allowing them to
> > be accessed from a variety of scripting languages. See
> > http://www.swig.org for details."
> 
> I'm missing links to the binary and source package...
> 
> Corinna
> 
> -- 
> Corinna Vinschen  Please, send mails regarding Cygwin to
> Cygwin Developermailto:[EMAIL PROTECTED]
> Red Hat, Inc.
> 



[RFC] SWIG package

2002-04-18 Thread Gerald S. Williams

I'm not familiar with the netiquette here. Should this actually
be an RFP or ITP?

Anyway, I'd like to volunteer to maintain a SWIG package for
Cygwin.

Proposed setup.hint:
---
category: Devel
requires: cygwin
sdesc: "Simplified Wrapper Interface Generator"
ldesc: "Simplified Wrapper Interface Generator.
Generates wrappers for C/C++ modules, allowing them to
be accessed from a variety of scripting languages. See
http://www.swig.org for details."

-O Gerald S. Williams, 55A-134A-E   : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 6755 SNOWDRIFT RD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18106-9353: mobile:908-672-7592  O-



RE: SWIG package maintainer?

2002-04-18 Thread Gerald S. Williams

Thanks. I had followed the FAQ to a post that wasn't quite as
detailed as that.

-Jerry

-O Gerald S. Williams, 55A-134A-E   : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 6755 SNOWDRIFT RD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18106-9353: mobile:908-672-7592  O-

> -Original Message-
> From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 11:52 AM
> To: [EMAIL PROTECTED]
> Subject: Re: SWIG package maintainer?
> 
> 
> On Thu, Apr 18, 2002 at 11:11:36AM -0400, Gerald S. Williams wrote:
> > Is there no Cygwin package maintainer for SWIG? I've been
> > building it without any patches for quite a while (some of
> > the test cases used to fail to build, but I think that's
> > been resolved for a while now as well). I can put together
> > SWIG packages in Cygwin form. How much additional work
> > does it take to be a package maintainer?
> 
> Pack it according to http://cygwin.com/setup.html and follow the
> hints on that page. 
> 
> Especially follow http://cygwin.com/setup.html#submitting
> 
> Corinna
> 
> -- 
> Corinna Vinschen  Please, send mails regarding Cygwin to
> Cygwin Developermailto:[EMAIL PROTECTED]
> Red Hat, Inc.
> 



SWIG package maintainer?

2002-04-18 Thread Gerald S. Williams

Is there no Cygwin package maintainer for SWIG? I've been
building it without any patches for quite a while (some of
the test cases used to fail to build, but I think that's
been resolved for a while now as well). I can put together
SWIG packages in Cygwin form. How much additional work
does it take to be a package maintainer?

-Jerry

-O Gerald S. Williams, 55A-134A-E   : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 6755 SNOWDRIFT RD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18106-9353: mobile:908-672-7592  O-




setup.exe (2.194.2.24)

2002-04-18 Thread Gerald S. Williams

Sorry if this was already mentioned--I couldn't keep up with
all of the setup.exe mail...

I have a SWIG package in my local install directory. When I
select Download from Internet in the latest setup.exe, I am
offered me a RETRIEVE option even though it's not on the
download site. In version 2.125.2.10, it doesn't show up at
all.

-Jerry

-O Gerald S. Williams, 55A-134A-E   : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 6755 SNOWDRIFT RD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18106-9353: mobile:908-672-7592  O-




RE: Creating a local mirror for setup.exe

2002-02-21 Thread Gerald S. Williams

Thanks, that was exactly what I needed. I can now update
setup.ini (upset2 -u setup.ini) or simply download the
setup.hint files from the FTP sites and build the whole
file. Sorry if this was the wrong list for this sort of
question...

-Jerry

-O Gerald S. Williams, 22Y-103GA : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 555 UNION BLVD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18109-3286 : mobile:908-672-7592  O-

Hack Kampbjørn wrote:
> What you're looking for is `upset'. The script that automatically
> generates setup.ini from all the setup.hint files on sources.redhat.com.
> http://sources.redhat.com/ml/cygwin-apps/2002-02/msg00028.html




Creating a local mirror for setup.exe

2002-02-20 Thread Gerald S. Williams

We've been creating a local Cygwin package "mirror" by
downloading to a networked directory and installing from
there. This seems to work, but you have to be careful to
prevent setup.exe from getting confused.

But now I need to change some of the packages in that
"mirror". I need to build Python with threads enabled
and I need to add SWIG. I've built the prerequisite
.tar.bz2 files. In the python case I bumped the "port"
from -1 to -2.

Simply copying the python file into contrib/python is
enough to make it visible to setup (although it is not
the default). The SWIG file needs an entry in setup.ini,
though.

If you delete setup.ini, you can actually install SWIG
and the other packages (they appear under Misc), but I
suspect this probably a bad idea. I'd like to simply be
able to update the setup.ini file. I saw some references
to an update_setup tool. Is that what we need? Or should
we do something entirely different?

I suspect that there might be a much better way to set
up a local mirror. We can even put it on an FTP server
if that's easier to deal with.

This sounds like it should be a simple RTFM question,
which I'll gladly do. Can someone please point me in
the right direction?

Thanks,

-Jerry

-O Gerald S. Williams, 22Y-103GA : mailto:[EMAIL PROTECTED] O-
-O AGERE SYSTEMS, 555 UNION BLVD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18109-3286 : mobile:908-672-7592  O-