diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-12-17 22:21:44 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-12-17 22:21:44 +0800 |
commit | 2b22bb883747ef00a824470a105bc733f2ac1aac (patch) | |
tree | b2b7e830ec48691a2fb91ee06a1606ae196f98ff /deskutils | |
parent | d4b2b85a8829466f62a0e6cf91aef15997750786 (diff) | |
download | freebsd-ports-gnome-2b22bb883747ef00a824470a105bc733f2ac1aac.tar.gz freebsd-ports-gnome-2b22bb883747ef00a824470a105bc733f2ac1aac.tar.zst freebsd-ports-gnome-2b22bb883747ef00a824470a105bc733f2ac1aac.zip |
2012-05-10 deskutils/doodle: BROKEN for more than 6 month
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/doodle/Makefile | 41 | ||||
-rw-r--r-- | deskutils/doodle/distinfo | 2 | ||||
-rw-r--r-- | deskutils/doodle/files/patch-src_doodle_getopt.c | 10 | ||||
-rw-r--r-- | deskutils/doodle/files/patch-src_doodle_index.c | 19 | ||||
-rw-r--r-- | deskutils/doodle/files/patch-src_doodle_semaphore.c | 10 | ||||
-rw-r--r-- | deskutils/doodle/pkg-descr | 8 | ||||
-rw-r--r-- | deskutils/doodle/pkg-plist | 17 |
8 files changed, 0 insertions, 108 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 69e8d2903d5d..5caa89e2ff35 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -39,7 +39,6 @@ SUBDIR += displaycalibrator SUBDIR += dlume SUBDIR += docear - SUBDIR += doodle SUBDIR += dragstack SUBDIR += drivel SUBDIR += ecru diff --git a/deskutils/doodle/Makefile b/deskutils/doodle/Makefile deleted file mode 100644 index d7647d026758..000000000000 --- a/deskutils/doodle/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: doodle -# Date created: 26 June 2005 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= doodle -PORTVERSION= 0.6.7 -PORTREVISION= 4 -CATEGORIES= deskutils -MASTER_SITES= http://gnunet.org/doodle/download/ - -MAINTAINER= jadawin@FreeBSD.org -COMMENT= Quickly search documents - -LIB_DEPENDS= extractor.3:${PORTSDIR}/textproc/libextractor - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 - -BROKEN= does not configure with new libextractor - -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_FAM= yes -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -MAN1= doodle.1 doodled.1 -MAN3= libdoodle.3 - -post-patch: - @${REINPLACE_CMD} -e \ - 's|,\$$PTHREAD_CPPFLAGS,|,${PTHREAD_CFLAGS},|; \ - s|,\$$PTHREAD_LIBS,|,${PTHREAD_LIBS},|; \ - s|,\$$PTHREAD_LDFLAGS,|,,|;' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/deskutils/doodle/distinfo b/deskutils/doodle/distinfo deleted file mode 100644 index 4d8218df7ae5..000000000000 --- a/deskutils/doodle/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (doodle-0.6.7.tar.gz) = 49ce13f4cc63c65bab8c8870bd9d31b242f42235486b7fe0da782d5777e85086 -SIZE (doodle-0.6.7.tar.gz) = 521420 diff --git a/deskutils/doodle/files/patch-src_doodle_getopt.c b/deskutils/doodle/files/patch-src_doodle_getopt.c deleted file mode 100644 index 2f9b1ca3192e..000000000000 --- a/deskutils/doodle/files/patch-src_doodle_getopt.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/doodle/getopt.c.orig Sun Jun 26 15:11:31 2005 -+++ src/doodle/getopt.c Sun Jun 26 15:12:05 2005 -@@ -84,6 +84,7 @@ - #endif - - #include "gettext.h" -+#include "helper1.h" - - /* This version of `getopt' appears to the caller like standard Unix `getopt' - but it behaves differently for the user, since it allows the user diff --git a/deskutils/doodle/files/patch-src_doodle_index.c b/deskutils/doodle/files/patch-src_doodle_index.c deleted file mode 100644 index ca45b578b615..000000000000 --- a/deskutils/doodle/files/patch-src_doodle_index.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/doodle/index.c.orig Wed May 3 05:21:21 2006 -+++ src/doodle/index.c Mon Nov 20 11:06:49 2006 -@@ -33,6 +33,7 @@ - #include "helper2.h" - #include "gettext.h" - #include "doodle.h" -+#include <signal.h> - #include <sys/types.h> - #include <sys/wait.h> - #include <unistd.h> -@@ -327,7 +328,7 @@ - char * cpos; - size_t slen; - -- if (EXTRACTOR_isBinaryType(pos->keywordType)) { -+ if (pos->keywordType == EXTRACTOR_THUMBNAIL_DATA) { - pos = pos->next; - continue; - } diff --git a/deskutils/doodle/files/patch-src_doodle_semaphore.c b/deskutils/doodle/files/patch-src_doodle_semaphore.c deleted file mode 100644 index 97127f82a782..000000000000 --- a/deskutils/doodle/files/patch-src_doodle_semaphore.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/doodle/semaphore.c.orig Sun Jun 26 15:20:32 2005 -+++ src/doodle/semaphore.c Sun Jun 26 15:20:45 2005 -@@ -36,7 +36,6 @@ - #include <semaphore.h> - #endif - #if SOMEBSD --# include <pthread_np.h> - #endif - #if SOMEBSD || OSX - # include <sys/file.h> diff --git a/deskutils/doodle/pkg-descr b/deskutils/doodle/pkg-descr deleted file mode 100644 index 3749ea26d921..000000000000 --- a/deskutils/doodle/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Doodle is a tool to quickly search the documents on a computer. Doodle -builds an index using meta-data contained in the documents and allows -fast searches on the resulting database. Doodle uses libextractor to -support obtaining meta-data from various file-formats. The database -used by doodle is a suffix tree, resulting in fast lookups. Doodle -supports approximate searches. - -WWW: http://gnunet.org/doodle/ diff --git a/deskutils/doodle/pkg-plist b/deskutils/doodle/pkg-plist deleted file mode 100644 index de6ee026702f..000000000000 --- a/deskutils/doodle/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/doodle -bin/doodled -include/doodle.h -lib/libdoodle.a -lib/libdoodle.la -lib/libdoodle.so -lib/libdoodle.so.2 -lib/pkgconfig/doodle.pc -share/locale/de/LC_MESSAGES/doodle.mo -share/locale/eu/LC_MESSAGES/doodle.mo -share/locale/ga/LC_MESSAGES/doodle.mo -share/locale/it/LC_MESSAGES/doodle.mo -share/locale/nl/LC_MESSAGES/doodle.mo -share/locale/sq/LC_MESSAGES/doodle.mo -share/locale/sv/LC_MESSAGES/doodle.mo -share/locale/vi/LC_MESSAGES/doodle.mo -@dirrmtry lib/pkgconfig |