NanoBlogger is a small weblog engine written in Bash for the command
line. It uses common UNIX tools such as cat, grep, and sed to create static HTML content. This port (www/nanoblogger-extra) contains additional language definitions, plugins, and various other add-ons for www/nanoblogger. WWW: http://nanoblogger.sourceforge.net/ PR: ports/136323 Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
This commit is contained in:
parent
3d13d97638
commit
aa2194b5a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237383
@ -539,6 +539,7 @@
|
||||
SUBDIR += mysar
|
||||
SUBDIR += mysqlphp2postgres
|
||||
SUBDIR += nanoblogger
|
||||
SUBDIR += nanoblogger-extra
|
||||
SUBDIR += nd
|
||||
SUBDIR += neon26
|
||||
SUBDIR += neon28
|
||||
|
42
www/nanoblogger-extra/Makefile
Normal file
42
www/nanoblogger-extra/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: nanoblogger-extra
|
||||
# Date created: Jun 19, 2009
|
||||
# Whom: Tobias Rehbein <tobias.rehbein@web.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nanoblogger-extra
|
||||
PORTVERSION= 3.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/nanoblogger
|
||||
|
||||
MAINTAINER= tobias.rehbein@web.de
|
||||
COMMENT= Extras for nanoblogger, a small weblog engine
|
||||
|
||||
RUN_DEPENDS= nb:${PORTSDIR}/www/nanoblogger
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
.for data in default lang plugins
|
||||
( cd ${WRKSRC}/${data} && ${CHMOD} 777 ${WRKSRC}/${data}/* && \
|
||||
${COPYTREE_SHARE} \* ${DATADIR}/${data} "! -empty" )
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for doc in COPYING README
|
||||
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
${MKDIR} ${DOCSDIR}/html
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}/html
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/examples/nanoblogger.bash_completion ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/nanoblogger-extra/distinfo
Normal file
3
www/nanoblogger-extra/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (nanoblogger-extra-3.4.tar.gz) = 0c64600939a50faf67fb8ba1a6431ef1
|
||||
SHA256 (nanoblogger-extra-3.4.tar.gz) = 6f92ba47cf28b9caa6e309196ec4018988708dee87219631940da450def7bc3b
|
||||
SIZE (nanoblogger-extra-3.4.tar.gz) = 68202
|
8
www/nanoblogger-extra/pkg-descr
Normal file
8
www/nanoblogger-extra/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
NanoBlogger is a small weblog engine written in Bash for the command
|
||||
line. It uses common UNIX tools such as cat, grep, and sed to create
|
||||
static HTML content.
|
||||
|
||||
This port (www/nanoblogger-extra) contains additional language
|
||||
definitions, plugins, and various other add-ons for www/nanoblogger.
|
||||
|
||||
WWW: http://nanoblogger.sourceforge.net/
|
63
www/nanoblogger-extra/pkg-plist
Normal file
63
www/nanoblogger-extra/pkg-plist
Normal file
@ -0,0 +1,63 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/nanoblogger_de.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/nanoblogger_fr.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nanoblogger.bash_completion
|
||||
%%DATADIR%%/default/styles/nb_rusted.css
|
||||
%%DATADIR%%/default/styles/nb_spring.css
|
||||
%%DATADIR%%/default/styles/nb_steelblue.css
|
||||
%%DATADIR%%/default/templates/category_inc_archive.htm
|
||||
%%DATADIR%%/default/templates/category_inc_entry.htm
|
||||
%%DATADIR%%/lang/de/help.txt
|
||||
%%DATADIR%%/lang/de/messages.lang
|
||||
%%DATADIR%%/lang/de/plugins.lang
|
||||
%%DATADIR%%/lang/de/templates.lang
|
||||
%%DATADIR%%/lang/es/help.txt
|
||||
%%DATADIR%%/lang/es/messages.lang
|
||||
%%DATADIR%%/lang/es/plugins.lang
|
||||
%%DATADIR%%/lang/es/templates.lang
|
||||
%%DATADIR%%/lang/fr/help.txt
|
||||
%%DATADIR%%/lang/fr/messages.lang
|
||||
%%DATADIR%%/lang/fr/plugins.lang
|
||||
%%DATADIR%%/lang/fr/templates.lang
|
||||
%%DATADIR%%/lang/tr/help.txt
|
||||
%%DATADIR%%/lang/tr/messages.lang
|
||||
%%DATADIR%%/lang/tr/plugins.lang
|
||||
%%DATADIR%%/lang/tr/templates.lang
|
||||
%%DATADIR%%/lang/zh_TW/help.txt
|
||||
%%DATADIR%%/lang/zh_TW/messages.lang
|
||||
%%DATADIR%%/lang/zh_TW/plugins.lang
|
||||
%%DATADIR%%/lang/zh_TW/templates.lang
|
||||
%%DATADIR%%/plugins/archive/category/include_listings.sh
|
||||
%%DATADIR%%/plugins/archive/master_fullindex.off
|
||||
%%DATADIR%%/plugins/entry/format/autopbr.sh
|
||||
%%DATADIR%%/plugins/entry/z0_excerpt.off
|
||||
%%DATADIR%%/plugins/page/format/autopbr.sh
|
||||
%%DATADIR%%/plugins/page/page_links.off
|
||||
%%DATADIR%%/plugins/shortcode/yahoobuzz.sh
|
||||
%%DATADIR%%/plugins/shortcode/youtube.sh
|
||||
%%DATADIR%%/plugins/001_mymood.off
|
||||
%%DATADIR%%/plugins/file_links.sh
|
||||
%%DATADIR%%/plugins/fortune.sh
|
||||
%%DATADIR%%/plugins/rss.sh
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/
|
||||
@dirrm %%DATADIR%%/default/styles
|
||||
@dirrm %%DATADIR%%/default/templates
|
||||
@dirrm %%DATADIR%%/default
|
||||
@dirrm %%DATADIR%%/lang/de
|
||||
@dirrm %%DATADIR%%/lang/es
|
||||
@dirrm %%DATADIR%%/lang/fr
|
||||
@dirrm %%DATADIR%%/lang/tr
|
||||
@dirrm %%DATADIR%%/lang/zh_TW
|
||||
@dirrm %%DATADIR%%/lang
|
||||
@dirrm %%DATADIR%%/plugins/archive/category
|
||||
@dirrm %%DATADIR%%/plugins/archive
|
||||
@dirrm %%DATADIR%%/plugins/entry/format
|
||||
@dirrm %%DATADIR%%/plugins/entry
|
||||
@dirrm %%DATADIR%%/plugins/page/format
|
||||
@dirrm %%DATADIR%%/plugins/shortcode
|
||||
@dirrm %%DATADIR%%/plugins/page
|
||||
@dirrm %%DATADIR%%/plugins
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user