pkgsrc-WIP-changes archive

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

coyim: Import of coyim-0.3.11 as wip/coyim.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Fri Apr 19 15:14:39 2019 -0500
Changeset:	a4abc08a126a4d9d1451d0f45aab2759cf4c0d04

Added Files:
	coyim/DESCR
	coyim/Makefile
	coyim/PLIST
	coyim/distinfo

Log Message:
coyim: Import of coyim-0.3.11 as wip/coyim.

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

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

diffstat:
 coyim/DESCR    |  3 +++
 coyim/Makefile | 43 +++++++++++++++++++++++++++++++++++++++++++
 coyim/PLIST    |  2 ++
 coyim/distinfo |  6 ++++++
 4 files changed, 54 insertions(+)

diffs:
diff --git a/coyim/DESCR b/coyim/DESCR
new file mode 100644
index 0000000000..f838480ef9
--- /dev/null
+++ b/coyim/DESCR
@@ -0,0 +1,3 @@
+CoyIM is a new chat client that is safe and secure by default: no
+settings to change, no plugins to install, no computer configuration
+to change.
diff --git a/coyim/Makefile b/coyim/Makefile
new file mode 100644
index 0000000000..72fb17cad6
--- /dev/null
+++ b/coyim/Makefile
@@ -0,0 +1,43 @@
+# $NetBSD$
+
+DISTNAME=	coyim-0.3.11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=coyim/}
+CATEGORIES=	chat
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+EXTRACT_USING=	bsdtar
+
+MAINTAINER=	fox%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/coyim/coyim
+COMMENT=	Safe and secure chat client
+LICENSE=	gnu-gpl-v3
+
+USE_TOOLS+=	pkg-config gmake
+
+GO_DIST_BASE=		${PKGNAME_NOREV}
+GO_SRCPATH=		github.com/coyim/coyim
+GO_BUILD_PATTERN=	${GO_SRCPATH}
+
+MAKE_ENV+=	CGO_LDFLAGS_ALLOW=".*"
+MAKE_ENV+=	CGO_CFLAGS_ALLOW=".*"
+MAKE_ENV+=	CGO_CXXFLAGS_ALLOW=".*"
+MAKE_ENV+=	CGO_CPPFLAGS_ALLOW=".*"
+
+CHECK_PORTABILITY_SKIP+=	build/mac-bundle/coyim-launcher.sh
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/coyim ${DESTDIR}${PREFIX}/bin
+
+BUILDLINK_API_DEPENDS.glib2+=		glib2>=2.31.13
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pango+=		pango>=1.22.0
+.include "../../devel/pango/buildlink3.mk"
+BUILDLINK_API_DEPENDS.fontconfig+=	fontconfig>=2.1.93
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk3+=		gtk3+>=3.1.9
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../devel/go-golang-lru/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/coyim/PLIST b/coyim/PLIST
new file mode 100644
index 0000000000..74c6f95375
--- /dev/null
+++ b/coyim/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/coyim
diff --git a/coyim/distinfo b/coyim/distinfo
new file mode 100644
index 0000000000..a430b3a966
--- /dev/null
+++ b/coyim/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2019/01/18 22:21:02 bsiegert Exp $
+
+SHA1 (coyim-0.3.11.tar.gz) = 3928e9954f516a7725982390fdb7ceef0659ec0a
+RMD160 (coyim-0.3.11.tar.gz) = 32b3e81e808951faacc63efaa19ba0d0d5318a93
+SHA512 (coyim-0.3.11.tar.gz) = a9d3b9900e78f736617969d4c2ebcb88abbb427dccc0396ed5a655f8ae0d22c3ddba44bdd4e0b4370af97972e883e9ee52b425cbfa226945c6aad7a2a473accb
+Size (coyim-0.3.11.tar.gz) = 3803018 bytes


Home | Main Index | Thread Index | Old Index