Commit graph

4706 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
131ee8c05e - Add NO_ARCH
Approved by:	portmgr (blanket)
2015-09-07 17:52:52 +00:00
Dirk Meyer
f3433caacf - Add HUNSPELL option (enabled by default)
- Use qt4-linguisttools instead of qt4-linguist for *.ts files.
- Depend on qt4-xml and qt4-gui even when KDE is selected (they are used anyway).
- Use OPTIONS helpers where possible.
PR:		202547
Submitted by:	Andriy Voskoboinyk
2015-09-05 15:15:43 +00:00
Koop Mast
5de00e7178 Update folkts to 0.11.1. 2015-09-04 16:12:39 +00:00
Guido Falsi
efde50083c - Update to 1.0.0
- Use pathfix in place of shebangfix
- Strip binaries
- Add EXAMPLES option
- Simplify post-patch and post-install

PR:		201850
Submitted by:	tkato432@yahoo.com
2015-09-04 12:16:00 +00:00
Sunpoet Po-Chuan Hsieh
eea6c75e24 - Update to 4.6.1
Changes:	https://github.com/jimmycuadra/lita/releases
2015-09-03 16:23:13 +00:00
Raphael Kubo da Costa
f358732b18 Uses/iconv.mk: Set iconv-related CMake variables.
The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.

This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.

r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports
that have both USES=cmake and USES=iconv use variations of FindIconv.cmake
that behave similarly. This change passes the header and library values we
really want to use to CMake using the most common variable names, bypassing
the calls to find_path() and find_library() that would sometimes end up
finding the wrong file. The few ports that use different variable names have
had their Makefiles adjusted (we manually pass the values we want via
CMAKE_ARGS).

Other changes:
- chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we
  always want the version from ports because of USES=iconv:wchar_t.
- editors/calligra: Explicitly use iconv:translit because Kexi needs it.
- irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not
  be entirely removed because the check_library_exists() calls are wrong.
  Sent upstream: https://github.com/weechat/weechat/pull/513
- textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used.

PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because
their dependency list has changed in 10.2 and later as the ports version is
always used now.

PR:		202798
Reviewed by:	antoine, tijl
Approved by:	portmgr (antoine)
2015-09-03 15:44:13 +00:00
Kurt Jaeger
558cc666b1 net-im/telegram: switch to USE_GITHUB
PR:		202813
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-09-02 19:03:30 +00:00
Sunpoet Po-Chuan Hsieh
fe86e14a30 - Update to 4.6.0
Changes:	https://github.com/jimmycuadra/lita/releases
2015-08-31 13:32:32 +00:00
TAKATSU Tomonari
1f79aa9e79 - Update to 3.2.6 2015-08-29 20:36:26 +00:00
Max Brazhnikov
c7c32639cc Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
Veniamin Gvozdikov
a2b1d2bd63 - Update to 0.16
PR:		ports/202472
Submitted by:	Chris Petrik <chris@bsdjunk.com>
2015-08-23 16:20:01 +00:00
Sunpoet Po-Chuan Hsieh
03c5ec41d4 - Update to 4.5.0
Changes:	https://github.com/jimmycuadra/lita/releases
2015-08-22 04:25:14 +00:00
Gabor Pali
39b8e49140 - 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.

New ports (48):

converters/hs-aeson-pretty     JSON pretty-printing library and command-line
                               tool
converters/hs-sandi            Data encoding library
devel/hs-StateVar              State variables
devel/hs-base-orphans          Backwards-compatible orphan instances for base
devel/hs-bytestring-mmap       Mmap support for strict ByteStrings
devel/hs-constraints           Constraint manipulation
devel/hs-data-ordlist          Set and bag operations on ordered lists
devel/hs-easy-file             Cross-platform File handling
devel/hs-extra                 Extra functions
devel/hs-geniplate-mirror      Use Template Haskell to generate Uniplate-like
                               functions
devel/hs-haddock-api           Documentation-generation tool for Haskell
                               libraries
devel/hs-hex                   Convert strings into hexadecimal and back
devel/hs-hourglass             Simple performant time related library
devel/hs-hsb2hs                Preprocesses a file, adding blobs from files
                               as string literals
devel/hs-hspec-core            Testing Framework for Haskell
devel/hs-hspec-discover        Automatically discover and run Hspec tests
devel/hs-js-flot               Obtain minified flot code
devel/hs-js-jquery             Obtain minified jQuery code
devel/hs-lifted-async          Run lifted IO operations asynchronously and
                               wait for their results
devel/hs-map-syntax            Syntax sugar for defining maps
devel/hs-memory                Memory and related abtraction stuff
devel/hs-mutable-containers    Abstactions and concrete implementations of
                               mutable containers
devel/hs-newtype               Typeclass and set of functions for working
                               with newtypes
devel/hs-old-locale            Locale library
devel/hs-old-time              Time library
devel/hs-preprocessor-tools    Framework for extending Haskell's syntax via
                               quick-and-dirty preprocessors
devel/hs-time-locale-compat    Compatibility of TimeLocale between old-locale
                               and time-1.5
devel/hs-uuid-types            Type definitions for Universally Unique
                               Identifiers
math/hs-Agda-stdlib            Agda standard library
math/hs-adjunctions            Adjunctions and representable functors
math/hs-kan-extensions         Kan extensions, Kan lifts, various forms of
                               the Yoneda lemma, and (co)density (co)monads
net-im/hs-haskell-xmpp         Haskell XMPP library based on HaXml & STM
net-p2p/hs-torrent             BitTorrent file parser and generater
net/hs-aws Amazon              Web Services (AWS) for Haskell
net/hs-network-uri             URI manipulation
security/hs-cryptonite         Cryptography Primitives sink
security/hs-nonce              Generate cryptographic nonces
shells/hs-shelly               Shell-like (systems) programming in Haskell
sysutils/hs-ekg-json           JSON encoding of ekg metrics
textproc/hs-bencode            Parser and printer for bencoded data
textproc/hs-cassava            CSV parsing and encoding library
textproc/hs-cmark              Fast, accurate CommonMark (Markdown) parser
                               and renderer
textproc/hs-pandoc-citeproc    Supports using pandoc with citeproc
textproc/hs-regex-applicative  Regex-based parsing with applicative interface
textproc/hs-regex-compat-tdfa  Unicode Support version of Text.Regex, using
                               regex-tdfa
textproc/hs-rfc5051            Simple unicode collation as per RFC5051
www/hs-http2                   HTTP/2.0 library including frames and HPACK
www/hs-multipart               HTTP multipart split out of the cgi package

Updated ports (317):

archivers/hs-tar                         0.4.0.1_8        --> 0.4.2.1
archivers/hs-zip-archive                 0.2.3.4_1        --> 0.2.3.7
archivers/hs-zlib                        0.5.4.1_6        --> 0.5.4.2
archivers/hs-zlib-bindings               0.1.1.3_7        --> 0.1.1.5
audio/hs-ALUT                            2.3.0.1_2        --> 2.4.0.0
audio/hs-OpenAL                          1.6.0.0_1        --> 1.7.0.0
audio/hs-libmpd                          0.8.0.5_1        --> 0.9.0.2
benchmarks/hs-criterion                  0.8.1.0_1        --> 1.1.0.0
converters/hs-aeson                      0.7.0.6_1        --> 0.8.0.2
converters/hs-json                       0.7_8            --> 0.9.1
databases/hs-esqueleto                   1.4.4_1          --> 2.4.1
databases/hs-hedis                       0.6.5            --> 0.6.9
databases/hs-mysql                       0.1.1.6_1        --> 0.1.1.8
databases/hs-persistent                  1.3.1.1_1        --> 2.2
databases/hs-persistent-sqlite           1.3.0.5_1        --> 2.2
databases/hs-persistent-template         1.3.1.4_1        --> 2.1.3.4
devel/hs-BNFC                            2.6.0.3_8        --> 2.8
devel/hs-Boolean                         0.2.1_1          --> 0.2.3
devel/hs-ConfigFile                      1.1.2_1          --> 1.1.4
devel/hs-List                            0.5.1_8          --> 0.5.2
devel/hs-MissingH                        1.2.1.0_1        --> 1.3.0.1
devel/hs-MonadCatchIO-transformers       0.3.1.0_1        --> 0.3.1.3
devel/hs-MonadRandom                     0.1.13_1         --> 0.4
devel/hs-ObjectName                      1.0.0.0_14       --> 1.1.0.0
devel/hs-QuickCheck                      2.6_6            --> 2.8.1
devel/hs-ReadArgs                        1.2.1_8          --> 1.2.2
devel/hs-STMonadTrans                    0.3.2_1          --> 0.3.3
devel/hs-ShellCheck                      0.3.5            --> 0.3.8
devel/hs-Stream                          0.4.7.1_1        --> 0.4.7.2
devel/hs-alex                            3.1.3_1          --> 3.1.4
devel/hs-ansi-terminal                   0.6.1.1_1        --> 0.6.2.1
devel/hs-ansi-wl-pprint                  0.6.7.1_1        --> 0.6.7.3
devel/hs-asn1-encoding                   0.8.1.3_1        --> 0.9.0
devel/hs-asn1-parse                      0.8.1_1          --> 0.9.1
devel/hs-asn1-types                      0.2.3_1          --> 0.3.0
devel/hs-async                           2.0.1.5_1        --> 2.0.2
devel/hs-atomic-primops                  0.6.0.6_1        --> 0.8
devel/hs-auto-update                     0.1.0.0_1        --> 0.1.2.2
devel/hs-basic-prelude                   0.3.8_1          --> 0.5.0
devel/hs-bifunctors                      4.1.1.1_1        --> 5
devel/hs-blaze-builder                   0.3.3.2_1        --> 0.4.0.1
devel/hs-blaze-builder-enumerator        0.2.0.6_1        --> 0.2.1.0
devel/hs-blaze-textual                   0.2.0.9_1        --> 0.2.1.0
devel/hs-bloomfilter                     2.0.0.0_1        --> 2.0.1.0
devel/hs-boxes                           0.1.3_1          --> 0.1.4
devel/hs-bytestring-lexing               0.4.3.2          --> 0.5.0.2
devel/hs-c2hs                            0.17.2_1         --> 0.26.1
devel/hs-cabal-install                   1.18.0.5_1       --> 1.22.6.0
devel/hs-cereal                          0.4.0.1_1        --> 0.4.1.1
devel/hs-checkers                        0.3.2_1          --> 0.4.3
devel/hs-chunked-data                    0.1.0.1_1        --> 0.2.0
devel/hs-classy-prelude                  0.9.3_1          --> 0.12.1.1
devel/hs-classy-prelude-conduit          0.9.3_1          --> 0.12.0.1
devel/hs-cmdargs                         0.10.9_1         --> 0.10.13
devel/hs-conduit                         1.1.7_1          --> 1.2.5
devel/hs-conduit-combinators             0.2.8.2_1        --> 1.0.3
devel/hs-conduit-extra                   1.1.3_1          --> 1.1.9.1
devel/hs-convertible                     1.1.0.0_1        --> 1.1.1.0
devel/hs-cpphs                           1.18.5_1         --> 1.19
devel/hs-darcs                           2.8.5            --> 2.10.1
devel/hs-data-hash                       0.2.0.0_1        --> 0.2.0.1
devel/hs-data-pprint                     0.2.3_1          --> 0.2.4
devel/hs-datetime                        0.2.1_12         --> 0.3.1
devel/hs-deepseq-generics                0.1.1.1_1        --> 0.1.1.2
devel/hs-dlist                           0.7.1_1          --> 0.7.1.1
devel/hs-edit-distance                   0.2.1.2_7        --> 0.2.2.1
devel/hs-either                          4.3.0.1_1        --> 4.4.1
devel/hs-enclosed-exceptions             1.0.0.2_1        --> 1.0.1.1
devel/hs-equivalence                     0.2.5_1          --> 0.3.1
devel/hs-errors                          1.4.7_1          --> 2.0.0
devel/hs-exceptions                      0.6.1_1          --> 0.8.0.2
devel/hs-fast-logger                     2.2.0_1          --> 2.4.1
devel/hs-fgl                             5.5.0.1_1        --> 5.5.2.1
devel/hs-file-embed                      0.0.7_1          --> 0.0.9
devel/hs-filemanip                       0.3.6.2_8        --> 0.3.6.3
devel/hs-filestore                       0.6.0.3_1        --> 0.6.1
devel/hs-free                            4.9_1            --> 4.12.1
devel/hs-fsnotify                        0.1.0.3_1        --> 0.2.1
devel/hs-gconf                           0.12.5.0_1       --> 0.13.0.2
devel/hs-generic-deriving                1.6.3_1          --> 1.8.0
devel/hs-ghc-events                      0.4.3.0_1        --> 0.4.4.0
devel/hs-gio                             0.12.5.3_1       --> 0.13.1.0
devel/hs-git-annex                       5.20140817_1     --> 5.20150727
devel/hs-glib                            0.12.5.4_1       --> 0.13.1.1
devel/hs-gtk2hs-buildtools               0.12.5.2_2       --> 0.13.0.4
devel/hs-haddock                         2.14.3_1         --> 2.16.1
devel/hs-haddock-library                 1.1.0_1          --> 1.2.1
devel/hs-happy                           1.19.4_1         --> 1.19.5
devel/hs-hashable                        1.2.2.0_1,1      --> 1.2.3.3,1
devel/hs-hashtables                      1.1.2.1_1        --> 1.2.0.2
devel/hs-haskell-src                     1.0.1.6_1        --> 1.0.2.0
devel/hs-haskell-src-exts                1.15.0.1_1       --> 1.16.0.1
devel/hs-hasktags                        0.69.0_1         --> 0.69.1
devel/hs-hastache                        0.6.0_1          --> 0.6.1
devel/hs-hinotify                        0.3.7_1          --> 0.3.8.1
devel/hs-hint                            0.4.2.0_1        --> 0.4.2.3
devel/hs-hlint                           1.9.3_1          --> 1.9.21
devel/hs-hoogle                          4.2.34_1         --> 4.2.41
devel/hs-hslogger                        1.2.4_1          --> 1.2.9
devel/hs-hslua                           0.3.13_1         --> 0.4.0
devel/hs-hspec                           1.11.0_1         --> 2.1.10
devel/hs-hspec-expectations              0.6.0.1_1        --> 0.7.1
devel/hs-keys                            3.10.1_1         --> 3.10.2
devel/hs-language-c                      0.4.5_1          --> 0.4.7
devel/hs-language-javascript             0.5.13_1         --> 0.5.14.2
devel/hs-lens                            4.3.3_1          --> 4.12.3
devel/hs-lifted-base                     0.2.3.0_1        --> 0.2.3.6
devel/hs-mmorph                          1.0.3_1          --> 1.0.4
devel/hs-monad-control                   0.3.3.0_1        --> 1.0.0.4
devel/hs-monad-logger                    0.3.7.1_1        --> 0.3.13.2
devel/hs-monad-loops                     0.4.2.1_1        --> 0.4.3
devel/hs-monad-par                       0.3.4.6_1        --> 0.3.4.7
devel/hs-mono-traversable                0.6.1_1          --> 0.9.2.1
devel/hs-mtl                             2.1.3.1_1        --> 2.2.1
devel/hs-mueval                          0.9.1.1_1        --> 0.9.1.1.2
devel/hs-murmur-hash                     0.1.0.7_1        --> 0.1.0.8
devel/hs-optparse-applicative            0.9.1.1_1        --> 0.11.0.2
devel/hs-parallel                        3.2.0.4_1        --> 3.2.0.6
devel/hs-pcre-light                      0.4.0.2_1        --> 0.4.0.3
devel/hs-primitive                       0.5.2.1_1        --> 0.6
devel/hs-profunctors                     4.2.0.1_1        --> 5.1.1
devel/hs-project-template                0.1.4.1_1        --> 0.2.0
devel/hs-random                          1.0.1.1_10       --> 1.1
devel/hs-reflection                      1.5.1_1          --> 2
devel/hs-resource-pool                   0.2.3.0_1        --> 0.2.3.2
devel/hs-resourcet                       1.1.2.3_1        --> 1.1.6
devel/hs-safe                            0.3.7_1          --> 0.3.9
devel/hs-scientific                      0.3.3.0_1        --> 0.3.3.8
devel/hs-securemem                       0.1.3_1          --> 0.1.9
devel/hs-setenv                          0.1.1.1_1        --> 0.1.1.3
devel/hs-shake                           0.13.2_1         --> 0.15.5
devel/hs-silently                        1.2.4.1_7        --> 1.2.5
devel/hs-stm                             2.4.2_6          --> 2.4.4
devel/hs-stm-chans                       3.0.0.2_1        --> 3.0.0.4
devel/hs-streaming-commons               0.1.4.1_1        --> 0.1.12.1
devel/hs-syb                             0.4.1_1          --> 0.5.1
devel/hs-syb-with-class                  0.6.1.5_1        --> 0.6.1.6
devel/hs-system-fileio                   0.3.14_1         --> 0.3.16.3
devel/hs-system-filepath                 0.4.12_1         --> 0.4.13.4
devel/hs-tagged                          0.7.2_1          --> 0.8.1
devel/hs-test-framework                  0.8.0.3_1        --> 0.8.1.1
devel/hs-text                            1.1.0.0_1        --> 1.2.1.3
devel/hs-text-icu                        0.6.3.7_2        --> 0.7.0.1
devel/hs-threads                         0.5.1.2_1        --> 0.5.1.3
devel/hs-threadscope                     0.2.4_1          --> 0.2.7
devel/hs-timezone-olson                  0.1.4_1          --> 0.1.7
devel/hs-timezone-series                 0.1.3_1          --> 0.1.5.1
devel/hs-transformers-base               0.4.2_1          --> 0.4.4
devel/hs-transformers-compat             0.3.3.4_1        --> 0.4.0.4
devel/hs-unix-compat                     0.4.1.3_1        --> 0.4.1.4
devel/hs-unix-time                       0.3.3_1          --> 0.3.5
devel/hs-unordered-containers            0.2.4.0_1        --> 0.2.5.1
devel/hs-utf8-string                     0.3.8_1          --> 1
devel/hs-uuagc                           0.9.51_1         --> 0.9.52.1
devel/hs-uuagc-cabal                     1.0.5.0_1        --> 1.0.6.0
devel/hs-uuid                            1.3.3_1          --> 1.3.11
devel/hs-uulib                           0.9.16_1         --> 0.9.20
devel/hs-vault                           0.3.0.3_1        --> 0.3.0.4
devel/hs-vector                          0.10.9.1_1       --> 0.10.12.3
devel/hs-vector-algorithms               0.6.0.3_1        --> 0.7.0.1
devel/hs-vector-instances                3.3_1            --> 3.3.1
devel/hs-vector-th-unbox                 0.2.1.0_1        --> 0.2.1.2
devel/hs-void                            0.6.1_1          --> 0.7
devel/hs-word8                           0.1.1_1          --> 0.1.2
dns/hs-dns                               1.4.2_1          --> 2.0.0
graphics/hs-JuicyPixels                  3.1.6.1_1        --> 3.2.6
graphics/hs-cairo                        0.12.5.3_1       --> 0.13.1.0
graphics/hs-dia-base                     0.1.1.2_8        --> 0.1.1.3
graphics/hs-dia-functions                0.2.1.3_8        --> 0.2.1.4
graphics/hs-svgcairo                     0.12.5.2_1       --> 0.13.0.3
lang/hs-brainfuck                        0.1_15           --> 0.1.0.2
lang/hs-unlambda                         0.1.3_8          --> 0.1.4.1
mail/hs-email-validate                   2.0.1_1          --> 2.1.3
mail/hs-mime                             0.4.0.1_1        --> 0.4.0.2
mail/hs-mime-mail                        0.4.5.2_1        --> 0.4.9
mail/hs-mime-types                       0.1.0.4_1        --> 0.1.0.6
math/hs-Agda                             2.4.0.2_1        --> 2.4.2.3
math/hs-NumInstances                     1.3_6            --> 1.4
math/hs-categories                       1.0.6_1          --> 1.0.7
math/hs-comonad                          4.2.2_1          --> 4.2.7.2
math/hs-contravariant                    1.1_1            --> 1.3.2
math/hs-data-lens                        2.10.5_1         --> 2.10.7
math/hs-data-lens-template               2.1.8_1          --> 2.1.9
math/hs-ieee754                          0.7.3_10         --> 0.7.6
math/hs-mwc-random                       0.13.1.2_1       --> 0.13.3.2
math/hs-pointed                          4.1_1            --> 4.2.0.2
math/hs-semigroupoids                    4.0.4_1          --> 5.0.0.3
math/hs-semigroups                       0.15.2_1         --> 0.16.2.2
math/hs-statistics                       0.13.2.1_1       --> 0.13.2.3
math/hs-vector-space                     0.8.7_1          --> 0.10.2
net/hs-connection                        0.2.3_1          --> 0.2.5
net/hs-gsasl                             0.3.5_1          --> 0.3.6
net/hs-hoauth2                           0.4.3            --> 0.4.8
net/hs-iproute                           1.3.1_1          --> 1.5.0
net/hs-network                           2.4.2.3_1        --> 2.6.2.1
net/hs-network-info                      0.2.0.5_1        --> 0.2.0.7
net/hs-network-multicast                 0.0.11_1         --> 0.1.0
net/hs-network-protocol-xmpp             0.4.6_2          --> 0.4.8
net/hs-simple-sendfile                   0.2.15_1         --> 0.2.21
print/hs-hscolour                        1.20.3_8,1       --> 1.23,1
security/hs-DRBG                         0.5.2_1          --> 0.5.4
security/hs-HsOpenSSL                    0.11_2           --> 0.11.1.1
security/hs-RSA                          2.0.0_1          --> 2.1.0.1
security/hs-SHA                          1.6.4.1_1        --> 1.6.4.2
security/hs-cipher-aes                   0.2.8_1          --> 0.2.11
security/hs-cipher-aes128                0.6.4_1          --> 0.7.0.1
security/hs-clientsession                0.9.0.3_1        --> 0.9.1.1
security/hs-cprng-aes                    0.5.2_1          --> 0.6.1
security/hs-crypto-api                   0.13_1           --> 0.13.2
security/hs-crypto-conduit               0.5.4_1          --> 0.5.5
security/hs-crypto-numbers               0.2.3_1          --> 0.2.7
security/hs-crypto-pubkey                0.2.4_1          --> 0.2.8
security/hs-crypto-pubkey-types          0.4.2.2_1        --> 0.4.3
security/hs-crypto-random                0.0.7_1          --> 0.0.9
security/hs-entropy                      0.3.2_1          --> 0.3.7
security/hs-gnutls                       0.1.5_1          --> 0.2
security/hs-pwstore-fast                 2.4.1_1          --> 2.4.4
security/hs-skein                        1.0.9_1          --> 1.0.9.3
security/hs-tls                          1.2.8_1          --> 1.3.1
security/hs-x509                         1.4.11_1         --> 1.6.0
security/hs-x509-store                   1.4.4_1          --> 1.6.0
security/hs-x509-system                  1.4.5_1          --> 1.6.0
security/hs-x509-validation              1.5.0_1          --> 1.6.0
sysutils/hs-angel                        0.5.0_1          --> 0.6.2
sysutils/hs-ekg                          0.4.0.1_1        --> 0.4.0.8
sysutils/hs-ekg-core                     0.1.0.1_1        --> 0.1.1.0
textproc/hs-Diff                         0.3.0_1          --> 0.3.2
textproc/hs-HStringTemplate              0.7.3_1          --> 0.8.3
textproc/hs-HaXml                        1.24.1_1         --> 1.25.3
textproc/hs-attoparsec                   0.10.4.0_7       --> 0.12.1.6
textproc/hs-attoparsec-enumerator        0.3.3_1          --> 0.3.4
textproc/hs-blaze-html                   0.7.0.2_1        --> 0.8.1.0
textproc/hs-blaze-markup                 0.6.1.0_1        --> 0.7.0.2
textproc/hs-case-insensitive             1.1.0.3_1        --> 1.2.0.4
textproc/hs-citeproc-hs                  0.3.9_1          --> 0.3.10
textproc/hs-double-conversion            0.2.0.6_7        --> 2.0.1.0
textproc/hs-feed                         0.3.9.2_1        --> 0.3.10.0
textproc/hs-hexpat                       0.20.6_1         --> 0.20.9
textproc/hs-highlighting-kate            0.5.11.1         --> 0.6
textproc/hs-hs-bibutils                  5.0_6            --> 5.5
textproc/hs-html-conduit                 1.1.0.5_1        --> 1.2.0
textproc/hs-hxt                          9.3.1.4_1        --> 9.3.1.15
textproc/hs-hxt-charproperties           9.1.1.1_1        --> 9.2.0.1
textproc/hs-hxt-regex-xmlschema          9.1.0_7          --> 9.2.0.2
textproc/hs-hxt-unicode                  9.0.2.2_1        --> 9.0.2.4
textproc/hs-lhs2tex                      1.18.1_8         --> 1.19
textproc/hs-pandoc                       1.13.2           --> 1.15.0.6
textproc/hs-pandoc-types                 1.12.4.1_1       --> 1.12.4.5
textproc/hs-parsec                       3.1.5_1          --> 3.1.9
textproc/hs-polyparse                    1.9_6            --> 1.11
textproc/hs-stringsearch                 0.3.6.5_1        --> 0.3.6.6
textproc/hs-tagsoup                      0.13.1_1         --> 0.13.3
textproc/hs-tagstream-conduit            0.5.5.1_1        --> 0.5.5.3
textproc/hs-texmath                      0.8.0.1          --> 0.8.3
textproc/hs-uri                          0.1.6.2_1        --> 0.1.6.3
textproc/hs-xml                          1.3.13_6         --> 1.3.14
textproc/hs-xml-conduit                  1.2.1_1          --> 1.3.1
textproc/hs-xml-hamlet                   0.4.0.9_1        --> 0.4.0.11
textproc/hs-xml-types                    0.3.4_1          --> 0.3.6
textproc/hs-xmlhtml                      0.2.3.2_1        --> 0.2.3.4
textproc/hs-yaml                         0.8.8.4_1        --> 0.8.13
www/hs-DAV                               1.0.1_1          --> 1.0.7
www/hs-HTTP                              4000.2.10_1      --> 4000.2.20
www/hs-authenticate                      1.3.2.9_1        --> 1.3.2.11
www/hs-cgi                               3001.1.8.5_1,1   --> 3001.2.2.2,1
www/hs-cookie                            0.4.1.2_1        --> 0.4.1.6
www/hs-gitit                             0.10.6.1_1       --> 0.11.1
www/hs-hS3                               0.5.8_1          --> 0.5.9
www/hs-happstack-server                  7.3.7_1          --> 7.4.4
www/hs-heist                             0.13.1.2_1       --> 0.14.1.1
www/hs-hjsmin                            0.1.4.7_1        --> 0.1.5.0
www/hs-http-client                       0.3.6.1_1        --> 0.4.20
www/hs-http-conduit                      2.1.4_1          --> 2.1.8
www/hs-http-date                         0.0.4_8          --> 0.0.6.1
www/hs-http-reverse-proxy                0.4.0.1_1        --> 0.4.2
www/hs-http-server                       1.0.4_1          --> 1.0.6
www/hs-http-types                        0.8.5_1          --> 0.8.6
www/hs-oeis                              0.3.5_1          --> 0.3.6
www/hs-path-pieces                       0.1.4_1          --> 0.2.0
www/hs-recaptcha                         0.1.0.2_1        --> 0.1.0.3
www/hs-shakespeare                       2.0.1.1_1        --> 2.0.5
www/hs-snap                              0.13.2.8_1       --> 0.14.0.6
www/hs-snap-core                         0.9.6.3_1        --> 0.9.7.2
www/hs-snap-server                       0.9.4.5_1        --> 0.9.5.1
www/hs-wai                               3.0.1.1_1        --> 3.0.3.0
www/hs-wai-app-static                    3.0.0_1          --> 3.1.1
www/hs-wai-extra                         3.0.1.2_1        --> 3.0.10
www/hs-wai-logger                        2.2.0_1          --> 2.2.4.1
www/hs-warp                              3.0.0.5_1        --> 3.1.3
www/hs-warp-tls                          3.0.0_1          --> 3.1.1
www/hs-webkit                            0.12.6.1_1       --> 0.13.1.3
www/hs-xss-sanitize                      0.3.5.2_1        --> 0.3.5.6
www/hs-yesod                             1.2.6.1_1        --> 1.4.1.5
www/hs-yesod-auth                        1.3.4_1          --> 1.4.6
www/hs-yesod-auth-hashdb                 1.3.0.1_1        --> 1.4.2.2
www/hs-yesod-bin                         1.2.12.3_1       --> 1.4.13.3
www/hs-yesod-core                        1.2.19_1         --> 1.4.13
www/hs-yesod-form                        1.3.14_1         --> 1.4.4.1
www/hs-yesod-persistent                  1.2.3_1          --> 1.4.0.3
www/hs-yesod-static                      1.2.4_1          --> 1.5.0.2
www/hs-yesod-test                        1.2.3.2_1        --> 1.4.3.1
x11-toolkits/hs-GLURaw                   1.4.0.1_1        --> 1.5.0.1
x11-toolkits/hs-GLUT                     2.5.1.1_1,1      --> 2.7.0.1,1
x11-toolkits/hs-OpenGL                   2.9.2.0_1,1      --> 2.12.0.1,1
x11-toolkits/hs-OpenGLRaw                1.5.0.0_1        --> 2.5.1.0
x11-toolkits/hs-gtk                      0.12.5.7_1       --> 0.13.9
x11-toolkits/hs-gtk2hs                   0.12.5_1,1       --> 0.13,1
x11-toolkits/hs-gtksourceview2           0.12.5.0_1       --> 0.13.1.3
x11-toolkits/hs-pango                    0.12.5.3_1       --> 0.13.1.0
x11-toolkits/hs-vte                      0.12.5.0_1       --> 0.13.0.2
x11-toolkits/hs-wx                       0.90.1.0_1       --> 0.91.0.0
x11-toolkits/hs-wxc                      0.90.1.1_1       --> 0.91.0.0
x11-toolkits/hs-wxcore                   0.90.1.1_1       --> 0.91.0.0
x11-toolkits/hs-wxdirect                 0.90.1.1_1       --> 0.91.0.0
x11-wm/hs-xmonad                         0.11_10          --> 0.11.1
x11-wm/hs-xmonad-contrib                 0.11.3_2         --> 0.11.4
x11/hs-xmobar                            0.21_1           --> 0.23.1

Removed ports (14):

devel/hs-MaybeT            Support for computations with failures (deprecated)
devel/hs-geniplate         Use template Haskell to generate Uniplate-like
                           functions (upstream support is discontinued)
devel/hs-glade             Binding to the glade library (upstream support is
                           discontinued)
devel/hs-haskell-platform  The Haskell Platform (it is not tracked any more)
devel/hs-ranges            Ranges and various functions on them (deprecated)
devel/hs-testpack          Test Utility Pack for HUnit and QuickCheck
                           (upstream is unmaintained)
graphics/hs-soegtk         GUI functions as used in the book "The Haskell
                           School of Expression" (upstream support is
                           discontinued)
lang/hs-epic               Compiler for a simple functional language (it is
                           not needed any more)
math/hs-nats               Natural numbers (it has been merged into the base
                           library of GHC)
multimedia/hs-gstreamer    Binding to the GStreamer open source multimedia
                           framework (upstream support is discontinued) [2]
www/hs-scgi                Haskell library for writing SCGI programs
                           (deprecated)
www/hs-yesod-platform      Meta package for Yesod (upstream support is
                           discontinued)
www/hs-yesod-routes        Effective routing for Yesod (upstream support is
                           discontinued)
x11-toolkits/hs-gtkglext   Binding to the GTK+ OpenGL Extension (upstream
                           support is discontinued)

PR:		181049 [1]
PR:		197925 [2]
PR:		200684 [3]
Submitted by:	arrowdodger <6yearold@gmail.com> [1]
Obtained from:	FreeBSD Haskell
2015-08-20 23:02:14 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Sunpoet Po-Chuan Hsieh
087e78c857 - Add LICENSE
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH
2015-08-15 12:10:06 +00:00
Olivier Duchateau
48473259c9 Update to 1.0.1
PR:		202238
Submitted by:	Carlos Puga Medina (maintainer)
2015-08-14 19:13:21 +00:00
Sunpoet Po-Chuan Hsieh
8c9a5f334f - Remove RG link 2015-08-13 17:39:31 +00:00
Pawel Pekala
aaa0d73cfc - Update to version 3.1.0 [1]
- Respect CFLAGS during build

PR:		201939 [1]
Submitted by:	IWAMOTO Kouichi (maintainer) [1]
2015-08-10 21:44:39 +00:00
Koop Mast
e5638bd93a Update farstream to 0.2.7.
Bump revision because of shlib change.
2015-08-08 16:25:26 +00:00
Koop Mast
511c9f6d07 Update libnice to 0.1.13. 2015-08-08 14:44:16 +00:00
Ashish SHUKLA
77f1bf8267 - Update to 15.07 2015-08-06 09:30:10 +00:00
Kurt Jaeger
d0cff72421 net-im/telegram: 1.0.5.1 -> 1.3.1
- Update to 1.3.1
- Add LICENSE_FILE
- Remove unneeded patches
- Add DOCS
- Add libjansson.so as dependency
- Fix build on FreeBSD 8 and 9
- Submitter takes maintainership

PR:		202113
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
2015-08-06 05:30:26 +00:00
Koop Mast
d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00
Koop Mast
d138701abc Part 2 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-05 07:39:47 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Koop Mast
11bc22f452 Update zeitgeist to 0.9.14 [1]
This version of zeitgeist now bundles libzeitgeist in the port. The
new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so.

* deskutils/cairo-dock-plugins: supports both zeitgeist versions.
* net-im/folks: Only supports the new 2.0 libzeitgeist library version. And
  this went unnoticed, woops.
* sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist.
* sysutils/qzeitgeist: Update the port for the new zeitgeist API.
* www/midori: Mark the zeitgeist option (non-default) broken until midori
  can be updated to a version that supports the new libzeitgeist 2.0

PR:		190729 [1]
Submitted by:	olivierd@ [1]
2015-08-02 15:37:19 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Ruslan Makhmatkhanov
d8d405c1d7 net-im/gajim: update to 0.16.3
Gajim 0.16.3 (31 July 2015)

  * Fix reading secret file
  * Fix reconnection after suspend
  * Fix sending GPG-encrypted file to non-trusted key
2015-08-01 18:21:39 +00:00
Veniamin Gvozdikov
1b5bfb56f3 - Update to 1.2.5 2015-07-31 09:16:50 +00:00
Sunpoet Po-Chuan Hsieh
0142e71d55 - Add LICENSE
- Fix *_DEPENDS
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
2015-07-27 19:26:18 +00:00
Antoine Brodin
46a065c8c3 Update devel/doxygen to 1.8.10
PR:		201365
exp-run:	self
2015-07-27 17:11:51 +00:00
Ruslan Makhmatkhanov
15357355c8 net-im/gajim: update to 0.16.2
Gajim 0.16.2 (20 July 2015)

  * improve Zeroconf under windows and with IPv6
  * Fix errors with GnuPG
  * Minor fixes and improvements
2015-07-27 08:34:43 +00:00
Ruslan Makhmatkhanov
efd9a1a7d1 net-im/py-nbxmpp: remove dependency on twisted
Remove dependency on twisted, because it is not used anymore
and let it build with python3 after that.
Bump PORTREVISION to chase dependency change
2015-07-27 06:55:33 +00:00
Ruslan Makhmatkhanov
e5b12ac883 net-im/py-nbxmpp: update to 0.5.3
python-nbxmpp 0.5.3 (13 July 2015)

  * Fix receiving long utf8 strings under py3
  * Fix issue with pyopenssl 0.15.1
  * Fix decoding issues

Add NO_ARCH and limit python version to 2.x (twisted is not py3-aware).
2015-07-27 06:45:47 +00:00
Ashish SHUKLA
59c9879d49 - Fix typo in a patch file
Submitted by:	Alexey V. Karagodov <kav.karagodov.name@gmail.com>
		(via private email)
2015-07-26 08:31:21 +00:00
Sunpoet Po-Chuan Hsieh
d499ecab82 - Update to 1.5.2
Changes:	https://github.com/hipchat/hipchat-rb/commits/master
2015-07-24 08:58:38 +00:00
TAKATSU Tomonari
0c4487b685 - Update to 3.2.5 2015-07-21 11:41:25 +00:00
Bartek Rutkowski
e53fc8ab42 net-im/tkabber-plugins: add GNUPG option
PR:		201338
Submitted by:	Mikhail <mp39590@gmail.com> (maintainer)
2015-07-16 09:05:40 +00:00
Bartek Rutkowski
e858b92206 net-im/tkabber: add GNUPG option
PR:		201338
Submitted by:	Mikhail <mp39590@gmail.com> (maintainer)
2015-07-16 09:00:21 +00:00
Dmitry Marakasov
0461c4ac36 - Fix shebangs
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-14 19:46:18 +00:00
Dmitry Marakasov
f1c143d87f - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-13 20:55:33 +00:00
Thierry Thomas
e750ee736d Remove BROKEN_i386 and drop unused dependencies.
PR:		ports/201484
Submitted by:	Andriy Voskoboinyk
2015-07-13 20:20:48 +00:00
Kris Moore
6bb42c3957 - Mark BROKEN, no longer can connect, upstream appears abandonded 2015-07-13 13:18:02 +00:00
Joe Marcus Clarke
2f830ef948 Fix a crash caused by changing window size.
PR:		200936
2015-07-12 16:02:28 +00:00
Thierry Thomas
6df66f3b70 Switch to the new official site.
See https://blog.tox.chat/2015/07/current-situation-3/
2015-07-11 14:40:58 +00:00
Sunpoet Po-Chuan Hsieh
79a10462f1 - Add NO_ARCH 2015-07-09 15:43:37 +00:00
Rene Ladan
8a84ad18c2 Remove expired ports:
2015-07-07 graphics/fli2gif: No public distfiles
2015-07-07 net-im/tkabbur: Upstream development ceased since 2008
2015-07-07 21:00:05 +00:00
Sunpoet Po-Chuan Hsieh
b0ef7d5714 - Remove blank line between NO_ARCH and USE_RUBY 2015-07-06 18:05:37 +00:00
Thomas Zander
3c5abc1adb - Use multimedia/ffmpeg instead of multimedia/ffmpeg26
after former has been upgraded to 2.7 branch
- Bump PORTREVISION

PR:		201324
Submitted by:	yuri@rawbw.com (maintainer)
2015-07-05 08:27:03 +00:00
Raphael Kubo da Costa
54b3563792 New port: net-im/libaccounts-qt5.
From pkg-descr:
  Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
  platforms.
  WWW: https://code.google.com/p/accounts-sso/

This port will be used in upcoming versions of KDE Telepathy.

Submitted by:	Tobias Berner <tcberner@gmail.com> via area51
2015-07-03 20:58:37 +00:00
Raphael Kubo da Costa
1116efdafd New port: net-im/libaccounts-glib.
From pkg-descr:

  Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
  platforms.
  WWW: https://code.google.com/p/accounts-sso/

Necessary for the upcoming libaccounts-qt5, which is used in newer versions
of KDE Telepathy.

Submitted by:	Tobias Berner <tcberner@gmail.com> via area51
2015-07-03 20:52:54 +00:00
Philip M. Gollucci
4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00
Johannes Jost Meixner
04ed79d7ff Replace my FreeBSD email with my private email in ports I maintain with
@FreeBSD.org.
2015-07-01 05:01:30 +00:00
Bartek Rutkowski
617becc544 net-im/openfire: update 3.10.0 -> 3.10.2
PR:		201195
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2015-06-29 19:13:05 +00:00
Ashish SHUKLA
2203436618 - Fix typo in OPTION name
- Update `pkg-plist'
- Bump PORTREVISION due to change in pkg-plist
2015-06-29 04:51:28 +00:00
Ashish SHUKLA
8c98e280f6 - Update to 15.06
- Switch to new dependencies tarball
- Add OPTIONs for REDIS, SQLITE, and TOOLS
- Update diff for dict:dict() stuff in Erlang R17+
- Add diff for Erlang R18 support[1]

Submitted by:	olgeni[1] (via private mail)
2015-06-29 04:45:14 +00:00
Adam Weinberger
5b120f9c2f Update to 0.56.
Changes: https://metacpan.org/changes/distribution/Net-Stomp
2015-06-29 00:08:05 +00:00
Dmitry Marakasov
dd8b1436c0 - Add missing dependency on execinfo, fixing build on 9.x
Approved by:	portmgr blanket
2015-06-25 15:47:42 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Ashish SHUKLA
108b878a98 - Fix permissions on /var/run/ejabberdctl, missed from r381868
PR:		200871
2015-06-22 15:53:48 +00:00
Sunpoet Po-Chuan Hsieh
0188ed76fa - Fix gemspec for rubygem-fluent-logger 0.5.0 update
- Bump PORTREVISION for package change
2015-06-19 16:42:04 +00:00
Martin Matuska
6e133e15ba Switch to kqueue(2) 2015-06-19 06:35:31 +00:00
Johannes Jost Meixner
1d507f080b net-im/skype4: improve pkg-message
- improve pkg-message
- set my FreeBSD.org address as maintainer

Sponsored by:	Perceivon OÜ
2015-06-19 01:58:25 +00:00
Thierry Thomas
a4c17142e1 Upgrade Tox, libfilteraudio, toxic, qTox and uTox to a recent snapshot.
PR:		ports/200865
Submitted by:	yuri (at) rawbw.com (qTox maintainer) + patches from other maintainers
Approved by:	maintainers
2015-06-18 19:50:53 +00:00
Bartek Rutkowski
b435ec67c5 net-im/tkabber-plugins: update 1.1.1 -> 1.1.2
PR:		200890
Submitted by:	Mikhail <mp39590@gmail.com> (maintainer)
2015-06-16 12:42:25 +00:00
Bartek Rutkowski
63adf5fb42 net-im/tkabber: update 1.1.1 -> 1.1.2
PR:		200889
Submitted by:	Mikhail <mp39590@gmail.com> (maintainer)
2015-06-16 12:35:43 +00:00
Dmitry Marakasov
09d5bc188f Command-line twitter client for sixel supported terminal.
WWW: https://github.com/isaki68k/sayaka

PR:		200867
Submitted by:	sue@iwmt.org
2015-06-15 23:39:30 +00:00
TAKATSU Tomonari
7e8722db25 - Update to 3.2.4 2015-06-15 19:23:17 +00:00
Sunpoet Po-Chuan Hsieh
32138779a8 - Update to 4.4.3
Changes:	https://github.com/jimmycuadra/lita/releases
- Update RUN_DEPENDS: use newer rubygem-rack
- Bump PORTREVISION for dependency change
2015-06-15 14:43:03 +00:00
Dmitry Marakasov
df41fa6249 - Add LICENSE_FILE
- Fix shebangs
- Strip libraries
- Pet portlint

MFH:		2015Q2
2015-06-15 12:11:00 +00:00
Sunpoet Po-Chuan Hsieh
ea417bd09c - Update to 4.4.2
- Add NO_ARCH

Changes:	https://github.com/jimmycuadra/lita/releases
2015-06-13 20:01:00 +00:00
Sunpoet Po-Chuan Hsieh
35952acedd - Update to 2.2.3
Changes:	https://github.com/termtter/termtter/blob/master/ChangeLog
2015-06-13 20:00:42 +00:00
Vsevolod Stakhov
89b79e70ec - Updated libsodium to 1.0.3 [1]
- Bump revision for dependent ports

PR:		200548 [1]
Submitted by:	rsimmons0 at gmail.com [1]
2015-06-13 16:14:54 +00:00
Sunpoet Po-Chuan Hsieh
8438b7fb50 - Add LICENSE
- Sort RUN_DEPENDS
- Add NO_ARCH
- Remove USE_RAKE
- Fix gemspec
- Bump PORTREVISION for package change
- Take maintainership
2015-06-13 13:51:54 +00:00
TAKATSU Tomonari
99f12cda57 - Change HTTPCLIENT from option to mandatory dependency 2015-06-13 11:52:31 +00:00
Erwin Lansing
3e67d040d7 Reset dhn's ports
PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
2015-06-12 20:58:13 +00:00
Johannes Jost Meixner
3b7562930f net-im/skype4: unbreak on 11.0-CURRENT
Changes:

  The "skype" binary works fine after recent update in linux compat layer when
  linux-c6-pulseaudio (libpulse.so.0) is not installed (but linprocfs(5) must be
  mounted into ${LINUXBASE}/proc). So:

  - Unbreak net-im/skype4 for __FreeBSD_version >= 1100075.
  - (temporarily) Disable PA dependency.

  Also:
  - Drop (indirect) PA dependencies.
  - Add tcp_wrappers-libs into linux-c6-pulseaudio-libs dependencies (used by
    libpulse.so.0)
  - Fix some portlint(1) warnings.

  Workaround: libpulse.so.0 can be replaced with PA wrapper from
  https://github.com/waterlaz/skype_oss_wrapper - then sound will work too (with
  mounted devfs(5) in ${LINUXBASE}/dev).

PR:		200608
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-06-11 14:58:03 +00:00
Sunpoet Po-Chuan Hsieh
e98aaa294c - Add NO_ARCH
- Sort USE_PYTHON
2015-06-10 16:45:33 +00:00
Sunpoet Po-Chuan Hsieh
a7692ab799 - Update to 15.2.1
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/twisted/words/topfiles/NEWS
2015-06-09 18:30:24 +00:00
Jan Beich
f2fc9d6de4 multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
2015-06-09 14:25:41 +00:00
Antoine Brodin
f0d0f3d8e0 Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool

PR:		198611
Reviewed by:	emaste
Exp-run:	self
2015-06-08 05:59:13 +00:00
Dmitry Marakasov
36bcb15a0f - Strip libraries 2015-06-07 14:52:14 +00:00
Michael Moll
24b9feb6a0 net-im/tkabbur: set to DEPRECATED
and set to EXPIRE in one month

PR:		199272
Differential Revision:	https://reviews.freebsd.org/D2746
Submitted by:	mp39590@gmail.com
Approved by:	mat (mentor), dhn (maintainer, timeout)
2015-06-07 14:40:51 +00:00
Sunpoet Po-Chuan Hsieh
b0c9422d7c - Add NO_ARCH 2015-06-03 18:41:54 +00:00
Dmitry Marakasov
b03842c1ec - Strip library
- Add LICENSE
2015-06-01 01:29:46 +00:00
Dmitry Marakasov
1733c163ca - Strip library 2015-06-01 01:29:34 +00:00
Dmitry Marakasov
0896a4baea - Strip library
- Whitespace fix
2015-06-01 01:28:50 +00:00
Dmitry Marakasov
09e1e8caf0 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:20:55 +00:00
Dmitry Marakasov
80615ed1a7 - Strip library 2015-05-30 00:30:44 +00:00
Mathieu Arnold
c72a7f070e Fix USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-28 14:27:06 +00:00
Dmitry Marakasov
d309af6aab - Drop USES=desktop-file-utils as suggested by portlint
- Strip library
2015-05-27 23:25:17 +00:00
Vanilla I. Shu
d18918637f Upgrade to 1.0.8. 2015-05-25 07:55:08 +00:00
Sunpoet Po-Chuan Hsieh
b1d9e5138e - Update RUN_DEPENDS: security/rubygem-hmac is a duplicate of security/rubygem-ruby-hmac
- Bump PORTREVISION for dependency change
2015-05-24 15:36:21 +00:00
Kris Moore
b9e0b3984c - Update to 05222015 2015-05-22 17:37:06 +00:00
Thierry Thomas
608516ef3c Refresh to recent snapshots. 2015-05-19 20:20:11 +00:00
Dmitry Marakasov
888a892831 - Add CPE info
Approved by:	portmgr blanket
2015-05-17 15:03:37 +00:00
TAKATSU Tomonari
4fdf0c57fe - Update to 3.2.3
- Regenerate patch file with 'make makepatch'
- Use USES=shebangfix instead of RUBY_SHEBANG_FILES
- Remove RUBY_REQUIRE
2015-05-17 06:30:28 +00:00
Tijl Coosemans
57026bd879 - Modify deskutils/kdepim4 to install libkleo headers. This basically
reverts http://websvn.kde.org/?view=revision&revision=1070773 (Linux
  distros have done something similar)
- Let net-im/kopete-kde4 depend on libkleo from deskutils/kdepim4 to
  enable the cryptography plugin
- Remove dependencies from kopete-kde4 for protocols that are no longer
  supported (libjingle and MSN/WLM)

PR:		199546
Approved by:	maintainer timeout (3 weeks)
2015-05-15 21:20:20 +00:00
Thierry Thomas
5a739bbd5d Upgrade to 20150514 v0.2.s.
PR:		ports/200220
Differential Revision:	 Ivan Klymenko (maintainer)
2015-05-15 14:41:21 +00:00
Dmitry Marakasov
595de32b4b - Fix plist
- Update min. java version
2015-05-15 00:44:32 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Ashish SHUKLA
83b2a01f52 - Update to 15.04
- Fix issue fetching distfile, introduced in r386097
2015-05-13 12:12:49 +00:00
Kurt Jaeger
924cd1b056 net-im/p5-Net-XMPP: 1.02 -> 1.05
- Increase XML::Stream dependency to 1.24
- Update bug tracker location
- RT#94649 use Digest::SHA (from Debian package maintainers)
- RT#94650 spelling corrections (from Debian package maintainers)
2015-05-12 12:45:00 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Wen Heping
4da2e1d1de - Update to 0.2.r.20150509
PR:		200082
Submitted by:	fidaj@ukr.net(maintainer)
2015-05-11 06:12:47 +00:00
Wen Heping
2a0a8a3b08 - Update to 20150505 v0.2.q
PR:		200000
Submitted by:	fidaj@ukr.net(maintainer)
2015-05-08 01:20:00 +00:00
Antoine Brodin
47f4afeaa1 - Properly register info page
- Fix packaging without NLS
2015-05-07 23:16:25 +00:00
Mathieu Arnold
9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00
Pietro Cerutti
d1888d7f0e - Update to 3.10.0
Release announcement:
  https://community.igniterealtime.org/blogs/ignite/2015/04/22/openfire-3100-released
2015-05-06 21:47:27 +00:00
Sunpoet Po-Chuan Hsieh
53467d74ec - Fix gemspec patch
- Bump PORTREVISION for package change
2015-05-02 16:55:46 +00:00
Sunpoet Po-Chuan Hsieh
92b33733c1 - Update to 1.5.1
Changes:	https://github.com/hipchat/hipchat-rb/commits/master
PR:		199691
Submitted by:	Michael Fausten <ports@michael-fausten.de>
2015-05-02 16:55:12 +00:00
Thierry Thomas
870ffb420e Upgrade uTox to 20150419 v0.2.p.
PR:		ports/199358
Submitted by:	Ivan Klymenko
2015-04-27 20:29:48 +00:00
Thierry Thomas
a159b521fd - Update of qTox and toxcore after their new API is eventually fixed
(this unbreak qTox)

- Rename audio/filter_audio to audio/libfilteraudio.

PR:		ports/199726
Submitted by:	yuri (at) rawbw.com
2015-04-27 20:28:13 +00:00
Ashish SHUKLA
c5167c49ba - Chase GNU Emacs updates
PR:		199553
2015-04-27 10:29:27 +00:00
Antoine Brodin
c18b095438 Deprecate ports broken for more than 6 months 2015-04-26 10:07:52 +00:00
Dmitry Marakasov
f2645e4b89 - Add LICENSE_FILE
- Add CPE info

Approved by:	portmgr blanket
2015-04-24 10:58:24 +00:00
Dmitry Marakasov
f29f537530 - Add CPE info
Approved by:	portmgr blanket
2015-04-22 22:57:55 +00:00
Sunpoet Po-Chuan Hsieh
0374608aca - Update to 15.1.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/words/topfiles/NEWS
2015-04-21 18:40:44 +00:00
Mathieu Arnold
3d33ad9c02 Fix build.
===>  Configuring for p5-Net-AIM-1.22_1
/wrkdirs/usr/ports/net-im/p5-Net-AIM/work/Net-AIM-1.22/Net is a recursive symbolic link at /usr/local/lib/perl5/5.21/File/Find.pm line 88.
Checking if your kit is complete...
*** Error code 255

With hat:	perl@
Sponsored by:	Absolight
2015-04-20 17:28:42 +00:00
Tijl Coosemans
2f31f6488f Convert to USES=autoreconf 2015-04-18 15:14:57 +00:00
Tijl Coosemans
5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00
Dmitry Marakasov
7a95e442c4 - Add CPE info
Approved by:	portmgr blanket
2015-04-16 01:51:04 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
David Thiel
0869863de9 Update to 0.9.8. 2015-04-14 21:51:00 +00:00
Antoine Brodin
292475edbd Mark BROKEN: fails to build
src/widget/form/profileform.cpp:217:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH'
    if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH)
                        ^
src/widget/form/profileform.cpp:226:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH'
    if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH)
                        ^
src/widget/form/profileform.cpp:232:33: error: use of undeclared identifier 'TOX_AVATAR_FORMAT_PNG'
    Nexus::getCore()->setAvatar(TOX_AVATAR_FORMAT_PNG, bytes);
                                ^
3 errors generated.

Reported by:	pkg-fallout
2015-04-12 10:35:20 +00:00
Mathieu Arnold
a51e404df7 These need Module::Build.
Sponsored by:	Absolight
2015-04-12 08:45:54 +00:00
Mathieu Arnold
2f75f48bbc These needs Module::Build.
Sponsored by:	Absolight
2015-04-11 08:28:39 +00:00
Dmitry Marakasov
6f1a3799d4 - Add CPE info
Approved by:	portmgr blanket
2015-04-08 17:43:09 +00:00
Sunpoet Po-Chuan Hsieh
616c147d56 - Update to 4.3.2
Changes:	https://github.com/jimmycuadra/lita/releases
2015-04-05 18:24:18 +00:00
Johannes Jost Meixner
abb03c2e25 Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Remove NVIDIA_GL_DESC from all concerned ports
- Use options helpers where adequate.

Differential Revision:	https://reviews.freebsd.org/D1759
Approved by: koobs (mentor)
Approved by: portmgr (bapt)
2015-04-05 07:23:49 +00:00
Carlo Strub
f0e3f4a236 xmpp-client is a simple XMPP client written in pure Go. It supports the OTR
protocol.

WWW: https://github.com/agl/xmpp-client
2015-04-03 20:16:15 +00:00
Raphael Kubo da Costa
7f0829cb24 Convert kde@ ports to USES=metaport.
Submitted by:	alonso@
2015-04-03 19:22:38 +00:00
Bartek Rutkowski
3d16e8226d net-im/uTox: update 0.2.o.git20150311 -> 0.2.o.20150402
- Removed 'git' from PORTVERSION date appendix

PR:		199143
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
2015-04-03 15:46:12 +00:00
Thierry Thomas
b98a84ecbc Refresh. 2015-04-01 20:36:58 +00:00
Bartek Rutkowski
39897f5507 net-im/tkabber-plugins: update 1.1 -> 1.1.1
PR:		198999
Submitted by:	Mikhail <mp39590@gmail.com>
2015-03-31 13:01:40 +00:00
Bartek Rutkowski
3d3b7057d8 net-im/tkabber: update 1.1 -> 1.1.1
PR:		198998
Submitted by:	Mikhail <mp39590@gmail.com>
2015-03-31 12:47:07 +00:00
Baptiste Daroussin
b9fe0de268 Remove dead mirror 2015-03-30 21:42:41 +00:00
Kurt Jaeger
1efff60db4 net-im/corebird: 0.9 -> 1.0
- Update to 1.0
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Remove unnedeed patches.

Changes: https://github.com/baedert/corebird/releases/tag/1.0

PR:		199041
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2015-03-30 19:47:46 +00:00
Steve Wills
fed7471248 Update ruby-gems to 2.4.5
Note this is a big upgrade and the way gemspecs are generated changed. As a
result, all patched gemspecs had to have new patches.
2015-03-30 02:47:07 +00:00
Antoine Brodin
15e35f9130 Fix RUN_DEPENDS 2015-03-28 15:58:38 +00:00
Koop Mast
09e627a363 Update the Gnome stack to the latest in the 3.14 series.
Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes
   ports updated.

Obtained from:	GNOME dev repo
2015-03-27 09:24:39 +00:00
Sunpoet Po-Chuan Hsieh
d361a1631c - Update to 0.55
Changes:	http://search.cpan.org/dist/Net-Stomp/CHANGES
2015-03-26 14:13:41 +00:00
John Marino
b2053786ce 4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt

approved by:	PTHREAD blanket
2015-03-24 18:19:23 +00:00
Ashish SHUKLA
f52c2e2c87 - Update to 15.02[1]
- Fix issue with upgrading port[2] where directory permissions get reset
- Add CPE information
- Cleanup pkg-plist

PR:		198587[1]
Submitted by:	samm at os2.kiev.ua[1]
Reported by:	Igor Karpov (via private email)[2]
2015-03-21 21:53:33 +00:00
Thierry Thomas
6cc676bc72 Refresh. 2015-03-19 20:22:44 +00:00
Thierry Thomas
03ebbc6ca5 Refresh.
Submitted by:	Yuri <yuri (at) rawbw.com>
2015-03-19 20:22:26 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Dmitry Marakasov
5bfb33890a - Clarify LICENSE
- Add LICENSE_FILE
- Strip library
2015-03-16 14:08:29 +00:00
Sunpoet Po-Chuan Hsieh
7b4370c3e1 - Update to 4.3.0
- Add LICENSE
- Remove outdated RUBY_VER check

Changes:	https://github.com/jimmycuadra/lita/releases
2015-03-14 14:57:45 +00:00
Adam Weinberger
10f22ecd6d Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
  PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
  OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
  This one happens in many, many ports. I only applied it in cases where
  it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
2015-03-13 17:29:58 +00:00
Sunpoet Po-Chuan Hsieh
21070be461 - Update MAINTAINER: use @FreeBSD.org 2015-03-12 17:12:19 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00
Thierry Thomas
6f4ba16514 Update to git20150311 v0.2.o.
PR:		ports/198528
Differential Revision:	Ivan Klymenko (maintainer)
2015-03-11 21:25:30 +00:00
Tilman Keskinoz
dc0db7761b Add an option for libnotify support
Submitted by: Denis D <stdedjub@googlemail.com> (Makefile changes)
2015-03-09 14:27:57 +00:00
Sunpoet Po-Chuan Hsieh
d1f7995371 - Update to 1.10.1
Changes:	https://github.com/collectiveidea/tinder/blob/master/CHANGELOG.txt
2015-03-05 17:29:06 +00:00
Tilman Keskinoz
9a815f16e7 Update to 0.4.6 2015-03-04 15:42:57 +00:00
Kurt Jaeger
4758111dc6 New port: net-im/corebird
Corebird is a native GTK3 Twitter client that provides features
such as Direct Messages (DMs), Tweet notifications.

WWW: http://corebird.baedert.org/

PR:		197530
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
Reviewed by:	tijl, olivierd, thierry
2015-03-03 18:59:53 +00:00
Ruslan Makhmatkhanov
a255050b72 net-im/gajim: update to 0.16.1
changelog:

  * Fix sending Zeroconf messages
  * Make ipython compatible to version >= 1.0
  * Support Message Archive Management (XEP-0313)
  * Minor fixes and improvements
2015-03-03 05:37:18 +00:00
Kubilay Kocak
e165141545 [NEW] net-im/py-slackclient: Python client for Slack.com
A basic client for Slack.com, which can optionally connect to the Slack
Real Time Messaging (RTM) API.

WWW: https://github.com/slackhq/python-slackclient
2015-03-03 03:23:03 +00:00
Baptiste Daroussin
42510f4ef4 Remove Author from pkg-descr and white space fixes 2015-03-02 23:36:35 +00:00
Thierry Thomas
a340d10598 Refresh. 2015-03-01 10:07:47 +00:00
Sunpoet Po-Chuan Hsieh
ef5ec992bd - Fix USES=twisted: we do not support/need twisted:core
PR:		198049
Submitted by:	<michal@hanu.la>
2015-02-26 12:12:19 +00:00
Renato Botelho
728930e668 Update to 2.6.3 2015-02-25 11:35:14 +00:00
Tilman Keskinoz
1d52b2618f Author rerolled distfile without bumping version.
(diff is found in the referenced PR)

- Fixes error "rate limit rate failure"
- Enables SSL by default

PR:		197988
Approved by:	maintainer
2015-02-24 16:15:27 +00:00
Dmitry Marakasov
93e2d59789 - Simplify MASTER_SITES
- Add LICENSE
- Strip libraries
2015-02-23 01:20:39 +00:00
Pawel Pekala
b250f02513 - Update to version 1.24
- Port development has moved to new place
- Add EXAMPLES option
- Inform users of config format change in pkg-message

PR:		197248
Submitted by:	Tomas Hecker <tomas.hecker@gmail.com>
Approved by:	maintainer timeout
2015-02-21 11:18:02 +00:00
Sunpoet Po-Chuan Hsieh
993713c9d1 - Sort PLIST 2015-02-19 19:46:10 +00:00
Adam Weinberger
30a04a62f7 Update to 0.53.
Changes: https://metacpan.org/changes/distribution/Net-Stomp
2015-02-19 19:07:36 +00:00
Max Brazhnikov
b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00
Sunpoet Po-Chuan Hsieh
45bb974f80 - Update to 15.0.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/words/topfiles/NEWS
2015-02-18 16:24:58 +00:00
Tilman Keskinoz
2a11140f15 Use USES autoconf
Submitted by:	mat
2015-02-17 16:45:01 +00:00
Tilman Keskinoz
5d7dcf564a Fix typo
Submitted by:	Freshports sanity checker
2015-02-17 16:08:35 +00:00
Tilman Keskinoz
c9626c8c73 Add profanity, an console XMPP client 2015-02-17 16:05:20 +00:00
Tilman Keskinoz
dbdecc9f33 Add port for libstrophe, an XMPP library for C
Parts of this port is based on work by fabianfreyer@github
2015-02-17 16:02:43 +00:00
Frederic Culot
763fb63017 - Update to 0.52
Changes:	http://search.cpan.org/dist/Net-Stomp/CHANGES
2015-02-17 07:40:27 +00:00
Ashish SHUKLA
65b2640294 - Fix building with ICONV option on 9.x and 8.x
PR:		197697
2015-02-16 13:55:49 +00:00
Adam Weinberger
e5854185ef Update to 0.51.
Changes: https://metacpan.org/changes/distribution/Net-Stomp
2015-02-14 19:37:53 +00:00
Kris Moore
f11a65e763 Telegram-purple is a Libpurple plugin that adds support for the
Telegram messenger.

WWW: https://github.com/majn/telegram-purple
2015-02-12 14:18:02 +00:00
Guido Falsi
1d6d6a9bf8 Really remove all files I should have removed. 2015-02-10 21:40:40 +00:00
Guido Falsi
5b3e99ddd1 Remove file I forgot to delete in previous commit. 2015-02-10 21:35:49 +00:00
Guido Falsi
fad83636a5 - Update gloox to 1.0.13
- Chase gloox library version bump in dependent ports

PR:		197450
Submitted by:	tkato432@yahoo.com
2015-02-10 21:13:45 +00:00
Martin Matuska
b2e21bc198 The proxy65 project is an external component (written on top of the Twisted
Python library) that can be hooked up to existing Jabber/XMPP server to provide
SOCKS5 Bytestreams functionality for file transfer between Jabber users, as
specified in XEP-0065.

WWW: https://github.com/mmatuska/proxy65/
2015-02-10 13:09:11 +00:00
Joe Marcus Clarke
1661e13153 Fix the plist when building without NSS.
Submitted by:	Sergey Kandaurov <pluknet@gmail.com>
2015-02-09 18:28:07 +00:00
Ashish SHUKLA
15104459d4 - Update to 14.12
- Remove HTTP option, and add RIAK option
- Remove a diff as it's not needed anymore
- Add diff for building with Erlang 17RB
- Update dependency tarball
2015-02-07 20:37:44 +00:00
Martin Matuska
afd9eb4a5d Re-take maintainership for mu-conference 2015-02-06 22:38:59 +00:00
Thierry Thomas
673551dbd1 Update to git20150204 v0.2.l .
PR:		ports/197347
Submitted by:	Ivan Klymenko (maintainer)
2015-02-05 18:38:18 +00:00
Thierry Thomas
0855eb878e Update to today's snapshots. 2015-02-04 20:58:32 +00:00
Dmitry Marakasov
6f901b1ba8 - Remove always false OSVERSION conditions
- Fix whitespace
- Don't cat pkgmessage from Makefile
2015-02-03 14:51:03 +00:00
Rene Ladan
1869512c53 Remove expired ports:
2015-01-31 audio/py-eyed3-06: In audio/abcde dependency has been changed to audio/py-eyed3
2015-01-31 mail/postfix210: Use mail/postfix instead.
2015-01-31 net-im/venom: No more support from the project
2015-02-01 security/openssh-portable66: security/openssh-portable now has all patches working. This port is obsolete.
2015-01-31 www/p5-WWW-Scraper-ISBN-Driver: Merged to www/p5-WWW-Scraper-ISBN by upstream
2015-01-31 www/p5-WWW-Scraper-ISBN-Record: Merged to www/p5-WWW-Scraper-ISBN by upstream
2015-02-02 22:22:23 +00:00
Rene Ladan
0783421b56 Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months
2015-01-26 audio/wmauda: Broken for more than 6 months
2015-01-26 audio/x11amp: Broken for more than 6 months
2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream
2015-01-26 ftp/rexx-curl: Broken for more than 6 months
2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months
2015-01-26 www/lifetype: Broken for more than 6 months
2015-01-26 www/ump: Broken for more than 6 months
2015-01-28 16:18:27 +00:00
Antoine Brodin
57d550b611 Fix LIB_DEPENDS 2015-01-24 20:45:11 +00:00
Antoine Brodin
bd63b368ac Fix some _DEPENDS 2015-01-24 19:27:27 +00:00
Antoine Brodin
364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00
Antoine Brodin
4f4e8c52c6 Remove explicit dependency on javavmwrapper for ports that USE_JAVA 2015-01-23 16:03:57 +00:00
Sunpoet Po-Chuan Hsieh
e78e4fabc6 - Add LICENSE
- Update and sort *_DEPENDS

PR:		196891
Submitted by:	sunpoet (myself)
Approved by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2015-01-22 17:46:01 +00:00
Thierry Thomas
a6826981a8 Mark BROKEN and DEPRECATED.
Its maintainer left long ago and the Tox project have no future plans to
support it. Also, it does not currently build with Toxcore.

Suggested by:	urras (at) tox.im
2015-01-20 22:37:10 +00:00
Koop Mast
5bc0be5d59 Update folks to 0.10.1.
Update tranlations.
Remove commented post-patch lines.
2015-01-20 10:30:30 +00:00
TAKATSU Tomonari
4379125d6d - Update to 3.2.2 2015-01-18 16:32:44 +00:00
TAKATSU Tomonari
2b84fa03cc - Update to 3.2.1 2015-01-18 12:32:54 +00:00
Alonso Schaich
5ca7017720 Remove giflib dependency
Kopete directly links giflib in it's windows live messager plugin, however the
build / installation of that plugin was disabled when libmsn deprecated more
than a year ago. As new builds of kopete won't contain that plugin, the
giflib dependency can safely be removed.

Found by Aleksander Matveev <timon@timon.net.nz>, see
http://lists.freebsd.org/pipermail/svn-ports-all/2015-January/083174.html

Approved by:	rakuco (mentor)
2015-01-18 00:00:43 +00:00
TAKATSU Tomonari
d17b02fbef - Add missing dependency on rubygem-nokogiri
RP:		196381
Submitted by:	Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
2015-01-17 21:36:57 +00:00
Thierry Thomas
98e9f60dfe Upgrade to git20150114 v0.1.9.
PR:		ports/196749
Submitted by:	Ivan Klymenko (maintainer)
2015-01-15 17:57:22 +00:00
Koop Mast
f82f137d5d Update libnice to 0.1.8.
Enable introspection support.
2015-01-15 17:02:10 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Thierry Thomas
93a30a3265 Refresh. 2015-01-14 21:13:08 +00:00
Thierry Thomas
bdac33dce9 Upgrade to a recent snapshot.
PR:		ports/196710
Submitted by:	yuri (at) rawbw.com (maintainer)
2015-01-14 21:12:33 +00:00
Thierry Thomas
a1fb3f69fb Upgrade to the latest snapshot.
PR:		ports/196709
Submitted by:	yuri (at) rawbw.com
2015-01-14 21:11:21 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Raphael Kubo da Costa
66686f4d26 Require a more recent compiler to avoid bugs with base GCC.
Instead of augmenting the existing patch in files/ to work around a bug with
base GCC that required a working copy constructor in an expression that
actually uses operator=(), just switch to a more modern compiler that does
not have this problem.

This fixes the build on 8.4 and 9.3.
2015-01-14 11:27:06 +00:00
Vanilla I. Shu
793e8e8a7a Upgrade to 1.0.6, add LICENSE, move to tar:tgz. 2015-01-13 03:43:05 +00:00
Ruslan Makhmatkhanov
31b68ee450 net-im/py-nbxmpp: update to 0.5.2
Changelog:

  * Fix BOSH HTTP requests
  * Fix handling of binary SASL data for mechanism GSSAPI
  * Update MAM namespace
2015-01-12 18:44:42 +00:00
Tijl Coosemans
59d7ed041b - Update devel/qca to version 2.1.0
- Plugins are no longer available separately so remove security/qca-* and
  replace them with options in devel/qca
- Adjust all ports that depended on security/qca-*
- This also fixes the build of the OpenSSL plugin when OpenSSL doesn't
  support SSLv2

Approved by:	kde (rakuco)
2015-01-12 16:33:16 +00:00
Dmitry Sivachenko
3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00
Raphael Kubo da Costa
e1f36aeee5 Pass maintainership of KDE Telepathy ports to kde@.
Those ports are already maintained by the whole team, so formally adapt the
ports from avilla@.

Approved by:	avilla
2015-01-05 16:53:56 +00:00
John Marino
dc1f2c30da net-im/plasma-applet-ktp: Unbreak (upgrade to version 0.8.0) 2015-01-03 00:08:47 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Koop Mast
0f662ede74 Fix farsight2 build on arm, by explicitly linking to -lm for sqrt(3)
While here apply the same the same to farstream

PR:		196070
Submitted by:	mikael.urankar@gmail.com
Verified by:	sbruno@
2015-01-01 23:28:41 +00:00
Sunpoet Po-Chuan Hsieh
7d60312b0d - Add PORTSCOUT
- Sort PLIST
2015-01-01 19:01:57 +00:00
Ruslan Makhmatkhanov
31e69d54a9 net-im/gajim: drop KEYRING option
Drop KEYRING option - it is depends on no more existing gnome component.
Not bumping PORTREVISION because it wasn't default option.
2015-01-01 11:20:41 +00:00
Antoine Brodin
2fde215147 Allow building with either giflib 4.2 or 5.0 2014-12-27 07:37:59 +00:00
TAKATSU Tomonari
fb1102537c - Update to 3.2.0 2014-12-27 01:27:50 +00:00
Antoine Brodin
53925843da Deprecate ports broken for more than 6 months 2014-12-26 21:47:10 +00:00
Baptiste Daroussin
48651a2fc2 Replace gnomehack with pathfix 2014-12-25 02:12:53 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
TAKATSU Tomonari
03cf5d8998 - Update to 3.1.1 2014-12-23 14:35:23 +00:00
TAKATSU Tomonari
feb29017b0 - Restrict Ruby version to 2.0.0 or later
- Remove dependency on devel/ruby-bsearch
2014-12-23 14:34:59 +00:00
Antoine Brodin
89d8fc6a5d - Fix plist
- Replace pkg-install/pkg-deinstall scripts with @dir
2014-12-21 12:14:19 +00:00
Baptiste Daroussin
4a8e184297 cleanup plist 2014-12-20 19:25:21 +00:00
Antoine Brodin
927462df0c Use GH_COMMIT 2014-12-20 18:30:25 +00:00
Joe Marcus Clarke
150e245e17 Put back the local perl hack for .packlist to fix make stage.
PR:		192054
2014-12-19 23:26:47 +00:00
Antoine Brodin
6f2ba8e36c Mark BROKEN: missing distinfo
Reported by:	pkg-fallout
2014-12-19 18:53:49 +00:00
Alonso Schaich
36cf982eec Update telepathy to 0.8.0
Merge area51's commits 10180, 10181, 10314, 10315, 10485, 10491, 10492,
10500, 10502, 10503 and 10504. Individual revisions can be reviewed at
http://src.mouf.net/area51/log

This commit is based on a patch originally sent to the kde@ mailing list by
T.C.Berner <tcberner@gmail.com>, and introduces a new port for
ktp-desktop-applets.

Approved by:		rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D1264
2014-12-16 10:26:19 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Alexey Dokuchaev
9d29351fc1 Sort entries alphabetically across all categories to avoid extra repo churn. 2014-12-07 16:21:36 +00:00
Thierry Thomas
5d69e771f3 Add databases/qt5-sqldrivers-sqlite3 missing dependency.
PR:		ports/195654
Submitted by:	Igor Ostapenko
Approved by:	maintainer (yuri)
2014-12-04 22:40:43 +00:00
Carlo Strub
fb14c8850f - Update to 4.1.0
- Use striping
- Please portlint
- Bump PORTREVISION
2014-12-02 22:44:25 +00:00
Joe Marcus Clarke
cce5134234 Update to 2.10.11 and fix the build with the ncurses port.
Submitted by:   Matthias Apitz <guru@unixarea.de> (ncurses fix)
2014-12-02 16:27:44 +00:00
Joe Marcus Clarke
441553d6ec Update to 2.10.11 and fix the build with the ncurses port.
Submitted by:	Matthias Apitz <guru@unixarea.de> (ncurses fix)
2014-12-02 16:26:44 +00:00
David Thiel
53911aa140 Update to 0.9.7. 2014-12-02 00:46:38 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Tilman Keskinoz
369a9050f5 Mark ignore on the cluster as it requires a non-default python version
Reported by:	bapt
2014-11-28 08:33:33 +00:00
Tilman Keskinoz
c4405cef73 Add poezio a python XMPP client for the console 2014-11-27 17:33:10 +00:00
Tilman Keskinoz
3f1512ecfc Add port py-sleekxmpp, an XMPP library 2014-11-27 17:29:44 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Koop Mast
3f1df82a16 Remove folks04, it no longer used after the GNOME 3 import. 2014-11-26 12:31:00 +00:00
Sunpoet Po-Chuan Hsieh
0471cfbcf3 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:30:51 +00:00
TAKATSU Tomonari
399374d915 - Update to 3.1.0 2014-11-24 15:47:12 +00:00
Vsevolod Stakhov
bba47df606 - Update libsodium to 1.0.1
- Bump revison for dependent ports
2014-11-24 14:36:52 +00:00
Antoine Brodin
59400fdd78 - Unbreak
- Allow staging as a regular user
- Cleanup plist
2014-11-23 09:40:52 +00:00