pkgsrc-WIP-changes archive

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

Remove srain, imported



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Mon Mar 30 15:44:20 2020 +0100
Changeset:	5ebaf659e3acdcbcc0b0538d74cc893365141a97

Modified Files:
	Makefile
Removed Files:
	srain/COMMIT_MSG
	srain/DESCR
	srain/Makefile
	srain/PLIST
	srain/distinfo
	srain/patches/patch-data_Makefile

Log Message:
Remove srain, imported

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

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

diffstat:
 Makefile                          |  1 -
 srain/COMMIT_MSG                  | 24 ----------------------
 srain/DESCR                       | 22 --------------------
 srain/Makefile                    | 43 ---------------------------------------
 srain/PLIST                       | 14 -------------
 srain/distinfo                    |  7 -------
 srain/patches/patch-data_Makefile | 15 --------------
 7 files changed, 126 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 63ddf5bda0..62db81ac48 100644
--- a/Makefile
+++ b/Makefile
@@ -4603,7 +4603,6 @@ SUBDIR+=	squirrelmail-avelsieve
 SUBDIR+=	squirrelmail-chg_sasl_passwd
 SUBDIR+=	squirrelmail-compatibility
 SUBDIR+=	squirrelmail-vlogin
-SUBDIR+=	srain
 SUBDIR+=	src
 SUBDIR+=	srecord
 SUBDIR+=	srvx
diff --git a/srain/COMMIT_MSG b/srain/COMMIT_MSG
deleted file mode 100644
index 3f895af4cc..0000000000
--- a/srain/COMMIT_MSG
+++ /dev/null
@@ -1,24 +0,0 @@
-chat: Import srain.
-
-Srain is a modern IRC client written in GTK.
-
-Features
-========
-
-- Fully open source
-- RFC {1459,2812} compatible
-- Partial IRCv3 support
-- Multi-platform support
-- Act like modern IM client
-  - Graphical user interface
-  - Convenient connection panel
-  - Interactive channel search
-  - Forward message in one click
-  - URL preview
-  - Desktop notificaion
-  - Special optimization for bridge/relay bot
-- Act like geek IRC client
-  - Anything can be done via commands
-  - Fine-grained configuration with hot update support
-  - Regex based message render and filter mechanisms
-  - IPC based plugin system (TODO)
diff --git a/srain/DESCR b/srain/DESCR
deleted file mode 100644
index 120eda314a..0000000000
--- a/srain/DESCR
+++ /dev/null
@@ -1,22 +0,0 @@
-Srain is a modern IRC client written in GTK.
-
-Features
-========
-
-- Fully open source
-- RFC {1459,2812} compatible
-- Partial IRCv3 support
-- Multi-platform support
-- Act like modern IM client
-  - Graphical user interface
-  - Convenient connection panel
-  - Interactive channel search
-  - Forward message in one click
-  - URL preview
-  - Desktop notificaion
-  - Special optimization for bridge/relay bot
-- Act like geek IRC client
-  - Anything can be done via commands
-  - Fine-grained configuration with hot update support
-  - Regex based message render and filter mechanisms
-  - IPC based plugin system (TODO)
diff --git a/srain/Makefile b/srain/Makefile
deleted file mode 100644
index 47083b8634..0000000000
--- a/srain/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	srain-1.0.1
-CATEGORIES=	chat
-MASTER_SITES=	${MASTER_SITE_GITHUB:=SrainApp/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://srain.im/
-COMMENT=	Modern IRC client written in GTK
-LICENSE=	gnu-gpl-v3
-
-HAS_CONFIGURE=	yes
-
-USE_TOOLS+=	pkg-config gmake
-USE_TOOLS+=	msgfmt msgmerge xgettext
-
-CONFIGURE_ARGS+=	--prefix=${PREFIX}
-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=	--disable-debug
-
-BUILD_TARGET=	default
-
-MAKE_FLAGS+=	MAKE=${GMAKE:Q}
-MAKE_FLAGS+=	INSTALL=${INSTALL:Q}
-
-AUTO_MKDIRS=	yes
-
-OWN_DIRS+=	${PKG_SYSCONFDIR}/srain
-
-CONF_FILES+=	share/examples/srain/builtin.cfg \
-		${PKG_SYSCONFDIR}/srain/builtin.cfg
-
-# XXX xgettext: unknown option -- package-name=Srain
-_TOOLS_USE_PKGSRC.xgettext=	yes
-
-.include "../../devel/libconfig/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../net/libsoup/buildlink3.mk"
-.include "../../security/libsecret/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/srain/PLIST b/srain/PLIST
deleted file mode 100644
index 1d18a71c1a..0000000000
--- a/srain/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD$
-bin/srain
-share/applications/im.srain.Srain.desktop
-share/examples/srain/builtin.cfg
-share/icons/hicolor/scalable/apps/im.srain.Srain.png
-share/locale/nl/LC_MESSAGES/srain.mo
-share/locale/ru/LC_MESSAGES/srain.mo
-share/locale/zh_CN/LC_MESSAGES/srain.mo
-share/metainfo/im.srain.Srain.appdata.xml
-share/srain/themes/bubble.css
-share/srain/themes/default-bubble-dark.css
-share/srain/themes/default-bubble.css
-share/srain/themes/default-min.css
-share/srain/themes/reset.css
diff --git a/srain/distinfo b/srain/distinfo
deleted file mode 100644
index dfb30a9907..0000000000
--- a/srain/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (srain-1.0.1.tar.gz) = 8b1b4628e0a404defe74f1656f9877e047f652a4
-RMD160 (srain-1.0.1.tar.gz) = 21c2eccaeffc4edc5191ea1c3e9702bb486e434b
-SHA512 (srain-1.0.1.tar.gz) = e6a878f804b8188affb088dd113aab7fc28c03ff1c46c28f9dabe6559d0a4d182f91a10a9d56e021bbee294bb4048ffc5e8209d3661fba0e6cdf37d4bf30280e
-Size (srain-1.0.1.tar.gz) = 938233 bytes
-SHA1 (patch-data_Makefile) = 9330228df6a9648c332417a2658417a8ed445499
diff --git a/srain/patches/patch-data_Makefile b/srain/patches/patch-data_Makefile
deleted file mode 100644
index 44511fc983..0000000000
--- a/srain/patches/patch-data_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Install config files to examples.
-
---- data/Makefile.orig	2019-10-07 15:01:52.000000000 +0000
-+++ data/Makefile
-@@ -21,7 +21,7 @@ $(RES): srain.gresource.xml $(GLADES) $(
- 
- .PHONY: config
- config: builtin.cfg
--	$(INSTALL) -Dm644 "$<" "$(DESTDIR)$(PACKAGE_CONFIG_DIR)/$(PACKAGE)/$<"
-+	$(INSTALL) -Dm644 "$<" "$(DESTDIR)$(PREFIX)/share/examples/srain/$<"
- 
- .PHONY: icons
- icons: icons/scalable/srain.png


Home | Main Index | Thread Index | Old Index