aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/grepip
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:05:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:05:51 +0000
commit4681ca0af3748934fa9e0e35981cea6e5f80062f (patch)
tree66de6e8d09f74d884ec43657e82b5f292d8922af /net-mgmt/grepip
parent5a03ad0949b69fb656d2fdc4d864ced32dced284 (diff)
downloadports-4681ca0af3748934fa9e0e35981cea6e5f80062f.tar.gz
ports-4681ca0af3748934fa9e0e35981cea6e5f80062f.zip
Notes
Diffstat (limited to 'net-mgmt/grepip')
-rw-r--r--net-mgmt/grepip/Makefile38
-rw-r--r--net-mgmt/grepip/distinfo2
-rw-r--r--net-mgmt/grepip/pkg-descr5
3 files changed, 0 insertions, 45 deletions
diff --git a/net-mgmt/grepip/Makefile b/net-mgmt/grepip/Makefile
deleted file mode 100644
index 2756dbd84ffb..000000000000
--- a/net-mgmt/grepip/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: grepip
-# Date created: 2 Nov 2005
-# Whom: Serge Maslov <serge@maslov.biz>
-#
-# $FreeBSD$
-#
-
-PORTNAME= grepip
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= net-mgmt
-MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/lexa/ \
- ftp://ftp.des.tstu.ru/pub/mirror/Unix/apache/apache.lexa.ru/pub/domestic/lexa/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Print lines contans IP matching a pattern in CIDR format
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
-
-PLIST_FILES= bin/grepip
-PORTDOCS= README.txt
-
-do-build:
- cd ${WRKSRC}; \
- ${CC} ${CFLAGS} -c patricia.c; \
- ${CC} ${CFLAGS} -I${LOCALBASE}/include -o grepip grepip.c patricia.o -L${LOCALBASE}/lib -lpcre
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/grepip ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/grepip/distinfo b/net-mgmt/grepip/distinfo
deleted file mode 100644
index 3bdef2e4fe84..000000000000
--- a/net-mgmt/grepip/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (grepip-1.0.tar.gz) = ef4d9a9e239a4e5b3ca5671f83eaf3ef349e641a10a6d8d47e609ec9c0dcd526
-SIZE (grepip-1.0.tar.gz) = 15490
diff --git a/net-mgmt/grepip/pkg-descr b/net-mgmt/grepip/pkg-descr
deleted file mode 100644
index 17e34337ef6e..000000000000
--- a/net-mgmt/grepip/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-grepip searches the named input FILE (or standard input if no files are named),
-for lines containing an IP address matched to the given CIDR.
-grepip finds IP in any context of a line, while grepcidr only if all line is IP.
-
-WWW: http://www.lexa.ru/lexa/