svn commit: r481625 - in head: lang/ghc textproc textproc/hs-parsec-numbers

Gleb Popov arrowd at FreeBSD.org
Tue Oct 9 12:03:09 UTC 2018


Author: arrowd
Date: Tue Oct  9 12:03:07 2018
New Revision: 481625
URL: https://svnweb.freebsd.org/changeset/ports/481625

Log:
  textproc/hs-parsec-numbers: Add new port.
  
  PR:		232055
  Submitted by:	Kevin Zheng <kevinz5000 at gmail.com>
  Approved by:	tcberner (mentor)

Added:
  head/textproc/hs-parsec-numbers/
  head/textproc/hs-parsec-numbers/Makefile   (contents, props changed)
  head/textproc/hs-parsec-numbers/distinfo   (contents, props changed)
  head/textproc/hs-parsec-numbers/pkg-descr   (contents, props changed)
Modified:
  head/lang/ghc/bsd.hackage.mk
  head/textproc/Makefile

Modified: head/lang/ghc/bsd.hackage.mk
==============================================================================
--- head/lang/ghc/bsd.hackage.mk	Tue Oct  9 11:51:18 2018	(r481624)
+++ head/lang/ghc/bsd.hackage.mk	Tue Oct  9 12:03:07 2018	(r481625)
@@ -418,6 +418,7 @@ pandoc-citeproc_port?=                           textp
 pandoc-types_port?=                              textproc/hs-pandoc-types
 pango_port?=                                     x11-toolkits/hs-pango
 parallel_port?=                                  devel/hs-parallel
+parsec-numbers_port?=                            textproc/hs-parsec-numbers
 path-pieces_port?=                               www/hs-path-pieces
 pcap_port?=                                      net/hs-pcap
 pcre-light_port?=                                devel/hs-pcre-light                             # lib_depends

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Oct  9 11:51:18 2018	(r481624)
+++ head/textproc/Makefile	Tue Oct  9 12:03:07 2018	(r481625)
@@ -280,6 +280,7 @@
     SUBDIR += hs-pandoc
     SUBDIR += hs-pandoc-citeproc
     SUBDIR += hs-pandoc-types
+    SUBDIR += hs-parsec-numbers
     SUBDIR += hs-polyparse
     SUBDIR += hs-pretty-show
     SUBDIR += hs-regex-applicative

Added: head/textproc/hs-parsec-numbers/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/hs-parsec-numbers/Makefile	Tue Oct  9 12:03:07 2018	(r481625)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME=	parsec-numbers
+PORTVERSION=	0.1.0
+CATEGORIES=	textproc haskell
+
+MAINTAINER=	haskell at FreeBSD.org
+COMMENT=	Number parsers without a large token parser
+
+LICENSE=	BSD3CLAUSE
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>

Added: head/textproc/hs-parsec-numbers/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/hs-parsec-numbers/distinfo	Tue Oct  9 12:03:07 2018	(r481625)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1538848581
+SHA256 (cabal/parsec-numbers-0.1.0.tar.gz) = 77019a4817712f6bfc61c9d148b680579955eb40d286f7766f7b0a90c726febf
+SIZE (cabal/parsec-numbers-0.1.0.tar.gz) = 4125

Added: head/textproc/hs-parsec-numbers/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/hs-parsec-numbers/pkg-descr	Tue Oct  9 12:03:07 2018	(r481625)
@@ -0,0 +1,4 @@
+This package provides the number parsers without the need to use a large
+(and unportable) token parser.
+
+WWW: https://hackage.haskell.org/package/parsec-numbers


More information about the svn-ports-all mailing list