pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/motyl www/motyl: import motyl-1.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8713bdebe465
branches:  trunk
changeset: 339288:8713bdebe465
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue Sep 10 12:26:43 2019 +0000

description:
www/motyl: import motyl-1.0.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.

OK kamil@

diffstat:

 www/motyl/DESCR    |   2 ++
 www/motyl/Makefile |  31 +++++++++++++++++++++++++++++++
 www/motyl/PLIST    |   3 +++
 www/motyl/distinfo |   6 ++++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r f091792c242d -r 8713bdebe465 www/motyl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/motyl/DESCR   Tue Sep 10 12:26:43 2019 +0000
@@ -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 -r f091792c242d -r 8713bdebe465 www/motyl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/motyl/Makefile        Tue Sep 10 12:26:43 2019 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2019/09/10 12:26:43 fcambus Exp $
+
+DISTNAME=      motyl-1.0.2
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
+GITHUB_PROJECT=        motyl
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+
+MAINTAINER=    fcambus%NetBSD.org@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
+
+INSTALLATION_DIRS+=    bin ${DOCDIR}
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/bin/motyl ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
+
+.include "../../lang/ruby/replace.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f091792c242d -r 8713bdebe465 www/motyl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/motyl/PLIST   Tue Sep 10 12:26:43 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/10 12:26:43 fcambus Exp $
+bin/motyl
+share/doc/motyl/README.md
diff -r f091792c242d -r 8713bdebe465 www/motyl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/motyl/distinfo        Tue Sep 10 12:26:43 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/09/10 12:26:43 fcambus Exp $
+
+SHA1 (motyl-1.0.2.tar.gz) = 43c9150a9a57eadf0a869006c8547a6cf7c74ec9
+RMD160 (motyl-1.0.2.tar.gz) = 2f4b51ac06aa3f217362d938c050bf92ed80cc2a
+SHA512 (motyl-1.0.2.tar.gz) = 6fc33f863e63527568af7090a83e77f9a57f311339a9a456ad0a1c508b2f9be89acb1fde66fced2088b46ccbd1f00eb71fcb711f3766cb9a79072c794d3da1ef
+Size (motyl-1.0.2.tar.gz) = 4394 bytes



Home | Main Index | Thread Index | Old Index