pkgsrc-WIP-changes archive

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

cask: add new package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Jun 23 23:01:16 2023 +0200
Changeset:	7bf9526a9fce9dfc299e12ff15fa98c6efe477cf

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

Log Message:
cask: add new package

Doesn't build.

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

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

diffstat:
 Makefile      |  1 +
 cask/DESCR    |  2 ++
 cask/Makefile | 19 +++++++++++++++++++
 cask/PLIST    |  4 ++++
 cask/TODO     |  2 ++
 cask/distinfo |  5 +++++
 6 files changed, 33 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5bed89c1fd..083efeacdc 100644
--- a/Makefile
+++ b/Makefile
@@ -394,6 +394,7 @@ SUBDIR+=	cardpeek
 SUBDIR+=	carla
 SUBDIR+=	cartago
 SUBDIR+=	casady-fonts
+SUBDIR+=	cask
 SUBDIR+=	castget
 SUBDIR+=	cataclysm-dda
 SUBDIR+=	cataclysm-dda-sdl
diff --git a/cask/DESCR b/cask/DESCR
new file mode 100644
index 0000000000..30e41add36
--- /dev/null
+++ b/cask/DESCR
@@ -0,0 +1,2 @@
+TODO: Fill in a short description of the package.
+TODO: It should be between 3 and 20 lines.
diff --git a/cask/Makefile b/cask/Makefile
new file mode 100644
index 0000000000..45ed3cb3db
--- /dev/null
+++ b/cask/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	cask-0.8.8
+CATEGORIES=	editors devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=cask/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/cask/cask/
+COMMENT=	Project management tool for Emacs
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	emacs28-[0-9]*:../../editors/emacs28
+
+USE_LANGUAGES=	# none
+USE_TOOLS+=	bash gmake
+
+.include "../../lang/python/tool.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cask/PLIST b/cask/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/cask/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/cask/TODO b/cask/TODO
new file mode 100644
index 0000000000..2cbf294c08
--- /dev/null
+++ b/cask/TODO
@@ -0,0 +1,2 @@
+Fails to build
+https://github.com/cask/cask/issues/588
diff --git a/cask/distinfo b/cask/distinfo
new file mode 100644
index 0000000000..e96e40a488
--- /dev/null
+++ b/cask/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (cask-0.8.8.tar.gz) = 599f4264ec464e6700a341305f05b98fb4dcd68373c0aad080d0cb76bbd0d34a
+SHA512 (cask-0.8.8.tar.gz) = 2708fa431dc17cb5d4fe56f0c73c3089a213d8ff0bca19091ab4ebf26c4e416c0a500a980daa424bf16b54d0e72b004762f5260329189eb4f8e803de38bc0ace
+Size (cask-0.8.8.tar.gz) = 348574 bytes


Home | Main Index | Thread Index | Old Index