pkgsrc-WIP-changes archive

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

Import flag-0.1 as wip/flag



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Tue Dec 22 13:49:22 2020 +0100
Changeset:	318d781796b2086e1c2831a322e3f03791350c41

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

Log Message:
Import flag-0.1 as wip/flag

flag is a wrapper for conveniently installing packages from pkgsrc

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

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

diffstat:
 flag/DESCR    |  1 +
 flag/Makefile | 22 ++++++++++++++++++++++
 flag/PLIST    |  2 ++
 flag/distinfo |  6 ++++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/flag/DESCR b/flag/DESCR
new file mode 100644
index 0000000000..fceeeabe95
--- /dev/null
+++ b/flag/DESCR
@@ -0,0 +1 @@
+flag is a command line frontend for pkgsrc
diff --git a/flag/Makefile b/flag/Makefile
new file mode 100644
index 0000000000..89cf9ba068
--- /dev/null
+++ b/flag/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	flag
+GITHUB_TAG=	0.1
+DISTNAME=	0.1
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=cirnatdan/}
+DIST_SUBDIR=    ${GITHUB_PROJECT}
+CATEGORIES=	pkgtools
+
+MAINTAINER=	dan%alt.md@localhost
+HOMEPAGE=	http://github.com/cirnatdan/flag
+COMMENT=	Frontend/wrapper for pkgsrc 
+LICENSE=	modified-bsd
+
+BUILD_TARGET=	all
+USE_LANGUAGES=	c
+
+USE_BSD_MAKEFILE=	yes
+INSTALLATION_DIRS+=     bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/flag/PLIST b/flag/PLIST
new file mode 100644
index 0000000000..879fefac97
--- /dev/null
+++ b/flag/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/flag
diff --git a/flag/distinfo b/flag/distinfo
new file mode 100644
index 0000000000..caa738651e
--- /dev/null
+++ b/flag/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (flag/0.1.tar.gz) = 0a6c275abed399aec677c1808432d5089fe5ddbe
+RMD160 (flag/0.1.tar.gz) = f68b1c85a165805f6e0825b2bdf78847f8af9b58
+SHA512 (flag/0.1.tar.gz) = f90b9a5e2f4e7b3780e5528370be67ab6284a9cdc5c40a40d7ecae283a17642e1690c6068f94508cc77b94ce5da3b4df7dec0596a5936e7ab7773747532ebb0b
+Size (flag/0.1.tar.gz) = 4131 bytes


Home | Main Index | Thread Index | Old Index