From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 25 19:00:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74FDB1065677 for ; Sat, 25 Apr 2009 19:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4710A8FC1E for ; Sat, 25 Apr 2009 19:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3PJ025R077450 for ; Sat, 25 Apr 2009 19:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3PJ016E077449; Sat, 25 Apr 2009 19:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 25 Apr 2009 19:00:01 GMT Resent-Message-Id: <200904251900.n3PJ016E077449@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Julien Laffaye Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AC7C106564A for ; Sat, 25 Apr 2009 18:52:01 +0000 (UTC) (envelope-from kimelto@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id DB94E8FC16 for ; Sat, 25 Apr 2009 18:52:00 +0000 (UTC) (envelope-from kimelto@gmail.com) Received: by ey-out-2122.google.com with SMTP id 9so374177eyd.7 for ; Sat, 25 Apr 2009 11:52:00 -0700 (PDT) Received: by 10.210.11.13 with SMTP id 13mr2321595ebk.8.1240685519973; Sat, 25 Apr 2009 11:51:59 -0700 (PDT) Received: from localhost (lns-bzn-48f-62-147-157-205.adsl.proxad.net [62.147.157.205]) by mx.google.com with ESMTPS id 28sm3668090eyg.18.2009.04.25.11.51.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 25 Apr 2009 11:51:59 -0700 (PDT) Message-Id: <49f35bcf.1c07d00a.3631.ffff8ce8@mx.google.com> Date: Sat, 25 Apr 2009 11:51:59 -0700 (PDT) From: Julien Laffaye To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134004: [NEW PORT] textproc/discount: A C implementation of the Markdown markup language X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2009 19:00:02 -0000 >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 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@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 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 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: