1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/textproc/Makefile
Gabor Pali cc55544233 - 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
devel/hs-STMonadTrans: Monad transformer version of the ST monad
devel/hs-auto-update: Efficiently run periodic, on-demand actions
devel/hs-asn1-encoding: ASN1 data reader and writer in RAW, BER and DER forms
devel/hs-asn1-parse: Simple monadic parser for ASN1 stream types
devel/hs-atomic-primops: Safe approach to CAS and other atomic operations
devel/hs-boxes: 2D text pretty-printing library
devel/hs-byteable: Type class for sequence of bytes
devel/hs-chunked-data: Typeclasses for dealing with chunked data
devel/hs-conduit-combinators: Commonly used conduit functions
devel/hs-conduit-extra: Conduit adapters for common libraries
devel/hs-data-hash: Combinators for building fast hashing functions
devel/hs-deepseq-generics: Generics-based Control.DeepSeq.rnf implementation
devel/hs-dlist-instances: Difference lists instances
devel/hs-enclosed-exceptions: Catching exceptions within enclosed computations
devel/hs-equivalence: Maintaining equivalence relations as union-find
devel/hs-exceptions: Extensible optionally-pure exceptions
devel/hs-free: Monads for free
devel/hs-hslua: Lua language interpreter embedding in Haskell
devel/hs-keys: Keyed functors and containers
devel/hs-monad-loops: Monadic loops
devel/hs-monads-tf: Monad classes, using type families
devel/hs-mono-traversable: Traversing monomorphic containers
devel/hs-prelude-extras: Higher-order versions of Prelude classes
devel/hs-prettyclass: Pretty printing class similar to Show
devel/hs-scientific: Numbers represented using scientific notation
devel/hs-securemem: Auto scrubbing and const time eq, memory chunk
devel/hs-shake: Build system library, like Make, but more accurate dependencies
devel/hs-stm-chans: Additional types of channels for STM
devel/hs-streaming-commons: Common functions for streaming data libraries
devel/hs-text-icu: Bindings to the ICU library
devel/hs-tf-random: High-quality splittable pseudorandom number generator
devel/hs-transformers-compat: Compatibility shim for transformers
devel/hs-vector-binary-instances: Binary instances for vector
devel/hs-vector-instances: Orphan Instances for 'Data.Vector'
devel/hs-vector-th-unbox: Deriver for Data.Vector.Unboxed with Template Haskell
dns/hs-dns: DNS library in Haskell
dns/hs-gnuidn: Bindings for GNU IDN
net/hs-connection: Simple and easy network connections API
net/hs-gsasl: Bindings for GNU libgsasl
net/hs-iproute: IP Routing Table
net/hs-network-protocol-xmpp: Client library for the XMPP protocol
security/hs-DRBG: Deterministic random bit generator
security/hs-cipher-aes128: AES and common modes using AES-NI when available
security/hs-cipher-blowfish: Blowfish cipher
security/hs-cipher-camellia: Camellia block cipher primitives
security/hs-cipher-des: DES and 3DES primitives
security/hs-crypto-cipher-types: Generic cryptography cipher types
security/hs-crypto-random: Simple cryptographic random related types
security/hs-cryptohash-conduit: Cryptohash conduit
security/hs-cryptohash-cryptoapi: Crypto-api interfaces for cryptohash
security/hs-gnutls: Bindings for GNU libgnutls
security/hs-x509: X509 reader and writer
security/hs-x509-store: X.509 collection accessing and storing methods
security/hs-x509-system: Per-operating-system X.509 accessors and storage
security/hs-x509-validation: X.509 Certificate and CRL validation
sysutils/hs-ekg: Remote monitoring of processes
sysutils/hs-ekg-core: Tracking of system metrics
textproc/hs-appar: Simple applicative parser
textproc/hs-libxml-sax: Bindings for the libXML2 SAX interface
textproc/hs-uri: Library for working with URIs
textproc/hs-xml-hamlet: Hamlet-style quasiquoter for XML content
www/hs-DAV: RFC 4918 WebDAV support
www/hs-http-client: HTTP client engine
www/hs-http-client-tls: http-client backend with TLS support
www/hs-warp-tls: HTTP over SSL/TLS support for Warp via the TLS package
www/hs-yesod-auth-hashdb: Authentication plugin for Yesod
www/hs-yesod-bin: Yesod helper executable

Updated ports (279):

archivers/hs-zip-archive                 0.1.3.4_5        --> 0.2.3.2
archivers/hs-zlib-enum                   0.2.3_6          --> 0.2.3.1
audio/hs-ALUT                            2.2.0.0_14       --> 2.3.0.1
audio/hs-OpenAL                          1.4.0.2_5        --> 1.6.0.0
audio/hs-libmpd                          0.8.0.2_5        --> 0.8.0.5
benchmarks/hs-criterion                  0.6.2.1_6        --> 0.8.1.0
converters/hs-aeson                      0.6.1.0_6        --> 0.7.0.6
converters/hs-dataenc                    0.14.0.5_5       --> 0.14.0.7
databases/hs-mysql                       0.1.1.4_8        --> 0.1.1.6
databases/hs-persistent                  1.2.0.1_4        --> 1.3.1.1
databases/hs-persistent-sqlite           1.2.0_4          --> 1.3.0.5
databases/hs-persistent-template         1.2.0_4          --> 1.3.1.4
devel/hs-Boolean                         0.2_5            --> 0.2.1
devel/hs-ConfigFile                      1.1.1_9          --> 1.1.2
devel/hs-DrIFT                           2.2.3_8          --> 2.4.2
devel/hs-MemoTrie                        0.6.1_6          --> 0.6.2
devel/hs-MissingH                        1.2.0.0_6        --> 1.2.1.0
devel/hs-MonadCatchIO-mtl                0.3.0.5_6        --> 0.3.1.0
devel/hs-MonadCatchIO-transformers       0.3.0.0_8        --> 0.3.1.0
devel/hs-MonadRandom                     0.1.9_4          --> 0.1.13
devel/hs-SafeSemaphore                   0.9.0_6          --> 0.10.1
devel/hs-Stream                          0.4.6.1_6        --> 0.4.7.1
devel/hs-TypeCompose                     0.9.9_5          --> 0.9.10
devel/hs-abstract-deque                  0.2_4            --> 0.3
devel/hs-abstract-par                    0.3.1_8          --> 0.3.3
devel/hs-alex                            3.0.5_4          --> 3.1.3
devel/hs-ansi-terminal                   0.6_5            --> 0.6.1.1
devel/hs-ansi-wl-pprint                  0.6.6_6          --> 0.6.7.1
devel/hs-asn1-types                      0.1.3_4          --> 0.2.3
devel/hs-async                           2.0.1.4_4        --> 2.0.1.5
devel/hs-base16-bytestring               0.1.1.5_7        --> 0.1.1.6
devel/hs-basic-prelude                   0.3.5.0_4        --> 0.3.8
devel/hs-bifunctors                      3.2.0.1_5        --> 4.1.1.1
devel/hs-blaze-builder                   0.3.1.1_4        --> 0.3.3.2
devel/hs-blaze-builder-enumerator        0.2.0.5_6        --> 0.2.0.6
devel/hs-blaze-textual                   0.2.0.8_6        --> 0.2.0.9
devel/hs-bloomfilter                     1.2.6.10_7       --> 2.0.0.0
devel/hs-bytestring-show                 0.3.5.5_4        --> 0.3.5.6
devel/hs-c2hs                            0.16.4_6         --> 0.17.2
devel/hs-cabal-install                   1.16.0.2_4       --> 1.18.0.5
devel/hs-cereal                          0.3.5.2_7        --> 0.4.0.1
devel/hs-checkers                        0.3.1_5          --> 0.3.2
devel/hs-classy-prelude                  0.5.7_4          --> 0.9.3
devel/hs-classy-prelude-conduit          0.5.3_5          --> 0.9.3
devel/hs-cmdargs                         0.10.3_4         --> 0.10.9
devel/hs-conduit                         1.0.5_4          --> 1.1.7
devel/hs-configurator                    0.2.0.2_6        --> 0.3.0.0
devel/hs-convertible                     1.0.11.1_8       --> 1.1.0.0
devel/hs-cpphs                           1.16_5           --> 1.18.5
devel/hs-data-pprint                     0.2.1.4_6        --> 0.2.3
devel/hs-directory-tree                  0.11.0_6         --> 0.12.0
devel/hs-dlist                           0.5_13           --> 0.7.1
devel/hs-either                          3.4_5            --> 4.3.0.1
devel/hs-enumerator                      0.4.19_8         --> 0.4.20
devel/hs-errors                          1.4.1_5          --> 1.4.7
devel/hs-fast-logger                     0.3.1_7          --> 2.2.0
devel/hs-fgl                             5.4.2.4_9        --> 5.5.0.1
devel/hs-file-embed                      0.0.4.7_5        --> 0.0.7
devel/hs-filestore                       0.6.0.1_5        --> 0.6.0.3
devel/hs-fsnotify                        0.0.11_4         --> 0.1.0.3
devel/hs-gconf                           0.12.1.1_6       --> 0.12.5.0
devel/hs-generic-deriving                1.5.0_4          --> 1.6.3
devel/hs-geniplate                       0.6.0.3_5        --> 0.6.0.4
devel/hs-ghc-events                      0.4.2.0_6        --> 0.4.3.0
devel/hs-ghc-mtl                         1.0.1.2_6        --> 1.2.1.0
devel/hs-gio                             0.12.4_6         --> 0.12.5.3
devel/hs-glade                           0.12.1_10        --> 0.12.5.0
devel/hs-glib                            0.12.4_6         --> 0.12.5.4
devel/hs-gtk2hs-buildtools               0.12.4_6         --> 0.12.5.2
devel/hs-haddock                         2.13.2_4         --> 2.14.2
devel/hs-happy                           1.18.10_6        --> 1.19.4
devel/hs-hashable                        1.1.2.5_4,1      --> 1.2.2.0,1
devel/hs-hashed-storage                  0.5.10_6         --> 0.5.11
devel/hs-hashtables                      1.1.0.2_5        --> 1.1.2.1
devel/hs-haskell-src                     1.0.1.5_8        --> 1.0.1.6
devel/hs-haskell-src-exts                1.13.5_6         --> 1.15.0.1
devel/hs-hasktags                        0.68.2_5         --> 0.69.0
devel/hs-hastache                        0.5.0_5          --> 0.6.0
devel/hs-hinotify                        0.3.5_6          --> 0.3.7
devel/hs-hint                            0.3.3.6_5        --> 0.4.2.0
devel/hs-hlint                           1.8.45_4         --> 1.9.3
devel/hs-hoogle                          4.2.16_5         --> 4.2.34
devel/hs-hslogger                        1.2.1_6          --> 1.2.4
devel/hs-hspec                           1.5.4_4          --> 1.11.0
devel/hs-hspec-expectations              0.3.2_4          --> 0.6.0.1
devel/hs-kqueue                          0.1.2.4_6        --> 0.1.2.6
devel/hs-language-c                      0.3.2.1_11       --> 0.4.5
devel/hs-language-javascript             0.5.7_6          --> 0.5.13
devel/hs-largeword                       1.0.5_4          --> 1.2.3
devel/hs-lens                            3.9.0.2_4        --> 4.3.3
devel/hs-lifted-base                     0.2.0.5_4        --> 0.2.3.0
devel/hs-logict                          0.6_5            --> 0.6.0.2
devel/hs-mmap                            0.5.8_7          --> 0.5.9
devel/hs-mmorph                          1.0.0_4          --> 1.0.3
devel/hs-monad-control                   0.3.2.1_4        --> 0.3.3.0
devel/hs-monad-logger                    0.3.1.1_4        --> 0.3.7.1
devel/hs-monad-par                       0.3.4.2_4        --> 0.3.4.6
devel/hs-monad-par-extras                0.3.2_8          --> 0.3.3
devel/hs-mtl                             2.1.2_6          --> 2.1.3.1
devel/hs-mueval                          0.9_5            --> 0.9.1.1
devel/hs-murmur-hash                     0.1.0.6_6        --> 0.1.0.7
devel/hs-optparse-applicative            0.5.2.1_5        --> 0.9.1.1
devel/hs-parallel                        3.2.0.3_6        --> 3.2.0.4
devel/hs-pcre-light                      0.4_13           --> 0.4.0.2
devel/hs-primitive                       0.5.0.1_6        --> 0.5.2.1
devel/hs-profunctors                     3.3.0.1_4        --> 4.2.0.1
devel/hs-project-template                0.1.3_5          --> 0.1.4.1
devel/hs-quickcheck-io                   0.1.0_4          --> 0.1.1
devel/hs-reflection                      1.3.2_4          --> 1.5.1
devel/hs-resource-pool                   0.2.1.1_6        --> 0.2.3.0
devel/hs-resourcet                       0.4.7.1_4        --> 1.1.2.3
devel/hs-safe                            0.3.3_9          --> 0.3.7
devel/hs-setenv                          0.1.0_6          --> 0.1.1.1
devel/hs-simple-reflect                  0.3.1_5          --> 0.3.2
devel/hs-smallcheck                      1.0.2_5          --> 1.1.1
devel/hs-syb                             0.4.0_4          --> 0.4.1
devel/hs-syb-with-class                  0.6.1.4_6        --> 0.6.1.5
devel/hs-system-fileio                   0.3.11_5         --> 0.3.14
devel/hs-system-filepath                 0.4.7_6          --> 0.4.12
devel/hs-tagged                          0.6_4            --> 0.7.2
devel/hs-temporary                       1.1.2.4_6        --> 1.2.0.3
devel/hs-test-framework                  0.8_7            --> 0.8.0.3
devel/hs-test-framework-hunit            0.3.0_7          --> 0.3.0.1
devel/hs-test-framework-quickcheck2      0.3.0.1_7        --> 0.3.0.3
devel/hs-text                            0.11.3.1_4       --> 1.1.0.0
devel/hs-threads                         0.5.0.2_5        --> 0.5.1.2
devel/hs-threadscope                     0.2.2_6          --> 0.2.4
devel/hs-timezone-olson                  0.1.2_5          --> 0.1.4
devel/hs-timezone-series                 0.1.2_5          --> 0.1.3
devel/hs-transformers-base               0.4.1_9          --> 0.4.2
devel/hs-uniplate                        1.6.10_6         --> 1.6.12
devel/hs-unix-compat                     0.4.1.1_4        --> 0.4.1.3
devel/hs-unix-time                       0.1.8_4          --> 0.3.3
devel/hs-unordered-containers            0.2.3.1_4        --> 0.2.4.0
devel/hs-utf8-light                      0.4.0.1_8        --> 0.4.2
devel/hs-utf8-string                     0.3.7_9          --> 0.3.8
devel/hs-utility-ht                      0.0.9_4          --> 0.0.10
devel/hs-uuagc                           0.9.42.3_4       --> 0.9.51
devel/hs-uuagc-cabal                     1.0.4.0_7        --> 1.0.5.0
devel/hs-uuid                            1.2.13_4         --> 1.3.3
devel/hs-uulib                           0.9.15_5         --> 0.9.16
devel/hs-vault                           0.2.0.4_5        --> 0.3.0.3
devel/hs-vector                          0.10.0.1_6       --> 0.10.9.1
devel/hs-vector-algorithms               0.5.4.2_6        --> 0.6.0.3
devel/hs-void                            0.6_4            --> 0.6.1
devel/hs-word8                           0.0.3_5          --> 0.1.1
graphics/hs-HGL                          3.2.0.2_14       --> 3.2.0.5
graphics/hs-cairo                        0.12.4_6         --> 0.12.5.3
graphics/hs-svgcairo                     0.12.1.1_8       --> 0.12.5.2
mail/hs-email-validate                   1.0.0_5          --> 2.0.1
mail/hs-mime                             0.3.4_6          --> 0.4.0.1
mail/hs-mime-mail                        0.4.1.2_7        --> 0.4.5.2
mail/hs-mime-types                       0.1.0.3_5        --> 0.1.0.4
math/hs-Agda                             2.3.2_6          --> 2.4.0.2
math/hs-categories                       1.0.5_5          --> 1.0.6
math/hs-comonad                          3.0.2_5          --> 4.2.2
math/hs-contravariant                    0.4_5            --> 1.1
math/hs-data-lens                        2.10.2_7         --> 2.10.5
math/hs-data-lens-template               2.1.7_7          --> 2.1.8
math/hs-distributive                     0.3.1_5          --> 0.4.4
math/hs-math-functions                   0.1.3.0_5        --> 0.1.5.2
math/hs-mwc-random                       0.12.0.1_6       --> 0.13.1.2
math/hs-nats                             0.1_5            --> 0.2
math/hs-pointed                          3.0.2_6          --> 4.1
math/hs-probability                      0.2.4_8          --> 0.2.4.1
math/hs-semigroupoids                    3.0.2_6          --> 4.0.4
math/hs-semigroups                       0.9.1_4          --> 0.15.2
math/hs-statistics                       0.10.3.1_4       --> 0.13.2.1
math/hs-vector-space                     0.8.6_7          --> 0.8.7
multimedia/hs-gstreamer                  0.12.1.2_6       --> 0.12.5.0
net/hs-network                           2.4.1.2_4        --> 2.4.2.3
net/hs-network-info                      0.2.0.3_6        --> 0.2.0.5
net/hs-network-multicast                 0.0.7_6          --> 0.0.11
net/hs-simple-sendfile                   0.2.11_5         --> 0.2.15
net/hs-socks                             0.5.1_4          --> 0.5.4
science/hs-bio                           0.5.2_8          --> 0.5.3
security/hs-HsOpenSSL                    0.10.3.3_6       --> 0.11
security/hs-RSA                          1.2.2.0_7        --> 2.0.0
security/hs-SHA                          1.6.1_6          --> 1.6.4.1
security/hs-certificate                  1.3.7_4          --> 1.3.9
security/hs-cipher-aes                   0.1.8_4          --> 0.2.8
security/hs-cipher-rc4                   0.1.2_5          --> 0.1.4
security/hs-clientsession                0.9_4            --> 0.9.0.3
security/hs-cprng-aes                    0.3.4_6          --> 0.5.2
security/hs-crypto-api                   0.12.1_4         --> 0.13
security/hs-crypto-conduit               0.5.2_4          --> 0.5.4
security/hs-crypto-numbers               0.1.3_5          --> 0.2.3
security/hs-crypto-pubkey                0.1.3_4          --> 0.2.4
security/hs-crypto-pubkey-types          0.3.2_4          --> 0.4.2.2
security/hs-cryptocipher                 0.5.0_4          --> 0.6.2
security/hs-cryptohash                   0.9.0_4          --> 0.11.6
security/hs-entropy                      0.2.1_9          --> 0.3.2
security/hs-monadcryptorandom            0.5.1_5          --> 0.6.1
security/hs-pem                          0.1.2_6          --> 0.2.2
security/hs-pwstore-fast                 2.3_7            --> 2.4.1
security/hs-skein                        1.0.3_4          --> 1.0.9
security/hs-tls                          1.1.2_5          --> 1.2.8
sysutils/hs-angel                        0.3.4_6          --> 0.5.0
sysutils/hs-cpu                          0.1.1_7          --> 0.1.2
textproc/hs-Diff                         0.2.0_5          --> 0.3.0
textproc/hs-HStringTemplate              0.7.1_5          --> 0.7.3
textproc/hs-HaXml                        1.24_4           --> 1.24.1
textproc/hs-attoparsec-enumerator        0.3.1_7          --> 0.3.3
textproc/hs-blaze-html                   0.6.1.1_4        --> 0.7.0.2
textproc/hs-blaze-markup                 0.5.1.5_4        --> 0.6.1.0
textproc/hs-case-insensitive             1.0.0.2_4        --> 1.1.0.3
textproc/hs-citeproc-hs                  0.3.8_5          --> 0.3.9
textproc/hs-feed                         0.3.8_13         --> 0.3.9.2
textproc/hs-hexpat                       0.20.3_6         --> 0.20.6
textproc/hs-highlighting-kate            0.5.3.9_4        --> 0.5.8.5
textproc/hs-html-conduit                 1.1.0_5          --> 1.1.0.5
textproc/hs-hxt                          9.3.1.1_7        --> 9.3.1.4
textproc/hs-hxt-charproperties           9.1.1_9          --> 9.1.1.1
textproc/hs-hxt-unicode                  9.0.2_9          --> 9.0.2.2
textproc/hs-pandoc-types                 1.10_5           --> 1.12.4.1
textproc/hs-parsec                       3.1.3_6          --> 3.1.5
textproc/hs-regex-pcre-builtin           0.94.4.5.8.31_5  --> 0.94.4.8.8.35
textproc/hs-regex-tdfa                   1.1.8_5          --> 1.2.0
textproc/hs-stringsearch                 0.3.6.4_6        --> 0.3.6.5
textproc/hs-tagsoup                      0.12.8_6         --> 0.13.1
textproc/hs-tagstream-conduit            0.5.4_5          --> 0.5.5.1
textproc/hs-texmath                      0.6.1.5_4        --> 0.6.7
textproc/hs-xml-conduit                  1.1.0.3_5        --> 1.2.1
textproc/hs-xml-types                    0.3.3_6          --> 0.3.4
textproc/hs-xmlhtml                      0.2.1_5          --> 0.2.3.2
textproc/hs-yaml                         0.8.2.4_4        --> 0.8.8.4
www/hs-HTTP                              4000.2.8_4       --> 4000.2.10
www/hs-authenticate                      1.3.2.6_5        --> 1.3.2.9
www/hs-cgi                               3001.1.7.5_4,1   --> 3001.1.8.5,1
www/hs-cookie                            0.4.0.1_6        --> 0.4.1.2
www/hs-css-text                          0.1.1_10         --> 0.1.2.1
www/hs-gitit                             0.10.3.1_5       --> 0.10.4
www/hs-hS3                               0.5.7_5          --> 0.5.8
www/hs-happstack                         7.0.1_7          --> 7.0.2
www/hs-happstack-server                  7.1.7.1_4        --> 7.3.7
www/hs-heist                             0.12.0_4         --> 0.13.1.2
www/hs-hjsmin                            0.1.4.1_5        --> 0.1.4.7
www/hs-http-conduit                      1.9.3_4          --> 2.1.4
www/hs-http-reverse-proxy                0.1.1.6_4        --> 0.4.0.1
www/hs-http-server                       1.0.2_5          --> 1.0.4
www/hs-http-types                        0.8.0_5          --> 0.8.5
www/hs-oeis                              0.3.1_10         --> 0.3.5
www/hs-path-pieces                       0.1.2_6          --> 0.1.4
www/hs-recaptcha                         0.1_9            --> 0.1.0.2
www/hs-shakespeare                       1.0.5_4          --> 2.0.1.1
www/hs-snap                              0.12.0_4         --> 0.13.2.8
www/hs-snap-core                         0.9.3.1_5        --> 0.9.6.3
www/hs-snap-server                       0.9.3.3_5        --> 0.9.4.5
www/hs-wai                               1.4.0_5          --> 3.0.1.1
www/hs-wai-app-static                    1.3.1.2_5        --> 3.0.0
www/hs-wai-extra                         1.3.4_4          --> 3.0.1.2
www/hs-wai-logger                        0.3.0_7          --> 2.2.0
www/hs-warp                              1.3.8.1_4        --> 3.0.0.5
www/hs-webkit                            0.12.4_8         --> 0.12.6.1
www/hs-xss-sanitize                      0.3.3_6          --> 0.3.5.2
www/hs-yesod                             1.2.0.1_4        --> 1.2.6.1
www/hs-yesod-auth                        1.2.0_4          --> 1.3.4
www/hs-yesod-core                        1.2.0.4_4        --> 1.2.19
www/hs-yesod-form                        1.3.0_4          --> 1.3.14
www/hs-yesod-persistent                  1.2.0_4          --> 1.2.3
www/hs-yesod-routes                      1.2.0_4          --> 1.2.0.7
www/hs-yesod-static                      1.2.0_4          --> 1.2.4
www/hs-yesod-test                        1.2.0_4          --> 1.2.3.2
x11-toolkits/hs-GLURaw                   1.3.0.0_4        --> 1.4.0.1
x11-toolkits/hs-GLUT                     2.4.0.0_5,1      --> 2.5.1.1,1
x11-toolkits/hs-OpenGL                   2.8.0.0_4,1      --> 2.9.2.0,1
x11-toolkits/hs-OpenGLRaw                1.3.0.0_5        --> 1.5.0.0
x11-toolkits/hs-gtk                      0.12.4_6         --> 0.12.5.7
x11-toolkits/hs-gtkglext                 0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-gtksourceview2           0.12.3.1_8       --> 0.12.5.0
x11-toolkits/hs-pango                    0.12.4_6         --> 0.12.5.3
x11-toolkits/hs-vte                      0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-wx                       0.90.0.1_8       --> 0.90.1.0
x11-toolkits/hs-wxc                      0.90.0.4_7       --> 0.90.1.1
x11-toolkits/hs-wxcore                   0.90.0.3_7       --> 0.90.1.1
x11-toolkits/hs-wxdirect                 0.90.0.1_8       --> 0.90.1.1
x11-wm/hs-xmonad-contrib                 0.11.1_6         --> 0.11.3
x11/hs-X11                               1.6.1.1_6        --> 1.6.1.2
x11/hs-xmobar                            0.17_4           --> 0.21

Removed ports (28):

archivers/hs-zlib-conduit: Deprecated in favor of conduit-extra
devel/hs-IORefCAS: Deprecated in favor of atomic-primops
devel/hs-StateVar: Deprecated
devel/hs-Tensor: Depcrecated
devel/hs-attempt: Deprecated in favor of exceptions
devel/hs-base64-conduit: Deprecated in favor of conduit-combinators
devel/hs-blaze-builder-conduit: Deprecated in favor of conduit-extra
devel/hs-failure: Deprecated in favor or exceptions
devel/hs-filesystem-conduit: Deprecated in favor of conduit-combinators
devel/hs-haskeline: Become part of GHC
devel/hs-pool-conduit: Deprecated in favor of resource-pool
devel/hs-profunctor-extras: Absorbed into profunctors
devel/hs-terminfo: Become part of GHC
devel/hs-transformers: Become part of GHC
math/hs-comonad-transformers: Deprecated in favor of comonad
math/hs-comonads-fd: Deprecated in favor of comonad
math/hs-groupoids: Deprecated in favor of semigroupoids
math/hs-semigroupoid-extras: Deprecated in favor of semigroupoids
net/hs-network-conduit: Deprecated in favor of conduit-extra
security/hs-tls-extra: Deprecated in favor of tls
textproc/hs-attoparsec-conduit: Deprecated in favor of conduit-extra
textproc/hs-xhtml: Become part of GHC
www/hs-hamlet: Deprecated in favor of shakespeare
www/hs-shakespeare-css: Deprecated in favor of shakespeare
www/hs-shakespeare-i18n: Deprecated in favor of shakespeare
www/hs-shakespeare-js: Deprecated in favor of shakespeare
www/hs-shakespeare-text: Deprecated in favor of shakespeare
www/hs-wai-test: Deprecated in favor of wai-extra

Approved by:	portmgr (implicit, touching unstaged ports)
Obtained from:	FreeBSD Haskell
2014-08-10 22:34:50 +00:00

1574 lines
43 KiB
Makefile

# $FreeBSD$
#
COMMENT = Text processing utilities (does not include desktop publishing)
SUBDIR += 2bsd-diff
SUBDIR += R-cran-R2HTML
SUBDIR += R-cran-XML
SUBDIR += R-cran-stringr
SUBDIR += R-cran-xtable
SUBDIR += ack
SUBDIR += adabrowse
SUBDIR += add-css-links
SUBDIR += af-aspell
SUBDIR += aft
SUBDIR += agrep
SUBDIR += aiksaurus
SUBDIR += aiksaurus-gtk
SUBDIR += align
SUBDIR += am-aspell
SUBDIR += amberfish
SUBDIR += ansifilter
SUBDIR += ant-xinclude-task
SUBDIR += antiword
SUBDIR += apache-poi
SUBDIR += apache-solr
SUBDIR += apache-solr3
SUBDIR += apertium
SUBDIR += archmage
SUBDIR += artha
SUBDIR += asciidoc
SUBDIR += asm-xml
SUBDIR += asm2html
SUBDIR += aspell
SUBDIR += aspell-ispell
SUBDIR += ast-aspell
SUBDIR += atom
SUBDIR += ats-contrib-parcomb
SUBDIR += augeas
SUBDIR += az-aspell
SUBDIR += bar
SUBDIR += bbe
SUBDIR += be-aspell
SUBDIR += bedic-data
SUBDIR += beediff
SUBDIR += bg-aspell
SUBDIR += bg-hyphen
SUBDIR += bg-mythes
SUBDIR += bib2html
SUBDIR += bibtex2html
SUBDIR += bibtool
SUBDIR += bibutils
SUBDIR += bn-aspell
SUBDIR += bomstrip
SUBDIR += br-aspell
SUBDIR += bsddiff
SUBDIR += bsdgrep
SUBDIR += bsdsort
SUBDIR += btparse
SUBDIR += c2html
SUBDIR += ca-aspell
SUBDIR += catdoc
SUBDIR += cbedic
SUBDIR += cdif
SUBDIR += cdiff
SUBDIR += cgrep
SUBDIR += chm2pdf
SUBDIR += chpp
SUBDIR += cl-meta
SUBDIR += cl-meta-sbcl
SUBDIR += cl-ppcre
SUBDIR += cl-ppcre-sbcl
SUBDIR += clit
SUBDIR += clucene
SUBDIR += clucene-qt4
SUBDIR += clucene-qt5
SUBDIR += coccigrep
SUBDIR += coco
SUBDIR += code2html
SUBDIR += codespell
SUBDIR += colordiff
SUBDIR += confetti
SUBDIR += confget
SUBDIR += crimson
SUBDIR += cs-aspell
SUBDIR += cs-mythes
SUBDIR += csb-aspell
SUBDIR += csv2latex
SUBDIR += csvdiff
SUBDIR += ctpl
SUBDIR += ctpp2
SUBDIR += cwtext
SUBDIR += cy-aspell
SUBDIR += da-aspell
SUBDIR += da-hyphen
SUBDIR += dadadodo
SUBDIR += db2latex
SUBDIR += dbacl
SUBDIR += dblatex
SUBDIR += denature
SUBDIR += dict
SUBDIR += dictem
SUBDIR += dictfmt
SUBDIR += dictionary
SUBDIR += diffmark
SUBDIR += diffsplit
SUBDIR += diffstat
SUBDIR += diffutils
SUBDIR += dikt
SUBDIR += discount
SUBDIR += dixit
SUBDIR += doc-mode.el
SUBDIR += docbook
SUBDIR += docbook-sgml
SUBDIR += docbook-tdg
SUBDIR += docbook-to-man
SUBDIR += docbook-utils
SUBDIR += docbook-xml
SUBDIR += docbook-xsd
SUBDIR += docbook-xsl
SUBDIR += docbook-xsl-ns
SUBDIR += docbook2X
SUBDIR += docbook2odf
SUBDIR += docbookide.el
SUBDIR += docdiff
SUBDIR += doclifter
SUBDIR += docproj
SUBDIR += dom4j
SUBDIR += domc
SUBDIR += dsssl-docbook-modular
SUBDIR += dtd-catalogs
SUBDIR += dtd2relax
SUBDIR += dtdinst
SUBDIR += dtdparse
SUBDIR += duncan
SUBDIR += dwdiff
SUBDIR += easydiff
SUBDIR += ebook-tools
SUBDIR += ecromedos
SUBDIR += ekhtml
SUBDIR += el-aspell
SUBDIR += el-hyphen
SUBDIR += elasticsearch
SUBDIR += elasticsearch-plugin-marvel
SUBDIR += emacs-wiki
SUBDIR += en-aspell
SUBDIR += en-hunspell
SUBDIR += en-mythes
SUBDIR += enchant
SUBDIR += eo-aspell
SUBDIR += eqe
SUBDIR += es-aspell
SUBDIR += es-hunspell
SUBDIR += es-hyphen
SUBDIR += es-mythes
SUBDIR += estraier
SUBDIR += et-aspell
SUBDIR += exempi
SUBDIR += exmpp
SUBDIR += expat2
SUBDIR += exslt
SUBDIR += extract_url
SUBDIR += ezxml
SUBDIR += fa-aspell
SUBDIR += fcitx-m17n
SUBDIR += fex
SUBDIR += ffe
SUBDIR += fi-aspell
SUBDIR += filepp
SUBDIR += fist
SUBDIR += fixrtf
SUBDIR += fldiff
SUBDIR += flex
SUBDIR += flip
SUBDIR += fo-aspell
SUBDIR += foiltex
SUBDIR += fop
SUBDIR += fpc-aspell
SUBDIR += fpc-libxml2
SUBDIR += freexl
SUBDIR += fy-aspell
SUBDIR += ga-aspell
SUBDIR += gastex
SUBDIR += gd-aspell
SUBDIR += gdict
SUBDIR += gdome2
SUBDIR += gl-aspell
SUBDIR += gladtex
SUBDIR += glark
SUBDIR += glpi-plugins-AdditionalReports
SUBDIR += glpi-plugins-DataInjection
SUBDIR += gmetadom
SUBDIR += gnome-doc-utils
SUBDIR += gnome-spell
SUBDIR += gnome-translate
SUBDIR += gnugrep
SUBDIR += go-text
SUBDIR += go.text
SUBDIR += goldendict
SUBDIR += google-ctemplate
SUBDIR += google-translate-cli
SUBDIR += gpp
SUBDIR += grap
SUBDIR += grc-aspell
SUBDIR += groff
SUBDIR += groonga
SUBDIR += gsed
SUBDIR += gtk-doc
SUBDIR += gtkspell
SUBDIR += gtkspell3
SUBDIR += gtkspell-reference
SUBDIR += gu-aspell
SUBDIR += gutenmark
SUBDIR += gv-aspell
SUBDIR += heirloom-doctools
SUBDIR += hevea
SUBDIR += hgrep
SUBDIR += hhm
SUBDIR += hi-aspell
SUBDIR += highlight
SUBDIR += hil-aspell
SUBDIR += hr-aspell
SUBDIR += hs-Diff
SUBDIR += hs-HStringTemplate
SUBDIR += hs-HaXml
SUBDIR += hs-appar
SUBDIR += hs-attoparsec
SUBDIR += hs-attoparsec-enumerator
SUBDIR += hs-blaze-html
SUBDIR += hs-blaze-markup
SUBDIR += hs-bytestring-csv
SUBDIR += hs-case-insensitive
SUBDIR += hs-citeproc-hs
SUBDIR += hs-csv
SUBDIR += hs-double-conversion
SUBDIR += hs-feed
SUBDIR += hs-hexpat
SUBDIR += hs-highlighting-kate
SUBDIR += hs-hs-bibutils
SUBDIR += hs-html
SUBDIR += hs-html-conduit
SUBDIR += hs-hxt
SUBDIR += hs-hxt-charproperties
SUBDIR += hs-hxt-regex-xmlschema
SUBDIR += hs-hxt-unicode
SUBDIR += hs-lhs2tex
SUBDIR += hs-libxml
SUBDIR += hs-libxml-sax
SUBDIR += hs-pandoc
SUBDIR += hs-pandoc-types
SUBDIR += hs-parsec
SUBDIR += hs-polyparse
SUBDIR += hs-regex-base
SUBDIR += hs-regex-compat
SUBDIR += hs-regex-pcre-builtin
SUBDIR += hs-regex-posix
SUBDIR += hs-regex-tdfa
SUBDIR += hs-stringsearch
SUBDIR += hs-tagsoup
SUBDIR += hs-tagstream-conduit
SUBDIR += hs-texmath
SUBDIR += hs-uri
SUBDIR += hs-xml
SUBDIR += hs-xml-conduit
SUBDIR += hs-xml-hamlet
SUBDIR += hs-xml-types
SUBDIR += hs-xmlhtml
SUBDIR += hs-yaml
SUBDIR += hsb-aspell
SUBDIR += htdig
SUBDIR += html
SUBDIR += html-pretty
SUBDIR += html2fo
SUBDIR += html2tex
SUBDIR += html2text
SUBDIR += htmlc
SUBDIR += htmldoc
SUBDIR += htmlise
SUBDIR += htmlize.el
SUBDIR += htmlsection
SUBDIR += htmltolatex
SUBDIR += humanzip
SUBDIR += hunspell
SUBDIR += hy-aspell
SUBDIR += hyperestraier
SUBDIR += hyphen
SUBDIR += ia-aspell
SUBDIR += ibus
SUBDIR += ibus-el
SUBDIR += ibus-kmfl
SUBDIR += ibus-m17n
SUBDIR += ibus-qt
SUBDIR += ibus-table
SUBDIR += id-aspell
SUBDIR += id-hyphen
SUBDIR += idnits
SUBDIR += igor
SUBDIR += iksemel
SUBDIR += info2html
SUBDIR += info2man
SUBDIR += info_to_html
SUBDIR += intltool
SUBDIR += irstlm
SUBDIR += is-aspell
SUBDIR += is-hyphen
SUBDIR += iso-schematron-xslt
SUBDIR += iso12083
SUBDIR += iso8879
SUBDIR += it-aspell
SUBDIR += it-hunspell
SUBDIR += it-hyphen
SUBDIR += it-mythes
SUBDIR += itstool
SUBDIR += jade
SUBDIR += jakarta-commons-digester
SUBDIR += jalingo
SUBDIR += jarnal
SUBDIR += java2html
SUBDIR += jaxup
SUBDIR += jdictionary
SUBDIR += jdictionary-int-eng
SUBDIR += jing
SUBDIR += jq
SUBDIR += jrefentry
SUBDIR += jshon
SUBDIR += kdiff3
SUBDIR += kibana
SUBDIR += kmfl-european-latin
SUBDIR += kmfl-khmer
SUBDIR += kmfl-sil-ezra
SUBDIR += kmfl-sil-galatia
SUBDIR += kmfl-sil-ipa-unicode
SUBDIR += kmfl-sil-panafrican-latin
SUBDIR += kmfl-sil-yi
SUBDIR += kmfl-varamozhi-malayalam
SUBDIR += kmflcomp
SUBDIR += kn-aspell
SUBDIR += kompare
SUBDIR += ku-aspell
SUBDIR += ky-aspell
SUBDIR += l2a
SUBDIR += la-aspell
SUBDIR += lacheck
SUBDIR += lasem
SUBDIR += latex-service
SUBDIR += latex2html
SUBDIR += lemmatizer2
SUBDIR += libabw
SUBDIR += libabw00
SUBDIR += libcrm114
SUBDIR += libcroco
SUBDIR += libcsv
SUBDIR += libcue
SUBDIR += libe-book
SUBDIR += libe-book00
SUBDIR += libebml
SUBDIR += libextractor
SUBDIR += libexttextcat
SUBDIR += libflate
SUBDIR += libguess
SUBDIR += libkmfl
SUBDIR += libkolabxml
SUBDIR += libkomparediff2
SUBDIR += liblingoteach
SUBDIR += liblrdf
SUBDIR += libmrss
SUBDIR += libmrss-php
SUBDIR += libmwaw
SUBDIR += libnxml
SUBDIR += libodfgen
SUBDIR += libparsifal
SUBDIR += librevenge
SUBDIR += libroxml
SUBDIR += libsass
SUBDIR += libsoldout
SUBDIR += libsphinxclient
SUBDIR += libstree
SUBDIR += libtext-charwidth-perl
SUBDIR += libtext-wrapi18n-perl
SUBDIR += libtextcat
SUBDIR += libtranslate
SUBDIR += libtre
SUBDIR += libunibreak
SUBDIR += libuninameslist
SUBDIR += libvisio
SUBDIR += libwpd
SUBDIR += libwps
SUBDIR += libxdiff
SUBDIR += libxml++26
SUBDIR += libxml++26-reference
SUBDIR += libxml2
SUBDIR += libxml2-reference
SUBDIR += libxode
SUBDIR += libxslt
SUBDIR += libxslt-reference
SUBDIR += libyaml
SUBDIR += link-grammar
SUBDIR += linux-f10-aspell
SUBDIR += linux-f10-expat
SUBDIR += linux-f10-libxml2
SUBDIR += linux-f10-scim-gtk
SUBDIR += linux-f10-scim-libs
SUBDIR += linuxdoc
SUBDIR += localize
SUBDIR += loook
SUBDIR += lt-aspell
SUBDIR += lt-hyphen
SUBDIR += lttoolbox
SUBDIR += ltxml
SUBDIR += luaexpat
SUBDIR += lucene
SUBDIR += lucene4
SUBDIR += lv-aspell
SUBDIR += m17n-im-config
SUBDIR += makefaq
SUBDIR += makepatch
SUBDIR += man2html
SUBDIR += markdown
SUBDIR += markdown-mode.el
SUBDIR += mate-doc-utils
SUBDIR += mathml-xsd
SUBDIR += mdocml
SUBDIR += meld
SUBDIR += metauml
SUBDIR += mgdiff
SUBDIR += mguesser
SUBDIR += mi-aspell
SUBDIR += mifluz
SUBDIR += minised
SUBDIR += mk-aspell
SUBDIR += mkcatalog
SUBDIR += ml-aspell
SUBDIR += ml1
SUBDIR += mn-aspell
SUBDIR += modlogan
SUBDIR += mr-aspell
SUBDIR += ms-aspell
SUBDIR += msort
SUBDIR += mt-aspell
SUBDIR += multimarkdown
SUBDIR += muse
SUBDIR += mxml
SUBDIR += mysqlviz
SUBDIR += mythes
SUBDIR += nb-aspell
SUBDIR += nds-aspell
SUBDIR += nl-aspell
SUBDIR += nl-hunspell
SUBDIR += nl-hyphen
SUBDIR += nl-mythes
SUBDIR += nltk
SUBDIR += nn-aspell
SUBDIR += no-hunspell
SUBDIR += nunnimcax
SUBDIR += nux
SUBDIR += ny-aspell
SUBDIR += ocaml-csv
SUBDIR += ocaml-expat
SUBDIR += ocaml-pxp
SUBDIR += ocaml-text
SUBDIR += ocaml-tyxml
SUBDIR += odt2txt
SUBDIR += openfts
SUBDIR += openjade
SUBDIR += opensched
SUBDIR += opensp
SUBDIR += opentoken
SUBDIR += openvanilla-framework
SUBDIR += openvanilla-modules
SUBDIR += or-aspell
SUBDIR += ots
SUBDIR += p5-AI-Categorizer
SUBDIR += p5-Algorithm-CheckDigits
SUBDIR += p5-Algorithm-RabinKarp
SUBDIR += p5-Apache-ParseLog
SUBDIR += p5-BibTeX-Parser
SUBDIR += p5-Bloom-Filter
SUBDIR += p5-CAM-PDF
SUBDIR += p5-CQL-Parser
SUBDIR += p5-CSS
SUBDIR += p5-CSS-Compressor
SUBDIR += p5-CSS-Croco
SUBDIR += p5-CSS-Minifier
SUBDIR += p5-CSS-Minifier-XS
SUBDIR += p5-CSS-Packer
SUBDIR += p5-CSS-SAC
SUBDIR += p5-CSS-Simple
SUBDIR += p5-CSS-Squish
SUBDIR += p5-CSS-Tiny
SUBDIR += p5-Chess-PGN-Parse
SUBDIR += p5-Class-CSV
SUBDIR += p5-Data-FormValidator
SUBDIR += p5-Data-FormValidator-Constraints-DateTime
SUBDIR += p5-Data-Phrasebook
SUBDIR += p5-Data-Phrasebook-Loader-YAML
SUBDIR += p5-Data-Report
SUBDIR += p5-Data-SpreadPagination
SUBDIR += p5-DelimMatch
SUBDIR += p5-Dev-Bollocks
SUBDIR += p5-Devel-TraceSAX
SUBDIR += p5-DocSet
SUBDIR += p5-EBook-Tools
SUBDIR += p5-ElasticSearch-SearchBuilder
SUBDIR += p5-ElasticSearch-legacy
SUBDIR += p5-Excel-Template
SUBDIR += p5-Excel-Writer-XLSX
SUBDIR += p5-File-Inplace
SUBDIR += p5-Filter-Simple
SUBDIR += p5-FormValidator-Lite
SUBDIR += p5-Games-Dissociate
SUBDIR += p5-Geo-Parse-OSM
SUBDIR += p5-Getopt-Lucid
SUBDIR += p5-Google-Data-JSON
SUBDIR += p5-HTML-CTPP2
SUBDIR += p5-HTML-Copy
SUBDIR += p5-HTML-Entities-ImodePictogram
SUBDIR += p5-HTML-Entities-Interpolate
SUBDIR += p5-HTML-Entities-Numbered
SUBDIR += p5-HTML-EscapeEvil
SUBDIR += p5-HTML-Format
SUBDIR += p5-HTML-FormatText-WithLinks
SUBDIR += p5-HTML-FormatText-WithLinks-AndTables
SUBDIR += p5-HTML-Fraction
SUBDIR += p5-HTML-HTML5-Entities
SUBDIR += p5-HTML-HTML5-Parser
SUBDIR += p5-HTML-HTMLDoc
SUBDIR += p5-HTML-Packer
SUBDIR += p5-HTML-QRCode
SUBDIR += p5-HTML-Quoted
SUBDIR += p5-HTML-RewriteAttributes
SUBDIR += p5-HTML-SBC
SUBDIR += p5-HTML-SuperForm
SUBDIR += p5-HTML-TagFilter
SUBDIR += p5-HTML-Tidy
SUBDIR += p5-HTML-Tiny
SUBDIR += p5-HTML-Truncate
SUBDIR += p5-Hailo
SUBDIR += p5-Hash-Merge
SUBDIR += p5-Hatena-Keyword
SUBDIR += p5-IDNA-Punycode
SUBDIR += p5-IO-CSVHeaderFile
SUBDIR += p5-JavaScript-Minifier
SUBDIR += p5-JavaScript-Minifier-XS
SUBDIR += p5-JavaScript-Packer
SUBDIR += p5-KinoSearch1
SUBDIR += p5-Kwalify
SUBDIR += p5-LaTeX-Driver
SUBDIR += p5-LaTeX-Encode
SUBDIR += p5-LaTeX-Pod
SUBDIR += p5-LaTeX-TOM
SUBDIR += p5-LaTeX-Table
SUBDIR += p5-LaTeX-ToUnicode
SUBDIR += p5-Lingua-Conjunction
SUBDIR += p5-Lingua-EN-AddressParse
SUBDIR += p5-Lingua-EN-Fathom
SUBDIR += p5-Lingua-EN-FindNumber
SUBDIR += p5-Lingua-EN-Gender
SUBDIR += p5-Lingua-EN-Infinitive
SUBDIR += p5-Lingua-EN-Inflect
SUBDIR += p5-Lingua-EN-Inflect-Number
SUBDIR += p5-Lingua-EN-Inflect-Phrase
SUBDIR += p5-Lingua-EN-MatchNames
SUBDIR += p5-Lingua-EN-NameCase
SUBDIR += p5-Lingua-EN-NameParse
SUBDIR += p5-Lingua-EN-NamedEntity
SUBDIR += p5-Lingua-EN-Nickname
SUBDIR += p5-Lingua-EN-Number-IsOrdinal
SUBDIR += p5-Lingua-EN-Numbers
SUBDIR += p5-Lingua-EN-Numbers-Easy
SUBDIR += p5-Lingua-EN-Numbers-Ordinate
SUBDIR += p5-Lingua-EN-PluralToSingular
SUBDIR += p5-Lingua-EN-Sentence
SUBDIR += p5-Lingua-EN-Squeeze
SUBDIR += p5-Lingua-EN-Summarize
SUBDIR += p5-Lingua-EN-Syllable
SUBDIR += p5-Lingua-EN-Tagger
SUBDIR += p5-Lingua-EN-Words2Nums
SUBDIR += p5-Lingua-Ident
SUBDIR += p5-Lingua-Identify
SUBDIR += p5-Lingua-Ispell
SUBDIR += p5-Lingua-PT-Stemmer
SUBDIR += p5-Lingua-Preferred
SUBDIR += p5-Lingua-Stem
SUBDIR += p5-Lingua-Stem-Fr
SUBDIR += p5-Lingua-Stem-It
SUBDIR += p5-Lingua-Stem-Ru
SUBDIR += p5-Lingua-Stem-Snowball
SUBDIR += p5-Lingua-Stem-Snowball-Da
SUBDIR += p5-Lingua-Stem-Snowball-No
SUBDIR += p5-Lingua-Stem-Snowball-Se
SUBDIR += p5-Lingua-StopWords
SUBDIR += p5-Lingua-Treebank
SUBDIR += p5-MARC
SUBDIR += p5-MARC-Charset
SUBDIR += p5-MARC-Lint
SUBDIR += p5-MARC-Record
SUBDIR += p5-MARC-XML
SUBDIR += p5-MKDoc-XML
SUBDIR += p5-Makefile-DOM
SUBDIR += p5-Makefile-Parser
SUBDIR += p5-Markapl
SUBDIR += p5-Marpa-HTML
SUBDIR += p5-MathML-Entities
SUBDIR += p5-Net-IDN-Encode
SUBDIR += p5-Net-Snort-Parser
SUBDIR += p5-Net-YASA
SUBDIR += p5-NetAddr-IP-Find
SUBDIR += p5-Number-Format
SUBDIR += p5-Number-Spell
SUBDIR += p5-ODF-lpOD
SUBDIR += p5-OpenOffice-OODoc
SUBDIR += p5-PDF-API2
SUBDIR += p5-PDF-API3
SUBDIR += p5-PDF-Create
SUBDIR += p5-PDF-FromHTML
SUBDIR += p5-PDF-Table
SUBDIR += p5-PDF-Writer
SUBDIR += p5-POD2-Base
SUBDIR += p5-POE-Filter-XML
SUBDIR += p5-POSIX-Regex
SUBDIR += p5-PPI
SUBDIR += p5-PPI-HTML
SUBDIR += p5-PPI-XS
SUBDIR += p5-PPIx-EditorTools
SUBDIR += p5-PPIx-Regexp
SUBDIR += p5-PPIx-Utilities
SUBDIR += p5-Parse-BooleanLogic
SUBDIR += p5-Parse-CSV
SUBDIR += p5-Parse-FixedLength
SUBDIR += p5-Parse-Flex
SUBDIR += p5-Parse-PhoneNumber
SUBDIR += p5-Parse-Syslog
SUBDIR += p5-Perl-Critic
SUBDIR += p5-Perl-Critic-Bangs
SUBDIR += p5-Perl-MinimumVersion
SUBDIR += p5-PerlPoint-Converters
SUBDIR += p5-PerlPoint-Package
SUBDIR += p5-Petal
SUBDIR += p5-Petal-CodePerl
SUBDIR += p5-Petal-Mail
SUBDIR += p5-Petal-Utils
SUBDIR += p5-Plagger
SUBDIR += p5-Plucene
SUBDIR += p5-Plucene-Analysis-CJKAnalyzer
SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer
SUBDIR += p5-Plucene-Simple
SUBDIR += p5-Pod-Abstract
SUBDIR += p5-Pod-Autopod
SUBDIR += p5-Pod-Constants
SUBDIR += p5-Pod-DocBook
SUBDIR += p5-Pod-Elemental
SUBDIR += p5-Pod-Escapes
SUBDIR += p5-Pod-Eventual
SUBDIR += p5-Pod-HtmlEasy
SUBDIR += p5-Pod-Markdown
SUBDIR += p5-Pod-POM
SUBDIR += p5-Pod-POM-View-HTML-Filter
SUBDIR += p5-Pod-Parser
SUBDIR += p5-Pod-Perldoc
SUBDIR += p5-Pod-ProjectDocs
SUBDIR += p5-Pod-Readme
SUBDIR += p5-Pod-Simple
SUBDIR += p5-Pod-Spell
SUBDIR += p5-Pod-Strip
SUBDIR += p5-Pod-Stripper
SUBDIR += p5-Pod-Tree
SUBDIR += p5-Pod-WSDL
SUBDIR += p5-Pod-WikiDoc
SUBDIR += p5-Pod-XML
SUBDIR += p5-Pod-Xhtml
SUBDIR += p5-RADIUS-UserFile
SUBDIR += p5-RDF-Core
SUBDIR += p5-RDF-Notation3
SUBDIR += p5-RDF-Simple
SUBDIR += p5-RDF-Trine
SUBDIR += p5-RDFStore
SUBDIR += p5-RTF-Parser
SUBDIR += p5-RTF-Tokenizer
SUBDIR += p5-RTF-Writer
SUBDIR += p5-Regex-PreSuf
SUBDIR += p5-Regexp-Common
SUBDIR += p5-Regexp-Common-Email-Address
SUBDIR += p5-Regexp-Common-net-CIDR
SUBDIR += p5-Regexp-Common-profanity_us
SUBDIR += p5-Regexp-Copy
SUBDIR += p5-Regexp-DefaultFlags
SUBDIR += p5-Regexp-IPv6
SUBDIR += p5-Regexp-Log
SUBDIR += p5-Regexp-Log-Common
SUBDIR += p5-SGML-DTDParse
SUBDIR += p5-SGML-Parser-OpenSP
SUBDIR += p5-SGMLSpm
SUBDIR += p5-SQL-Tokenizer
SUBDIR += p5-SVG
SUBDIR += p5-SVG-Parser
SUBDIR += p5-Search-Elasticsearch
SUBDIR += p5-Search-Estraier
SUBDIR += p5-Search-Odeum
SUBDIR += p5-Search-Saryer
SUBDIR += p5-Search-VectorSpace
SUBDIR += p5-Senna
SUBDIR += p5-Solr
SUBDIR += p5-Sort-ArbBiLex
SUBDIR += p5-Sort-Fields
SUBDIR += p5-Sort-Naturally
SUBDIR += p5-Sphinx-Config
SUBDIR += p5-Sphinx-Manager
SUBDIR += p5-Sphinx-Search
SUBDIR += p5-Spork
SUBDIR += p5-Spreadsheet-ParseExcel
SUBDIR += p5-Spreadsheet-Read
SUBDIR += p5-Spreadsheet-ReadSXC
SUBDIR += p5-Spreadsheet-WriteExcel
SUBDIR += p5-Spreadsheet-WriteExcel-FromXML
SUBDIR += p5-Spreadsheet-WriteExcel-Styler
SUBDIR += p5-Spreadsheet-WriteExcelXML
SUBDIR += p5-Spreadsheet-XLSX
SUBDIR += p5-String-BufferStack
SUBDIR += p5-String-CamelCase
SUBDIR += p5-String-Compare-ConstantTime
SUBDIR += p5-String-Divert
SUBDIR += p5-String-Escape
SUBDIR += p5-String-Flogger
SUBDIR += p5-String-Format
SUBDIR += p5-String-Fraction
SUBDIR += p5-String-HexConvert
SUBDIR += p5-String-Koremutake
SUBDIR += p5-String-RewritePrefix
SUBDIR += p5-String-Scanf
SUBDIR += p5-String-ShellQuote
SUBDIR += p5-String-ShowDiff
SUBDIR += p5-String-Strip
SUBDIR += p5-String-ToIdentifier-EN
SUBDIR += p5-String-Tokenizer
SUBDIR += p5-String-Truncate
SUBDIR += p5-String-Urandom
SUBDIR += p5-Syntax-Highlight-Engine-Kate
SUBDIR += p5-Syntax-Highlight-Perl-Improved
SUBDIR += p5-TOML
SUBDIR += p5-TeX-Encode
SUBDIR += p5-TeX-Hyphen
SUBDIR += p5-Template-Declare
SUBDIR += p5-Template-Extract
SUBDIR += p5-Template-Magic
SUBDIR += p5-Template-Plugin-Autoformat
SUBDIR += p5-Template-Plugin-Filter-Minify-CSS
SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS
SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript
SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript-XS
SUBDIR += p5-Template-Plugin-HTML-SuperForm
SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect
SUBDIR += p5-Template-Plugin-XML-Escape
SUBDIR += p5-Template-Semantic
SUBDIR += p5-Template-Tiny
SUBDIR += p5-Term-QRCode
SUBDIR += p5-Test-Perl-Critic
SUBDIR += p5-Text-ASCIIMathML
SUBDIR += p5-Text-ASCIITable
SUBDIR += p5-Text-Affixes
SUBDIR += p5-Text-Aligner
SUBDIR += p5-Text-Aspell
SUBDIR += p5-Text-Autoformat
SUBDIR += p5-Text-Balanced
SUBDIR += p5-Text-Bastardize
SUBDIR += p5-Text-BibTeX
SUBDIR += p5-Text-Bind
SUBDIR += p5-Text-Brew
SUBDIR += p5-Text-CSV
SUBDIR += p5-Text-CSV-Encoded
SUBDIR += p5-Text-CSV-Hashify
SUBDIR += p5-Text-CSV-Simple
SUBDIR += p5-Text-CSV_XS
SUBDIR += p5-Text-Capitalize
SUBDIR += p5-Text-CharWidth
SUBDIR += p5-Text-Chomp
SUBDIR += p5-Text-ClearSilver
SUBDIR += p5-Text-Context
SUBDIR += p5-Text-Context-EitherSide
SUBDIR += p5-Text-DHCPLeases
SUBDIR += p5-Text-Decorator
SUBDIR += p5-Text-Delimited
SUBDIR += p5-Text-Diff
SUBDIR += p5-Text-Diff-HTML
SUBDIR += p5-Text-Diff-Parser
SUBDIR += p5-Text-Diff3
SUBDIR += p5-Text-DoubleMetaphone
SUBDIR += p5-Text-Emoticon
SUBDIR += p5-Text-Emoticon-GoogleTalk
SUBDIR += p5-Text-EtText
SUBDIR += p5-Text-Extract-Word
SUBDIR += p5-Text-ExtractWords
SUBDIR += p5-Text-FillIn
SUBDIR += p5-Text-Filter
SUBDIR += p5-Text-Filter-Chain
SUBDIR += p5-Text-FindIndent
SUBDIR += p5-Text-FixEOL
SUBDIR += p5-Text-FixedLength
SUBDIR += p5-Text-FixedLength-Extra
SUBDIR += p5-Text-Flow
SUBDIR += p5-Text-Flowchart
SUBDIR += p5-Text-Flowed
SUBDIR += p5-Text-Format
SUBDIR += p5-Text-Format+NWrap
SUBDIR += p5-Text-FormatTable
SUBDIR += p5-Text-German
SUBDIR += p5-Text-Glob
SUBDIR += p5-Text-Graphics
SUBDIR += p5-Text-Greeking
SUBDIR += p5-Text-Haml
SUBDIR += p5-Text-Hatena
SUBDIR += p5-Text-Highlight
SUBDIR += p5-Text-HikiDoc
SUBDIR += p5-Text-Hyphen
SUBDIR += p5-Text-LTSV
SUBDIR += p5-Text-Language-Guess
SUBDIR += p5-Text-Lorem
SUBDIR += p5-Text-Markdown
SUBDIR += p5-Text-Match-FastAlternatives
SUBDIR += p5-Text-Metaphone
SUBDIR += p5-Text-MicroMason
SUBDIR += p5-Text-MicroTemplate
SUBDIR += p5-Text-MicroTemplate-Extended
SUBDIR += p5-Text-MultiMarkdown
SUBDIR += p5-Text-NSP
SUBDIR += p5-Text-NeatTemplate
SUBDIR += p5-Text-Netstring
SUBDIR += p5-Text-Ngram
SUBDIR += p5-Text-Ngrams
SUBDIR += p5-Text-Original
SUBDIR += p5-Text-Padding
SUBDIR += p5-Text-ParagraphDiff
SUBDIR += p5-Text-ParseWords
SUBDIR += p5-Text-Patch
SUBDIR += p5-Text-Pipe
SUBDIR += p5-Text-Prefix-XS
SUBDIR += p5-Text-QRCode
SUBDIR += p5-Text-Query
SUBDIR += p5-Text-Quote
SUBDIR += p5-Text-Quoted
SUBDIR += p5-Text-RecordParser
SUBDIR += p5-Text-Reflow
SUBDIR += p5-Text-Reform
SUBDIR += p5-Text-Report
SUBDIR += p5-Text-Repository
SUBDIR += p5-Text-Sass
SUBDIR += p5-Text-Shellwords
SUBDIR += p5-Text-Similarity
SUBDIR += p5-Text-SimpleTable
SUBDIR += p5-Text-SimpleTemplate
SUBDIR += p5-Text-SpellChecker
SUBDIR += p5-Text-SpellChecker-GUI
SUBDIR += p5-Text-Striphigh
SUBDIR += p5-Text-Table
SUBDIR += p5-Text-Tabs+Wrap
SUBDIR += p5-Text-TabularDisplay
SUBDIR += p5-Text-Tags
SUBDIR += p5-Text-Template
SUBDIR += p5-Text-TestBase
SUBDIR += p5-Text-Textile
SUBDIR += p5-Text-Tmpl
SUBDIR += p5-Text-Trac
SUBDIR += p5-Text-Trim
SUBDIR += p5-Text-Truncate
SUBDIR += p5-Text-Typography
SUBDIR += p5-Text-Unaccent
SUBDIR += p5-Text-VimColor
SUBDIR += p5-Text-VisualWidth
SUBDIR += p5-Text-WikiCreole
SUBDIR += p5-Text-WikiFormat
SUBDIR += p5-Text-WordDiff
SUBDIR += p5-Text-WrapI18N
SUBDIR += p5-Text-Wrapper
SUBDIR += p5-Text-Xslate
SUBDIR += p5-Text-Xslate-Bridge-TT2Like
SUBDIR += p5-Text-vCard
SUBDIR += p5-Tiffany
SUBDIR += p5-Time-Human
SUBDIR += p5-Tk-Pod
SUBDIR += p5-Tk-XMLViewer
SUBDIR += p5-Tree-Nary
SUBDIR += p5-Tree-Suffix
SUBDIR += p5-UML-Class-Simple
SUBDIR += p5-UML-Sequence
SUBDIR += p5-UML-State
SUBDIR += p5-URI-Find
SUBDIR += p5-Unicode-CheckUTF8
SUBDIR += p5-Unicode-Collate
SUBDIR += p5-Unicode-EastAsianWidth
SUBDIR += p5-Unicode-Escape
SUBDIR += p5-Unicode-LineBreak
SUBDIR += p5-Unicode-Normalize
SUBDIR += p5-Unicode-Unihan
SUBDIR += p5-Validator-Custom
SUBDIR += p5-Version-Next
SUBDIR += p5-Vroom
SUBDIR += p5-WDDX
SUBDIR += p5-WWW-Google-SiteMap
SUBDIR += p5-WWW-Wordnik-API
SUBDIR += p5-WordNet-QueryData
SUBDIR += p5-WordNet-Similarity
SUBDIR += p5-XML-Atom
SUBDIR += p5-XML-Atom-Ext-OpenSearch
SUBDIR += p5-XML-Atom-Filter
SUBDIR += p5-XML-Atom-SimpleFeed
SUBDIR += p5-XML-Atom-Stream
SUBDIR += p5-XML-Atom-Syndication
SUBDIR += p5-XML-AutoWriter
SUBDIR += p5-XML-Bare
SUBDIR += p5-XML-Canonical
SUBDIR += p5-XML-CanonicalizeXML
SUBDIR += p5-XML-Catalog
SUBDIR += p5-XML-Clean
SUBDIR += p5-XML-Code
SUBDIR += p5-XML-CommonNS
SUBDIR += p5-XML-Compile
SUBDIR += p5-XML-Compile-Cache
SUBDIR += p5-XML-Compile-Dumper
SUBDIR += p5-XML-DBMS
SUBDIR += p5-XML-DOM
SUBDIR += p5-XML-DOM-Lite
SUBDIR += p5-XML-DOM-XPath
SUBDIR += p5-XML-DOM2
SUBDIR += p5-XML-DOMHandler
SUBDIR += p5-XML-DT
SUBDIR += p5-XML-DTDParser
SUBDIR += p5-XML-Declare
SUBDIR += p5-XML-Descent
SUBDIR += p5-XML-DifferenceMarkup
SUBDIR += p5-XML-Directory
SUBDIR += p5-XML-DoubleEncodedEntities
SUBDIR += p5-XML-Driver-HTML
SUBDIR += p5-XML-Dumper
SUBDIR += p5-XML-Elemental
SUBDIR += p5-XML-Encoding
SUBDIR += p5-XML-Entities
SUBDIR += p5-XML-FOAF
SUBDIR += p5-XML-Feed
SUBDIR += p5-XML-Feed-Deduper
SUBDIR += p5-XML-FeedPP
SUBDIR += p5-XML-Filter-BufferText
SUBDIR += p5-XML-Filter-DOMFilter-LibXML
SUBDIR += p5-XML-Filter-DetectWS
SUBDIR += p5-XML-Filter-GenericChunk
SUBDIR += p5-XML-Filter-Reindent
SUBDIR += p5-XML-Filter-SAX1toSAX2
SUBDIR += p5-XML-Filter-SAXT
SUBDIR += p5-XML-Filter-XInclude
SUBDIR += p5-XML-Filter-XSLT
SUBDIR += p5-XML-Flow
SUBDIR += p5-XML-GDOME
SUBDIR += p5-XML-Generator
SUBDIR += p5-XML-Generator-DBI
SUBDIR += p5-XML-Generator-PerlData
SUBDIR += p5-XML-Grove
SUBDIR += p5-XML-Handler-Dtd2DocBook
SUBDIR += p5-XML-Handler-Dtd2Html
SUBDIR += p5-XML-Handler-HTMLWriter
SUBDIR += p5-XML-Handler-Trees
SUBDIR += p5-XML-Handler-YAWriter
SUBDIR += p5-XML-Hash-LX
SUBDIR += p5-XML-LibXML
SUBDIR += p5-XML-LibXML-Cache
SUBDIR += p5-XML-LibXML-Iterator
SUBDIR += p5-XML-LibXML-PrettyPrint
SUBDIR += p5-XML-LibXML-SAX-ChunkParser
SUBDIR += p5-XML-LibXML-Simple
SUBDIR += p5-XML-LibXSLT
SUBDIR += p5-XML-Liberal
SUBDIR += p5-XML-Literal
SUBDIR += p5-XML-Mini
SUBDIR += p5-XML-MyXML
SUBDIR += p5-XML-Namespace
SUBDIR += p5-XML-NamespaceFactory
SUBDIR += p5-XML-NamespaceSupport
SUBDIR += p5-XML-Node
SUBDIR += p5-XML-NodeFilter
SUBDIR += p5-XML-OPML
SUBDIR += p5-XML-OPML-LibXML
SUBDIR += p5-XML-Parsepp
SUBDIR += p5-XML-Parser
SUBDIR += p5-XML-Parser-EasyTree
SUBDIR += p5-XML-Parser-Lite-Tree
SUBDIR += p5-XML-Parser-Style-EasyTree
SUBDIR += p5-XML-Parser-Style-Elemental
SUBDIR += p5-XML-Quote
SUBDIR += p5-XML-RAI
SUBDIR += p5-XML-RSS
SUBDIR += p5-XML-RSS-Feed
SUBDIR += p5-XML-RSS-JavaScript
SUBDIR += p5-XML-RSS-LibXML
SUBDIR += p5-XML-RSS-Liberal
SUBDIR += p5-XML-RSS-Parser
SUBDIR += p5-XML-RSS-SimpleGen
SUBDIR += p5-XML-RSSLite
SUBDIR += p5-XML-Reader
SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-Rewrite
SUBDIR += p5-XML-Rules
SUBDIR += p5-XML-SAX
SUBDIR += p5-XML-SAX-Base
SUBDIR += p5-XML-SAX-Expat
SUBDIR += p5-XML-SAX-Expat-Incremental
SUBDIR += p5-XML-SAX-ExpatXS
SUBDIR += p5-XML-SAX-Machines
SUBDIR += p5-XML-SAX-Simple
SUBDIR += p5-XML-SAX-Writer
SUBDIR += p5-XML-SAXDriver-CSV
SUBDIR += p5-XML-SAXDriver-Excel
SUBDIR += p5-XML-STX
SUBDIR += p5-XML-Schematron
SUBDIR += p5-XML-SemanticDiff
SUBDIR += p5-XML-Simple
SUBDIR += p5-XML-SimpleObject
SUBDIR += p5-XML-SimpleObject-LibXML
SUBDIR += p5-XML-Smart
SUBDIR += p5-XML-Stream
SUBDIR += p5-XML-Tiny
SUBDIR += p5-XML-TinyXML
SUBDIR += p5-XML-TokeParser
SUBDIR += p5-XML-Toolkit
SUBDIR += p5-XML-TreeBuilder
SUBDIR += p5-XML-TreePP
SUBDIR += p5-XML-Twig
SUBDIR += p5-XML-Validate
SUBDIR += p5-XML-Validator-Schema
SUBDIR += p5-XML-Writer
SUBDIR += p5-XML-XBEL
SUBDIR += p5-XML-XML2JSON
SUBDIR += p5-XML-XPath
SUBDIR += p5-XML-XPathEngine
SUBDIR += p5-XML-XQL
SUBDIR += p5-XML-XSH
SUBDIR += p5-XML-XSLT
SUBDIR += p5-XML-XUpdate-LibXML
SUBDIR += p5-YAML
SUBDIR += p5-YAML-LibYAML
SUBDIR += p5-YAML-Shell
SUBDIR += p5-YAML-Syck
SUBDIR += p5-YAML-Tiny
SUBDIR += p5-YAML-Tiny-Color
SUBDIR += p5-YAPE-HTML
SUBDIR += p5-YAPE-Regex
SUBDIR += p5-YAPE-Regex-Explain
SUBDIR += p5-dTemplate
SUBDIR += p5-libsoldout
SUBDIR += p5-libxml
SUBDIR += p5-pod2pdf
SUBDIR += p5-podlators
SUBDIR += p5-texcount
SUBDIR += p5-xmltv
SUBDIR += pa-aspell
SUBDIR += par
SUBDIR += pcrs
SUBDIR += pdfgrep
SUBDIR += pdfoutline
SUBDIR += pdftohtml
SUBDIR += pear-File_Fortune
SUBDIR += pear-File_MARC
SUBDIR += pear-Horde_CssMinify
SUBDIR += pear-Horde_JavascriptMinify
SUBDIR += pear-Horde_Kolab_Format
SUBDIR += pear-Horde_Pdf
SUBDIR += pear-Horde_SpellChecker
SUBDIR += pear-Horde_Text_Diff
SUBDIR += pear-Horde_Text_Filter
SUBDIR += pear-Horde_Text_Filter_Csstidy
SUBDIR += pear-Horde_Text_Flowed
SUBDIR += pear-Horde_Xml_Element
SUBDIR += pear-Horde_Xml_Wbxml
SUBDIR += pear-Numbers_Roman
SUBDIR += pear-Numbers_Words
SUBDIR += pear-Spreadsheet_Excel_Writer
SUBDIR += pear-Structures_DataGrid_DataSource_RSS
SUBDIR += pear-Structures_DataGrid_DataSource_XML
SUBDIR += pear-Structures_DataGrid_Renderer_CSV
SUBDIR += pear-Structures_DataGrid_Renderer_XLS
SUBDIR += pear-Structures_DataGrid_Renderer_XML
SUBDIR += pear-Symfony_Component_Yaml
SUBDIR += pear-Text_Highlighter
SUBDIR += pear-Text_Template
SUBDIR += pear-XML_Beautifier
SUBDIR += pear-XML_DTD
SUBDIR += pear-XML_Feed_Parser
SUBDIR += pear-XML_HTMLSax
SUBDIR += pear-XML_Wddx
SUBDIR += pear-YAML
SUBDIR += pecl-ctemplate
SUBDIR += pecl-doublemetaphone
SUBDIR += pecl-enchant
SUBDIR += pecl-html_parse
SUBDIR += pecl-stem
SUBDIR += pecl-syck
SUBDIR += pecl-wbxml
SUBDIR += pecl-xdiff
SUBDIR += pecl-xslcache
SUBDIR += pecl-yaml
SUBDIR += peco
SUBDIR += perl2html
SUBDIR += permute
SUBDIR += php5-ctype
SUBDIR += php5-dom
SUBDIR += php5-pspell
SUBDIR += php5-simplexml
SUBDIR += php5-wddx
SUBDIR += php5-xml
SUBDIR += php5-xmlreader
SUBDIR += php5-xmlwriter
SUBDIR += php5-xsl
SUBDIR += php53-ctype
SUBDIR += php53-dom
SUBDIR += php53-pspell
SUBDIR += php53-simplexml
SUBDIR += php53-wddx
SUBDIR += php53-xml
SUBDIR += php53-xmlreader
SUBDIR += php53-xmlwriter
SUBDIR += php53-xsl
SUBDIR += php55-ctype
SUBDIR += php55-dom
SUBDIR += php55-pspell
SUBDIR += php55-simplexml
SUBDIR += php55-wddx
SUBDIR += php55-xml
SUBDIR += php55-xmlreader
SUBDIR += php55-xmlwriter
SUBDIR += php55-xsl
SUBDIR += plover
SUBDIR += po4a
SUBDIR += pocketreader
SUBDIR += pootle
SUBDIR += popup
SUBDIR += popup-stacks
SUBDIR += ppower4
SUBDIR += print-n-times
SUBDIR += prosper
SUBDIR += publican
SUBDIR += pure-csv
SUBDIR += pure-xml
SUBDIR += py-4suite-xml
SUBDIR += py-Chameleon
SUBDIR += py-MarkupSafe
SUBDIR += py-Tempita
SUBDIR += py-asciinema
SUBDIR += py-asv
SUBDIR += py-bugzillatools
SUBDIR += py-charade
SUBDIR += py-chardet
SUBDIR += py-cloud_sptheme
SUBDIR += py-creole
SUBDIR += py-docutils
SUBDIR += py-dsv
SUBDIR += py-elasticsearch-py
SUBDIR += py-elib.intl
SUBDIR += py-empy
SUBDIR += py-enchant
SUBDIR += py-errorhandler
SUBDIR += py-excelerator
SUBDIR += py-feedparser
SUBDIR += py-genshi
SUBDIR += py-genshi-devel
SUBDIR += py-gettext
SUBDIR += py-html2text
SUBDIR += py-hyperestraier-python
SUBDIR += py-jaxml
SUBDIR += py-junit-xml
SUBDIR += py-libtre
SUBDIR += py-libxml2
SUBDIR += py-libxslt
SUBDIR += py-ltxml
SUBDIR += py-mako
SUBDIR += py-markdown
SUBDIR += py-markdown2
SUBDIR += py-openpyxl
SUBDIR += py-openpyxl1
SUBDIR += py-paragrep
SUBDIR += py-pdfminer
SUBDIR += py-pss
SUBDIR += py-pyctpp2
SUBDIR += py-pyelasticsearch
SUBDIR += py-pygments
SUBDIR += py-pyscss
SUBDIR += py-pysrt
SUBDIR += py-pystache
SUBDIR += py-pytidylib
SUBDIR += py-pyx12
SUBDIR += py-qt4-xml
SUBDIR += py-qt4-xmlpatterns
SUBDIR += py-rdflib
SUBDIR += py-regex
SUBDIR += py-reverend
SUBDIR += py-rss2gen
SUBDIR += py-rst2html5
SUBDIR += py-rstyoutube
SUBDIR += py-rxp
SUBDIR += py-sgrep
SUBDIR += py-sparqlwrapper
SUBDIR += py-sphinx
SUBDIR += py-sphinx_rtd_theme
SUBDIR += py-sphinxcontrib-adadomain
SUBDIR += py-sphinxcontrib-bitbucket
SUBDIR += py-sphinxcontrib-httpdomain
SUBDIR += py-stripogram
SUBDIR += py-syck
SUBDIR += py-texttable
SUBDIR += py-trans
SUBDIR += py-transifex-client
SUBDIR += py-translationstring
SUBDIR += py-tvgrab
SUBDIR += py-twistedLore
SUBDIR += py-whoosh
SUBDIR += py-wicked
SUBDIR += py-wordnet
SUBDIR += py-wtforms
SUBDIR += py-xlrd
SUBDIR += py-xlutils
SUBDIR += py-xlwriter
SUBDIR += py-xlwt
SUBDIR += py-xml
SUBDIR += py-xmltools
SUBDIR += py-xmltv
SUBDIR += py-zope.app.i18n
SUBDIR += py-zope.app.locales
SUBDIR += py-zope.i18nmessageid
SUBDIR += py-zope.structuredtext
SUBDIR += py-zope.tal
SUBDIR += py-zpt
SUBDIR += py2html
SUBDIR += py3-libxml2
SUBDIR += pychm
SUBDIR += pystemmer
SUBDIR += qprint
SUBDIR += qstardict
SUBDIR += qt4-xml
SUBDIR += qt4-xmlpatterns
SUBDIR += qt4-xmlpatterns-tool
SUBDIR += qt5-xml
SUBDIR += qt5-xmlpatterns
SUBDIR += qu-aspell
SUBDIR += queequeg
SUBDIR += rand
SUBDIR += rapidxml
SUBDIR += raptor
SUBDIR += raptor2
SUBDIR += rarian
SUBDIR += rasqal
SUBDIR += rast
SUBDIR += re_graph
SUBDIR += redet
SUBDIR += redland
SUBDIR += redland-bindings
SUBDIR += refdb
SUBDIR += reflex
SUBDIR += replaceit
SUBDIR += resume
SUBDIR += resume-extensions
SUBDIR += rfcdiff
SUBDIR += ripole
SUBDIR += rl
SUBDIR += rman
SUBDIR += rnv
SUBDIR += ro-aspell
SUBDIR += ro-hunspell
SUBDIR += ro-hyphen
SUBDIR += ro-mythes
SUBDIR += rot
SUBDIR += rss2html
SUBDIR += rtf2html
SUBDIR += rtfreader
SUBDIR += rtfx
SUBDIR += rubber
SUBDIR += ruby-amatch
SUBDIR += ruby-deplate
SUBDIR += ruby-diff
SUBDIR += ruby-escape
SUBDIR += ruby-format
SUBDIR += ruby-html-fillinform
SUBDIR += ruby-html-template
SUBDIR += ruby-htmlrepair
SUBDIR += ruby-htmlsplit
SUBDIR += ruby-htree
SUBDIR += ruby-liquid
SUBDIR += ruby-rd-mode.el
SUBDIR += ruby-rdtool
SUBDIR += ruby-rss
SUBDIR += ruby-rss.alt
SUBDIR += ruby-rttool
SUBDIR += ruby-sary
SUBDIR += ruby-xmlconfigfile
SUBDIR += ruby-xmlparser
SUBDIR += ruby-xmlscan
SUBDIR += rubygem-albino
SUBDIR += rubygem-asciidoctor
SUBDIR += rubygem-augeas
SUBDIR += rubygem-charlock_holmes
SUBDIR += rubygem-coderay
SUBDIR += rubygem-colorator
SUBDIR += rubygem-colored
SUBDIR += rubygem-compass
SUBDIR += rubygem-compass-rails
SUBDIR += rubygem-cssmin
SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-diffy
SUBDIR += rubygem-escape_utils
SUBDIR += rubygem-ezamar
SUBDIR += rubygem-fast_xs
SUBDIR += rubygem-fast_xs073
SUBDIR += rubygem-ferret
SUBDIR += rubygem-gemoji
SUBDIR += rubygem-gherkin
SUBDIR += rubygem-github-linguist
SUBDIR += rubygem-github-markdown
SUBDIR += rubygem-github-markup
SUBDIR += rubygem-gitlab-grit
SUBDIR += rubygem-heredoc_unindent
SUBDIR += rubygem-hikidoc
SUBDIR += rubygem-htmlentities
SUBDIR += rubygem-ini
SUBDIR += rubygem-itextomml
SUBDIR += rubygem-jekyll-sass-converter
SUBDIR += rubygem-jsmin
SUBDIR += rubygem-kramdown
SUBDIR += rubygem-kwalify
SUBDIR += rubygem-libxml-ruby
SUBDIR += rubygem-linguistics
SUBDIR += rubygem-liquid
SUBDIR += rubygem-loggability
SUBDIR += rubygem-loofah
SUBDIR += rubygem-ltsv
SUBDIR += rubygem-markaby
SUBDIR += rubygem-multi_xml
SUBDIR += rubygem-nokogiri
SUBDIR += rubygem-nokogiri14
SUBDIR += rubygem-opml
SUBDIR += rubygem-parslet
SUBDIR += rubygem-phone
SUBDIR += rubygem-rak
SUBDIR += rubygem-rchardet
SUBDIR += rubygem-rdiscount
SUBDIR += rubygem-rdtool
SUBDIR += rubygem-redcarpet
SUBDIR += rubygem-ri_cal
SUBDIR += rubygem-rich
SUBDIR += rubygem-rouge
SUBDIR += rubygem-rttool
SUBDIR += rubygem-sanitize
SUBDIR += rubygem-sass
SUBDIR += rubygem-sass-rails
SUBDIR += rubygem-sass32
SUBDIR += rubygem-sax-machine
SUBDIR += rubygem-simplecov-html
SUBDIR += rubygem-spreadsheet
SUBDIR += rubygem-stamp
SUBDIR += rubygem-syntax
SUBDIR += rubygem-termcolor
SUBDIR += rubygem-terminal-table
SUBDIR += rubygem-tidy
SUBDIR += rubygem-unf
SUBDIR += rubygem-unf_ext
SUBDIR += rubygem-xml-simple
SUBDIR += rubygem-xslt
SUBDIR += rubygem-ya2yaml
SUBDIR += rubygem-yard
SUBDIR += rubygem-yard-chef
SUBDIR += rubygem-zmq
SUBDIR += rw-aspell
SUBDIR += rxp
SUBDIR += s5
SUBDIR += sablotron
SUBDIR += sagasu
SUBDIR += sarep
SUBDIR += sary
SUBDIR += sassc
SUBDIR += saxon
SUBDIR += saxon-devel
SUBDIR += saxon-he
SUBDIR += sc-aspell
SUBDIR += scew
SUBDIR += scim
SUBDIR += scim-bridge
SUBDIR += scim-bridge-qt4
SUBDIR += scim-input-pad
SUBDIR += scim-kmfl-imengine
SUBDIR += scim-m17n
SUBDIR += scim-openvanilla
SUBDIR += scim-table-imengine
SUBDIR += scr2txt
SUBDIR += scrollkeeper
SUBDIR += scss
SUBDIR += sdcv
SUBDIR += sdf
SUBDIR += sdocbook-xml
SUBDIR += sdom
SUBDIR += senna
SUBDIR += sgmlformat
SUBDIR += sgmls
SUBDIR += sgmltools-lite
SUBDIR += sgrep
SUBDIR += sgrep2
SUBDIR += sigil
SUBDIR += silvercity
SUBDIR += simplehtmldom
SUBDIR += simplexml
SUBDIR += sk-aspell
SUBDIR += sk-hunspell
SUBDIR += sk-hyphen
SUBDIR += sk-mythes
SUBDIR += sl-aspell
SUBDIR += sl-hyphen
SUBDIR += sl-mythes
SUBDIR += slides
SUBDIR += sml-fxp
SUBDIR += smu
SUBDIR += so-hunspell
SUBDIR += soothsayer
SUBDIR += soprano
SUBDIR += source-highlight
SUBDIR += sowing
SUBDIR += spellutils
SUBDIR += sphinxsearch
SUBDIR += sphinxsearch-devel
SUBDIR += sq-hunspell
SUBDIR += sr-aspell
SUBDIR += sr-hunspell
SUBDIR += srilm
SUBDIR += ss-hunspell
SUBDIR += ssddiff
SUBDIR += stardict-dict-fa_IR
SUBDIR += stardict-dictd_mova
SUBDIR += stardict-quick
SUBDIR += stardict-rptts
SUBDIR += stardict3
SUBDIR += supercat
SUBDIR += sv-aspell
SUBDIR += sv-hunspell
SUBDIR += sv-hyphen
SUBDIR += sv-mythes
SUBDIR += svn2cl
SUBDIR += sw-aspell
SUBDIR += sxml
SUBDIR += syck
SUBDIR += ta-aspell
SUBDIR += tclExpat
SUBDIR += tdhkit
SUBDIR += te-aspell
SUBDIR += te-hunspell
SUBDIR += teckit
SUBDIR += tei-guidelines-p3
SUBDIR += tei-p3
SUBDIR += templates_parser
SUBDIR += tet-aspell
SUBDIR += tex2im
SUBDIR += texi2db
SUBDIR += texi2html
SUBDIR += textogif
SUBDIR += the_silver_searcher
SUBDIR += ti-hunspell
SUBDIR += tidyp
SUBDIR += tinyxml
SUBDIR += tinyxml2
SUBDIR += tk-aspell
SUBDIR += tk-hunspell
SUBDIR += tkdiff
SUBDIR += tkxmlive
SUBDIR += tl-aspell
SUBDIR += tn-aspell
SUBDIR += tn-hunspell
SUBDIR += tnef2txt
SUBDIR += tokyodystopia
SUBDIR += topic
SUBDIR += tr-aspell
SUBDIR += tralics
SUBDIR += trang
SUBDIR += translate-toolkit
SUBDIR += ts-hunspell
SUBDIR += tth
SUBDIR += txt2html
SUBDIR += txt2man
SUBDIR += txt2tags
SUBDIR += uim
SUBDIR += uim-el
SUBDIR += uim-gtk
SUBDIR += uim-gtk3
SUBDIR += uim-kde4
SUBDIR += uim-m17nlib
SUBDIR += uim-qt4
SUBDIR += uml2svg
SUBDIR += uncrustify
SUBDIR += uni2ascii
SUBDIR += unoconv
SUBDIR += unroff
SUBDIR += unrtf
SUBDIR += urlview
SUBDIR += utf8proc
SUBDIR += uz-aspell
SUBDIR += uz-hunspell
SUBDIR += vbindiff
SUBDIR += ve-hunspell
SUBDIR += wa-aspell
SUBDIR += wa-hunspell
SUBDIR += wbxml2
SUBDIR += wdiff
SUBDIR += webcpp
SUBDIR += website
SUBDIR += weka
SUBDIR += wiggle
SUBDIR += word2x
SUBDIR += wordnet
SUBDIR += words
SUBDIR += wv
SUBDIR += wv2
SUBDIR += xalan-c
SUBDIR += xalan-j
SUBDIR += xerces-c2
SUBDIR += xerces-c2-devel
SUBDIR += xerces-c3
SUBDIR += xerces-j
SUBDIR += xfce4-dict-plugin
SUBDIR += xh-hunspell
SUBDIR += xhtml
SUBDIR += xhtml-11
SUBDIR += xhtml-basic
SUBDIR += xhtml-modularization
SUBDIR += xhtml1-xsd
SUBDIR += xincluder
SUBDIR += xlhtml
SUBDIR += xlreader
SUBDIR += xml-commons
SUBDIR += xml-format
SUBDIR += xml-i18n-tools
SUBDIR += xml-lite.el
SUBDIR += xml-parse.el
SUBDIR += xml_ez_out
SUBDIR += xml2
SUBDIR += xml2rfc
SUBDIR += xmlada
SUBDIR += xmlcatmgr
SUBDIR += xmlcharent
SUBDIR += xmldiff
SUBDIR += xmlenc
SUBDIR += xmlformat
SUBDIR += xmlgen
SUBDIR += xmlindent
SUBDIR += xmlppm
SUBDIR += xmlprpr
SUBDIR += xmlroff
SUBDIR += xmlstarlet
SUBDIR += xmlto
SUBDIR += xmlwrapp
SUBDIR += xom
SUBDIR += xorg-sgml-doctools
SUBDIR += xp
SUBDIR += xqilla
SUBDIR += xslide.el
SUBDIR += xslint
SUBDIR += xstream
SUBDIR += xsv
SUBDIR += xt
SUBDIR += xwindiff
SUBDIR += y2l
SUBDIR += yali
SUBDIR += yamcha
SUBDIR += yaml-mode.el
SUBDIR += yelp-tools
SUBDIR += yelp-xsl
SUBDIR += yi-aspell
SUBDIR += yi-hunspell
SUBDIR += yodl
SUBDIR += yould
SUBDIR += zorba
SUBDIR += zu-aspell
SUBDIR += zu-hunspell
.include <bsd.port.subdir.mk>