View | Details | Raw Unified | Return to bug 204408
Collapse All | Expand All

(-)thefish/Makefile (-11 / +10 lines)
Lines 2-23 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	thefish
4
PORTNAME=	thefish
5
PORTVERSION=	0.6.6
5
PORTVERSION=	0.6.7
6
PORTREVISION=	6
7
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
8
MASTER_SITES=	SF/${PORTNAME}
7
MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/thefish/
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	portmaster@BSDforge.com
11
COMMENT=	Gtk+/ncurses rc.conf editor/management tool
10
COMMENT=	Gtk+/ncurses rc.conf editor/management tool
12
11
13
BROKEN=		unfetchable
12
LICENSE=	BSD2CLAUSE
14
13
15
USES=		pkgconfig
14
USES=		pkgconfig tar:xz
16
WANT_GNOME=	yes
15
WANT_GNOME=	yes
17
16
18
#OPTIONS_SINGLE=		X11
17
OPTIONS_SINGLE=		X11
19
#OPTIONS_SINGLE_X11=	GTK2
18
OPTIONS_SINGLE_X11=	GTK2
20
#OPTIONS_DEFAULT=	GTK2
19
OPTIONS_DEFAULT=	GTK2
21
20
22
.include <bsd.port.options.mk>
21
.include <bsd.port.options.mk>
23
22
Lines 29-35 Link Here
29
PLIST_FILES=	bin/thefish man/man1/thefish.1.gz
28
PLIST_FILES=	bin/thefish man/man1/thefish.1.gz
30
29
31
do-install:
30
do-install:
32
	@${INSTALL_PROGRAM} ${WRKSRC}/thefish ${STAGEDIR}${PREFIX}/bin
31
	${INSTALL_PROGRAM} ${WRKSRC}/thefish ${STAGEDIR}${PREFIX}/bin
33
	@${INSTALL_MAN} ${WRKSRC}/thefish.1 ${STAGEDIR}${PREFIX}/man/man1
32
	${INSTALL_MAN} ${WRKSRC}/thefish.1 ${STAGEDIR}${PREFIX}/man/man1
34
33
35
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)thefish/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (thefish-0.6.6.tar.gz) = 4a3a20d84890ef9b0495e88b32ac4cf4f8c9cfbd1e9c1cb8e4688c74df339a32
1
SHA256 (thefish-0.6.7.tar.xz) = bd40e18d564f799ca0ee814256b6da7bed387d45bcd9c71b901245c53fa39089
2
SIZE (thefish-0.6.6.tar.gz) = 42750
2
SIZE (thefish-0.6.7.tar.xz) = 33364
(-)thefish/files/patch-Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2013-02-18 10:27:09.000000000 +0100
1
--- Makefile.orig	2015-11-09 12:52:16.212487000 -0800
2
+++ Makefile	2013-02-18 10:28:21.000000000 +0100
2
+++ Makefile	2015-11-09 12:55:18.251402000 -0800
3
@@ -19,11 +19,11 @@
3
@@ -19,11 +19,11 @@
4
 CXXFLAGS+= -Wall -g -DWITH_QT -I$(X11BASE)/include
4
 CXXFLAGS+= -Wall -g -DWITH_QT -I$(X11BASE)/include
5
 .endif
5
 .endif
(-)thefish/files/patch-main.c (-4 / +4 lines)
Lines 1-6 Link Here
1
--- main.c.orig	2013-02-18 10:27:42.000000000 +0100
1
--- main.c.orig	2015-11-09 12:50:35.505718000 -0800
2
+++ main.c	2013-02-18 10:28:04.000000000 +0100
2
+++ main.c	2015-11-09 12:51:47.774569000 -0800
3
@@ -48,8 +48,6 @@
3
@@ -49,8 +49,6 @@
4
 #include "qt_ui.h"
4
 #include "qt_ui.h"
5
 #endif
5
 #endif
6
 
6
 
Lines 9-15 Link Here
9
 static void usage(void);
9
 static void usage(void);
10
 static void about(void);
10
 static void about(void);
11
 void purge(void);
11
 void purge(void);
12
@@ -181,10 +179,6 @@
12
@@ -182,10 +180,6 @@
13
 		 argc, argv);
13
 		 argc, argv);
14
 #endif
14
 #endif
15
 
15
 
(-)thefish/pkg-descr (-2 / +2 lines)
Lines 1-5 Link Here
1
The Fish provides a graphical tool (with GTK+, Qt and ncurses frotends) to 
1
The Fish provides a graphical UI (with GTK+, Qt and ncurses frotends) to 
2
manage and edit system variables stored in /etc/defaults/rc.conf and 
2
manage and edit system variables stored in /etc/defaults/rc.conf and 
3
/etc/rc.conf. 
3
/etc/rc.conf. 
4
4
5
WWW: http://thefish.berlios.de
5
WWW: http://BSDforge.com/projects/sysutils/thefish

Return to bug 204408