diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:26:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:26:47 +0000 |
commit | 4eaed35c45fe9ffff8d2a331fdff90b11587c7a0 (patch) | |
tree | e50f83090cfd662150c3365a5d55e072b8fa202f | |
parent | Remove abandonware blocking decomission of imlib (diff) |
Remove abandonware blocking decomissioning imlib
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gtkgraph/Makefile | 31 | ||||
-rw-r--r-- | graphics/gtkgraph/distinfo | 2 | ||||
-rw-r--r-- | graphics/gtkgraph/files/patch-config.h.in | 18 | ||||
-rw-r--r-- | graphics/gtkgraph/pkg-descr | 16 |
6 files changed, 2 insertions, 69 deletions
@@ -7333,4 +7333,5 @@ misc/gnomehier||2014-12-25|Not needed anymore graphics/corona||2014-12-25|Abandonware, no proper support for modern png graphics/libpano12|graphics/libpano13|2014-12-25|No proper support for modern png, newer version available as libpano13 games/hex||2014-12-25|Abandonware, no support for moden graphics libraries -grahpics/bbrb||2014-12-25|Abandonware, depends on imlib +graphics/bbrb||2014-12-25|Abandonware, depends on imlib +graphics/gtkgraph||2014-12-25|Abandonware, depends on imlib diff --git a/graphics/Makefile b/graphics/Makefile index afc8c495b843..cdbe2d61a05d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -322,7 +322,6 @@ SUBDIR += gtk-update-icon-cache SUBDIR += gtkam SUBDIR += gtkdps - SUBDIR += gtkgraph SUBDIR += gts SUBDIR += guilib SUBDIR += gwenview-kde4 diff --git a/graphics/gtkgraph/Makefile b/graphics/gtkgraph/Makefile deleted file mode 100644 index 421462030afa..000000000000 --- a/graphics/gtkgraph/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Chris D. Faulhaber <jedgar@fxp.org> -# $FreeBSD$ - -PORTNAME= gtkgraph -PORTVERSION= 0.6.1 -PORTREVISION= 14 -CATEGORIES= graphics math -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= jedgar - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphing calculator using GTK+ - -USES= gettext gmake perl5 -USE_GNOME= imlib -USE_PERL5= build -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - -PLIST_FILES= bin/gtkgraph \ - share/locale/fr/LC_MESSAGES/gtkgraph.mo \ - share/locale/ja/LC_MESSAGES/gtkgraph.mo - -pre-patch: - @${REINPLACE_CMD} -i '' -e 's|-O2|${CFLAGS}| ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${REINPLACE_CMD} 's|localedir)|DESTDIR)$$(&|' \ - ${WRKSRC}/po/Makefile.in.in - -.include <bsd.port.mk> diff --git a/graphics/gtkgraph/distinfo b/graphics/gtkgraph/distinfo deleted file mode 100644 index 8905b891db20..000000000000 --- a/graphics/gtkgraph/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtkgraph-0.6.1.tar.gz) = 11714ba4272be897eb2835ee24e2d5c50a6868fb5c52281351e01f0ef99b8203 -SIZE (gtkgraph-0.6.1.tar.gz) = 349500 diff --git a/graphics/gtkgraph/files/patch-config.h.in b/graphics/gtkgraph/files/patch-config.h.in deleted file mode 100644 index 35f1ea85c019..000000000000 --- a/graphics/gtkgraph/files/patch-config.h.in +++ /dev/null @@ -1,18 +0,0 @@ ---- config.h.in.orig Tue Jul 27 15:09:36 1999 -+++ config.h.in Fri Nov 12 11:13:03 1999 -@@ -6,15 +6,6 @@ - /* Default value for alignment of strings in .mo file. */ - #define DEFAULT_ALIGNMENT 1 - --#ifndef __P --# if __STDC__ --# define __P(args) args --# else --# define __P(args) () --# endif --#endif -- -- - /* Define if using alloca.c. */ - #undef C_ALLOCA - diff --git a/graphics/gtkgraph/pkg-descr b/graphics/gtkgraph/pkg-descr deleted file mode 100644 index e488a522992a..000000000000 --- a/graphics/gtkgraph/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -GtkGraph is a simple graphing calculator written -for X Windows using the GTK+ widget set. It includes -the following features: - - * Plotting up to ten functions on the same "canvas" - * Allowing the user to select the range of the canvas. - * Usage of functions exp, sin, tan, cos, asin, atan, - acos, sec, csc, cot, log, ln, abs, sqrt, and constants - pi and e. - * Saving and loading sets of functions to plot - * Printing - * Exporting the graph to PostScript, or any bitmap format - that Imlib supports (JPEG, XPM, PNG...) - * Arithmatic and algebraic calculations - * Allowing the user to customize colors and axis and plot - titles |