pkgsrc-WIP-changes archive

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

zodiac: Import zodiac-0.2.5 as textproc/zodiac



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <travis.paul%valid.com@localhost>
Pushed By:	tpaul
Date:		Thu Nov 28 15:53:16 2019 -0500
Changeset:	67b888540fda445860b2af2adce7d6bc83395224

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

Log Message:
zodiac: Import zodiac-0.2.5 as textproc/zodiac

ZODIAC is a static website generator powered by sh and awk.

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

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

diffstat:
 Makefile        |  1 +
 zodiac/DESCR    | 10 ++++++++++
 zodiac/Makefile | 25 +++++++++++++++++++++++++
 zodiac/PLIST    |  9 +++++++++
 zodiac/distinfo |  6 ++++++
 5 files changed, 51 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7215670b8a..9ba58ad6c2 100644
--- a/Makefile
+++ b/Makefile
@@ -5083,6 +5083,7 @@ SUBDIR+=	ziparchive
 SUBDIR+=	zipios
 SUBDIR+=	zlua
 SUBDIR+=	zmap
+SUBDIR+=	zodiac
 SUBDIR+=	zola
 SUBDIR+=	zoneminder
 SUBDIR+=	zvbi
diff --git a/zodiac/DESCR b/zodiac/DESCR
new file mode 100644
index 0000000000..321a80b43e
--- /dev/null
+++ b/zodiac/DESCR
@@ -0,0 +1,10 @@
+ZODIAC is a static website generator powered by sh and awk. The core features
+of zodiac are:
+
+- utilization of existing tools (i.e. awk, sh, find, etc.)
+- supports using plain html
+- built-in support for markdown
+- a simple, easy to use templating system
+- supports custom helpers written in awk
+- configuration, meta, helpers, etc. can be added as you need them
+- convert your markup using any external command that accepts a UNIX-style pipe
diff --git a/zodiac/Makefile b/zodiac/Makefile
new file mode 100644
index 0000000000..70f10750a7
--- /dev/null
+++ b/zodiac/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	zodiac
+GITHUB_TAG=     v0.2.5
+DISTNAME=	${GITHUB_TAG}
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=nuex/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	tpaul%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/nuex/zodiac/
+COMMENT=	Static website generator written in awk and sh
+LICENSE=	mit
+
+SUBST_CLASSES+=			fix-paths
+SUBST_STAGE.fix-paths=		pre-configure
+SUBST_MESSAGE.fix-paths=	Fixing absolute paths.
+SUBST_FILES.fix-paths=		config.mk Makefile
+#SUBST_SED.fix-paths+=		-e 's,/usr/local,${PREFIX},g'
+SUBST_SED.fix-paths+=		-e 's,$${PREFIX},${DESTDIR}${PREFIX},g'
+
+WRKSRC=		${WRKDIR}/zodiac-0.2.5
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/zodiac/PLIST b/zodiac/PLIST
new file mode 100644
index 0000000000..5bc597040a
--- /dev/null
+++ b/zodiac/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+bin/zod
+bin/zod-copy
+bin/zod-internal
+bin/zod-render
+lib/zodiac/config.awk
+lib/zodiac/find_cmd.awk
+lib/zodiac/markdown.awk
+lib/zodiac/render.awk
diff --git a/zodiac/distinfo b/zodiac/distinfo
new file mode 100644
index 0000000000..e38becbfd2
--- /dev/null
+++ b/zodiac/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (zodiac/v0.2.5.tar.gz) = cbf2145851a629999b1afd10fa7f3d71711e2616
+RMD160 (zodiac/v0.2.5.tar.gz) = 5139f3aa3c338d4e26bfde8852ef9dbbbd5f95c5
+SHA512 (zodiac/v0.2.5.tar.gz) = e644bad99fe63c01da449903fda44318acb59217d7a51d0ade18eaa8e9c061ad104c505904460cd33748375c211b1d1fabd5f62438d23b9353b48e8033d9b1f9
+Size (zodiac/v0.2.5.tar.gz) = 9544 bytes


Home | Main Index | Thread Index | Old Index