diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-05 22:42:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-05 22:42:53 +0800 |
commit | 41ae9216dd170d1253d912849838303a39917dad (patch) | |
tree | 67a457a45662e87da936538e7cc50d8f147df556 /misc/misterproper | |
parent | 47b8c7d5ada938a21d928f4badc5291ba0fc02f3 (diff) | |
download | freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.tar.gz freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.tar.zst freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.zip |
Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by: gnome (implicit)
Diffstat (limited to 'misc/misterproper')
-rw-r--r-- | misc/misterproper/Makefile | 22 | ||||
-rw-r--r-- | misc/misterproper/distinfo | 2 | ||||
-rw-r--r-- | misc/misterproper/files/patch-aa | 31 | ||||
-rw-r--r-- | misc/misterproper/pkg-descr | 13 | ||||
-rw-r--r-- | misc/misterproper/pkg-plist | 8 |
5 files changed, 0 insertions, 76 deletions
diff --git a/misc/misterproper/Makefile b/misc/misterproper/Makefile deleted file mode 100644 index dbc039a59255..000000000000 --- a/misc/misterproper/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= misterproper -PORTVERSION= 0.4 -PORTREVISION= 10 -CATEGORIES= misc gnome -MASTER_SITES= SF -#ftp://misterproper.sourceforge.net/pub/misterproper/releases/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNOME application designed to manage cyclic tasks - -USES= pathfix -USE_GNOME= gnomelibs gnomeprefix -USE_GMAKE= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/misc/misterproper/distinfo b/misc/misterproper/distinfo deleted file mode 100644 index 082470c325db..000000000000 --- a/misc/misterproper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (misterproper-0.4.tar.gz) = 443a4f92e02c5ed74afc5d6f4121c88ac4be496fffe17393d72c68617d6ae458 -SIZE (misterproper-0.4.tar.gz) = 357107 diff --git a/misc/misterproper/files/patch-aa b/misc/misterproper/files/patch-aa deleted file mode 100644 index 84e9850b1154..000000000000 --- a/misc/misterproper/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ - -$FreeBSD$ - ---- src/main.c.orig Sat Mar 3 15:03:28 2001 -+++ src/main.c Fri Aug 31 15:28:37 2001 -@@ -2,7 +2,6 @@ - # include <config.h> - #endif - --#include <getopt.h> - #include <gnome.h> - - #include "interface.h" -@@ -230,7 +229,7 @@ - g_free(thing); - continue; - } -- if ((thing->frequency = (time_t) strtoull(skunk, NULL, 10)) -+ if ((thing->frequency = (time_t) strtoul(skunk, NULL, 10)) - == (time_t) 0ULL) { - g_warning(_("Corrupted database : null frequency\n")); - g_free(thing); -@@ -247,7 +246,7 @@ - (rand() % (thing->frequency * 4)) - - (thing->frequency * 2) + thing->frequency / 2; - } else { -- thing->last = (time_t) strtoull(skunk, NULL, 10); -+ thing->last = (time_t) strtoul(skunk, NULL, 10); - } - if ((skunk = strtok(NULL, DBSEP)) == NULL) { - g_warning(_ diff --git a/misc/misterproper/pkg-descr b/misc/misterproper/pkg-descr deleted file mode 100644 index 636d0a7bf7de..000000000000 --- a/misc/misterproper/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Mister Proper is a GNOME application designed to manage cyclic tasks. It was -especially designed to keep your house clean with the best possible tidying -organization. - -Although Mister Proper is really handy as a time-scheduler for your home -tidying, it is also good at any cyclic task such as going to the doctor's, -giving your grandmother a phone call, and so on. - -English and French locales are supported. If you are able to translate this -piece of software into other languages, please do. Patches, comments and -suggestions are also welcome. - -WWW: http://misterproper.sourceforge.net/ diff --git a/misc/misterproper/pkg-plist b/misc/misterproper/pkg-plist deleted file mode 100644 index d488520f5aaa..000000000000 --- a/misc/misterproper/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/misterproper -share/locale/de/LC_MESSAGES/misterproper.mo -share/locale/es/LC_MESSAGES/misterproper.mo -share/locale/fr/LC_MESSAGES/misterproper.mo -share/locale/pt/LC_MESSAGES/misterproper.mo -share/locale/sv/LC_MESSAGES/misterproper.mo -share/pixmaps/misterproper/misterproper.xpm -@dirrm share/pixmaps/misterproper |