pkgsrc-WIP-changes archive

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

Import motyl 1.0.1 as wip/motyl.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Tue Feb 26 11:33:16 2019 +0100
Changeset:	83fd1f805424092328cb82fd14a52189cba9c968

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

Log Message:
Import motyl 1.0.1 as wip/motyl.

Motyl is an opinionated blog-aware static site generator written in Ruby. It
uses Mustache as templating system, and all content is written in Markdown.

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

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

diffstat:
 motyl/DESCR    |  2 ++
 motyl/Makefile | 30 ++++++++++++++++++++++++++++++
 motyl/PLIST    |  3 +++
 motyl/distinfo |  6 ++++++
 4 files changed, 41 insertions(+)

diffs:
diff --git a/motyl/DESCR b/motyl/DESCR
new file mode 100644
index 0000000000..1e7fe6f46c
--- /dev/null
+++ b/motyl/DESCR
@@ -0,0 +1,2 @@
+Motyl is an opinionated blog-aware static site generator written in Ruby. It
+uses Mustache as templating system, and all content is written in Markdown.
diff --git a/motyl/Makefile b/motyl/Makefile
new file mode 100644
index 0000000000..0f6b781eab
--- /dev/null
+++ b/motyl/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME=	motyl-1.0.1
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=fcambus/}
+
+MAINTAINER=	fred%statdns.com@localhost
+HOMEPAGE=	https://github.com/fcambus/motyl/
+COMMENT=	Opinionated blog-aware static site generator
+LICENSE=	2-clause-bsd
+
+DEPENDS+=	${RUBY_PKGPREFIX}-mustache-[0-9]*:../../devel/ruby-mustache
+DEPENDS+=	${RUBY_PKGPREFIX}-kramdown-[0-9]*:../../textproc/ruby-kramdown
+DEPENDS+=	${RUBY_PKGPREFIX}-rouge-[0-9]*:../../www/ruby-rouge
+
+NO_BUILD=	yes
+
+REPLACE_RUBY=	bin/motyl
+
+DOCDIR=		share/doc/motyl
+
+AUTO_MKDIRS=		yes
+INSTALLATION_DIRS+=	bin ${DOCDIR}
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/motyl ${DESTDIR}${PREFIX}/bin
+	${RUN}${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
+
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/motyl/PLIST b/motyl/PLIST
new file mode 100644
index 0000000000..b5be69535b
--- /dev/null
+++ b/motyl/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/motyl
+share/doc/motyl/README.md
diff --git a/motyl/distinfo b/motyl/distinfo
new file mode 100644
index 0000000000..0a108c9fe0
--- /dev/null
+++ b/motyl/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (motyl-1.0.1.tar.gz) = 25df81b5548ca686070394d31442a0c42e695d81
+RMD160 (motyl-1.0.1.tar.gz) = 68ac21292952ed713ca42f12a480cfb13f2b4f28
+SHA512 (motyl-1.0.1.tar.gz) = c034e46f08890d22e12c0f4470c0d54c38cf39eeb69b138665dbe9fef225d13a870dfd4d90b250f4a4085d23ea090bf09f197c50d9231c67ce4b3b4e1bae4ff6
+Size (motyl-1.0.1.tar.gz) = 4353 bytes


Home | Main Index | Thread Index | Old Index