diff options
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | finance/gnofin/Makefile | 47 | ||||
-rw-r--r-- | finance/gnofin/distinfo | 2 | ||||
-rw-r--r-- | finance/gnofin/files/patch-aa | 10 | ||||
-rw-r--r-- | finance/gnofin/files/patch-src_common.h | 11 | ||||
-rw-r--r-- | finance/gnofin/files/patch-ui.c | 10 | ||||
-rw-r--r-- | finance/gnofin/pkg-descr | 6 | ||||
-rw-r--r-- | finance/gnofin/pkg-plist | 31 | ||||
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/easygtk/Makefile | 37 | ||||
-rw-r--r-- | x11-toolkits/easygtk/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/easygtk/files/patch-Makefile | 35 | ||||
-rw-r--r-- | x11-toolkits/easygtk/files/patch-easygtk.c | 35 | ||||
-rw-r--r-- | x11-toolkits/easygtk/pkg-descr | 9 | ||||
-rw-r--r-- | x11-toolkits/easygtk/pkg-plist | 8 |
15 files changed, 2 insertions, 244 deletions
@@ -5013,3 +5013,5 @@ devel/bonobo||2013-10-07|Component of the obsolete gnome1 devel/oaf||2013-10-07|Component of the obsolete gnome1 print/gnome-print||2013-10-07|Component of the obsolete gnome1 mail/mavbiff||2013-10-07|Obsoleted +finance/gnofin||2013-10-07|Depends on EOLed gnome1 +x11-toolkits/easygtk||2013-10-07|Depends on EOLed gnome1 diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile deleted file mode 100644 index 175a05602830..000000000000 --- a/finance/gnofin/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: domi@saargate.de -# $FreeBSD$ - -PORTNAME= gnofin -PORTVERSION= 0.8.4 -PORTREVISION= 10 -CATEGORIES= finance deskutils gnome -MASTER_SITES= SF - -MAINTAINER= gahr@FreeBSD.org -COMMENT= Light-weight GNOME based financial management program - -USE_XORG= xpm sm -USE_GNOME= gnomehack gnomelibs gnomeprefix -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB= NLS="@comment " -.endif - -MAN1= gnofin.1 - -post-patch: - @${REINPLACE_CMD} -e \ - 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ - s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g ; \ - s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|_la_LDFLAGS =|_la_LDFLAGS = -avoid-version|g' - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%%GNOFIN_LIBDIR%%%|${PREFIX}/lib/gnofin/plugins|g' \ - ${WRKSRC}/src/Makefile.am - -.include <bsd.port.mk> diff --git a/finance/gnofin/distinfo b/finance/gnofin/distinfo deleted file mode 100644 index fabd7a20412c..000000000000 --- a/finance/gnofin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnofin-0.8.4.tar.gz) = 9d66d3838ba024dff4f402c16f16fc80e0b878840c8724cd054e00fa193d6dc2 -SIZE (gnofin-0.8.4.tar.gz) = 413231 diff --git a/finance/gnofin/files/patch-aa b/finance/gnofin/files/patch-aa deleted file mode 100644 index f083c41084bb..000000000000 --- a/finance/gnofin/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ui-menubar.h.orig Mon Jan 24 17:16:08 2000 -+++ src/ui-menubar.h Tue Jan 25 08:35:02 2000 -@@ -20,6 +20,7 @@ - #ifndef UI_MENUBAR_H - #define UI_MENUBAR_H - -+#include <sys/types.h> - #include "ui-types.h" - - struct _UI_Menubar diff --git a/finance/gnofin/files/patch-src_common.h b/finance/gnofin/files/patch-src_common.h deleted file mode 100644 index db25e7912c6a..000000000000 --- a/finance/gnofin/files/patch-src_common.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/common.h.orig 2007-12-13 19:50:36.000000000 +0100 -+++ src/common.h 2007-12-13 19:50:59.000000000 +0100 -@@ -24,6 +24,8 @@ - # include <config.h> - #endif - -+#include <string.h> -+ - #include <glib.h> - #include <libgnome/gnome-defs.h> - #include <libgnome/gnome-i18n.h> /* defines _() and N_() macros */ diff --git a/finance/gnofin/files/patch-ui.c b/finance/gnofin/files/patch-ui.c deleted file mode 100644 index 0e62a9454045..000000000000 --- a/finance/gnofin/files/patch-ui.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ui.c.orig Tue Aug 17 16:04:15 2004 -+++ src/ui.c Tue Aug 17 16:04:31 2004 -@@ -1133,6 +1133,7 @@ - if_account_delete (account); - break; - case DIALOG_NO: -+ break; - } - } - } diff --git a/finance/gnofin/pkg-descr b/finance/gnofin/pkg-descr deleted file mode 100644 index 2747f418f9a2..000000000000 --- a/finance/gnofin/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Gnofin is a simple checkbook application for Unix. Gnofin aims to provide a -convenient way to keep track of your checking and savings accounts (or any -other monetary-type accounts). It is designed to be light-weight, fast, and -extremely easy to use. - -WWW: http://gnofin.sourceforge.net/ diff --git a/finance/gnofin/pkg-plist b/finance/gnofin/pkg-plist deleted file mode 100644 index 090506153ecf..000000000000 --- a/finance/gnofin/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/gnofin -lib/gnofin/plugins/libcbb.a -lib/gnofin/plugins/libcbb.la -lib/gnofin/plugins/libcbb.so -lib/gnofin/plugins/libfind.a -lib/gnofin/plugins/libfind.la -lib/gnofin/plugins/libfind.so -lib/gnofin/plugins/libhtml.a -lib/gnofin/plugins/libhtml.la -lib/gnofin/plugins/libhtml.so -lib/gnofin/plugins/liblatex.a -lib/gnofin/plugins/liblatex.la -lib/gnofin/plugins/liblatex.so -lib/gnofin/plugins/libqif.a -lib/gnofin/plugins/libqif.la -lib/gnofin/plugins/libqif.so -lib/gnofin/plugins/libreconcile.a -lib/gnofin/plugins/libreconcile.la -lib/gnofin/plugins/libreconcile.so -lib/gnofin/plugins/libsched.a -lib/gnofin/plugins/libsched.la -lib/gnofin/plugins/libsched.so -lib/gnofin/plugins/libtext.a -lib/gnofin/plugins/libtext.la -lib/gnofin/plugins/libtext.so -share/gnome/apps/Applications/gnofin.desktop -%%NLS%%share/locale/cs/LC_MESSAGES/gnofin.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gnofin.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/gnofin.mo -@dirrm lib/gnofin/plugins -@dirrm lib/gnofin diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 4076c3e1ee6c..543ab6feada9 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -10,7 +10,6 @@ SUBDIR += blt SUBDIR += bwidget SUBDIR += c++-gtk-utils - SUBDIR += easygtk SUBDIR += eel SUBDIR += elementary SUBDIR += fl_editor diff --git a/x11-toolkits/easygtk/Makefile b/x11-toolkits/easygtk/Makefile deleted file mode 100644 index 541b171c0990..000000000000 --- a/x11-toolkits/easygtk/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= easygtk -PORTVERSION= 1.2 -PORTREVISION= 10 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sobomax -EXTRACT_SUFX= .tar - -MAINTAINER= gahr@FreeBSD.org -COMMENT= A wrapper library for GTK+ which provides simplified GUI API - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_GNOME= gnomelibs -USE_LDCONFIG= yes -MAKE_ENV= MKDIR="${MKDIR}" \ - LN="${LN}" - -NO_STAGE= yes -do-install: - ${INSTALL_DATA} ${WRKSRC}/libeasygtk.a ${PREFIX}/lib/ - ${INSTALL_DATA} ${WRKSRC}/easygtk.h ${PREFIX}/include/ - ${INSTALL_PROGRAM} ${WRKSRC}/libeasygtk.so.1 ${PREFIX}/lib/ - ${LN} -sf ${PREFIX}/lib/libeasygtk.so.1 ${PREFIX}/lib/libeasygtk.so -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/manual.html ${DOCSDIR}/ -.endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example.c ${EXAMPLESDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/easygtk/distinfo b/x11-toolkits/easygtk/distinfo deleted file mode 100644 index a188b22abaac..000000000000 --- a/x11-toolkits/easygtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (easygtk-1.2.tar) = bf638adc12998a0f0644d4604270f1d535977fde3dbc569034053938ab75ee20 -SIZE (easygtk-1.2.tar) = 153600 diff --git a/x11-toolkits/easygtk/files/patch-Makefile b/x11-toolkits/easygtk/files/patch-Makefile deleted file mode 100644 index 23f6df10ee34..000000000000 --- a/x11-toolkits/easygtk/files/patch-Makefile +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.orig 2000-02-15 23:07:21.000000000 +0100 -+++ Makefile 2007-11-25 22:09:04.000000000 +0100 -@@ -1,23 +1,21 @@ --CFLAGS = -Wall -O -I. -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/X11R6/include/X11 -DUSE_IMLIB -DUSE_GNOME -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/lib/glib/include --LIBS = -L. -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm -lgdk_imlib -L/usr/lib -lImlib -ljpeg -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11 -I/usr/include/glib -rdynamic -L/usr/lib -L/usr/X11R6/lib -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1 -lglib -ldl --CC = gcc -+GNOME_CFLAGS != $(LOCALBASE)/bin/gnome-config --cflags gnomeui -+GNOME_LIBS != $(LOCALBASE)/bin/gnome-config --libs gnomeui -+CFLAGS += -I. -DUSE_IMLIB -DUSE_GNOME $(GNOME_CFLAGS) -+LIBS = $(GNOME_LIBS) -+CC ?= gcc - - all: easygtk.c - $(CC) $(CFLAGS) -c easygtk.c - ar rc libeasygtk.a easygtk.o - ranlib libeasygtk.a -- --install: -- cp libeasygtk.a /usr/lib/libeasygtk.a -- cp easygtk.h /usr/include/easygtk.h -- mkdir -p /usr/doc/EasyGTK -- cp manual.html /usr/doc/EasyGTK/manual.html -+ $(CC) $(CFLAGS) -shared -fpic easygtk.c -o libeasygtk.so.1 $(LIBS) -+ $(LN) -sf libeasygtk.so.1 libeasygtk.so - - clean: - rm example testtree *.o *.a .libdep* *~ core - - example: example.c -- $(CC) $(CFLAGS) -o example example.c $(LIBS) libeasygtk.a -+ $(CC) $(CFLAGS) -o example example.c $(LIBS) -L./ -leasygtk - - testtree: testtree.c -- $(CC) $(CFLAGS) -o testtree testtree.c $(LIBS) libeasygtk.a -+ $(CC) $(CFLAGS) -o testtree testtree.c $(LIBS) -L./ -leasygtk diff --git a/x11-toolkits/easygtk/files/patch-easygtk.c b/x11-toolkits/easygtk/files/patch-easygtk.c deleted file mode 100644 index d1cf0568c8d8..000000000000 --- a/x11-toolkits/easygtk/files/patch-easygtk.c +++ /dev/null @@ -1,35 +0,0 @@ ---- easygtk.c.orig 2007-11-25 22:00:42.000000000 +0100 -+++ easygtk.c 2007-11-25 22:02:15.000000000 +0100 -@@ -875,8 +875,8 @@ - strncpy(internal_result,out_string,1000); - return g_strdup(internal_result); } - strncpy(tmpstring,input_string,1024); -- (char *)tokens[i=0] = (char *)strtok(tmpstring, " "); -- while(((char *)tokens[++i] = (char *)strtok(NULL, " "))); -+ tokens[i=0] = (gchar *)strtok(tmpstring, " "); -+ while((tokens[++i] = (gchar *)strtok(NULL, " "))); - tokens[i] = NULL; - i++; - if(i<starting_at) -@@ -899,8 +899,8 @@ - static gchar tmpstring[1024]; - gint i; - strncpy(tmpstring,input_string,1024); -- (char *)tokens[i=0] = (char *)strtok(tmpstring, " "); -- while (((char *)tokens[++i] = (char *)strtok(NULL, " "))); -+ tokens[i=0] = (gchar *)strtok(tmpstring, " "); -+ while ((tokens[++i] = (gchar *)strtok(NULL, " "))); - tokens[i] = NULL; - return(g_strdup(tokens[word_number])); - } -@@ -911,8 +911,8 @@ - static gchar tmpstring[1024]; - gint i; - strncpy(tmpstring,input_string,1024); -- (char *)tokens[i=0] = (char *)strtok(tmpstring, delim); -- while (((char *)tokens[++i] = (char *)strtok(NULL, delim))); -+ tokens[i=0] = (gchar *)strtok(tmpstring, delim); -+ while ((tokens[++i] = (gchar *)strtok(NULL, delim))); - tokens[i] = NULL; - return(g_strdup(tokens[word_number])); - } diff --git a/x11-toolkits/easygtk/pkg-descr b/x11-toolkits/easygtk/pkg-descr deleted file mode 100644 index fe9eb35dc695..000000000000 --- a/x11-toolkits/easygtk/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -EasyGTK is a wrapper library around the GTK+ library to provide a much -easier and simplier Application Programming Interface to the developer. - -Check the manual.html for a list of the available functions. -See the file example.c for a working example of EasyGTK. - -This library is (C) 1999-2000 Patrick Lambert <drow@post.com> - -WWW: http://www-106.ibm.com/developerworks/library/l-gui/ diff --git a/x11-toolkits/easygtk/pkg-plist b/x11-toolkits/easygtk/pkg-plist deleted file mode 100644 index 7bc6975290ff..000000000000 --- a/x11-toolkits/easygtk/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/easygtk.h -lib/libeasygtk.a -lib/libeasygtk.so -lib/libeasygtk.so.1 -%%PORTDOCS%%%%DOCSDIR%%/manual.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.c -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |