On Dec 18, 2007 12:08 PM, Charlse Darwin <
macports.users@gmail.com> wrote:
$ sudo port install bing
---> Fetching bing
---> Attempting to fetch bing-1.0.5.tar.gz from http://
www.freenix.org/reseau/
---> Attempting to fetch
bing-1.0.5.tar.gz from http://
svn.macports.org/repository/macports/distfiles/bing
---> Attempting to fetch bing-1.0.5.tar.gz
from http://
svn.macports.org/repository/macports/distfiles/general/
---> Attempting to fetch bing-1.0.5.tar.gz from http://
svn.macports.org/repository/macports/downloads/bing
Error: Target org.macports.fetch returned: fetch failed
Error: Status 1 encountered during processing.
$
This isn't the most helpful error message you could have composed, Charlse.
^C
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 63.792/64.056/64.320/0.264 ms
Connection closed by foreign host.
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
^C
3 packets transmitted, 0 packets received, 100% packet loss
and looking at the port's information, I can find out where the project is based and find out that that server is the same as the unreachable one above.
kitchen:~ paul$ port info bing
bing 1.0.5, net/bing (Variants: universal)
Bing is a point-to-point bandwidth measurement tool (hence the 'b'), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link.
and it looks like the project may be dormant.
Subcategory: Bandwidth / Throughput Measurement
| URL: | http://fgouget.free.fr/bing/index-en.shtml |
| Contact: | Author: Pierre Beyssac ( pb @
fasterix.freenix.fr ) |
| Overview: | Bing is a point-to-point bandwidth measurement tool (hence the 'b'), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link.
|
| Access: | Original page is no longer maintained. A mirror exists for Bing 1.3.5.
|
But there is a mirror listed there. You may want incorporate that into the Portfile and see if it works. A diff from that would be helpful.
--