Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2022 02:12:34 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e7e68517744 - main - math/graphthing: Cleanup expired ports
Message-ID:  <202212310212.2BV2CYmp092079@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e7e6851774414e170304f62168dfae92e3a7b04

commit 6e7e6851774414e170304f62168dfae92e3a7b04
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-31 02:12:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-31 02:12:01 +0000

    math/graphthing: Cleanup expired ports
    
    Approved by:    portmgr
---
 MOVED                                              |  1 +
 math/Makefile                                      |  1 -
 math/graphthing/Makefile                           | 36 ----------------------
 math/graphthing/distinfo                           |  2 --
 .../files/patch-src_fancyfileselection.cc          | 22 -------------
 math/graphthing/files/patch-src_gt_bison.y         | 20 ------------
 math/graphthing/files/patch-src_lang_bison.y       | 20 ------------
 math/graphthing/pkg-descr                          |  3 --
 8 files changed, 1 insertion(+), 104 deletions(-)

diff --git a/MOVED b/MOVED
index bebe12c58e00..5bccf8bc7934 100644
--- a/MOVED
+++ b/MOVED
@@ -17736,3 +17736,4 @@ multimedia/libkate||2022-12-31|Has expired: Obsolete format that never got any t
 net/opennx||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28
 cad/basicdsp||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28
 deskutils/xchm||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28
+math/graphthing||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28
diff --git a/math/Makefile b/math/Makefile
index 2694ff934567..46321202e5c3 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -374,7 +374,6 @@
     SUBDIR += gnuplot-tex-extras
     SUBDIR += gp2c
     SUBDIR += grace
-    SUBDIR += graphthing
     SUBDIR += gravity
     SUBDIR += gretl
     SUBDIR += gri
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile
deleted file mode 100644
index dcb9105d5fd8..000000000000
--- a/math/graphthing/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	graphthing
-PORTVERSION=	1.3.2
-PORTREVISION=	13
-CATEGORIES=	math
-MASTER_SITES=	http://graph.seul.org/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Tool that allows you to create, manipulate, and study graphs
-WWW=		http://graph.seul.org/
-
-DEPRECATED=	Abandoned project and use deprecated wxgtk28
-EXPIRATION_DATE=	2022-12-31
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-USES=		bison compiler:c++11-lang gmake gnome tar:bzip2
-USE_GNOME=	gtk20
-USE_WX=		2.8
-WX_CONF_ARGS=	absolute
-GNU_CONFIGURE=	yes
-MAKEFILE=	GNUmakefile
-
-LDFLAGS+=	-lpthread
-
-PLIST_FILES=	bin/graphthing bin/gt
-
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|@@CXX@|@CXX@|' ${WRKSRC}/src/GNUmakefile.in
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/graphthing ${STAGEDIR}${PREFIX}/bin
-	${LN} -sf graphthing ${STAGEDIR}${PREFIX}/bin/gt
-
-.include <bsd.port.mk>
diff --git a/math/graphthing/distinfo b/math/graphthing/distinfo
deleted file mode 100644
index e60210e155d2..000000000000
--- a/math/graphthing/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (graphthing-1.3.2.tar.bz2) = 98598ff0b928302306d396c6bf58cd2281b9da54a757cdd0e424f5a3f95b6c39
-SIZE (graphthing-1.3.2.tar.bz2) = 117313
diff --git a/math/graphthing/files/patch-src_fancyfileselection.cc b/math/graphthing/files/patch-src_fancyfileselection.cc
deleted file mode 100644
index b70508c49c7d..000000000000
--- a/math/graphthing/files/patch-src_fancyfileselection.cc
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/fancyfileselection.cc.orig	2006-09-11 01:32:12 UTC
-+++ src/fancyfileselection.cc
-@@ -21,6 +21,10 @@ static struct {
- 	{ "Postscript", ".ps" }
- };
- 
-+#if !WXWIN_COMPATIBILITY_2_4
-+# define wxHIDE_READONLY 0
-+#endif
-+
- FancyFileSelection::FancyFileSelection (wxWindow *parent, const wxString &title,
- 					long style, bool file_types,
- 					const wxString &mask)
-@@ -30,7 +34,7 @@ FancyFileSelection::FancyFileSelection (
- 		style |= wxHIDE_READONLY;
- 	else if (style & wxSAVE)
- 		style |= wxOVERWRITE_PROMPT;
--	SetStyle (style);
-+	SetWindowStyle (style);
- 
- 	if (file_types) {
- 		wxString wc = wxT("");
diff --git a/math/graphthing/files/patch-src_gt_bison.y b/math/graphthing/files/patch-src_gt_bison.y
deleted file mode 100644
index b9d2d296a032..000000000000
--- a/math/graphthing/files/patch-src_gt_bison.y
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/gt-bison.y.orig	2006-09-11 01:32:12 UTC
-+++ src/gt-bison.y
-@@ -18,7 +18,7 @@ Edge *e;
- 
- extern char *yy_gt_text;
- 
--int yy_gt_error (char *s);
-+int yy_gt_error (const char *s);
- int yy_gt_lex (void);
- %}
- 
-@@ -132,7 +132,7 @@ edge_property:
- 
- %%
- 
--int yy_gt_error (char *s)
-+int yy_gt_error (const char *s)
- {
- 	fprintf (stderr, "gt-parse: %s in line %i, at symbol \"%s\"\n",
- 					s, gt_lineno, yy_gt_text);
diff --git a/math/graphthing/files/patch-src_lang_bison.y b/math/graphthing/files/patch-src_lang_bison.y
deleted file mode 100644
index 59ff245c65d2..000000000000
--- a/math/graphthing/files/patch-src_lang_bison.y
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/lang-bison.y.orig	2006-09-11 01:32:12 UTC
-+++ src/lang-bison.y
-@@ -15,7 +15,7 @@ int lang_lineno = 1;
- 
- std::stack<PhraseBlock *> pbs;
- 
--int yy_lang_error (char *s);
-+int yy_lang_error (const char *s);
- int yy_lang_lex (void);
- %}
- 
-@@ -121,7 +121,7 @@ phrase:
- 
- extern char *yy_lang_text;
- 
--int yy_lang_error (char *s)
-+int yy_lang_error (const char *s)
- {
- 	fprintf (stderr, "lang-parse: %s in line %i, at symbol \"%s\"\n",
- 			s, lang_lineno, yy_lang_text);
diff --git a/math/graphthing/pkg-descr b/math/graphthing/pkg-descr
deleted file mode 100644
index 8ca8363f940f..000000000000
--- a/math/graphthing/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-GraphThing is a tool that allows you to create, manipulate and study graphs.
-These "graphs" are mathematical objects that describe relationships between
-sets; they are not 2D plots, charts, or anything similar to that.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212310212.2BV2CYmp092079>