Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105829280
D3569.id8490.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D3569.id8490.diff
View Options
Index: textproc/smi/Makefile
===================================================================
--- /dev/null
+++ textproc/smi/Makefile
@@ -0,0 +1,31 @@
+# Created by: Chris Hutchinson <portmaster@bsdforge.com>
+# $FreeBSD$
+
+PORTNAME= smi
+PORTVERSION= 1.4
+CATEGORIES= textproc www
+MASTER_SITES= http://bsdforge.com/projects/source/textproc/smi/
+
+MAINTAINER= portmaster@bsdforge.com
+COMMENT= Simple Markdown Interpreter / filter for simplified markup dialect
+
+LICENSE= MIT BSD2CLAUSE
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+PORTDOCS= README.md
+
+PLIST_FILES= bin/smi man/man1/smi.1.gz
+
+USES= tar:xz
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/config.mk
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/smi ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/smi.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Index: textproc/smi/distinfo
===================================================================
--- /dev/null
+++ textproc/smi/distinfo
@@ -0,0 +1,2 @@
+SHA256 (smi-1.4.tar.xz) = dca9315a926e12516526aa67827be42f2903189dc3c3e9efb2170ac06c2e4ba4
+SIZE (smi-1.4.tar.xz) = 7196
Index: textproc/smi/pkg-descr
===================================================================
--- /dev/null
+++ textproc/smi/pkg-descr
@@ -0,0 +1,8 @@
+Smi is a Simple Markup Interpreter / filter for simplified Markup dialect.
+smi can be fed text in Markdown, and return HTML output. smi can be fed
+HTML, and return the markup translated to entities. I use smi as a filter
+for devel/cgit to parse the README.md files, returning HTML output. I am
+also using it to markup wiki pages, for a git backed wiki. The use cases
+are limited only by your imagination.
+
+WWW: http://BSDforge.com/projects/textproc/smi/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 8:42 AM (20 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15551845
Default Alt Text
D3569.id8490.diff (1 KB)
Attached To
Mode
D3569: New Port: textproc/smi
Attached
Detach File
Event Timeline
Log In to Comment