initial import for ipcheck-0.101:

--
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.
This commit is contained in:
lebel 2001-05-06 14:12:56 +00:00
parent 21eee84d0c
commit 100b3e4e23
4 changed files with 64 additions and 0 deletions

38
net/ipcheck/Makefile Normal file
View File

@ -0,0 +1,38 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/06 14:12:56 lebel Exp $
COMMENT= "fully compliant DynDNS.org client"
MV= 0
V= 101
PKGNAME= ipcheck-${MV}.${V}
DISTNAME= ipcheck.v${V}
CATEGORIES= net
NEED_VERSION= 1.402
EXTRACT_SUFX=
EXTRACT_ONLY=
HOMEPAGE= http://ipcheck.sourceforge.net/
MAINTAINER= David Lebel <lebel@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://ipcheck.sourceforge.net/releases/
RUN_DEPENDS= python::lang/python
NO_BUILD= Yes
WRKDIST= ${WRKDIR}
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/ipcheck.py
.include <bsd.port.mk>

3
net/ipcheck/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (ipcheck.v101) = 5daea7d600e1ecbd6120511204bd0016
RMD160 (ipcheck.v101) = 20b8dcb614cc2ea83f1f25c4f464c726cd7ca67a
SHA1 (ipcheck.v101) = 1db2f8454a92236b1e9269f3f91a91db9408b809

21
net/ipcheck/pkg/DESCR Normal file
View File

@ -0,0 +1,21 @@
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.
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: ${HOMEPAGE}

2
net/ipcheck/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/06 14:12:56 lebel Exp $
bin/ipcheck.py