|
Home > Archive > Debian Developers > October 2005 > watch file for SourceForge packages
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
watch file for SourceForge packages
|
|
| Shaun Jackman 2005-04-04, 5:58 pm |
| Recently I've been using umn [1] in my watch files for SourceForge
packages. It looks like this link is dead now. I find I have to update
the watch file for all my SourceForge packages every six months or so.
Finding a new link that works is usually not trivial. Does anyone
maintain a list of working SourceForge mirrors suitable for watch
files?
Thanks,
Shaun
[1] ftp://sourceforge.cs.umn.edu/pub/sourceforge/
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Michael Koch 2005-04-04, 5:58 pm |
| On Mon, Apr 04, 2005 at 11:21:41AM -0700, Shaun Jackman wrote:
> Recently I've been using umn [1] in my watch files for SourceForge
> packages. It looks like this link is dead now. I find I have to update
> the watch file for all my SourceForge packages every six months or so.
> Finding a new link that works is usually not trivial. Does anyone
> maintain a list of working SourceForge mirrors suitable for watch
> files?
Use something like
http://prdownloads.sourceforge.net/...tname/somefile-(.*)\.tar\.gz
Works for me.
BTW: are you still working on SWT and SwingWT packages?
Michael
--
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
Join the community at http://planet.classpath.org/
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
|
|
| Free Ekanayaka 2005-04-04, 8:49 pm |
| |--==> Shaun Jackman writes:
SJ> On Apr 4, 2005 11:06 AM, Michael Koch <konqueror@gmx.de> wrote:[vbcol=seagreen]
SJ> Doesn't work for me though. Instead of a tarball, I get an HTML file
SJ> that starts with...
SJ> <HTML><HEAD><TITLE>Select a Mirror for File: /libnjb/libnjb-2.0.tar.gz
Example:
http://prdownloads.sf.net/a/al/alsamodular/ams-(.*)\.tar\.bz2
Cheers,
Free
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Shaun Jackman 2005-04-05, 2:48 am |
| On Apr 4, 2005 5:02 PM, Free Ekanayaka <free@miu-ft.org> wrote:
> Example:
>
> http://prdownloads.sf.net/a/al/alsamodular/ams-(.*)\.tar\.bz2
This doesn't work for me:
$ cat debian/watch
version=2
http://prdownloads.sourceforge.net/...trino/neutrino-(.*)\.tar\.gz
debian uupdate
$ uscan
neutrino: Newer version (0.8.2) available on remote site
(local version is 0.7.3)
neutrino: Successfully downloaded updated package neutrino-0.8.2.tar.gz
and symlinked neutrino_0.8.2.orig.tar.gz to it
New Release will be 0.8.2-1.
-- Untarring the new sourcecode archive ../neutrino_0.8.2.orig.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
uupdate: can't unpack: tar zxf ../neutrino_0.8.2.orig.tar.gz failed;
aborting...
$ file ../neutrino-0.8.2.tar.gz
.../neutrino-0.8.2.tar.gz: HTML document text
$ head -2 ../neutrino-0.8.2.tar.gz
<HTML><HEAD>
<TITLE>Select a Mirror for File:
/n/ne/neutrino/neutrino-0.8.2.tar.gz</TITLE>
Cheers,
Shaun
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Adam M. 2005-04-05, 2:48 am |
| Shaun Jackman wrote:
>This doesn't work for me:
>
>$ cat debian/watch
>version=2
>http://prdownloads.sourceforge.net/...trino/neutrino-(.*)\.tar\.gz
>debian uupdate
>$ uscan
>neutrino: Newer version (0.8.2) available on remote site
> (local version is 0.7.3)
>neutrino: Successfully downloaded updated package neutrino-0.8.2.tar.gz
> and symlinked neutrino_0.8.2.orig.tar.gz to it
>New Release will be 0.8.2-1.
>-- Untarring the new sourcecode archive ../neutrino_0.8.2.orig.tar.gz
>
>
Download it manually. watch files' main purpose is to watch upstream for
a new version.
- Adam
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Andreas Tille 2005-04-05, 2:48 am |
| On Mon, 4 Apr 2005, Shaun Jackman wrote:
> $ file ../neutrino-0.8.2.tar.gz
> ../neutrino-0.8.2.tar.gz: HTML document text
> $ head -2 ../neutrino-0.8.2.tar.gz
> <HTML><HEAD>
> <TITLE>Select a Mirror for File:
> /n/ne/neutrino/neutrino-0.8.2.tar.gz</TITLE>
Same for me
$ grep -v "#" debian/watch
version=2
http://prdownloads.sf.net/z/zm/zmspublishing/zms-(.*)\.tar\.gz
$ uscan
zope-zms: Newer version (2.3.2-b45) available on remote site
(local version is 2.1.2.7)
zope-zms: Successfully downloaded updated package zms-2.3.2-b45.tar.gz
and symlinked zope-zms_2.3.2-b45.orig.tar.gz to it
$ file zms-2.3.2-b45.tar.gz
zms-2.3.2-b45.tar.gz: HTML document text
$ head -2 zms-2.3.2-b45.tar.gz
<HTML><HEAD>
<TITLE>Select a Mirror for File: /z/zm/zmspublishing/zms-2.3.2-b45.tar.gz</TITLE>
Kind regards
Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Shaun Jackman 2005-04-05, 2:48 am |
| Thanks, Seo! heanet works for me too.
Cheers,
Shaun
On Apr 4, 2005 9:44 PM, SEO Sanghyeon <tinuviel@sparcs.kaist.ac.kr> wrote:
> Hello, I am not subscribed to debian-devel, but I read your message
> from the web archive.
>
> I'm using this:
>
> version=3
> http://heanet.dl.sourceforge.net/sourceforge/pyenchant/ \
> pyenchant-([\d.]*).tar.gz debian uupdate
>
> HEAnet never failed for me, by the way.
>
> Hope this help,
>
> SEO Sanghyeon
On Apr 4, 2005 11:21 AM, Shaun Jackman <sjackman@gmail.com> wrote:
> Recently I've been using umn [1] in my watch files for SourceForge
> packages. It looks like this link is dead now. I find I have to update
> the watch file for all my SourceForge packages every six months or so.
> Finding a new link that works is usually not trivial. Does anyone
> maintain a list of working SourceForge mirrors suitable for watch
> files?
>
> Thanks,
> Shaun
>
> [1] ftp://sourceforge.cs.umn.edu/pub/sourceforge/
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Zak B. Elep 2005-04-05, 5:53 pm |
| | |
| tuysomphay phay 2005-10-01, 5:54 pm |
| i want to watch free flim please sen to me
thanhs
---------------------------------
Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.
|
|
|
|
|