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:
parent
6b55f3df83
commit
0e2f3f2905
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52143
26
dns/staticcharge/Makefile
Normal file
26
dns/staticcharge/Makefile
Normal 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>
|
1
dns/staticcharge/distinfo
Normal file
1
dns/staticcharge/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ChargeGTK-0.4.tar.gz) = e6d745b83015a987336cf7a6383755a4
|
20
dns/staticcharge/files/patch-Makefile.in
Normal file
20
dns/staticcharge/files/patch-Makefile.in
Normal 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}
|
1
dns/staticcharge/pkg-comment
Normal file
1
dns/staticcharge/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GTK client for the StaticCling dynamic DNS service
|
12
dns/staticcharge/pkg-descr
Normal file
12
dns/staticcharge/pkg-descr
Normal 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
|
6
dns/staticcharge/pkg-message
Normal file
6
dns/staticcharge/pkg-message
Normal 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!
|
||||
|
||||
***************************************************************
|
1
dns/staticcharge/pkg-plist
Normal file
1
dns/staticcharge/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/staticcharge
|
@ -424,6 +424,7 @@
|
||||
SUBDIR += spat
|
||||
SUBDIR += spread
|
||||
SUBDIR += ssldump
|
||||
SUBDIR += staticcharge
|
||||
SUBDIR += sting
|
||||
SUBDIR += stone
|
||||
SUBDIR += suckblow
|
||||
|
26
net/staticcharge/Makefile
Normal file
26
net/staticcharge/Makefile
Normal 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>
|
1
net/staticcharge/distinfo
Normal file
1
net/staticcharge/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ChargeGTK-0.4.tar.gz) = e6d745b83015a987336cf7a6383755a4
|
20
net/staticcharge/files/patch-Makefile.in
Normal file
20
net/staticcharge/files/patch-Makefile.in
Normal 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}
|
1
net/staticcharge/pkg-comment
Normal file
1
net/staticcharge/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GTK client for the StaticCling dynamic DNS service
|
12
net/staticcharge/pkg-descr
Normal file
12
net/staticcharge/pkg-descr
Normal 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
|
6
net/staticcharge/pkg-message
Normal file
6
net/staticcharge/pkg-message
Normal 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!
|
||||
|
||||
***************************************************************
|
1
net/staticcharge/pkg-plist
Normal file
1
net/staticcharge/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/staticcharge
|
Loading…
x
Reference in New Issue
Block a user