summaryrefslogtreecommitdiff
path: root/net/ipcheck
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
commite1906e85ed4521c96066ce130869615c304c2a7a (patch)
tree2168725e487d131fef0e49ba7dfdd230e3466624 /net/ipcheck
parentChase repocopies towards ports/dns (diff)
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move the dns-related ports to the new world. Is there anyone who is brave enough to complete this difficult job? ;) PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
Notes
Notes: svn path=/head/; revision=88582
Diffstat (limited to 'net/ipcheck')
-rw-r--r--net/ipcheck/Makefile42
-rw-r--r--net/ipcheck/distinfo1
-rw-r--r--net/ipcheck/pkg-descr24
-rw-r--r--net/ipcheck/pkg-plist1
4 files changed, 0 insertions, 68 deletions
diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile
deleted file mode 100644
index 4915eb90e2df..000000000000
--- a/net/ipcheck/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: ipcheck
-# Date created: 24 Mar 2001
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ipcheck
-PORTVERSION= 0.205
-PORTEPOCH= 1
-CATEGORIES= net
-MASTER_SITES= http://ipcheck.sourceforge.net/releases/
-MASTER_SITE_SUBDIR= lioux
-DISTNAME= ${PORTNAME}.${PORTVERSION:S/^0.//}
-EXTRACT_SUFX=
-EXTRACT_ONLY=
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= A fully compliant DynDNS.org client for UNIX (supports NIC v2.0)
-
-USE_PYTHON= yes
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-.ifdef(WITH_SNMP)
-RUN_DEPENDS+= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/pysnmp/v2c.py:${PORTSDIR}/net/py-snmp
-.endif
-
-pre-everything::
-.ifndef(WITH_SNMP)
- @${ECHO_MSG} '===> Enable SNMP support by defining WITH_SNMP'
-.endif
-
-do-patch:
- @${SED} \
- -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \
- -e "s!ppp0!tun0!" \
- ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME}
-do-install:
- @${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py
-
-.include <bsd.port.mk>
diff --git a/net/ipcheck/distinfo b/net/ipcheck/distinfo
deleted file mode 100644
index 861dad87f27b..000000000000
--- a/net/ipcheck/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ipcheck.205) = 91a16b18fe8996412b1dc7b67bf82649
diff --git a/net/ipcheck/pkg-descr b/net/ipcheck/pkg-descr
deleted file mode 100644
index 2359c045e0fd..000000000000
--- a/net/ipcheck/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-[from web site]
-This is a simple Python script to register your dynamic IP address
-using the NIC V2.0 protocol. We aim to be fully compliant with the
-dyndns client specification. Starting with version 0.141, we use
-https by default and will fall back to plain http if a timeout
-occurs.
-
-We currently support all options and latest recommendations by
-Dyndns. Ipcheck is easy to install and very easy to use.
-
-Root access is not required and no configuration files are needed.
-
-Just specify your username, password and hostname(s) on the command
-line (or cron entry).
-
-You can specify the interface (default tun0) to search for your ip
-address on or use web based IP detection.
-
-There is also direct support for determining the IP address on the
-following devices: Linksys (-L), Netgear (-N), Draytek (-D), Netopia
-(-O), HawkingTech (-H), Cisco 667i (-C), Cisco 700 series (-I),
-ZyXEL Prestige (-Z), SMC Barricade (-S)
-
-WWW: http://ipcheck.sourceforge.net/
diff --git a/net/ipcheck/pkg-plist b/net/ipcheck/pkg-plist
deleted file mode 100644
index ae286ad3ac52..000000000000
--- a/net/ipcheck/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/ipcheck.py