pkgsrc-WIP-changes archive

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

Redoing base pkg files with url2pkg.



Module Name:	pkgsrc-wip
Committed By:	Lubomir G. Diakov <zr90004%gmail.com@localhost>
Pushed By:	lubod
Date:		Thu May 21 18:57:29 2026 -0700
Changeset:	7794bb1be25db04d54ba9092280a67df5d198e61

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

Log Message:
Redoing base pkg files with url2pkg.

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

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

diffstat:
 glsmac/DESCR    |  2 ++
 glsmac/Makefile | 17 +++++++++++++++++
 glsmac/PLIST    |  4 ++++
 glsmac/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/glsmac/DESCR b/glsmac/DESCR
new file mode 100644
index 0000000000..30e41add36
--- /dev/null
+++ b/glsmac/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/glsmac/Makefile b/glsmac/Makefile
new file mode 100644
index 0000000000..9f9eaae51b
--- /dev/null
+++ b/glsmac/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	v0.3-595d19a
+PKGNAME=	${DISTNAME:S,^v,,}
+CATEGORIES=	# TODO: add primary category
+MASTER_SITES=	${MASTER_SITE_GITHUB:=afwbkbc/glsmac/releases/tag/development/}
+EXTRACT_SUFX=	# none
+
+MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/afwbkbc/glsmac/releases/tag/development/ # TODO: check
+COMMENT=	TODO: Short description of the package
+#LICENSE=	# TODO: (see mk/license.mk)
+
+WRKSRC=		${WRKDIR}
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/glsmac/PLIST b/glsmac/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/glsmac/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/glsmac/distinfo b/glsmac/distinfo
new file mode 100644
index 0000000000..fa11b60e5c
--- /dev/null
+++ b/glsmac/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (v0.3-595d19a) = f76c13592f24ca711e9a2a0c4788fe83504f871de0afcbb4404b36eb11b458a2
+SHA512 (v0.3-595d19a) = 31213cfa8921478254f150928fa274008e0c0fae88676105da17a97b2b8ed88b15229f301e9e10327d44aca1651c7f0f2bebbec83743d85da448f0b5b2f6ff39
+Size (v0.3-595d19a) = 207584 bytes


Home | Main Index | Thread Index | Old Index