pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 30 09:11:53 UTC 2020
Modified Files:
pkgsrc/chat: Makefile
Added Files:
pkgsrc/chat/srain: DESCR Makefile PLIST distinfo
pkgsrc/chat/srain/patches: patch-data_Makefile
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 pkgsrc/chat/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/srain/DESCR pkgsrc/chat/srain/Makefile \
pkgsrc/chat/srain/PLIST pkgsrc/chat/srain/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/srain/patches/patch-data_Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/Makefile
diff -u pkgsrc/chat/Makefile:1.244 pkgsrc/chat/Makefile:1.245
--- pkgsrc/chat/Makefile:1.244 Fri Mar 13 11:57:37 2020
+++ pkgsrc/chat/Makefile Mon Mar 30 09:11:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.244 2020/03/13 11:57:37 nia Exp $
+# $NetBSD: Makefile,v 1.245 2020/03/30 09:11:53 nia Exp $
#
COMMENT= Communication programs
@@ -115,6 +115,7 @@ SUBDIR+= silc-server
SUBDIR+= sirc
SUBDIR+= skypeweb-purple
SUBDIR+= spectrum
+SUBDIR+= srain
SUBDIR+= swift
SUBDIR+= telegram-purple
SUBDIR+= telepathy-farstream
Added files:
Index: pkgsrc/chat/srain/DESCR
diff -u /dev/null pkgsrc/chat/srain/DESCR:1.1
--- /dev/null Mon Mar 30 09:11:53 2020
+++ pkgsrc/chat/srain/DESCR Mon Mar 30 09:11:53 2020
@@ -0,0 +1,22 @@
+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)
Index: pkgsrc/chat/srain/Makefile
diff -u /dev/null pkgsrc/chat/srain/Makefile:1.1
--- /dev/null Mon Mar 30 09:11:53 2020
+++ pkgsrc/chat/srain/Makefile Mon Mar 30 09:11:53 2020
@@ -0,0 +1,43 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 09:11:53 nia Exp $
+
+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"
Index: pkgsrc/chat/srain/PLIST
diff -u /dev/null pkgsrc/chat/srain/PLIST:1.1
--- /dev/null Mon Mar 30 09:11:53 2020
+++ pkgsrc/chat/srain/PLIST Mon Mar 30 09:11:53 2020
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/30 09:11:53 nia Exp $
+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
Index: pkgsrc/chat/srain/distinfo
diff -u /dev/null pkgsrc/chat/srain/distinfo:1.1
--- /dev/null Mon Mar 30 09:11:53 2020
+++ pkgsrc/chat/srain/distinfo Mon Mar 30 09:11:53 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 09:11:53 nia Exp $
+
+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
Index: pkgsrc/chat/srain/patches/patch-data_Makefile
diff -u /dev/null pkgsrc/chat/srain/patches/patch-data_Makefile:1.1
--- /dev/null Mon Mar 30 09:11:53 2020
+++ pkgsrc/chat/srain/patches/patch-data_Makefile Mon Mar 30 09:11:53 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-data_Makefile,v 1.1 2020/03/30 09:11:53 nia Exp $
+
+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