pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mage: Add new package for mage version 1.17.2.
Module Name: pkgsrc-wip
Committed By: Sean Hickey <tallirishllama%gmail.com@localhost>
Pushed By: wisellama
Date: Wed Sep 16 20:42:57 2026 -0700
Changeset: 664d4091b793c338a65a7b9665be635cc228f8a3
Modified Files:
Makefile
Added Files:
mage/COMMIT_MSG
mage/DESCR
mage/Makefile
mage/PLIST
mage/distinfo
Log Message:
mage: Add new package for mage version 1.17.2.
This is a pretty simple Go package. Tested on Debian and FreeBSD.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=664d4091b793c338a65a7b9665be635cc228f8a3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
mage/COMMIT_MSG | 5 +++++
mage/DESCR | 3 +++
mage/Makefile | 14 ++++++++++++++
mage/PLIST | 2 ++
mage/distinfo | 5 +++++
6 files changed, 30 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index c08eb536da..5f16b07f11 100644
--- a/Makefile
+++ b/Makefile
@@ -2344,6 +2344,7 @@ SUBDIR+= macos-libptytty
SUBDIR+= macro11
SUBDIR+= madonctl
SUBDIR+= magit-git
+SUBDIR+= mage
SUBDIR+= mago
SUBDIR+= mailfilter
SUBDIR+= mailsend-go
diff --git a/mage/COMMIT_MSG b/mage/COMMIT_MSG
new file mode 100644
index 0000000000..620996e24f
--- /dev/null
+++ b/mage/COMMIT_MSG
@@ -0,0 +1,5 @@
+devel/mage: Add mage version 1.17.2
+
+Mage is a make-like build tool using Go. It allows you to write
+regular Go functions and use them as Makefile-like runnable targets
+similar to what Rake does with Ruby.
diff --git a/mage/DESCR b/mage/DESCR
new file mode 100644
index 0000000000..103042ad20
--- /dev/null
+++ b/mage/DESCR
@@ -0,0 +1,3 @@
+Mage is a make-like build tool using Go. It allows you to write
+regular Go functions and use them as Makefile-like runnable targets
+similar to what Rake does with Ruby.
diff --git a/mage/Makefile b/mage/Makefile
new file mode 100644
index 0000000000..23a6d08222
--- /dev/null
+++ b/mage/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= mage-1.17.2
+GITHUB_TAG= v${PKGVERSION_NOREV}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=magefile/}
+
+MAINTAINER= tallirishllama%gmail.com@localhost
+HOMEPAGE= https://github.com/magefile/mage/
+COMMENT= Make or rake-like dev tool using Go
+LICENSE= apache-2.0
+
+.include "../../lang/go/go-module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mage/PLIST b/mage/PLIST
new file mode 100644
index 0000000000..0c145518ff
--- /dev/null
+++ b/mage/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/mage
diff --git a/mage/distinfo b/mage/distinfo
new file mode 100644
index 0000000000..3cb5e7c9a6
--- /dev/null
+++ b/mage/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (mage-1.17.2.tar.gz) = 4d57930a68d1093745551c6d0755f078a832ef3a62e9c717ec07a78cc759a580
+SHA512 (mage-1.17.2.tar.gz) = d13125e33c64be4d9858ce5f62bc15e4d6678d5a5c7e90c2d74bddef703da25bb2102f1cbc71bd715af36034f3867e2fdad8ca9ebaa9b8c5960b3e6b5b62bd4d
+Size (mage-1.17.2.tar.gz) = 8831461 bytes
Home |
Main Index |
Thread Index |
Old Index