# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= telescope VERSION= 0.10.1 KEYWORDS= net VARIANTS= std SDESC[std]= "Small Internet" client for Gemini and Gopher HOMEPAGE= https://www.telescope-browser.org/ CONTACT= Michael_Reim[kraileth@elderlinux.org] DOWNLOAD_GROUPS= main SITES[main]= GITHUB/omar-polo:telescope:0.10.1 DISTFILE[1]= generated:main DF_INDEX= 1 SPKGS[std]= set primary man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= libgrapheme:dev:std BUILDRUN_DEPENDS= libgrapheme:primary:std USES= autoreconf ncurses pkgconfig ssl LICENSE= ISCL:primary LICENSE_FILE= ISCL:{{WRKSRC}}/LICENSE LICENSE_SCHEME= solo MUST_CONFIGURE= gnu CFLAGS= -I{{PREFIX}}/include/ncurses [FILE:229:descriptions/desc.primary] Telescope is an Emacs/w3m-inspired browser for the "small internet" that supports Gemini, Gopher and Finger. Features: * tabs * bookmarks * privsep * minibuffer live narrowing * multiple protocols support * fully customizable [FILE:112:distinfo] 632843112e9e32b41eca1a52e317da3c2981c94e13c414532b7a1240a13205e6 1057801 omar-polo-telescope-0.10.1.tar.gz [FILE:36:manifests/plist.primary] bin/ telescope telescope-identity [FILE:51:manifests/plist.man] share/man/man1/ telescope-identity.1 telescope.1 [FILE:305:midnightbsd/patch-configure.ac] On MBSD, ohash is in libutil, but it's not usable. --- configure.ac.orig 2024-06-29 17:42:54 UTC +++ configure.ac @@ -211,10 +211,8 @@ AC_SEARCH_LIBS([imsg_init], [util], [ ] ) -AC_SEARCH_LIBS([ohash_init], [util], [], [ AC_LIBOBJ(ohash) AC_LIBOBJ(fmt_scaled) -]) AC_CHECK_FUNCS([asr_run])