git: 5fb8b48a54ce - main - www/goose: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jun 2024 16:06:04 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fb8b48a54ce82a5e537b4f7f7c16a3c1897ce51 commit 5fb8b48a54ce82a5e537b4f7f7c16a3c1897ce51 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-11 16:05:54 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-11 16:05:54 +0000 www/goose: Remove expired port 2024-05-31 www/goose: Abandonware, last update in 2003 and upstream is dead --- MOVED | 1 + www/Makefile | 1 - www/goose/Makefile | 50 ----------------------------------- www/goose/distinfo | 2 -- www/goose/files/patch-goose | 63 --------------------------------------------- www/goose/pkg-descr | 4 --- www/goose/pkg-plist | 4 --- 7 files changed, 1 insertion(+), 124 deletions(-) diff --git a/MOVED b/MOVED index ce1b50ac1e0d..99097f9762f1 100644 --- a/MOVED +++ b/MOVED @@ -3295,3 +3295,4 @@ textproc/mergestat||2024-06-11|Has expired: Marked BROKEN for over a year www/bkmrkconv||2024-06-11|Has expired: Obsolete utility, generated files are already in a readable format www/chems||2024-06-11|Has expired: Abandonware, last release in 2009 and no activity since upstream www/cssed||2024-06-11|Has expired: Abandonware and broken, doesn't work with Python 3.x +www/goose||2024-06-11|Has expired: Abandonware, last update in 2003 and upstream is dead diff --git a/www/Makefile b/www/Makefile index 3c5ce96a8100..1e0c7b507a5a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -218,7 +218,6 @@ SUBDIR += gohugo SUBDIR += googlebook_dl SUBDIR += googler - SUBDIR += goose SUBDIR += gophernicus SUBDIR += gopherus SUBDIR += gotty diff --git a/www/goose/Makefile b/www/goose/Makefile deleted file mode 100644 index 256c95c3f244..000000000000 --- a/www/goose/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -PORTNAME= goose -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}-search/${PORTNAME}-search/${PORTVERSION} -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Command line Google search utility -WWW= https://goose-search.sourceforge.net/ - -BROKEN= Relies on Google API serivce from 2003 -DEPRECATED= Abandonware, last update in 2003 and upstream is dead -EXPIRATION_DATE=2024-05-31 - -RUN_DEPENDS= p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ - p5-HTML-Tree>=0:www/p5-HTML-Tree \ - p5-HTML-Format>=0:textproc/p5-HTML-Format \ - p5-AppConfig>=0:devel/p5-AppConfig \ - p5-Curses>=0:devel/p5-Curses \ - urlview:textproc/urlview - -USES= perl5 - -CONFLICTS_INSTALL= cfssl # bin/goose - -WRKSRC= ${WRKDIR}/${PORTNAME} -POD2MAN?= pod2man - -OPTIONS_DEFINE= EXAMPLES - -post-patch: - ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ - -e "s|%%DATADIR%%|${DATADIR}|g" \ - -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g" \ - -e "s|/usr/local/bin/url_handler.sh|${LOCALBASE}/urlview|" \ - ${WRKSRC}/goose - -do-build: - cd ${WRKSRC} && ${POD2MAN} goose > goose.1 - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/goose ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/GoogleSearch.wsdl ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/goose.1 ${STAGEDIR}${PREFIX}/share/man/man1 - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/goose.conf.example ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/www/goose/distinfo b/www/goose/distinfo deleted file mode 100644 index 69fe6f86d014..000000000000 --- a/www/goose/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (goose_0.5.tar.gz) = e490b6cf671acdad7c8cf21fc27cf5d5aabae40ccc4befe13e51dbfddcdf2ee8 -SIZE (goose_0.5.tar.gz) = 8214 diff --git a/www/goose/files/patch-goose b/www/goose/files/patch-goose deleted file mode 100644 index 68f4ed0d0fc3..000000000000 --- a/www/goose/files/patch-goose +++ /dev/null @@ -1,63 +0,0 @@ ---- goose.orig Sat May 17 11:04:45 2003 -+++ goose Tue Dec 30 12:12:13 2003 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -+#!/usr/bin/env perl - # - # This is free software; you can redistribute it and/or modify it - # under the terms of the GNU General Public License as published by -@@ -38,8 +38,8 @@ - - my $cfgfile = AppConfig::File->new($state); - --if (-f '/etc/goose.conf') { -- $cfgfile->parse('/etc/goose.conf'); -+if (-f '%%LOCALBASE%%/etc/goose.conf') { -+ $cfgfile->parse('%%LOCALBASE%%/etc/goose.conf'); - } - if (-f ($ENV{HOME} . '/.goose.conf')) { - $cfgfile->parse($ENV{HOME} . '/.goose.conf'); -@@ -54,7 +54,7 @@ - "and follow the instructions for creating a Google Account.\n" . - "\n" . - "Once you have the key, add it to your configuration file,\n" . -- "either the system-wide config file (/etc/goose.conf), or \n" . -+ "either the system-wide config file (%%LOCALBASE%%/etc/goose.conf), or \n" . - "in your user-specific config file, named .goose.conf in your \n" . - "home directory.\n\n"; - exit(-1); -@@ -112,7 +112,7 @@ - - my $query = join(" ", @ARGV); - --my $googleSearch = SOAP::Lite->service("file:/usr/lib/goose/GoogleSearch.wsdl"); -+my $googleSearch = SOAP::Lite->service("file:%%DATADIR%%/GoogleSearch.wsdl"); - - # - # The MAINLOOP is the giant loop surrounding the bulk of the code. Each -@@ -238,9 +238,9 @@ - endwin(); - - if ($state->get("one_shot")) { -- exec("/etc/urlview/url_handler.sh '$element->{'URL'}'"); -+ exec("%%LOCALBASE%%/bin/url_handler.sh '$element->{'URL'}'"); - } else { -- system("/etc/urlview/url_handler.sh '$element->{'URL'}'"); -+ system("%%LOCALBASE%%/bin/url_handler.sh '$element->{'URL'}'"); - } - } - -@@ -440,11 +440,11 @@ - - Goose uses configuration files to store the Google web API key. They - both observe the same format. An example is provided in --/usr/share/doc/goose/goose.conf.example. -+%%EXAMPLESDIR%%/goose.conf.example. - - =over 8 - --=item B</etc/goose.conf> -+=item B<%%LOCALBASE%%/etc/goose.conf> - - The system-wide configuration file. - diff --git a/www/goose/pkg-descr b/www/goose/pkg-descr deleted file mode 100644 index b0d0c09869bc..000000000000 --- a/www/goose/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Goose (GOOge SEarch) allows you to search Google's index of the Internet from -the command line. You run Goose, giving it your list of search terms, and it -presents a list of search results using an easy to navigate Curses display in -your terminal. You can then select a search result to open in your web browser. diff --git a/www/goose/pkg-plist b/www/goose/pkg-plist deleted file mode 100644 index 23176d0e8e07..000000000000 --- a/www/goose/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/goose -share/man/man1/goose.1.gz -%%DATADIR%%/GoogleSearch.wsdl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/goose.conf.example