pkgsrc-WIP-changes archive

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

devd: Import devd-0.9 as wip/devd



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Jul 6 17:30:51 2019 +0900
Changeset:	c9453c0982bb3377d73e7d54ad5f48e74375b9fd

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

Log Message:
devd: Import devd-0.9 as wip/devd

Devd is a local webserver for developers.

Features:
 * Cross-platform and self-contained
 * Designed for the terminal
 * Convenient
 * Livereload
 * Reverse proxy + static file server + flexible routing
 * Light-weight virtual hosting
 * Latency and bandwidth simulation

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

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

diffstat:
 Makefile      |  1 +
 devd/DESCR    | 10 ++++++++++
 devd/Makefile | 27 +++++++++++++++++++++++++++
 devd/PLIST    |  2 ++
 devd/distinfo |  6 ++++++
 5 files changed, 46 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5d09346fbe..c3c6efb10e 100644
--- a/Makefile
+++ b/Makefile
@@ -589,6 +589,7 @@ SUBDIR+=	desktop-data-model
 SUBDIR+=	desmume
 SUBDIR+=	despotify-svn
 SUBDIR+=	detachtty
+SUBDIR+=	devd
 SUBDIR+=	deviceatlas-enterprise-c
 SUBDIR+=	devkitARM-buildrules
 SUBDIR+=	devkitARM-newlib
diff --git a/devd/DESCR b/devd/DESCR
new file mode 100644
index 0000000000..69f2788267
--- /dev/null
+++ b/devd/DESCR
@@ -0,0 +1,10 @@
+Devd is a local webserver for developers.
+
+Features:
+ * Cross-platform and self-contained
+ * Designed for the terminal
+ * Convenient
+ * Livereload
+ * Reverse proxy + static file server + flexible routing
+ * Light-weight virtual hosting
+ * Latency and bandwidth simulation
diff --git a/devd/Makefile b/devd/Makefile
new file mode 100644
index 0000000000..06a78fdafd
--- /dev/null
+++ b/devd/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+PKGNAME=	devd-0.9
+DISTNAME=	devd-${GITHUB_TAG}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=cortesi/}
+GITHUB_PROJECT=	devd
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	iku.iwasa%gmail.com@localhost
+HOMEPAGE=	https://github.com/cortesi/devd
+COMMENT=	Local webserver for developers
+
+LICENSE=	mit
+
+EXTRACT_USING=	bsdtar
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/cortesi/devd/
+
+INSTALLATION_DIRS+=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/devd ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devd/PLIST b/devd/PLIST
new file mode 100644
index 0000000000..64689ef60b
--- /dev/null
+++ b/devd/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/devd
diff --git a/devd/distinfo b/devd/distinfo
new file mode 100644
index 0000000000..e3dd8d04bc
--- /dev/null
+++ b/devd/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (devd-v0.9.tar.gz) = acfef606293243e328ff524d4220791bfaec3a0c
+RMD160 (devd-v0.9.tar.gz) = 65df27243c555469aa6e01e2835d292e6e4ec185
+SHA512 (devd-v0.9.tar.gz) = ed62add9a05a58c3d67f70b22c76abed8290fe1194534eaab803bc75a30d56e9f584145a43c1e2565a6a8c3628fb23b46b6829c72f11c18b2fc7762e6526241d
+Size (devd-v0.9.tar.gz) = 5120152 bytes


Home | Main Index | Thread Index | Old Index