1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Add staticcharge 0.4, a GTK client for the StaticCling dynamic DNS

service.

PR:		31528
Submitted by:	Mahlon <mahlon@martini.nu>
This commit is contained in:
Pete Fritchman 2001-12-25 05:07:24 +00:00
parent 6b55f3df83
commit 0e2f3f2905
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52143
15 changed files with 135 additions and 0 deletions

26
dns/staticcharge/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: staticcharge
# Date created: 26 October 2001
# Whom: Mahlon <mahlon@martini.nu>
#
# $FreeBSD$
#
PORTNAME= staticcharge
PORTVERSION= 0.4
CATEGORIES= net misc
MASTER_SITES= http://www.staticcling.org/clients/
DISTNAME= ChargeGTK-${PORTVERSION}
MAINTAINER= mahlon@martini.nu
BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx
WRKSRC= ${WRKDIR}/staticcharge
USE_GTK= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ChargeGTK-0.4.tar.gz) = e6d745b83015a987336cf7a6383755a4

View File

@ -0,0 +1,20 @@
--- Makefile.in.orig Sat Oct 27 02:31:13 2001
+++ Makefile.in Tue Dec 25 00:02:32 2001
@@ -8,7 +8,7 @@
PRIVHEADERS = globals.h gtkglobals.h
GTKFLAGS = @GTK_CFLAGS@
GTKLIBS = @GTK_LIBS@
-CC = gcc
+CC ?= gcc
INSTALL = @INSTALL@
PREFIX ?= /usr/X11R6
BINARY = staticcharge
@@ -16,7 +16,7 @@
.ifdef DEBUG
CCFLAGS += -Wall -g -DDEBUG
.else
-CCFLAGS += -Wall -O
+CCFLAGS += ${CFLAGS} -Wall
.endif
all: ${BINARY}

View File

@ -0,0 +1 @@
A GTK client for the StaticCling dynamic DNS service

View File

@ -0,0 +1,12 @@
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/newaccount.shtml to
learn more and sign up.
WWW: http://www.staticcling.org/
- Mahlon
mahlon@martini.nu

View File

@ -0,0 +1,6 @@
***************************************************************
You will need a StaticCling Dynamic DNS account in order to use
this client. Visit http://www.staticcling.org/ to sign up!
***************************************************************

View File

@ -0,0 +1 @@
bin/staticcharge

View File

@ -424,6 +424,7 @@
SUBDIR += spat
SUBDIR += spread
SUBDIR += ssldump
SUBDIR += staticcharge
SUBDIR += sting
SUBDIR += stone
SUBDIR += suckblow

26
net/staticcharge/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: staticcharge
# Date created: 26 October 2001
# Whom: Mahlon <mahlon@martini.nu>
#
# $FreeBSD$
#
PORTNAME= staticcharge
PORTVERSION= 0.4
CATEGORIES= net misc
MASTER_SITES= http://www.staticcling.org/clients/
DISTNAME= ChargeGTK-${PORTVERSION}
MAINTAINER= mahlon@martini.nu
BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx
WRKSRC= ${WRKDIR}/staticcharge
USE_GTK= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ChargeGTK-0.4.tar.gz) = e6d745b83015a987336cf7a6383755a4

View File

@ -0,0 +1,20 @@
--- Makefile.in.orig Sat Oct 27 02:31:13 2001
+++ Makefile.in Tue Dec 25 00:02:32 2001
@@ -8,7 +8,7 @@
PRIVHEADERS = globals.h gtkglobals.h
GTKFLAGS = @GTK_CFLAGS@
GTKLIBS = @GTK_LIBS@
-CC = gcc
+CC ?= gcc
INSTALL = @INSTALL@
PREFIX ?= /usr/X11R6
BINARY = staticcharge
@@ -16,7 +16,7 @@
.ifdef DEBUG
CCFLAGS += -Wall -g -DDEBUG
.else
-CCFLAGS += -Wall -O
+CCFLAGS += ${CFLAGS} -Wall
.endif
all: ${BINARY}

View File

@ -0,0 +1 @@
A GTK client for the StaticCling dynamic DNS service

View File

@ -0,0 +1,12 @@
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/newaccount.shtml to
learn more and sign up.
WWW: http://www.staticcling.org/
- Mahlon
mahlon@martini.nu

View File

@ -0,0 +1,6 @@
***************************************************************
You will need a StaticCling Dynamic DNS account in order to use
this client. Visit http://www.staticcling.org/ to sign up!
***************************************************************

View File

@ -0,0 +1 @@
bin/staticcharge