pkgsrc-WIP-changes archive

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

ic: import a package with the latest commit as version



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Nov 22 05:48:01 2020 +0100
Changeset:	2698654db5cd450995bd963ae358428b43fe0711

Modified Files:
	Makefile
Added Files:
	ic/DESCR
	ic/Makefile
	ic/PLIST
	ic/TODO
	ic/distinfo

Log Message:
ic: import a package with the latest commit as version

This is an attempt to provide an IRC encryption mechanism with weechat, with
(hopefully) no "false" sense of security.

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

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

diffstat:
 Makefile    |  1 +
 ic/DESCR    |  2 ++
 ic/Makefile | 31 +++++++++++++++++++++++++++++++
 ic/PLIST    |  2 ++
 ic/TODO     |  1 +
 ic/distinfo | 10 ++++++++++
 6 files changed, 47 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 2c67ea26ce..13719208b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1567,6 +1567,7 @@ SUBDIR+=	i3-git
 SUBDIR+=	i3lock-color
 SUBDIR+=	iText
 SUBDIR+=	iTextXML
+SUBDIR+=	ic
 SUBDIR+=	ical2pcal
 SUBDIR+=	icecat
 SUBDIR+=	ices
diff --git a/ic/DESCR b/ic/DESCR
new file mode 100644
index 0000000000..9e0f3e82e9
--- /dev/null
+++ b/ic/DESCR
@@ -0,0 +1,2 @@
+This is an attempt to provide an IRC encryption mechanism with weechat, with
+(hopefully) no "false" sense of security.
diff --git a/ic/Makefile b/ic/Makefile
new file mode 100644
index 0000000000..4533d4ee7f
--- /dev/null
+++ b/ic/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	ic
+GITHUB_TAG=	3fcfb21b6cf78b23a47c35b745aeda445c6834d9
+DISTNAME=	${GITHUB_PROJECT}
+PKGNAME=	${GITHUB_PROJECT}-${GITHUB_TAG}
+CATEGORIES=	chat
+MASTER_SITES=	${MASTER_SITE_GITHUB:=unix4fun/}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://github.com/unix4fun/ic/
+COMMENT=	IC4F (Irc Crypto 4 Fun) simple IRC encryption mechanism
+LICENSE=	modified-bsd
+
+DEPENDS+=	weechat-[0-9]*:../../chat/weechat
+
+GO_DEPS=	github.com/nu7hatch/gouuid:179d4d0c4d8d407a32af483c2354df1d2c91e6c3
+GO_SRCPATH=	github.com/unix4fun/ic
+GO_DIST_BASE=	${PKGNAME}
+
+CHECK_RELRO_SKIP+=	bin/ic
+
+do-install:
+	${RUN} cd ${WRKDIR} && ${PAX} -rw bin/ic ${DESTDIR}${PREFIX}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../devel/go-protobuf/buildlink3.mk"
+.include "../../security/go-crypto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ic/PLIST b/ic/PLIST
new file mode 100644
index 0000000000..b70f5eae5d
--- /dev/null
+++ b/ic/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/ic
diff --git a/ic/TODO b/ic/TODO
new file mode 100644
index 0000000000..40b6ddd770
--- /dev/null
+++ b/ic/TODO
@@ -0,0 +1 @@
+- come up with a versioning scheme
diff --git a/ic/distinfo b/ic/distinfo
new file mode 100644
index 0000000000..d4fbe0c202
--- /dev/null
+++ b/ic/distinfo
@@ -0,0 +1,10 @@
+$NetBSD$
+
+SHA1 (ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9/179d4d0c4d8d407a32af483c2354df1d2c91e6c3.tar.gz) = 31119a54be74c4b90dd17bb24de2a9f9b48018a1
+RMD160 (ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9/179d4d0c4d8d407a32af483c2354df1d2c91e6c3.tar.gz) = 2cb9595e1f13a4e889d41db24ae2a61f5e4c77e1
+SHA512 (ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9/179d4d0c4d8d407a32af483c2354df1d2c91e6c3.tar.gz) = 418e6d4bf49f715148f584fe936d6f76209cef2cd70696babf3e52778a13ee7524ab43ce071b951d006b7dc77182611282fae9e4e37045b73fc9ffd7f0cfd778
+Size (ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9/179d4d0c4d8d407a32af483c2354df1d2c91e6c3.tar.gz) = 3735 bytes
+SHA1 (ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9/ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9.tar.gz) = 0c785a2c54652ac69a7487193d88448d85854559
+RMD160 (ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9/ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9.tar.gz) = 1c891d308b6e6509553655785bcb29d6b5656a31
+SHA512 (ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9/ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9.tar.gz) = 46c87e359be1f3b48319199d9657adbe7e9f2c557f6446460d9fe4b5d7ff2526b773d856cb02a99c591e94e9eb6790a6f5e249fd98347f3a95f553b0254e738d
+Size (ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9/ic-3fcfb21b6cf78b23a47c35b745aeda445c6834d9.tar.gz) = 54747 bytes


Home | Main Index | Thread Index | Old Index