pkgsrc-WIP-changes archive

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

www/unit-ruby: add Ruby module for NGINX Unit.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Tue Nov 17 12:01:15 2020 -0500
Changeset:	64f36d689c9efdbe36bed4a103453111cfcf3958

Added Files:
	unit-ruby/DESCR
	unit-ruby/Makefile

Log Message:
www/unit-ruby: add Ruby module for NGINX Unit.

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

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

diffstat:
 unit-ruby/DESCR    |  1 +
 unit-ruby/Makefile | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diffs:
diff --git a/unit-ruby/DESCR b/unit-ruby/DESCR
new file mode 100644
index 0000000000..f96736e078
--- /dev/null
+++ b/unit-ruby/DESCR
@@ -0,0 +1 @@
+Ruby module for NGINX Unit.
diff --git a/unit-ruby/Makefile b/unit-ruby/Makefile
new file mode 100644
index 0000000000..795185bd2b
--- /dev/null
+++ b/unit-ruby/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+PKGNAME=	unit-${LANG}-${UNIT_VERSION}
+COMMENT=	Ruby module for NGINX Unit
+
+LANG=		ruby
+MODNAME=	${LANG}
+
+MAINTAINER=	osa%FreeBSD.org@localhost
+
+USE_LANGUAGES+=	c
+
+post-configure:
+	cd ${WRKSRC} && \
+	./configure ${LANG} --module=${MODNAME}
+
+.include "../../lang/${LANG}/buildlink3.mk"
+.include "../../www/unit/ext.mk"
+.include "../../www/unit/Makefile.common"


Home | Main Index | Thread Index | Old Index