Port details |
- hs-citeproc-hs Citation Style Language implementation in Haskell
- 0.3.10 textproc
=0 0.3.10Version of this port present on the latest quarterly branch.
- Maintainer: haskell@FreeBSD.org
- Port Added: 2010-05-15 22:14:52
- Last Update: 2017-08-08 17:21:46
- SVN Revision: 447548
- Also Listed In: haskell
- License: BSD3CLAUSE
- WWW:
- http://istitutocolli.org/repos/citeproc-hs/
- Description:
- citeproc-hs is a library for rendering bibliographic reference citations
into a variety of styles using a macro language called Citation Style
Language (CSL) [1].
[1] http://xbiblio.sourceforge.net/
WWW: http://istitutocolli.org/repos/citeproc-hs/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- hs-citeproc-hs>0:textproc/hs-citeproc-hs
- No installation instructions:
- This port has been deleted.
- PKGNAME: hs-citeproc-hs
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cabal/citeproc-hs-0.3.10.tar.gz) = 1928db4f4c00f6722281f25171fc58412ec74c5e42adfc901a33a20dd10e65b9
SIZE (cabal/citeproc-hs-0.3.10.tar.gz) = 115588
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ghc : lang/ghc
- ghc>=7.10.2 : lang/ghc
- hs-json>=0 : converters/hs-json
- hs-mtl>=0 : devel/hs-mtl
- hs-pandoc-types>=1.8 : textproc/hs-pandoc-types
- hs-parsec>=0 : textproc/hs-parsec
- hs-syb>=0 : devel/hs-syb
- hs-utf8-string>=0 : devel/hs-utf8-string
- hs-xml>=0 : textproc/hs-xml
- hs-hs-bibutils>=0.3 : textproc/hs-hs-bibutils
- hs-hexpat>=0.20.2 : textproc/hs-hexpat
- hs-HTTP>=4000.0.9 : www/hs-HTTP
- hs-network>=2.6 : net/hs-network
- hs-network-uri>=2.6 : net/hs-network-uri
- gcc48 : lang/gcc
- as : devel/binutils
- Runtime dependencies:
-
- ghc : lang/ghc
- ghc>=7.10.2 : lang/ghc
- hs-json>=0 : converters/hs-json
- hs-mtl>=0 : devel/hs-mtl
- hs-pandoc-types>=1.8 : textproc/hs-pandoc-types
- hs-parsec>=0 : textproc/hs-parsec
- hs-syb>=0 : devel/hs-syb
- hs-utf8-string>=0 : devel/hs-utf8-string
- hs-xml>=0 : textproc/hs-xml
- hs-hs-bibutils>=0.3 : textproc/hs-hs-bibutils
- hs-hexpat>=0.20.2 : textproc/hs-hexpat
- hs-HTTP>=4000.0.9 : www/hs-HTTP
- hs-network>=2.6 : net/hs-network
- hs-network-uri>=2.6 : net/hs-network-uri
- gcc48 : lang/gcc
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hs-citeproc-hs-0.3.10:
BIBUTILS=on: Use Chris Putnam's Bibutils
DOCS=on: Build and/or install documentation
DYNAMIC=on: Add support for dynamic linking
EMBED_DATA=off: Embed locale files into the library
HEXPAT=on: Use hexpat to parse XML
HSCOLOUR=off: Colorize generated documentation by HsColour
LLVM=off: Use the LLVM backend for code generation
NETWORK=on: Use network and HTTP to retrieve CSL file
PROFILE=off: Add support for profiling
UNICODE_COLLATION=off: Use bindings to the ICU libraries
====> Options available for the single C_Compiler: you have to select exactly one of them
GCC=on: Build with modern GCC (from ports)
PCLANG=off: Build with Clang from ports
BCLANG=off: Build with Clang from base
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.10 08 Aug 2017 17:21:46 |
tcberner |
- Update The Glorious Glasgow Haskell Compiler to version 8.0.2
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2
Please note that port revisions for all the Haskell ports without version
changes are bumped.
See the UPDATING file for instructions.
New ports (63):
(Only the first 15 lines of the commit message are shown above ) |
0.3.10 20 Aug 2015 23:02:17 |
pgj |
- Update The Glorious Glasgow Haskell Compiler to version 7.10.2
- Include a patch for addressing timer issues [1]
- Add support for building both GHC and Haskell ports with Clang, either from
ports or the base system
- Discontinue supporting Haskell Platform, use Stackage instead as a
reference
- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs
- Update Gtk2Hs to version 0.13 [2]
- Update Pandoc to version 1.15.0.6
- Update git-annex to version 5.20150727
- Update Darcs to 2.10 [3]
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped. (Only the first 15 lines of the commit message are shown above ) |
0.3.9_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.3.9 10 Aug 2014 22:34:52 |
pgj |
- Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped.
New ports (69):
databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library (Only the first 15 lines of the commit message are shown above ) |
0.3.8_5 29 Mar 2014 00:52:55 |
pgj |
- Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell |
0.3.8_4 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
0.3.8_3 09 Jan 2014 21:32:14 |
pgj |
- Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
${DO_NADA}, some refactoring
Obtained from: FreeBSD Haskell |
0.3.8_3 09 Jan 2014 21:29:40 |
pgj |
- Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt
PR: ports/184806
Reported by: many
Obtained from: FreeBSD Haskell
MFH: 2014Q1 |
0.3.8_2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
0.3.8_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.3.8_1 04 Jun 2013 18:53:41 |
pgj |
- Update The Glorious Glasgow Haskell Compiler to version 7.6.3
- Update Haskell Platform to version 2013.2.0.0
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some highlights of the update:
- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk
(Only the first 15 lines of the commit message are shown above ) |
0.3.8 29 Mar 2013 22:43:58 |
pgj |
- Update Haskell ports from the development repository
- Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set)
Contributed by: ashish
New ports (5):
devel/hs-geniplate 0.6.0.3
devel/hs-uuid 1.2.9
net/hs-maccatcher 2.1.5
net/hs-publicsuffixlist 0.0.3
textproc/hs-regex-tdfa 1.1.8
Removed ports (1):
math/hs-Agda-executable 2.3.0.1_3 (Only the first 15 lines of the commit message are shown above ) |
0.3.7 05 Feb 2013 22:26:32 |
pgj |
- Fix breakage in the DYNAMIC-enabled ports triggered by the recent
devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)
Please note that port revision for all the Haskell ports without version
changes are bumped.
New ports (20):
devel/hs-MonadRandom 0.1.8
devel/hs-base64-conduit 0.5.1
devel/hs-bifunctors 3.2
devel/hs-either 3.1
devel/hs-errors 1.3.1
devel/hs-generic-deriving 1.4.0 (Only the first 15 lines of the commit message are shown above ) |
0.3.6 20 Dec 2012 02:23:06 |
pgj |
- Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports
New ports (32): (Only the first 15 lines of the commit message are shown above ) |
0.3.4_1 03 Aug 2012 02:30:11 |
pgj |
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft
Obtained from: FreeBSD Haskell |
0.3.4 03 Jun 2012 22:30:29 |
pgj |
- Update to 0.3.4
Obtained from: FreeBSD Haskell |
0.3.3 13 Feb 2012 05:28:34 |
pgj |
- Update to 0.3.3
Obtained from: FreeBSD Haskell |
0.3.2_5 14 Aug 2011 14:37:55 |
pgj |
- Update textproc/hs-xml to 1.3.9
Obtained from: FreeBSD Haskell |
0.3.2_4 14 Aug 2011 14:32:21 |
pgj |
- Update textproc/hs-pandoc-types to 1.8.2
Obtained from: FreeBSD Haskell |
0.3.2_3 10 Jul 2011 20:48:24 |
ashish |
- Update textproc/hs-xml to 1.3.8
Obtained from: FreeBSD Haskell |
0.3.2_2 10 Jul 2011 16:40:07 |
ashish |
- Update textproc/hs-pandoc-types to 1.8.0.2
Obtained from: FreeBSD Haskell |
0.3.2_1 26 May 2011 00:51:15 |
ashish |
Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.
Obtained from: FreeBSD Haskell |
0.3.2 09 May 2011 05:28:57 |
ashish |
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell |
0.2 08 Aug 2010 08:49:38 |
pgj |
- Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")
Suggested by: admi3 |
0.2 22 May 2010 22:41:50 |
pgj |
- Fix OPTIONS support for Cabal ports by introducing
bsd.cabal.options.mk
- Fix ports broken with non-default options
Triggered by: Yuri Pankov <yuri.pankov@gmail.com> |
0.2 15 May 2010 22:14:30 |
pgj |
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 |