pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

edbrowse: delete, imported in the main tree



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Mon Dec 8 09:28:19 2025 +0100
Changeset:	be79d413cd09a535d0addf7a537983f9b465644c

Removed Files:
	edbrowse/DESCR
	edbrowse/Makefile
	edbrowse/PLIST
	edbrowse/distinfo
	edbrowse/patches/patch-CMakeLists.txt

Log Message:
edbrowse: delete, imported in the main tree

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=be79d413cd09a535d0addf7a537983f9b465644c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 edbrowse/DESCR                        |  9 -------
 edbrowse/Makefile                     | 37 ----------------------------
 edbrowse/PLIST                        |  5 ----
 edbrowse/distinfo                     |  6 -----
 edbrowse/patches/patch-CMakeLists.txt | 46 -----------------------------------
 5 files changed, 103 deletions(-)

diffs:
diff --git a/edbrowse/DESCR b/edbrowse/DESCR
deleted file mode 100644
index 41e1e2fb46..0000000000
--- a/edbrowse/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-Edbrowse is a combination editor, browser, and mail client that is 100%
-text based.  The interface is similar to /bin/ed, though there are many
-more features, such as editing multiple files simultaneously, and rendering
-html.  This program was originally written for blind users, but many
-sighted users have taken advantage of the unique scripting capabilities of
-this program, which can be found nowhere else.  A batch job, or cron job,
-can access web pages on the internet, submit forms, and send email, with no
-human intervention whatsoever.  edbrowse can also tap into databases
-through odbc. It was primarily written by Karl Dahlke.
diff --git a/edbrowse/Makefile b/edbrowse/Makefile
deleted file mode 100644
index dd6556aa49..0000000000
--- a/edbrowse/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	edbrowse-3.7.5.1
-CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_GITHUB:=CMB/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://edbrowse.org/
-COMMENT=	Command Line Editor Browser
-LICENSE=	gnu-gpl-v3
-
-USE_CMAKE=	yes
-USE_TOOLS+=	perl:build
-USE_LANGUAGES=	c c++
-
-CMAKE_CONFIGURE_ARGS+=	-DTIDY_ROOT=${PREFIX}/include/tidy
-
-SUBST_CLASSES+=		man
-SUBST_STAGE.man=	pre-patch
-SUBST_MESSAGE.man=	Fixing paths in man page
-SUBST_FILES.man=	doc/man-edbrowse-debian.1
-SUBST_SED.man=		-e '/usersguide\.html/ s,/usr,${PREFIX},g'
-
-SUBST_CLASSES+=			cmakelists
-SUBST_STAGE.cmakelists=		post-patch
-SUBST_MESSAGE.cmakelists=	Fixing paths in CMakeLists.txt
-SUBST_FILES.cmakelists=		CMakeLists.txt
-SUBST_VARS.cmakelists=		PREFIX PKGMANDIR
-
-.include "../../devel/pcre/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libduktape+=	libduktape>=2.1.0
-.include "../../lang/libduktape/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../www/tidy/buildlink3.mk"
-.include "../../mk/readline.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/edbrowse/PLIST b/edbrowse/PLIST
deleted file mode 100644
index 56dd0598ec..0000000000
--- a/edbrowse/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-bin/edbrowse
-man/man1/edbrowse.1
-share/doc/edbrowse/sample.ebrc
-share/doc/edbrowse/usersguide.html
diff --git a/edbrowse/distinfo b/edbrowse/distinfo
deleted file mode 100644
index ddb0e8bea3..0000000000
--- a/edbrowse/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-RMD160 (edbrowse-3.7.5.1.tar.gz) = 5c7e7505877e42b9520dc515fa8a7c03c01a00fa
-SHA512 (edbrowse-3.7.5.1.tar.gz) = ec217bf98334e8b493a1a80082cebfb11da9fa84d20d8b5f3f3286a78ae1dc6a2731c578d000f9f0f19d3dcbec9aa2c3e2a6b5b35f7ea7672840b9bcd1c5c67a
-Size (edbrowse-3.7.5.1.tar.gz) = 790742 bytes
-SHA1 (patch-CMakeLists.txt) = 0c69e43f680cc2ddec42802d7ac1b7a3ef669e4a
diff --git a/edbrowse/patches/patch-CMakeLists.txt b/edbrowse/patches/patch-CMakeLists.txt
deleted file mode 100644
index 9da0b2f7bd..0000000000
--- a/edbrowse/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-$NetBSD$
-
-Simplify a bit the installation of man pages and documentation and make it
-consistent to every Unix-like systems.
-
-TODO: Investigate if it's possible to simplify that even further!
-TODO: (in order to make an upstreamable patch)
-
---- CMakeLists.txt.orig	2018-06-28 19:51:14.493572163 +0000
-+++ CMakeLists.txt
-@@ -236,30 +236,14 @@ endif ()
- ### 20180415 - Add man page gen, and install - also doc/usersguide.html
- if (UNIX)
-     FILE (GLOB UnixManFile "doc/man-edbrowse-debian.1")
--    set (UnixManDir "/usr/share/man/man1")
--    set (UnixDocDir "/usr/share/doc/edbrowse")
--    if (${CMAKE_SYSTEM_NAME} STREQUAL  "FreeBSD")
--	FILE (GLOB UnixManFile "doc/man-edbrowse-freebsd.1")
--        set (UnixManDir "/usr/local/man/man1")
--        set (UnixDocDir "/usr/local/share/doc/edbrowse")
--    endif()
-+    set (UnixManDir "@PREFIX@/@PKGMANDIR@/man1")
-+    set (UnixDocDir "@PREFIX@/share/doc/edbrowse")
-     # copy to build dir
-     configure_file( ${UnixManFile} ${CMAKE_BINARY_DIR}/edbrowse.1 )
--    # find 'gzip' - warn if not...
--    find_program(GZIP_EXE gzip PATHS /bin )
--    if (GZIP_EXE)
--        # gzip it in place
--        execute_process(COMMAND ${GZIP_EXE} -f "edbrowse.1"
--            WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
--            INPUT_FILE edbrowse.1
--            OUTPUT_FILE edbrowse.1.gz )
--        # install it
--	install(FILES ${CMAKE_BINARY_DIR}/edbrowse.1.gz DESTINATION ${UnixManDir})
--    else ()
--        message(WARNING "Unable to locate 'gzip'! No man page...")
--    endif ()
-+    # install man page
-+    install(FILES ${CMAKE_BINARY_DIR}/edbrowse.1 DESTINATION ${UnixManDir})
-     # install user guide
--    install(FILES doc/usersguide.html doc/usersguide_fr.html doc/sample.ebrc doc/sample_fr.ebrc doc/sample_it.ebrc DESTINATION ${UnixDocDir})
-+    install(FILES doc/usersguide.html doc/sample.ebrc DESTINATION ${UnixDocDir})
- endif ()
- 
- ###########################################################


Home | Main Index | Thread Index | Old Index