diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-01-29 23:28:35 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-01-29 23:28:35 +0000 |
commit | d543942f15f5210e57baeafe75ff7de6460bd8ef (patch) | |
tree | 8d42617a88b5bb3d9d249e1a5d91f6438c8cd4e1 /dns | |
parent | eef8c1c6f52db4b0f96f75f4ae811d1745defaaf (diff) | |
download | ports-d543942f15f5210e57baeafe75ff7de6460bd8ef.tar.gz ports-d543942f15f5210e57baeafe75ff7de6460bd8ef.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/staticcharge/Makefile | 40 | ||||
-rw-r--r-- | dns/staticcharge/distinfo | 3 | ||||
-rw-r--r-- | dns/staticcharge/pkg-descr | 9 | ||||
-rw-r--r-- | dns/staticcharge/pkg-message | 8 |
5 files changed, 0 insertions, 61 deletions
diff --git a/dns/Makefile b/dns/Makefile index 4aa23f4b955b..fcc77d58ada6 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -140,7 +140,6 @@ SUBDIR += sleuth SUBDIR += sqldjbdns SUBDIR += sshfp - SUBDIR += staticcharge SUBDIR += tinystats SUBDIR += totd SUBDIR += udns diff --git a/dns/staticcharge/Makefile b/dns/staticcharge/Makefile deleted file mode 100644 index 96523f5c4eb2..000000000000 --- a/dns/staticcharge/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: staticcharge -# Date created: 26 October 2001 -# Whom: Mahlon <mahlon@martini.nu> -# -# $FreeBSD$ -# - -PORTNAME= staticcharge -PORTVERSION= 0.7.3 -PORTREVISION= 4 -CATEGORIES= dns -MASTER_SITES= http://www.staticcling.org/clients/ -DISTNAME= ChargeGTK-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK client for the StaticCling dynamic DNS service - -BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget - -DEPRECATED= abandoned by author -EXPIRATION_DATE=2011-01-24 -PLIST_FILES= bin/staticcharge -WRKSRC= ${WRKDIR}/staticcharge -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.ifdef DEBUG -CONFIGURE_ARGS+= --enable-debug -.endif - -post-patch: - @${REINPLACE_CMD} -E 's,\(int\)([[:graph:]]+) = ,\1 = (char *),' \ - ${WRKSRC}/src/checkexe.c ${WRKSRC}/src/checkip.c \ - ${WRKSRC}/src/getfields.c - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/dns/staticcharge/distinfo b/dns/staticcharge/distinfo deleted file mode 100644 index 2b9ee0bcf123..000000000000 --- a/dns/staticcharge/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ChargeGTK-0.7.3.tar.gz) = aa36786113b282d6216fb2d5789f3cba -SHA256 (ChargeGTK-0.7.3.tar.gz) = 3acb06372fd5d96bac9ba8a5e9c726da9964b715071414f0482e9b2d86aa0a93 -SIZE (ChargeGTK-0.7.3.tar.gz) = 107429 diff --git a/dns/staticcharge/pkg-descr b/dns/staticcharge/pkg-descr deleted file mode 100644 index e3e05e97d3b9..000000000000 --- a/dns/staticcharge/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -A front end that allows you to update your staticcling hostname to -match your current IP address - or an arbitrary IP address of your -choosing, in a quick and easy to use GTK interface. - -You will need a StaticCling Dynamic DNS account in order to use -this client. Visit http://www.staticcling.org/ to learn more and -sign up. - -WWW: http://www.staticcling.org/ diff --git a/dns/staticcharge/pkg-message b/dns/staticcharge/pkg-message deleted file mode 100644 index ba78051eb33b..000000000000 --- a/dns/staticcharge/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ - -*************************************************************** - -You will need a StaticCling Dynamic DNS account in order to use -this client. Visit http://www.staticcling.org/ to sign up! - -*************************************************************** - |