aboutsummaryrefslogtreecommitdiff
path: root/net/poink
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:39:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:39:12 +0000
commit035646ee650e1641b2dac43a8404e423cd35d273 (patch)
tree7e110eaf4b3ad1ac554c03eb2bb08c7be10ed4bf /net/poink
parentf16b849c4671eacb126151d92724af34e2424797 (diff)
downloadports-035646ee650e1641b2dac43a8404e423cd35d273.tar.gz
ports-035646ee650e1641b2dac43a8404e423cd35d273.zip
Notes
Diffstat (limited to 'net/poink')
-rw-r--r--net/poink/Makefile30
-rw-r--r--net/poink/distinfo2
-rw-r--r--net/poink/files/patch-aa17
-rw-r--r--net/poink/files/patch-ab16
-rw-r--r--net/poink/files/patch-ac12
-rw-r--r--net/poink/pkg-descr4
6 files changed, 0 insertions, 81 deletions
diff --git a/net/poink/Makefile b/net/poink/Makefile
deleted file mode 100644
index 650042cb5dc4..000000000000
--- a/net/poink/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: poink
-# Date created: 12.04.2002
-# Whom: janos.mohacsi@bsd.hu
-#
-# $FreeBSD$
-#
-
-PORTNAME= poink
-PORTVERSION= 1.6
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.freenet.de/pub/.disk0/ftp.openbsd.org/pub/OpenBSD/distfiles/ \
- http://voodoo.bawue.com/download/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Nosuid, secure ping like utility
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-USE_ZIP= yes
-
-MAN1= poink.1
-PLIST_FILES= bin/poink
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ping.1 ${PREFIX}/man/man1/poink.1
-
-.include <bsd.port.mk>
diff --git a/net/poink/distinfo b/net/poink/distinfo
deleted file mode 100644
index 3730e86a4161..000000000000
--- a/net/poink/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (poink.zip) = a09d8be32a08f7888d85fea76552a0608886ce6b7257855443947f62ea09c142
-SIZE (poink.zip) = 11934
diff --git a/net/poink/files/patch-aa b/net/poink/files/patch-aa
deleted file mode 100644
index f358be88104a..000000000000
--- a/net/poink/files/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig Fri Jul 10 16:10:00 1998
-+++ Makefile
-@@ -1,5 +1,3 @@
--CC = gcc
--OPTS = -O3 -Wall
- FILE = poink
- DEST = /bin/ping
- MANPAGE = ping.1
-@@ -8,7 +6,7 @@
- all: $(FILE)
-
- $(FILE): $(FILE).c
-- $(CC) $(OPTS) $(FILE).c -o $(FILE)
-+ $(CC) $(CFLAGS) $(FILE).c -o $(FILE)
-
- install: all
- cp $(FILE) $(DEST)
diff --git a/net/poink/files/patch-ab b/net/poink/files/patch-ab
deleted file mode 100644
index 831c2409db3e..000000000000
--- a/net/poink/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
---- ping.1.orig Sat Jul 11 08:31:00 1998
-+++ ping.1
-@@ -1,11 +1,11 @@
- .TH C2SH 1 "August, 08, 1998" "poink-1.5"
- .SH NAME
--ping \- Nosuid, secure TCP/IP ping
-+poink \- Nosuid, secure TCP/IP ping
- .SH SYNOPSIS
- .hy 0
- .na
- .TP
--.B ping
-+.B poink
- [
- .B -i
- .I delay
diff --git a/net/poink/files/patch-ac b/net/poink/files/patch-ac
deleted file mode 100644
index c52cf8c6a997..000000000000
--- a/net/poink/files/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-*** poink.c.orig Fri Apr 12 11:07:14 2002
---- poink.c Fri Apr 12 11:07:28 2002
-***************
-*** 20,26 ****
- #include <stdarg.h>
- #include <errno.h>
- #include <signal.h>
-- #include <getopt.h>
- #include <stdlib.h>
- #include <string.h>
-
---- 20,25 ----
diff --git a/net/poink/pkg-descr b/net/poink/pkg-descr
deleted file mode 100644
index 60ebbf81d01d..000000000000
--- a/net/poink/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is nosuid, so absolutely secure, ping like utility.
-It uses dirty trick - TCP linear syn/rst challenge instead of
-ICMP echo/echo reply. It won't allow any flood-pings, security
-compromises etc.