diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-11 13:02:50 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-11 13:02:50 +0000 |
commit | 0fd403935ec532c3f1c293c1ce848fa11ef2f67f (patch) | |
tree | cd29f22d33a798f960e55b15a36127d05436a4db /deskutils/gtodo | |
parent | 5826ab7fdbb4db62276f687ae8830b8e25e903d4 (diff) |
Notes
Diffstat (limited to 'deskutils/gtodo')
-rw-r--r-- | deskutils/gtodo/Makefile | 26 | ||||
-rw-r--r-- | deskutils/gtodo/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gtodo/files/patch-libgtodo-libgtodo.c | 47 | ||||
-rw-r--r-- | deskutils/gtodo/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/gtodo/pkg-plist | 13 |
5 files changed, 0 insertions, 91 deletions
diff --git a/deskutils/gtodo/Makefile b/deskutils/gtodo/Makefile deleted file mode 100644 index 21d11478c112..000000000000 --- a/deskutils/gtodo/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gtodo -PORTVERSION= 0.14 -PORTREVISION= 14 -CATEGORIES= deskutils gnome -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gtk2 Todo list manager - -DEPRECATED= GNOME 2 application -EXPIRATION_DATE= 2018-12-10 - -USES= pathfix gettext gmake pkgconfig -USE_GNOME= gnomeprefix gnomevfs2 intltool -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -GCONF_SCHEMAS= gtodo.schemas - -post-patch: - ${REINPLACE_CMD} '/GCONF_CONFIG_SOURCE=/d' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/deskutils/gtodo/distinfo b/deskutils/gtodo/distinfo deleted file mode 100644 index 35a999756655..000000000000 --- a/deskutils/gtodo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtodo-0.14.tar.gz) = 4cd0a263f9a4ab2b45ed1677fe933bc79a46766083936b8b004aab67798475e8 -SIZE (gtodo-0.14.tar.gz) = 198798 diff --git a/deskutils/gtodo/files/patch-libgtodo-libgtodo.c b/deskutils/gtodo/files/patch-libgtodo-libgtodo.c deleted file mode 100644 index 3da2a8d6beae..000000000000 --- a/deskutils/gtodo/files/patch-libgtodo-libgtodo.c +++ /dev/null @@ -1,47 +0,0 @@ ---- libgtodo/libgtodo.c.orig Sun Feb 15 22:03:09 2004 -+++ libgtodo/libgtodo.c Sun Mar 7 21:58:55 2004 -@@ -770,10 +770,10 @@ - GTodoClient * gtodo_client_new_default(GError **error) - { - GError *tmp_error = NULL; -+ GTodoClient *cl = NULL; - /* check if the error is good or wrong. */ - g_return_val_if_fail(error == NULL || *error == NULL,FALSE); - -- GTodoClient *cl = NULL; - cl = g_malloc(sizeof(GTodoClient)); - cl->xml_path = g_strdup_printf("file:///%s/.gtodo/todos", g_getenv("HOME")); - /* check, open or create the correct xml file */ -@@ -793,6 +793,7 @@ - GTodoClient * gtodo_client_new_from_file(char *filename, GError **error) - { - GError *tmp_error = NULL; -+ GTodoClient *cl = NULL; - /* check if the error is good or wrong. */ - g_return_val_if_fail(error == NULL || *error == NULL,FALSE); - if(debug)g_print("Trying to create a new client %s\n", filename); -@@ -802,7 +803,6 @@ - g_propagate_error(error, tmp_error); - return NULL; - } -- GTodoClient *cl = NULL; - cl = g_malloc(sizeof(GTodoClient)); - cl->xml_path = g_strdup(filename); - /* check, open or create the correct xml file */ -@@ -832,12 +832,13 @@ - GTodoList * gtodo_client_get_category_list(GTodoClient *cl) - { - xmlNodePtr cur; -- GTodoList *list = g_malloc(sizeof(GTodoList)); -- list->list = NULL; - int repos = 0; -+ GTodoCategory *cat; -+ GTodoList *list; - cl->number_of_categories = 0; -+ list = g_malloc(sizeof(GTodoList)); -+ list->list = NULL; - cur = cl->root->xmlChildrenNode; -- GTodoCategory *cat; - - while(cur != NULL){ - if(xmlStrEqual(cur->name, (const xmlChar *)"category")){ diff --git a/deskutils/gtodo/pkg-descr b/deskutils/gtodo/pkg-descr deleted file mode 100644 index 07c36f0e3a0a..000000000000 --- a/deskutils/gtodo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -gToDo is as the name suggests a todo list application. The goal of the program -is to be simple and easy to use. The program is made to fill up the gap of a -missing gtk+-2.0 standalone todo list. diff --git a/deskutils/gtodo/pkg-plist b/deskutils/gtodo/pkg-plist deleted file mode 100644 index d5cd9a9b5705..000000000000 --- a/deskutils/gtodo/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/gtodo -share/applications/gtodo.desktop -share/pixmaps/gtodo-about.png -share/pixmaps/gtodo-edit.png -share/pixmaps/gtodo.png -share/pixmaps/gtodo_tray.png -share/locale/cs/LC_MESSAGES/gtodo.mo -share/locale/de/LC_MESSAGES/gtodo.mo -share/locale/ja/LC_MESSAGES/gtodo.mo -share/locale/pl/LC_MESSAGES/gtodo.mo -share/locale/ru/LC_MESSAGES/gtodo.mo -share/locale/sr/LC_MESSAGES/gtodo.mo -share/locale/sr@Latn/LC_MESSAGES/gtodo.mo |