public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* updated package: gsl-1.8-1
@ 2006-05-25 18:13 a.rburgers
  2006-05-25 18:22 ` Christopher Faylor
  0 siblings, 1 reply; 7+ messages in thread
From: a.rburgers @ 2006-05-25 18:13 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

Hello,

I've uploaded binary and source packages of gsl-1.8-1

This is a repackaging with cygport and an update to a more
recent upstream version. Also for easier future updates, the
packages has been split in four parts, which is indeed very easy
to achieve with cygport.

http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.8-1-src.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.8-1.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/setup.hint
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-apps-1.8-1.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/apps.hint
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-doc-1.8-1.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/doc.hint
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-devel-1.8-1.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/devel.hint

Please remove gsl-1.6-2 and leave gsl-1.7-1 as previous.

Teun



[-- Attachment #2: gsl-1.8-1.cygport --]
[-- Type: text/plain, Size: 860 bytes --]

DESCRIPTION="Numerical library in C";
HOMEPAGE="http://www.gnu.org/software/gsl/";
SRC_URI="ftp://ftp.gnu.org/gnu/gsl/gsl-1.8.tar.gz";

#---------------------------------------------------------------------
# 4 subpackages
# 	gsl-		: dlls
# 	gsl-apps	: gsl-histogram and gsl-randist programs
# 	gsl-doc	: documentation
# 	gsl-devel	: headers, static libraries, import libraries
#---------------------------------------------------------------------

PKG_NAMES="${PN} ${PN}-apps ${PN}-devel ${PN}-doc";
PKG_HINTS="setup apps devel doc";

PKG_CONTENTS[0]='usr/bin/*.dll';
PKG_CONTENTS[1]='usr/bin/gsl-histogram.exe usr/bin/gsl-histogram.exe';
PKG_CONTENTS[2]="usr/share/aclocal/ usr/bin/gsl-config usr/include/ \
                 usr/lib/lib* usr/lib/pkgconfig/";
PKG_CONTENTS[3]='etc/ usr/share/doc/ usr/share/info/ usr/share/man';

CYGCONF_ARGS="LIBS=-lblas";

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated package: gsl-1.8-1
  2006-05-25 18:13 updated package: gsl-1.8-1 a.rburgers
@ 2006-05-25 18:22 ` Christopher Faylor
  2006-05-25 19:13   ` Teun Burgers
  2006-05-25 19:45   ` Andrew Schulman
  0 siblings, 2 replies; 7+ messages in thread
From: Christopher Faylor @ 2006-05-25 18:22 UTC (permalink / raw)
  To: cygwin-apps

On Thu, May 25, 2006 at 08:12:37PM +0200, a.rburgers wrote:
>Hello,
>
>I've uploaded binary and source packages of gsl-1.8-1
>
>This is a repackaging with cygport and an update to a more
>recent upstream version. Also for easier future updates, the
>packages has been split in four parts, which is indeed very easy
>to achieve with cygport.
>
>http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.8-1-src.tar.bz2
>http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.8-1.tar.bz2
>http://home.quicknet.nl/qn/prive/ar.burgers/gsl/setup.hint
>http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-apps-1.8-1.tar.bz2
>http://home.quicknet.nl/qn/prive/ar.burgers/gsl/apps.hint
>http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-doc-1.8-1.tar.bz2
>http://home.quicknet.nl/qn/prive/ar.burgers/gsl/doc.hint
>http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-devel-1.8-1.tar.bz2
>http://home.quicknet.nl/qn/prive/ar.burgers/gsl/devel.hint
>
>Please remove gsl-1.6-2 and leave gsl-1.7-1 as previous.

Please reorganize your download directory with subdirectories containing
packages and setup.hint's and then provide shell commands using 'cd' and
'wget' for retrieving the packages.

cgf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated package: gsl-1.8-1
  2006-05-25 18:22 ` Christopher Faylor
@ 2006-05-25 19:13   ` Teun Burgers
  2006-05-25 19:23     ` Christopher Faylor
  2006-05-25 21:33     ` Yaakov S (Cygwin Ports)
  2006-05-25 19:45   ` Andrew Schulman
  1 sibling, 2 replies; 7+ messages in thread
From: Teun Burgers @ 2006-05-25 19:13 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

Christopher Faylor wrote:

> Please reorganize your download directory with subdirectories containing
> packages and setup.hint's and then provide shell commands using 'cd' and
> 'wget' for retrieving the packages.

Attached you find a script gsl-get.sh that fetches the files and
organises them in what I think is the intended directory structure
and renames all the .hints files to setup.hint in the appropriate
directory. After executing of the script this should be the result:

gsl/gsl-1.8-1-src.tar.bz2
gsl/gsl-1.8-1.tar.bz2
gsl/setup.hint
gsl/gsl-apps/gsl-apps-1.8-1.tar.bz2
gsl/gsl-apps/setup.hint
gsl/gsl-devel/gsl-devel-1.8-1.tar.bz2
gsl/gsl-devel/setup.hint
gsl/gsl-doc/gsl-doc-1.8-1.tar.bz2
gsl/gsl-doc/setup.hint

Teun

[-- Attachment #2: gsl-get.sh --]
[-- Type: text/plain, Size: 834 bytes --]

#!/bin/bash

mkdir -p gsl/gsl-apps gsl/gsl-doc gsl/gsl-devel

cd gsl
wget http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.8-1-src.tar.bz2
wget http://home.quicknet.nl/qn/prive/ar.burgers/gsl/setup.hint
wget http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.8-1.tar.bz2

cd ../gsl/gsl-apps
wget http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-apps-1.8-1.tar.bz2
wget http://home.quicknet.nl/qn/prive/ar.burgers/gsl/apps.hint
mv apps.hint setup.hint

cd ../../gsl/gsl-doc
wget http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-doc-1.8-1.tar.bz2
wget http://home.quicknet.nl/qn/prive/ar.burgers/gsl/doc.hint
mv doc.hint setup.hint

cd ../../gsl/gsl-devel
wget http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-devel-1.8-1.tar.bz2
wget http://home.quicknet.nl/qn/prive/ar.burgers/gsl/devel.hint
mv devel.hint setup.hint

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated package: gsl-1.8-1
  2006-05-25 19:13   ` Teun Burgers
@ 2006-05-25 19:23     ` Christopher Faylor
  2006-05-25 21:33     ` Yaakov S (Cygwin Ports)
  1 sibling, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2006-05-25 19:23 UTC (permalink / raw)
  To: cygwin-apps

On Thu, May 25, 2006 at 09:12:46PM +0200, Teun Burgers wrote:
>Christopher Faylor wrote:
>
>>Please reorganize your download directory with subdirectories containing
>>packages and setup.hint's and then provide shell commands using 'cd' and
>>'wget' for retrieving the packages.
>
>Attached you find a script gsl-get.sh that fetches the files and
>organises them in what I think is the intended directory structure
>and renames all the .hints files to setup.hint in the appropriate
>directory. After executing of the script this should be the result:
>
>gsl/gsl-1.8-1-src.tar.bz2
>gsl/gsl-1.8-1.tar.bz2
>gsl/setup.hint
>gsl/gsl-apps/gsl-apps-1.8-1.tar.bz2
>gsl/gsl-apps/setup.hint
>gsl/gsl-devel/gsl-devel-1.8-1.tar.bz2
>gsl/gsl-devel/setup.hint
>gsl/gsl-doc/gsl-doc-1.8-1.tar.bz2
>gsl/gsl-doc/setup.hint

Thanks.  I've run the script and it has worked flawlessly.

So,

Uploaded.

cgf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated package: gsl-1.8-1
  2006-05-25 18:22 ` Christopher Faylor
  2006-05-25 19:13   ` Teun Burgers
@ 2006-05-25 19:45   ` Andrew Schulman
  2006-05-25 19:55     ` Christopher Faylor
  1 sibling, 1 reply; 7+ messages in thread
From: Andrew Schulman @ 2006-05-25 19:45 UTC (permalink / raw)
  To: cygwin-apps

> provide shell commands using 'cd' and
> 'wget' for retrieving the packages

Is this SOP now?  Or did you just ask for it in this case because it was a
long list of files?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated package: gsl-1.8-1
  2006-05-25 19:45   ` Andrew Schulman
@ 2006-05-25 19:55     ` Christopher Faylor
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2006-05-25 19:55 UTC (permalink / raw)
  To: cygwin-apps

On Thu, May 25, 2006 at 03:46:00PM -0400, Andrew Schulman wrote:
>cgf wrote:
>>provide shell commands using 'cd' and 'wget' for retrieving the
>>packages
>
>Is this SOP now?  Or did you just ask for it in this case because it
>was a long list of files?

Both Corinna and I have asked for this in the past.  It simplifies
our life enormously.

cgf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated package: gsl-1.8-1
  2006-05-25 19:13   ` Teun Burgers
  2006-05-25 19:23     ` Christopher Faylor
@ 2006-05-25 21:33     ` Yaakov S (Cygwin Ports)
  1 sibling, 0 replies; 7+ messages in thread
From: Yaakov S (Cygwin Ports) @ 2006-05-25 21:33 UTC (permalink / raw)
  To: cygwin-apps

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Teun Burgers wrote:
> Attached you find a script gsl-get.sh that fetches the files and
> organises them in what I think is the intended directory structure
> and renames all the .hints files to setup.hint in the appropriate
> directory. After executing of the script this should be the result:
> 
> gsl/gsl-1.8-1-src.tar.bz2
> gsl/gsl-1.8-1.tar.bz2
> gsl/setup.hint
> gsl/gsl-apps/gsl-apps-1.8-1.tar.bz2
> gsl/gsl-apps/setup.hint
> gsl/gsl-devel/gsl-devel-1.8-1.tar.bz2
> gsl/gsl-devel/setup.hint
> gsl/gsl-doc/gsl-doc-1.8-1.tar.bz2
> gsl/gsl-doc/setup.hint

Were you aware that cygport does this automatically?  As part of the
'package' command, it installs all packages and their setup.hint's in
the dist/ directory.


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEdiLEpiWmPGlmQSMRAhMuAKDcjF0UnjqySJtDPPdsoms2zGqJ+QCeMSG/
KEI0dsQjAUd2YsBhROoGNko=
=S84I
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-05-25 21:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-25 18:13 updated package: gsl-1.8-1 a.rburgers
2006-05-25 18:22 ` Christopher Faylor
2006-05-25 19:13   ` Teun Burgers
2006-05-25 19:23     ` Christopher Faylor
2006-05-25 21:33     ` Yaakov S (Cygwin Ports)
2006-05-25 19:45   ` Andrew Schulman
2006-05-25 19:55     ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).