citeproc-hs is a library for automatically formatting bibliographic
reference citations into a variety of styles using a macro language called Citation Style Language (CSL). WWW: http://code.haskell.org/citeproc-hs
This commit is contained in:
parent
624e888c56
commit
56bfbfc66e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254386
6 changed files with 74 additions and 0 deletions
|
@ -24,6 +24,7 @@ c2hs_port= devel/c2hs # exectuable
|
|||
category-extras_port= math/hs-category-extras
|
||||
cgi_port= www/hs-cgi
|
||||
checkers_port= devel/hs-checkers
|
||||
citeproc-hs_port= textproc/hs-citeproc-hs
|
||||
convertible_port= devel/hs-convertible
|
||||
cpphs_port= devel/hs-cpphs # executable
|
||||
criterion_port= benchmarks/hs-criterion
|
||||
|
|
|
@ -220,6 +220,7 @@
|
|||
SUBDIR += hr-aspell
|
||||
SUBDIR += hs-Diff
|
||||
SUBDIR += hs-bytestring-csv
|
||||
SUBDIR += hs-citeproc-hs
|
||||
SUBDIR += hs-feed
|
||||
SUBDIR += hs-haxml
|
||||
SUBDIR += hs-highlighting-kate-ghc
|
||||
|
|
31
textproc/hs-citeproc-hs/Makefile
Normal file
31
textproc/hs-citeproc-hs/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: hs-citeproc-hs
|
||||
# Date created: May 14, 2010
|
||||
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= citeproc-hs
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= textproc haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= A Citation Style Language implementation in Haskell
|
||||
|
||||
USE_HACKAGE= hxt>=8.1
|
||||
|
||||
PORTDATA= *
|
||||
|
||||
OPTIONS= BIBUTILS "Use Chris Putnam's Bibutils" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_BIBUTILS)
|
||||
CONFIGURE_ARGS+= --flags="bibutils"
|
||||
USE_HACKAGE+= hs-bibutils
|
||||
.else
|
||||
CONFIGURE_ARGS+= --flags="-bibutils"
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
3
textproc/hs-citeproc-hs/distinfo
Normal file
3
textproc/hs-citeproc-hs/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (citeproc-hs-0.2.tar.gz) = d9fd2f297917861ee4131f144d44042b
|
||||
SHA256 (citeproc-hs-0.2.tar.gz) = d7cf725e6bab06cde4bbc51d8e3b816ecf16f7b1a1e4face326692965c65302c
|
||||
SIZE (citeproc-hs-0.2.tar.gz) = 64300
|
8
textproc/hs-citeproc-hs/pkg-descr
Normal file
8
textproc/hs-citeproc-hs/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
citeproc-hs is a library for automatically formatting bibliographic
|
||||
reference citations into a variety of styles using a macro language
|
||||
called Citation Style Language (CSL). More details on CSL can be found
|
||||
here: <http://xbiblio.sourceforge.net/>.
|
||||
|
||||
For the API documentation please see "Text.CSL".
|
||||
|
||||
WWW: http://code.haskell.org/citeproc-hs
|
30
textproc/hs-citeproc-hs/pkg-plist
Normal file
30
textproc/hs-citeproc-hs/pkg-plist
Normal file
|
@ -0,0 +1,30 @@
|
|||
@comment $FreeBSD$
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Paths_citeproc_hs.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Eval.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Input/Bibutils.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Input/MODS.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Output/Pandoc.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Output/Plain.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Parser.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Proc.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Proc/Collapse.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Proc/Disamb.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Reference.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Style.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a
|
||||
%%LIBDIR_REL%%/register.sh
|
||||
%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Proc
|
||||
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Output
|
||||
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL/Input
|
||||
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/CSL
|
||||
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text
|
||||
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%
|
||||
@dirrm %%LIBDIR_REL%%
|
||||
@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh
|
||||
@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|
||||
@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%%
|
||||
@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|
Loading…
Reference in a new issue