Haskell bindings to Chris Putnam's bibutils, a library that

interconverts between various bibliography formats using a common
MODS-format XML intermediate.

WWW: http://code.haskell.org/hs-bibutils
This commit is contained in:
Gabor Pali 2010-05-15 19:23:21 +00:00
parent 24ddc72704
commit 36ac22a6a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254370
6 changed files with 52 additions and 0 deletions

View file

@ -56,6 +56,7 @@ hint_port= devel/hs-hint
hoogle_port= devel/hs-hoogle # executable
hscolour_port= print/hs-hscolour # executable
hslogger_port= devel/hs-hslogger
hs-bibutils_port= textproc/hs-hs-bibutils
HTTP_port= www/hs-HTTP
http-server_port= www/hs-http-server
json_port= converters/hs-json

View file

@ -223,6 +223,7 @@
SUBDIR += hs-feed
SUBDIR += hs-haxml
SUBDIR += hs-highlighting-kate-ghc
SUBDIR += hs-hs-bibutils
SUBDIR += hs-polyparse-ghc
SUBDIR += hs-stringsearch
SUBDIR += hs-tagsoup

View file

@ -0,0 +1,19 @@
# New ports collection makefile for: hs-hs-bibutils
# Date created: May 14, 2010
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hs-bibutils
PORTVERSION= 0.3
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell bindings to bibutils, the bibliography conversion utilities
BUILD_DEPENDS= bibutils>=4.9:${PORTSDIR}/textproc/bibutils
RUN_DEPENDS= bibutils>=4.9:${PORTSDIR}/textproc/bibutils
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (hs-bibutils-0.3.tar.gz) = 1c17fc71397cd91e7a4fa22eb47bff2e
SHA256 (hs-bibutils-0.3.tar.gz) = 162e04d8c4187c2edc3b302554efbd3286ac08b9b8bf82844b59f9a954055e5e
SIZE (hs-bibutils-0.3.tar.gz) = 404384

View file

@ -0,0 +1,14 @@
Haskell bindings to Chris Putnam's bibutils, a library that
interconverts between various bibliography formats using a common
MODS-format XML intermediate.
hs-bibutils is available under the GNU GPL license. See the LICENSE file
for details.
For more details about bibutils, please check:
<http://www.scripps.edu/~cdputnam/software/bibutils/>.
The original API documentation is available here:
<http://www.scripps.edu/~cdputnam/software/bibutils/library_specs.html>.
WWW: http://code.haskell.org/hs-bibutils

View file

@ -0,0 +1,14 @@
@comment $FreeBSD$
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/Bibutils.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
@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