mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
smu - simple markup
Smu is a simple interpreter for a simplified markdown dialect. WWW: http://s01.de/~tox/index.cgi/proj_smu
This commit is contained in:
parent
4ee7c7a2e2
commit
28a3674ea8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270436
@ -1205,6 +1205,7 @@
|
||||
SUBDIR += slides
|
||||
SUBDIR += smartdoc
|
||||
SUBDIR += sml-fxp
|
||||
SUBDIR += smu
|
||||
SUBDIR += soothsayer
|
||||
SUBDIR += soprano
|
||||
SUBDIR += source-highlight
|
||||
|
27
textproc/smu/Makefile
Normal file
27
textproc/smu/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: smu
|
||||
# Date created: 2011-03-07
|
||||
# Whom: Dennis Herrmann <dhn@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= smu
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://s01.de/~tox/files/smu/ \
|
||||
http://mirror.4bit.ws/
|
||||
|
||||
MAINTAINER= dhn@FreeBSD.org
|
||||
COMMENT= A simple interpreter for a simplified markdown dialect
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
MAN1= smu.1
|
||||
PLIST_FILES= bin/smu
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/smu ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/smu.1 ${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/smu/distinfo
Normal file
2
textproc/smu/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (smu-1.2.tar.gz) = 04a018db551ec53bb6a083b60ac9eb2fcfa8a8c58cd2d40f797dc5507de2a434
|
||||
SIZE (smu-1.2.tar.gz) = 5495
|
4
textproc/smu/pkg-descr
Normal file
4
textproc/smu/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
smu - simple markup
|
||||
Smu is a simple interpreter for a simplified markdown dialect.
|
||||
|
||||
WWW: http://s01.de/~tox/index.cgi/proj_smu
|
Loading…
Reference in New Issue
Block a user