ports/134004: [NEW PORT] textproc/discount: A C implementation of the Markdown markup language

Julien Laffaye kimelto at gmail.com
Sat Apr 25 19:00:02 UTC 2009


>Number:         134004
>Category:       ports
>Synopsis:       [NEW PORT] textproc/discount: A C implementation of the Markdown markup language
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 25 19:00:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD laptop.kimelto.eu 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC
>Description:
This is an implementation of John Gruber's Markdown text to html language.
There's not much here that differentiates it from any of the existing Markdown
implementations except that it's written in C instead of one of the vast flock
of scripting languages that are fighting it out for the Perl crown.

Markdown provides a library that gives you formatting functions suitable for
marking down entire documents or lines of text, a command-line program that you
can use to mark down documents interactively or from a script,
and a tiny (1 program so far) suite of example programs that show how to fully
utilize the markdown library.

It also does, by default, various smartypants-style substitutions.

WWW:		http://www.pell.portland.or.us/~orc/Code/markdown/
LICENSE:	BSDL

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- discount-1.3.5.shar begins here ---
# 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:
#
#	discount
#	discount/pkg-descr
#	discount/Makefile
#	discount/distinfo
#
echo c - discount
mkdir -p discount > /dev/null 2>&1
echo x - discount/pkg-descr
sed 's/^X//' >discount/pkg-descr << '352dd745800038a1cd3348dcaa5c1ae6'
XThis is an implementation of John Gruber's Markdown text to html language.
XThere's not much here that differentiates it from any of the existing Markdown
Ximplementations except that it's written in C instead of one of the vast flock
Xof scripting languages that are fighting it out for the Perl crown.
X
XMarkdown provides a library that gives you formatting functions suitable for
Xmarking down entire documents or lines of text, a command-line program that you
Xcan use to mark down documents interactively or from a script,
Xand a tiny (1 program so far) suite of example programs that show how to fully
Xutilize the markdown library.
X
XIt also does, by default, various smartypants-style substitutions.
X
XWWW:		http://www.pell.portland.or.us/~orc/Code/markdown/
XLICENSE:	BSDL
352dd745800038a1cd3348dcaa5c1ae6
echo x - discount/Makefile
sed 's/^X//' >discount/Makefile << 'ebf1c62bdcd8ae1c31dc8fda37325bdc'
X# New ports collection makefile for:	discount
X# Date created:				2009-04-22
X# Whom:					Julien Laffaye <kimelto at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	discount
XPORTVERSION=	1.3.5
XCATEGORIES=	textproc devel
XMASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/markdown/
X
XMAINTAINER=	kimelto at gmail.com
XCOMMENT=	A C implementation of the Markdown markup language
X
XHAS_CONFIGURE=	yes
XCONFIGURE_SCRIPT=configure.sh
XCONFIGURE_ARGS=	--prefix=${PREFIX}
XINSTALL_TARGET=	install install.man
X
XMAN1=		markdown.1
XMAN3=		mkd-functions.3 \
X		markdown.3 \
X		mkd_text.3 \
X		mkd_in.3 \
X		mkd_string.3 \
X		mkd_compile.3 \
X		mkd_style.3 \
X		mkd_generatehtml.3 \
X		mkd_cleanup.3 \
X		mkd_doc_title.3 \
X		mkd_doc_author.3 \
X		mkd_doc_date.3
XMAN7=		markdown.7 \
X		mkd-extensions.7
XPLIST_FILES=	bin/markdown \
X		lib/libmarkdown.a \
X		include/mkdio.h
X
XOPTIONS=	EXTRA "Enable all extra features" on \
X		TAB8 "Use a tabstop of 8 (default is 4)" on
X.include <bsd.port.pre.mk>
X
X.ifdef (WITH_EXTRA)
XCONFIGURE_ARGS+=--enable-dl-tag \
X		--enable-pandoc-header \
X		--enable-superscript \
X		--relaxed-emphasis \
X		--enable-div \
X		--enable-alpha-list
X.endif
X
X.ifdef (WITH_TAB8)
XCONFIGURE_ARGS+=--with-tabstops=8
X.endif
X
X.include <bsd.port.post.mk>
ebf1c62bdcd8ae1c31dc8fda37325bdc
echo x - discount/distinfo
sed 's/^X//' >discount/distinfo << 'f2c1c58a78120a27dcb1339babddccca'
XMD5 (discount-1.3.5.tar.gz) = 2036c43368e3c5114206102b9ec91c50
XSHA256 (discount-1.3.5.tar.gz) = 3bac9a19ce8126b72407e34b428a6b9ee94019076dd6db03940a2c5745550656
XSIZE (discount-1.3.5.tar.gz) = 70287
f2c1c58a78120a27dcb1339babddccca
exit
--- discount-1.3.5.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list