mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Components of paths.
WWW: http://github.com/snoyberg/path-pieces Obtained from: FreeBSD Haskell
This commit is contained in:
parent
b41bcdb179
commit
5601089dd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291713
@ -188,6 +188,7 @@ pandoc-types_port= textproc/hs-pandoc-types
|
||||
pango_port= x11-toolkits/hs-pango
|
||||
parallel_port= devel/hs-parallel
|
||||
parsec_port= textproc/hs-parsec
|
||||
path-pieces_port= www/hs-path-pieces
|
||||
pcap_port= net/hs-pcap
|
||||
pcre-light_port= devel/hs-pcre-light # lib_depends
|
||||
polyparse_port= textproc/hs-polyparse
|
||||
|
@ -298,6 +298,7 @@
|
||||
SUBDIR += hs-http-server
|
||||
SUBDIR += hs-http-types
|
||||
SUBDIR += hs-oeis
|
||||
SUBDIR += hs-path-pieces
|
||||
SUBDIR += hs-recaptcha
|
||||
SUBDIR += hs-scgi
|
||||
SUBDIR += hs-shakespeare
|
||||
|
20
www/hs-path-pieces/Makefile
Normal file
20
www/hs-path-pieces/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: hs-path-pieces
|
||||
# Date created: December 26, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= path-pieces
|
||||
PORTVERSION= 0.0.0
|
||||
CATEGORIES= www haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Components of paths
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= text>=0.5
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
www/hs-path-pieces/distinfo
Normal file
2
www/hs-path-pieces/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/path-pieces-0.0.0.tar.gz) = 6e4775b97b40c4b9121a7b92a8938e3fdea188973a5e7d6254ef0cff29275327
|
||||
SIZE (cabal/path-pieces-0.0.0.tar.gz) = 1785
|
3
www/hs-path-pieces/pkg-descr
Normal file
3
www/hs-path-pieces/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Components of paths.
|
||||
|
||||
WWW: http://github.com/snoyberg/path-pieces
|
Loading…
Reference in New Issue
Block a user