pkgsrc-WIP-changes archive

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

plan9port: Import plan9port-20180205 as wip/plan9port



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jul 7 20:08:41 2020 +0200
Changeset:	dfc795039e4e62369bddd3741440b728cba07a88

Modified Files:
	Makefile
Added Files:
	plan9port/DESCR
	plan9port/Makefile
	plan9port/PLIST
	plan9port/distinfo

Log Message:
plan9port: Import plan9port-20180205 as wip/plan9port

Plan 9 from User Space (aka plan9port) is a port of many Plan 9
programs from their native Plan 9 environment to Unix-like operating
systems.

XXX: Only initial package, should fail to build but I forgot how...
XXX: Needs to be updated to latest snapshot and then properly investigated.

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

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

diffstat:
 Makefile           |  1 +
 plan9port/DESCR    |  3 +++
 plan9port/Makefile | 26 ++++++++++++++++++++++++++
 plan9port/PLIST    |  1 +
 plan9port/distinfo |  6 ++++++
 5 files changed, 37 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f5816d7abd..eba71fc646 100644
--- a/Makefile
+++ b/Makefile
@@ -2925,6 +2925,7 @@ SUBDIR+=	pkg_fake
 SUBDIR+=	pkg_rmleaves
 SUBDIR+=	pkg_summary-utils
 SUBDIR+=	pkgmanager
+SUBDIR+=	plan9port
 SUBDIR+=	plank
 SUBDIR+=	plantri
 SUBDIR+=	plasma-desktop
diff --git a/plan9port/DESCR b/plan9port/DESCR
new file mode 100644
index 0000000000..8ba734eaf9
--- /dev/null
+++ b/plan9port/DESCR
@@ -0,0 +1,3 @@
+Plan 9 from User Space (aka plan9port) is a port of many Plan 9
+programs from their native Plan 9 environment to Unix-like operating
+systems.
diff --git a/plan9port/Makefile b/plan9port/Makefile
new file mode 100644
index 0000000000..7604357bef
--- /dev/null
+++ b/plan9port/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	plan9port-20180205
+CATEGORIES=	misc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=9fans/}
+GITHUB_TAG=	4798a8a5560552480efde5fe8b1f7963a25a96d3
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://9fans.github.io/plan9port/
+COMMENT=	Plan 9 from User Space
+LICENSE=	lucent
+
+USE_LANGUAGES=	c c++
+
+do-build:
+	cd ${WRKSRC} && ./INSTALL -b
+
+do-install:
+	cd ${WRKSRC} && ./INSTALL -c
+
+.include "../../fonts/fontconfig/buildlink3.mk"
+PTHREAD_AUTO_VARS=	yes
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/plan9port/PLIST b/plan9port/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/plan9port/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/plan9port/distinfo b/plan9port/distinfo
new file mode 100644
index 0000000000..dd3c586747
--- /dev/null
+++ b/plan9port/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (plan9port-20180205-4798a8a5560552480efde5fe8b1f7963a25a96d3.tar.gz) = 008c958206680bf1e50f464a6e4b3bc9d3c3dbb1
+RMD160 (plan9port-20180205-4798a8a5560552480efde5fe8b1f7963a25a96d3.tar.gz) = f66f7a9969068670b8a26d680acf637617cb5087
+SHA512 (plan9port-20180205-4798a8a5560552480efde5fe8b1f7963a25a96d3.tar.gz) = 8ce0a12d239034052a6a4d5186343a045c9c2d8c88fdf44511f36ed0321c57c042764d313ff88c2571923380c993cd77b1c86f1fcc3f8a1120e93071d0fd71d6
+Size (plan9port-20180205-4798a8a5560552480efde5fe8b1f7963a25a96d3.tar.gz) = 23434357 bytes


Home | Main Index | Thread Index | Old Index