diff options
author | rene <rene@FreeBSD.org> | 2017-05-07 23:04:55 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-05-07 23:04:55 +0800 |
commit | 7b88743952dfb40fe75406d1e826f5a583070ce2 (patch) | |
tree | ababd7fbc1714aa25094f891d88e30b8d78cd11b | |
parent | a1a1eed2404c25901a76bcd2344d8b2c860ec7a0 (diff) | |
download | freebsd-ports-gnome-7b88743952dfb40fe75406d1e826f5a583070ce2.tar.gz freebsd-ports-gnome-7b88743952dfb40fe75406d1e826f5a583070ce2.tar.zst freebsd-ports-gnome-7b88743952dfb40fe75406d1e826f5a583070ce2.zip |
Remove expired ports:
2017-04-30 devel/ccons: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fortune: Unfetchable for more than six months (google code has gone away)
2017-05-05 benchmarks/gobench: Builds each time it runs
2017-04-30 sysutils/grok: Unfetchable for more than six months (google code has gone away)
29 files changed, 4 insertions, 407 deletions
@@ -9376,3 +9376,7 @@ lang/clang36||2017-05-02|Obsolete and unmaintained upstream lang/ruby21||2017-05-02|Has expired: Upstream support ended devel/guiloader||2017-05-05|Unfetchable for more than six months (google code has gone away) audio/ufmcontrol-i18n||2017-05-07|Unfetchable for more than six months (google code has gone away) +devel/ccons||2017-05-07|Has expired: Unfetchable for more than six months (google code has gone away) +chinese/fortune||2017-05-07|Has expired: Unfetchable for more than six months (google code has gone away) +benchmarks/gobench||2017-05-07|Has expired: Builds each time it runs +sysutils/grok||2017-05-07|Has expired: Unfetchable for more than six months (google code has gone away) diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 183f87db467b..88c2bc2af0a9 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -23,7 +23,6 @@ SUBDIR += flowgrind SUBDIR += forkbomb SUBDIR += glmark2 - SUBDIR += gobench SUBDIR += gtkperf SUBDIR += himenobench SUBDIR += hpl diff --git a/benchmarks/gobench/Makefile b/benchmarks/gobench/Makefile deleted file mode 100644 index 3911d762533b..000000000000 --- a/benchmarks/gobench/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gobench -PORTVERSION= 1.1 -CATEGORIES= benchmarks net - -MAINTAINER= guy.tabrar@me.com -COMMENT= HTTP benchmarking tool written in Go - -LICENSE= BSD3CLAUSE - -RUN_DEPENDS= go:lang/go \ - go-fasthttp>=0:www/go-fasthttp - -USE_GITHUB= yes -GH_ACCOUNT= tabrarg - -NO_ARCH= yes -NO_BUILD= yes - -DEPRECATED= Builds each time it runs -EXPIRATION_DATE= 2017-05-05 - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/gobench - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/gobench ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/gobench.go ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/gobench.1 ${STAGEDIR}${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/benchmarks/gobench/distinfo b/benchmarks/gobench/distinfo deleted file mode 100644 index f636266af9f2..000000000000 --- a/benchmarks/gobench/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1487485531 -SHA256 (tabrarg-gobench-1.1_GH0.tar.gz) = 0c5aa018947ad61f3e67c9bd6ddac4a15d19043cc485f7a5e997191d59aed641 -SIZE (tabrarg-gobench-1.1_GH0.tar.gz) = 6963 diff --git a/benchmarks/gobench/pkg-descr b/benchmarks/gobench/pkg-descr deleted file mode 100644 index 524968316913..000000000000 --- a/benchmarks/gobench/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -goBench is a HTTP(S) benchmarking tool designed for high throughput -to replace existing benchmarking/load tools which have concurrency -issues. We are working so hard to optimize our servers - why shouldn't -we do also it for our clients testers?! - -WWW: https://github.com/tabrarg/gobench diff --git a/benchmarks/gobench/pkg-plist b/benchmarks/gobench/pkg-plist deleted file mode 100644 index 3675f767b247..000000000000 --- a/benchmarks/gobench/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/gobench -bin/gobench.go -man/man1/gobench.1.gz diff --git a/chinese/Makefile b/chinese/Makefile index 7ae68456214d..7fa14e0ea845 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -43,7 +43,6 @@ SUBDIR += fcitx-ui-light SUBDIR += fireflyttf SUBDIR += font-std - SUBDIR += fortune SUBDIR += fortunetw SUBDIR += gb2jis SUBDIR += gb2ps diff --git a/chinese/fortune/Makefile b/chinese/fortune/Makefile deleted file mode 100644 index 4db995cd2fd9..000000000000 --- a/chinese/fortune/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Ju Pengfei <jupengfei@gmail.com> -# $FreeBSD$ - -PORTNAME= fortune -PORTVERSION= 1.2.2 -PORTREVISION= 2 -CATEGORIES= chinese -MASTER_SITES= GOOGLE_CODE -DISTNAME= fortune-mod-zh-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Classic fortune file in Chinese - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -RUN_DEPENDS= autob5:chinese/autoconvert - -PROJECTHOST= chinese-fortune -NO_BUILD= yes -USES= tar:bzip2 gmake -SUB_FILES= pkg-message - -.if exists(/usr/games/strfile) -STRFILE= /usr/games/strfile -.elif exists(/usr/bin/strfile) -STRFILE= /usr/bin/strfile -.else -IGNORE= needs strfile command. Please install games distribution of base system -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|" \ - -e "s|strfile|${STRFILE}|" \ - ${WRKSRC}/src/Makefile - -.include <bsd.port.mk> diff --git a/chinese/fortune/distinfo b/chinese/fortune/distinfo deleted file mode 100644 index 907eca0e953c..000000000000 --- a/chinese/fortune/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fortune-mod-zh-1.2.2.tar.bz2) = 79298e2f78094489e8108f608f53216924aa2e928452d0d2a3ce91ad74ca457b -SIZE (fortune-mod-zh-1.2.2.tar.bz2) = 304978 diff --git a/chinese/fortune/files/patch-src-fortune-zh b/chinese/fortune/files/patch-src-fortune-zh deleted file mode 100644 index 19e4205d2bb2..000000000000 --- a/chinese/fortune/files/patch-src-fortune-zh +++ /dev/null @@ -1,56 +0,0 @@ ---- src/fortune-zh.orig 2010-06-13 10:07:36.000000000 +0800 -+++ src/fortune-zh 2010-06-13 10:10:00.000000000 +0800 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # fortune-zh v1.2 - # -@@ -18,7 +18,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - --FORTUNE="/usr/bin/fortune" -+FORTUNE="/usr/games/fortune" - CMD=`basename "$0"` - - if [ -f $HOME/.fortune-zh.conf ] -@@ -32,16 +32,13 @@ - LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT \ - LC_IDENTIFICATION LC_ALL; - do -- if [ ! -z ${!category} ] -- then -- LANG="${!category}"; -- break; -- fi -+ eval LANG="\$$category" -+ [ x"$LANG" = x ] || break - done - - CHARSET=`echo ${LANG#*.} | tr A-Z a-z | sed -e 's/-//g'` - --if test $CMD == "fortune-zh"; then -+if test $CMD = "fortune-zh"; then - case "$CHARSET" in - big5) - LC_ALL=zh_CN.GB18030 $FORTUNE $FILE | autob5 -@@ -50,7 +47,7 @@ - LC_ALL=$LANG $FORTUNE $FILE - ;; - esac --elif test $CMD == "fortune-sc"; then -+elif test $CMD = "fortune-sc"; then - case "$CHARSET" in - big5) - echo 'Not available in BIG5 environment, try UTF-8' -@@ -59,7 +56,7 @@ - LC_ALL=$LANG $FORTUNE $FILE - ;; - esac --elif test $CMD == "fortune-tc"; then -+elif test $CMD = "fortune-tc"; then - case "$CHARSET" in - gb*) - echo 'Not available in GB environment, try UTF-8' - diff --git a/chinese/fortune/files/pkg-message.in b/chinese/fortune/files/pkg-message.in deleted file mode 100644 index 8b503124558e..000000000000 --- a/chinese/fortune/files/pkg-message.in +++ /dev/null @@ -1,17 +0,0 @@ -************************************************************ -You should create your own ~/.fortune-zh.conf file, and put -one or more lines such as the following into the file: - -%%DATADIR%%/zh/caigentan -%%DATADIR%%/zh/dao -%%DATADIR%%/zh/joke -%%DATADIR%%/zh/lunyu -%%DATADIR%%/zh/maoshici -%%DATADIR%%/zh/maoyulu -%%DATADIR%%/zh/proverb -%%DATADIR%%/zh/song100 -%%DATADIR%%/zh/songproses -%%DATADIR%%/zh/tang300 -%%DATADIR%%/zh/zengguang -************************************************************ - diff --git a/chinese/fortune/pkg-descr b/chinese/fortune/pkg-descr deleted file mode 100644 index d6fbf742c13a..000000000000 --- a/chinese/fortune/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package contains classcial Chinese poems and -quotes from other classical Chinese literatures, -like novels, fictions and so on. - -WWW: http://code.google.com/p/chinese-fortune diff --git a/chinese/fortune/pkg-plist b/chinese/fortune/pkg-plist deleted file mode 100644 index 676c9b7fd90e..000000000000 --- a/chinese/fortune/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -bin/fortune-sc -bin/fortune-tc -bin/fortune-zh -%%DATADIR%%/zh/caigentan -%%DATADIR%%/zh/caigentan.dat -%%DATADIR%%/zh/caigentan.u8 -%%DATADIR%%/zh/dao -%%DATADIR%%/zh/dao.dat -%%DATADIR%%/zh/dao.u8 -%%DATADIR%%/zh/joke -%%DATADIR%%/zh/joke.dat -%%DATADIR%%/zh/joke.u8 -%%DATADIR%%/zh/lunyu -%%DATADIR%%/zh/lunyu.dat -%%DATADIR%%/zh/lunyu.u8 -%%DATADIR%%/zh/maoshici -%%DATADIR%%/zh/maoshici.dat -%%DATADIR%%/zh/maoshici.u8 -%%DATADIR%%/zh/maoyulu -%%DATADIR%%/zh/maoyulu.dat -%%DATADIR%%/zh/maoyulu.u8 -%%DATADIR%%/zh/proverb -%%DATADIR%%/zh/proverb.dat -%%DATADIR%%/zh/proverb.u8 -%%DATADIR%%/zh/song100 -%%DATADIR%%/zh/song100.dat -%%DATADIR%%/zh/song100.u8 -%%DATADIR%%/zh/songproses -%%DATADIR%%/zh/songproses.dat -%%DATADIR%%/zh/songproses.u8 -%%DATADIR%%/zh/tang300 -%%DATADIR%%/zh/tang300.dat -%%DATADIR%%/zh/tang300.u8 -%%DATADIR%%/zh/zengguang -%%DATADIR%%/zh/zengguang.dat -%%DATADIR%%/zh/zengguang.u8 diff --git a/devel/Makefile b/devel/Makefile index f6bb5489a13c..138586b4bac2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -247,7 +247,6 @@ SUBDIR += ccache-static SUBDIR += cccc SUBDIR += ccdoc - SUBDIR += ccons SUBDIR += ccrtp SUBDIR += cctz SUBDIR += cdash diff --git a/devel/ccons/Makefile b/devel/ccons/Makefile deleted file mode 100644 index 65c8456e7af5..000000000000 --- a/devel/ccons/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= ccons -PORTVERSION= r251 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= danilo@FreeBSD.org -COMMENT= Interactive Console for the C Programming Language - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -BUILD_DEPENDS= llvm-config33:devel/llvm33 \ - clang++33:lang/clang33 -RUN_DEPENDS= clang++33:lang/clang33 -LIB_DEPENDS= libncurses.so:devel/ncurses - -ONLY_FOR_ARCHS= i386 amd64 -USES= cmake libedit -CMAKE_ARGS+= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33 -CXXFLAGS+= -fno-rtti - -SUB_FILES= ccons.sh -PLIST_FILES= bin/ccons man/man1/ccons.1.gz \ - bin/ccons-bin - -WRKSRC= ${WRKDIR}/ccons - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 1000054 -CXXFLAGS+= -stdlib=libc++ -.endif - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/ccons ${STAGEDIR}${PREFIX}/bin/ccons-bin - @${INSTALL_SCRIPT} ${WRKDIR}/ccons.sh ${STAGEDIR}${PREFIX}/bin/ccons - @${INSTALL_MAN} ${WRKSRC}/man/ccons.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ccons.1 - -.include <bsd.port.post.mk> diff --git a/devel/ccons/distinfo b/devel/ccons/distinfo deleted file mode 100644 index 606247c1bd5d..000000000000 --- a/devel/ccons/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ccons-r251.tar.gz) = 766619e217d795276d36c0fe324ce3fdf03ed67929bd8b452b5adcb20fba5812 -SIZE (ccons-r251.tar.gz) = 26469 diff --git a/devel/ccons/files/ccons.sh.in b/devel/ccons/files/ccons.sh.in deleted file mode 100644 index 72d9349af305..000000000000 --- a/devel/ccons/files/ccons.sh.in +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -LD_LIBRARY_PATH="%%LOCALBASE%%/llvm33/lib/" %%LOCALBASE%%/bin/ccons-bin $@ - diff --git a/devel/ccons/files/patch-CMakeLists.txt b/devel/ccons/files/patch-CMakeLists.txt deleted file mode 100644 index 9bc4602b0d4d..000000000000 --- a/devel/ccons/files/patch-CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ ---- CMakeLists.txt.orig 2013-06-22 02:01:31 UTC -+++ CMakeLists.txt -@@ -8,13 +8,13 @@ if(NOT LLVM_CONFIG_EXECUTABLE) - message(FATAL_ERROR "LLVM was not found!") - endif(NOT LLVM_CONFIG_EXECUTABLE) - --exec_program(${LLVM_CONFIG_EXECUTABLE} ARGS --libs engine target linker bitreader bitwriter codegen mc mcdisassembler instrumentation x86 OUTPUT_VARIABLE LLVM_LIBS) -+set(LLVM_LIBS "-lLLVM-3.3") - exec_program(${LLVM_CONFIG_EXECUTABLE} ARGS --libdir OUTPUT_VARIABLE LLVM_LIBDIR) - exec_program(${LLVM_CONFIG_EXECUTABLE} ARGS --ldflags OUTPUT_VARIABLE LLVM_LDFLAGS) - exec_program(${LLVM_CONFIG_EXECUTABLE} ARGS --includedir OUTPUT_VARIABLE LLVM_INCLUDE_DIR) - exec_program(${LLVM_CONFIG_EXECUTABLE} ARGS --cflags OUTPUT_VARIABLE LLVM_C_FLAGS) - exec_program(${LLVM_CONFIG_EXECUTABLE} ARGS --cxxflags OUTPUT_VARIABLE LLVM_CXX_FLAGS) --set(CLANG_LIBS "-lclangFrontend -lclangAST -lclangLex -lclangCodeGen -lclangSema -lclangSerialization -lclangParse -lclangAST -lclangBasic -lclangAnalysis -lclangEdit") -+set(CLANG_LIBS "-lclang -lclangCodeGen -lclangAST") - - Project(ccons) - diff --git a/devel/ccons/files/patch-Console.cpp b/devel/ccons/files/patch-Console.cpp deleted file mode 100644 index b89e36a7c35e..000000000000 --- a/devel/ccons/files/patch-Console.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ./Console.cpp.orig 2013-09-18 15:56:23.000000000 -0300 -+++ ./Console.cpp 2013-09-18 15:56:32.000000000 -0300 -@@ -12,6 +12,7 @@ - - #include <errno.h> - #include <ctype.h> -+#include <unistd.h> - - #include <iostream> - #include <map> diff --git a/devel/ccons/pkg-descr b/devel/ccons/pkg-descr deleted file mode 100644 index 9f59bb4c0b6a..000000000000 --- a/devel/ccons/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The goal of the ccons project is to create an interactive console -for the C programming language, similar to "python" and "irb" for -Python and Ruby respectively. - -WWW: http://code.google.com/p/ccons/ diff --git a/sysutils/Makefile b/sysutils/Makefile index c2eec2aa6634..3335aa28fdf9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -410,7 +410,6 @@ SUBDIR += graid5 SUBDIR += graveman SUBDIR += graylog - SUBDIR += grok SUBDIR += grub2 SUBDIR += grub2-bhyve SUBDIR += grub2-efi diff --git a/sysutils/grok/Makefile b/sysutils/grok/Makefile deleted file mode 100644 index e694f1ba2a51..000000000000 --- a/sysutils/grok/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# $FreeBSD$ - -PORTNAME= grok -PORTVERSION= 1.20110708.1 -PORTREVISION= 6 -PORTEPOCH= 1 -CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= wxs@FreeBSD.org -COMMENT= Expert system for real-time log analysis - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -OPTIONS_DEFINE= DOCS - -BUILD_DEPENDS= gperf>=3.0.3:devel/gperf -LIB_DEPENDS= libpcre.so:devel/pcre \ - libevent.so:devel/libevent \ - libtokyocabinet.so:databases/tokyocabinet -RUN_DEPENDS:= ${BUILD_DEPENDS} - -MAKE_ENV+= GPERF=${LOCALBASE}/bin/gperf \ - EXTRA_CFLAGS=-I${LOCALBASE}/include \ - EXTRA_LDFLAGS=-L${LOCALBASE}/lib - -USES= gmake pkgconfig -USE_LDCONFIG= yes - -SUB_FILES= pkg-message - -PROJECTHOST= semicomplete -PORTDOCS= CHANGELIST INSTALL - -post-patch: - @${REINPLACE_CMD} 's|PREFIX=|PREFIX?=|; s|-g root|-g wheel|; ' \ - ${WRKSRC}/Makefile - -post-install: - ${INSTALL_MAN} ${WRKSRC}/grok.1 ${STAGEDIR}${PREFIX}/man/man1 - @${INSTALL} -d ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/sysutils/grok/distinfo b/sysutils/grok/distinfo deleted file mode 100644 index 27b776a28862..000000000000 --- a/sysutils/grok/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (grok-1.20110708.1.tar.gz) = 3362857a03115029df76c3a3f0587b2ed1f9977f963bb1bd701e2bf59ad701c8 -SIZE (grok-1.20110708.1.tar.gz) = 1445902 diff --git a/sysutils/grok/files/patch-Makefile b/sysutils/grok/files/patch-Makefile deleted file mode 100644 index 784a0be3d965..000000000000 --- a/sysutils/grok/files/patch-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig 2009-12-25 20:50:34.181480177 -0500 -+++ Makefile 2009-12-25 20:51:40.171173802 -0500 -@@ -12,7 +12,7 @@ - # On FreeBSD, you may want to set GPERF=/usr/local/bin/gperf since - # the base system gperf is too old. - ifeq ($(PLATFORM), FreeBSD) --GPERF?=/usr/local/bin/gperf -+GPERF?=${LOCALBASE}/bin/gperf - else - GPERF?=/usr/bin/gperf - endif -@@ -28,8 +28,8 @@ - LDFLAGS+=-lpcre -levent -rdynamic -ltokyocabinet - - # Sane includes --CFLAGS+=-I/usr/local/include --LDFLAGS+=-L/usr/local/lib -+CFLAGS+=-I. -I${LOCALBASE}/include -+LDFLAGS+=-L${LOCALBASE}/lib - - # Uncomment to totally disable logging features - #CFLAGS+=-DNOLOGGING diff --git a/sysutils/grok/files/patch-discover_main.c b/sysutils/grok/files/patch-discover_main.c deleted file mode 100644 index 7875f999292c..000000000000 --- a/sysutils/grok/files/patch-discover_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./discover_main.c.orig 2013-10-10 13:25:59.000000000 -0400 -+++ ./discover_main.c 2013-10-10 13:26:13.000000000 -0400 -@@ -33,7 +33,7 @@ - grok_init(&grok); - - int pattern_count = 0; -- while ((opt = getopt_long_only(argc, argv, "hp:v", options, &optind)) != -1) { -+ while ((opt = getopt_long_only(argc, argv, "hp:v", options, NULL)) != -1) { - switch (opt) { - case 'h': - usage(); diff --git a/sysutils/grok/files/patch-grok_discover.c b/sysutils/grok/files/patch-grok_discover.c deleted file mode 100644 index 000e7c2d0707..000000000000 --- a/sysutils/grok/files/patch-grok_discover.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ./grok_discover.c.orig 2013-10-10 13:26:22.000000000 -0400 -+++ ./grok_discover.c 2013-10-10 13:27:24.000000000 -0400 -@@ -187,6 +187,9 @@ - if (first_match_endpos > 0) { - offset += first_match_endpos; - } -+ else { -+ offset += 1; -+ } - } else { /* We found a match, replace it in the pattern */ - grok_log(gdt, LOG_DISCOVER, "%d: Matched %s on '%.*s'", - rounds, best_match.grok->pattern, diff --git a/sysutils/grok/files/pkg-message.in b/sysutils/grok/files/pkg-message.in deleted file mode 100644 index 7e86945280a9..000000000000 --- a/sysutils/grok/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -============================================================ -Examples and documentation are available at: - -http://code.google.com/p/semicomplete/wiki/Grok - -Also, modifications to syslog.conf may be necessary. -Usually "user.info /var/log/messages" is enough. -============================================================ diff --git a/sysutils/grok/pkg-descr b/sysutils/grok/pkg-descr deleted file mode 100644 index 4665a3e20c79..000000000000 --- a/sysutils/grok/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -An expert system for real-time log analysis that allows for user-defined -actions to happen when a log rule is matched. - -WWW: http://code.google.com/p/semicomplete/wiki/Grok diff --git a/sysutils/grok/pkg-plist b/sysutils/grok/pkg-plist deleted file mode 100644 index 1030addd8f81..000000000000 --- a/sysutils/grok/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/discogrok -bin/grok -include/grok.h -include/grok_capture.h -include/grok_capture_xdr.h -include/grok_discover.h -include/grok_logging.h -include/grok_match.h -include/grok_pattern.h -include/grok_version.h -lib/libgrok.so -man/man1/grok.1.gz -%%DATADIR%%/patterns/base |