Sponsored Content
Special Forums News, Links, Events and Announcements The HP-UX Porting and Archive Centre Post 19371 by Perderabo on Wednesday 10th of April 2002 08:50:01 AM
Old 04-10-2002
The HP-UX Porting and Archive Centre

If you're looking for an easy source of free software for HP-UX, look no further. A consortium of major universities and HP user groups have banded together and operate what is simply the finest free software site in existence.

The world's best HP-UX software engineers have ported each package to each version of HP-UX. Each ported package is then peer reviewed and tested on many differing HP configurations. The result is free software that has been subjected to levels of quality assurance that few software vendors can match.

All of the famous public domain and GNU packages are here. So are many packages unique to the Centre. Porting software to HP-UX can be a challenge, but all of the work has been done for you, so you can download pre-compiled binaries that will install easily with the standard HP-UX utilities.

The Centre operates many mirror sites around the world. Please try to select one on the same continent as you.

North America
down - The HP-UX Porting and Archive Centre in Utah, USA
down - The HP-UX Porting and Archive Centre in Canada

Europe
The HP-UX Porting and Archive Centre in The United Kingdom
down - The HP-UX Porting and Archive Centre in Germany
down - The HP-UX Porting and Archive Centre in The Netherlands

Africa
down - The HP-UX Porting and Archive Centre in South Africa


--- edit 4-15-2004
I deleted the Italy link which is no longer listed as a mirror. I also deleted the Wisconsin link which has given me a page stating that it's down for several months. And I updated the Netherlands link which had changed.

I could not connect to either the South Africa nor Japan links. I did verify that I have the official links for these sites. I will leave them for now.

--edit 1-10-2005

The South Africa link is now working fine. The Japan link continues to fail so I will delete it. I had trouble connecting to the France link... I will leave it for now and recheck it later.

--edit 1-21-2011
The Utah link just gives a message saying the archive is under repair. I will leave it.
Deleting the French link.
The German and South African links are not currently responding. I will leave them for now.

-- Perderabo

--edit 8-17 2017 MadeInGermany
Most links are down meanwhile, prefixed them with "down -"

Last edited by MadeInGermany; 08-17-2017 at 09:05 AM.. Reason: mark the down links
 

4 More Discussions You Might Find Interesting

1. Solaris

Sun Management Centre

Hi Guys, Does anyone ever use Sun MC before? If yes, can u share with me how to do the installation. Thanks (1 Reply)
Discussion started by: raziayub
1 Replies

2. UNIX Desktop Questions & Answers

Media Centre for Fedora doable??

Greetings, I am wondering if someone can tell me name of an application, which gives me the ability of sharing and streaming video and music over my LAN? You may compare this to the media centre in Windows 7. I have my blueray player connected to my network and I want to share my avi files over... (3 Replies)
Discussion started by: almirzaee
3 Replies

3. Shell Programming and Scripting

Script to archive logs and sftp to another archive server

Requirement: Under fuse application we have placeholders called containers; Every container has their logs under: <container1>/data/log/fuse.log <container1>/data/log/fuse.log.1 <container1>/data/log/fuse.log.XX <container2>/data/log/fuse.log... (6 Replies)
Discussion started by: Arjun Goswami
6 Replies

4. War Stories

Data Centre meets Vacuum Cleaner

Hi Folks, I have just spent a couple of days resolving some problems at the remote DR data centre, sorting out the problems caused by the over zealous use of a Vacuum cleaner of all things. We have a backup server a SUN V480R with a Storedge 3510 and expansion attached which suffered a... (6 Replies)
Discussion started by: gull04
6 Replies
WWW::Mechanize::Link(3pm)				User Contributed Perl Documentation				 WWW::Mechanize::Link(3pm)

NAME
WWW::Mechanize::Link - Link object for WWW::Mechanize SYNOPSIS
Link object to encapsulate all the stuff that Mech needs but nobody wants to deal with as an array. Constructor new() my $link = WWW::Mechanize::Link->new( { url => $url, text => $text, name => $name, tag => $tag, base => $base, attr => $attr_href, } ); For compatibility, this older interface is also supported: new( $url, $text, $name, $tag, $base, $attr_href ) Creates and returns a new "WWW::Mechanize::Link" object. Accessors $link->url() URL from the link $link->text() Text of the link $link->name() NAME attribute from the source tag, if any. $link->tag() Tag name (one of: "a", "area", "frame", "iframe" or "meta"). $link->base() Base URL to which the links are relative. $link->attrs() Returns hash ref of all the attributes and attribute values in the tag. $link->URI() Returns the URL as a URI::URL object. $link->url_abs() Returns a URI::URL object for the absolute form of the string. SEE ALSO
WWW::Mechanize and WWW::Mechanize::Image COPYRIGHT &; LICENSE Copyright 2004-2010 Andy Lester. This program is free software; you can redistribute it and/or modify it under the terms of either: o the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or o the Artistic License version 2.0. perl v5.14.2 2011-08-05 WWW::Mechanize::Link(3pm)
All times are GMT -4. The time now is 05:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy