pkgsrc-WIP-changes archive

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

coyim: Removed and moved to pkgsrc proper.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Wed Apr 24 18:51:42 2019 -0500
Changeset:	af798ae8874553dc8db1e380c81f9875170b26b1

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

Log Message:
coyim: Removed and moved to pkgsrc proper.

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

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 | 58 ----------------------------------------------------------
 coyim/PLIST    |  4 ----
 coyim/distinfo |  6 ------
 4 files changed, 71 deletions(-)

diffs:
diff --git a/coyim/DESCR b/coyim/DESCR
deleted file mode 100644
index 91c8f72afe..0000000000
--- a/coyim/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-CoyIM is a 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
deleted file mode 100644
index 8d23297027..0000000000
--- a/coyim/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	coyim-0.3.11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=coyim/}
-CATEGORIES=	chat
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-EXTRACT_USING=	bsdtar
-
-MAINTAINER=	support%coy.im@localhost
-HOMEPAGE=	https://coy.im/
-COMMENT=	Safe and secure by default 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
-
-COYIM_ICON=		coyim.png
-COYIM_ICON_SRC=		${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32%2x.png@localhost
-COYIM_DESKTOP=		${WRKSRC}/build/coyim.desktop
-
-INSTALLATION_DIRS+=	share/applications share/pixmaps
-
-SUBST_CLASSES+=			desktop-entry
-SUBST_STAGE.desktop-entry=	post-build
-SUBST_MESSAGE.desktop-entry=	Create desktop entry.
-SUBST_FILES.desktop-entry=	${COYIM_DESKTOP}
-SUBST_SED.desktop-entry=	-e 's|\# Exec=/path/to/coyim/executable|Exec=${PREFIX}/bin/coyim|'
-SUBST_SED.desktop-entry+=	-e 's|\# Icon=/path/to/Coy.icns|Icon=${COYIM_ICON}|'
-SUBST_SED.desktop-entry+=	-e '/^\#/d'
-SUBST_SED.desktop-entry+=	-e '/^$$/d'
-
-CHECK_RELRO_SKIP=	bin/coyim
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/bin/coyim ${DESTDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${COYIM_DESKTOP} ${DESTDIR}${PREFIX}/share/applications/
-	${INSTALL_DATA} ${COYIM_ICON_SRC} ${DESTDIR}${PREFIX}/share/pixmaps/${COYIM_ICON}
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.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
deleted file mode 100644
index b5674fc423..0000000000
--- a/coyim/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/coyim
-share/applications/coyim.desktop
-share/pixmaps/coyim.png
diff --git a/coyim/distinfo b/coyim/distinfo
deleted file mode 100644
index a430b3a966..0000000000
--- a/coyim/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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