CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/10/08 13:54:32
Modified files:
textproc : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
textproc/glimpse: Makefile distinfo
textproc/glimpse/patches: patch-Makefile_in
patch-agrep_Makefile_in
patch-agrep_agrep_h
patch-agrep_bitap_c
patch-agrep_parse_c
patch-agrep_recursive_c
patch-agrep_utilities_c
patch-compress_Makefile_in
patch-compress_main_tbuild_c
patch-compress_misc_c
patch-get_filename_c patch-get_index_c
patch-glimpse_1 patch-glimpseindex_1
patch-index_Makefile_in
patch-index_build_in_c
patch-index_convert_c patch-index_io_c
patch-index_lib_c
patch-index_memlook_c
patch-index_region_c
patch-libtemplate_template_Makefile_in
patch-libtemplate_util_Makefile_in
patch-libtemplate_util_log_c
patch-libtemplate_util_system_c
textproc/glimpse/pkg: DESCR PLIST
Log message:
Remove glimpse
>From Stefan Hagen:
"""
Glimpse is functional, but
upstream is dead for years. Glimpse (the indexer) is completely gone
and can only be found on mirrors and archive.org. Webglimpse originally
was the webfrontend for glimpse, but is mentioned as homepage in the
port (which is not correct, the port does not contain the web part).
Anyway, webglimpse.net is also gone. There is a backup version on
github (last commit 2014). https://github.com/gvelez17/webglimpse
The gimpse version we're installing is from 1998. There is no more
recent one.
Good source code indexers are rare, but this one might just be
too old by now.
Also:
$ make 2>&1 | grep -i warning | wc -l
970
"""
No port depends on it anymore after I removed the dependency on it from
misc/tkman.
No objection schwarze
OK kmos