pkgsrc-WIP-changes archive

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

Remove lagrange, imported.



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Fri Jul 16 18:02:23 2021 +0200
Changeset:	3b191b646b6939f0936038c08301ee09a5e8c4a0

Modified Files:
	Makefile
Removed Files:
	lagrange/DESCR
	lagrange/Makefile
	lagrange/PLIST
	lagrange/TODO
	lagrange/distinfo
	lagrange/options.mk

Log Message:
Remove lagrange, imported.

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

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

diffstat:
 Makefile            |  1 -
 lagrange/DESCR      |  8 --------
 lagrange/Makefile   | 23 -----------------------
 lagrange/PLIST      |  6 ------
 lagrange/TODO       |  3 ---
 lagrange/distinfo   |  6 ------
 lagrange/options.mk | 21 ---------------------
 7 files changed, 68 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ba9d6b26f8..5aaae7302a 100644
--- a/Makefile
+++ b/Makefile
@@ -1945,7 +1945,6 @@ SUBDIR+=	kwrited
 SUBDIR+=	kyototycoon
 SUBDIR+=	kyra2
 SUBDIR+=	l2tpd
-SUBDIR+=	lagrange
 SUBDIR+=	lambertw
 SUBDIR+=	lander
 SUBDIR+=	lanq
diff --git a/lagrange/DESCR b/lagrange/DESCR
deleted file mode 100644
index 8851b2c66a..0000000000
--- a/lagrange/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Lagrange is a desktop GUI client for browsing Geminispace. It offers modern
-conveniences familiar from web browsers, such as smooth scrolling, inline
-image viewing, multiple tabs, visual themes, Unicode fonts, bookmarks,
-history, and page outlines.
-
-Like Gemini, Lagrange has been designed with minimalism in mind. It depends
-on a small number of essential libraries. It is written in C and uses SDL
-for hardware-accelerated graphics. OpenSSL is used for secure communications.
diff --git a/lagrange/Makefile b/lagrange/Makefile
deleted file mode 100644
index 19188df651..0000000000
--- a/lagrange/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lagrange-1.5.0
-CATEGORIES=	net
-MASTER_SITES=	https://git.skyjake.fi/gemini/lagrange/releases/download/v${PKGVERSION_NOREV}/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://gmi.skyjake.fi/lagrange/
-COMMENT=	Desktop GUI client for browsing Gemini
-LICENSE=	2-clause-bsd
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-
-.include "options.mk"
-.include "../../devel/SDL2/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../textproc/libunistring/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lagrange/PLIST b/lagrange/PLIST
deleted file mode 100644
index b697af4469..0000000000
--- a/lagrange/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD$
-bin/lagrange
-share/applications/fi.skyjake.Lagrange.desktop
-share/icons/hicolor/256x256/apps/fi.skyjake.Lagrange.png
-share/lagrange/resources.lgr
-share/metainfo/fi.skyjake.Lagrange.appdata.xml
diff --git a/lagrange/TODO b/lagrange/TODO
deleted file mode 100644
index 56afd2aee7..0000000000
--- a/lagrange/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-Predictably segfaults about 40% of the time on startup on NetBSD/amd64.
-
-It's being discussed with upstream.
diff --git a/lagrange/distinfo b/lagrange/distinfo
deleted file mode 100644
index 2db78f0bd5..0000000000
--- a/lagrange/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lagrange-1.5.0.tar.gz) = 8cc262c4b549590c0af6d9ada68877810ebd8336
-RMD160 (lagrange-1.5.0.tar.gz) = 0ab0b064d91e1608362743480afb426d15254fe8
-SHA512 (lagrange-1.5.0.tar.gz) = 157c0bf3eee446ed66f9ad90a24aaee763a0a88834c9cecfafd95112e35f22f569766cb56567dde97a18b96a2485885374962571b0d0545d356b9fc65e9994b1
-Size (lagrange-1.5.0.tar.gz) = 20403900 bytes
diff --git a/lagrange/options.mk b/lagrange/options.mk
deleted file mode 100644
index 6356d868fd..0000000000
--- a/lagrange/options.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2019/06/10 12:41:23 nia Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.lagrange
-
-PKG_SUPPORTED_OPTIONS+=	mpg123 opengl
-PKG_SUGGESTED_OPTIONS+=	mpg123 opengl
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mmpg123)
-.include "../../audio/mpg123/buildlink3.mk"
-CONFIGURE_ARGS+=	-DENABLE_MPG123=ON
-.else
-CONFIGURE_ARGS+=	-DENABLE_MPG123=OFF
-.endif
-
-.if !empty(PKG_OPTIONS:Mopengl)
-CONFIGURE_ARGS+=	-DENABLE_X11_SWRENDER=OFF
-.else
-CONFIGURE_ARGS+=	-DENABLE_X11_SWRENDER=ON
-.endif


Home | Main Index | Thread Index | Old Index