FreeBSD Bugzilla – Attachment 150900 Details for
Bug 196224
[NEW PORT] textproc/smi (Simple Markup interpreter / filter for simple markup)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
textproc/smi Simple Markup Interpreter
smi.shar (text/plain), 2.11 KB, created by
Chris Hutchinson
on 2014-12-23 07:36:52 UTC
(
hide
)
Description:
textproc/smi Simple Markup Interpreter
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-12-23 07:36:52 UTC
Size:
2.11 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># smi ># smi/Makefile ># smi/distinfo ># smi/pkg-descr ># >echo c - smi >mkdir -p smi > /dev/null 2>&1 >echo x - smi/Makefile >sed 's/^X//' >smi/Makefile << 'e7c41996b79c459225a710c9a7b571f1' >X# Created by: Chris Hutchinson <portmaster@bsdforge.com> >X# $FreeBSD$ >X >XPORTNAME= smi >XPORTVERSION= 1.4 >XCATEGORIES= textproc www >XMASTER_SITES= http://bsdforge.com/projects/source/textproc/smi/ >X >XMAINTAINER= portmaster@bsdforge.com >XCOMMENT= Simple Markdown Interpreter / filter for simplified markup dialect >X >XLICENSE= MIT BSD2CLAUSE >XLICENSE_COMB= multi >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XPORTDOCS= README.md >X >XPLIST_FILES= bin/smi man/man1/smi.1.gz >X >XUSES= tar:xz >X >Xpost-patch: >X @${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/config.mk >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/smi ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_MAN} ${WRKSRC}/smi.1 ${STAGEDIR}${MANPREFIX}/man/man1 >X @${MKDIR} ${STAGEDIR}${DOCSDIR} >X ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} >X >X.include <bsd.port.mk> >e7c41996b79c459225a710c9a7b571f1 >echo x - smi/distinfo >sed 's/^X//' >smi/distinfo << '92d317f29f69a11be14ac1b1e6fff6d1' >XSHA256 (smi-1.4.tar.xz) = dca9315a926e12516526aa67827be42f2903189dc3c3e9efb2170ac06c2e4ba4 >XSIZE (smi-1.4.tar.xz) = 7196 >92d317f29f69a11be14ac1b1e6fff6d1 >echo x - smi/pkg-descr >sed 's/^X//' >smi/pkg-descr << '96c45f4976738a9fde1422a3e51a105e' >Xsmi - Simple Markup Interpreter >XSmi is a Simple Markup Interpreter /filter, for simplified Markup dialect. >Xsmi can be fed text in Markdown, and return HTML output. smi can be fed >XHTML, and return the markup translated to entities. I use smi as a filter >Xfor devel/cgit to parse the README.md files, returning HTML output. I am >Xalso using it to markup wiki pages, for a git backed wiki. The use cases >Xare limited only by your imagination. >X >XWWW: http://BSDforge.com/projects/textproc/smi/ >96c45f4976738a9fde1422a3e51a105e >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 196224
:
150896
|
150897
| 150900 |
160713
|
160885