wok rev 1317

Add fping
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 28 08:39:05 2008 +0000 (2008-08-28)
parents 0c811a59b200
children a1143ad7ba2a
files fping/receipt fping/stuff/protocols
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fping/receipt	Thu Aug 28 08:39:05 2008 +0000
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fping"
     1.7 +VERSION="2.4b2_to"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="ICMP echo with multiple hosts."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE.tar.gz"
    1.12 +WEB_SITE="http://fping.sourceforge.net/"
    1.13 +WGET_URL="${WEB_SITE}download/$TARBALL"
    1.14 +
    1.15 +# Rules to configure and make the package.
    1.16 +compile_rules()
    1.17 +{
    1.18 +	cd $src
    1.19 +	./configure --prefix=/usr --infodir=/usr/share/info \
    1.20 +	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.21 +	make && make DESTDIR=$PWD/_pkg install
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs/usr $fs/etc
    1.28 +	cp -a $_pkg/usr/sbin $fs/usr
    1.29 +	cp stuff/protocols $fs/etc
    1.30 +}
    1.31 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/fping/stuff/protocols	Thu Aug 28 08:39:05 2008 +0000
     2.3 @@ -0,0 +1,49 @@
     2.4 +# Internet (IP) protocols
     2.5 +#
     2.6 +# Updated from http://www.iana.org/assignments/protocol-numbers and other
     2.7 +# sources.
     2.8 +# New protocols will be added on request if they have been officially
     2.9 +# assigned by IANA and are not historical.
    2.10 +# If you need a huge list of used numbers please install the nmap package.
    2.11 +
    2.12 +ip	0	IP		# internet protocol, pseudo protocol number
    2.13 +icmp	1	ICMP		# internet control message protocol
    2.14 +igmp	2	IGMP		# Internet Group Management
    2.15 +ggp	3	GGP		# gateway-gateway protocol
    2.16 +ipencap	4	IP-ENCAP	# IP encapsulated in IP (officially ``IP'')
    2.17 +st	5	ST		# ST datagram mode
    2.18 +tcp	6	TCP		# transmission control protocol
    2.19 +egp	8	EGP		# exterior gateway protocol
    2.20 +pup	12	PUP		# PARC universal packet protocol
    2.21 +udp	17	UDP		# user datagram protocol
    2.22 +hmp	20	HMP		# host monitoring protocol
    2.23 +xns-idp	22	XNS-IDP		# Xerox NS IDP
    2.24 +rdp	27	RDP		# "reliable datagram" protocol
    2.25 +iso-tp4	29	ISO-TP4		# ISO Transport Protocol class 4
    2.26 +xtp	36	XTP		# Xpress Transfer Protocol
    2.27 +ddp	37	DDP		# Datagram Delivery Protocol
    2.28 +idpr-cmtp 38	IDPR-CMTP	# IDPR Control Message Transport
    2.29 +ipv6	41	IPv6		# Internet Protocol, version 6
    2.30 +ipv6-route 43	IPv6-Route	# Routing Header for IPv6
    2.31 +ipv6-frag 44	IPv6-Frag	# Fragment Header for IPv6
    2.32 +idrp	45	IDRP		# Inter-Domain Routing Protocol
    2.33 +rsvp	46	RSVP		# Reservation Protocol
    2.34 +gre	47	GRE		# General Routing Encapsulation
    2.35 +esp	50	IPSEC-ESP	# Encap Security Payload
    2.36 +ah	51	IPSEC-AH	# Authentication Header
    2.37 +skip	57	SKIP		# SKIP
    2.38 +ipv6-icmp 58	IPv6-ICMP	# ICMP for IPv6
    2.39 +ipv6-nonxt 59	IPv6-NoNxt	# No Next Header for IPv6
    2.40 +ipv6-opts 60	IPv6-Opts	# Destination Options for IPv6
    2.41 +rspf	73	RSPF CPHB	# Radio Shortest Path First (officially CPHB)
    2.42 +vmtp	81	VMTP		# Versatile Message Transport
    2.43 +ospf	89	OSPFIGP		# Open Shortest Path First IGP
    2.44 +ipip	94	IPIP		# IP-within-IP Encapsulation Protocol
    2.45 +encap	98	ENCAP		# Yet Another IP encapsulation
    2.46 +pim	103	PIM		# Protocol Independent Multicast
    2.47 +ipcomp	108	IPCOMP		# IP Payload Compression Protocol
    2.48 +vrrp	112	VRRP		# Virtual Router Redundancy Protocol
    2.49 +isis	124	ISIS		# IS-IS over IPv4
    2.50 +sctp	132	SCTP		# Stream Control Transmission Protocol
    2.51 +fc	133	FC		# Fibre Channel
    2.52 +