diff options
author | drochner <drochner@pkgsrc.org> | 2002-02-05 19:54:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-02-05 19:54:27 +0000 |
commit | f8f6f7ca59971f3a7df38d530775aa765b94fd36 (patch) | |
tree | 96e6b970d3192bb65ad7d7c0545b5c1a55efba2b /net | |
parent | 2859a6275557a18a1df367a8328ffb13cd2d87fb (diff) | |
download | pkgsrc-f8f6f7ca59971f3a7df38d530775aa765b94fd36.tar.gz |
initial import of ipcheck-0.151, a python client for the dyndns service
such a pkg was submitted in PR pkg/12438, but the URL it refers to
is invalid
Diffstat (limited to 'net')
-rw-r--r-- | net/ipcheck/DESCR | 2 | ||||
-rw-r--r-- | net/ipcheck/Makefile | 25 | ||||
-rw-r--r-- | net/ipcheck/PLIST | 2 | ||||
-rw-r--r-- | net/ipcheck/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/net/ipcheck/DESCR b/net/ipcheck/DESCR new file mode 100644 index 00000000000..77f9349d6e3 --- /dev/null +++ b/net/ipcheck/DESCR @@ -0,0 +1,2 @@ +This is a simple Python script to register your dynamic IP address +using the NIC V2.0 protocol. diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile new file mode 100644 index 00000000000..b9812ea4db6 --- /dev/null +++ b/net/ipcheck/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/02/05 19:54:27 drochner Exp $ +# + +DISTNAME= ipcheck.py +PKGNAME= ipcheck-0.151 +CATEGORIES= net +MASTER_SITES= http://ipcheck.sourceforge.net/ +DIST_SUBDIR= ${PKGNAME} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://ipcheck.sourceforge.net/ +COMMENT= python client for the dyndns service + +EXTRACT_SUFX= #none +EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} +WRKSRC= ${WRKDIR} +NO_BUILD= yes + +PYTHON_PATCH_SCRIPTS= ipcheck.py + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ipcheck.py ${PREFIX}/bin + +.include "../../lang/python/application.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/ipcheck/PLIST b/net/ipcheck/PLIST new file mode 100644 index 00000000000..ce667caf515 --- /dev/null +++ b/net/ipcheck/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/05 19:54:27 drochner Exp $ +bin/ipcheck.py diff --git a/net/ipcheck/distinfo b/net/ipcheck/distinfo new file mode 100644 index 00000000000..dd462c11b1f --- /dev/null +++ b/net/ipcheck/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/02/05 19:54:27 drochner Exp $ + +SHA1 (ipcheck-0.151/ipcheck.py) = 315097656108c8cb980b2536f2b4da1936a183a0 +Size (ipcheck-0.151/ipcheck.py) = 128969 bytes |