pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/motyl



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue Sep 10 12:26:43 UTC 2019

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

Log Message:
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@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/motyl/DESCR pkgsrc/www/motyl/Makefile \
    pkgsrc/www/motyl/PLIST pkgsrc/www/motyl/distinfo

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

Added files:

Index: pkgsrc/www/motyl/DESCR
diff -u /dev/null pkgsrc/www/motyl/DESCR:1.1
--- /dev/null   Tue Sep 10 12:26:43 2019
+++ pkgsrc/www/motyl/DESCR      Tue Sep 10 12:26:43 2019
@@ -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.
Index: pkgsrc/www/motyl/Makefile
diff -u /dev/null pkgsrc/www/motyl/Makefile:1.1
--- /dev/null   Tue Sep 10 12:26:43 2019
+++ pkgsrc/www/motyl/Makefile   Tue Sep 10 12:26:43 2019
@@ -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"
Index: pkgsrc/www/motyl/PLIST
diff -u /dev/null pkgsrc/www/motyl/PLIST:1.1
--- /dev/null   Tue Sep 10 12:26:43 2019
+++ pkgsrc/www/motyl/PLIST      Tue Sep 10 12:26:43 2019
@@ -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
Index: pkgsrc/www/motyl/distinfo
diff -u /dev/null pkgsrc/www/motyl/distinfo:1.1
--- /dev/null   Tue Sep 10 12:26:43 2019
+++ pkgsrc/www/motyl/distinfo   Tue Sep 10 12:26:43 2019
@@ -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