aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Simplify by dropping workarounds for unsupported FreeBSD versions.naddy2013-08-201-17/+3
|
* remove uneeded file.vanilla2013-08-191-18/+0
| | | | Submitted by: maintainer via email.
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* Add lz4 r101, fast compressor using LZ4 algorithm.vanilla2013-08-176-0/+58
| | | | | PR: ports/181287 Submitted by: Alexey Degtyarev <alexey@renatasystems.org>
* - Update to 2.062sunpoet2013-08-172-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
* - Update to 2.062sunpoet2013-08-172-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
* - Update to 2.062sunpoet2013-08-172-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.062sunpoet2013-08-172-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes
* - Update to 2.062sunpoet2013-08-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 2.062sunpoet2013-08-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
* - Update to 2.062sunpoet2013-08-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
* - Remove MAKE_JOBS_SAFE variableak2013-08-1518-18/+0
| | | | Approved by: portmgr (bdrewery)
* Update libzpaq and zpaqd to 6.33, and zpaq to 6.41bf2013-08-082-4/+6
|
* - Convert to new perl frameworkaz2013-08-071-1/+2
| | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
* Relieve Maxim Andreev's from port maintainership. Repeated timeouts on lua-lgi;mandree2013-08-061-1/+1
| | | | no mail activity in three months.
* - Convert to new perl frameworkmat2013-08-0316-57/+40
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* For all my portsnaddy2013-08-022-3/+1
| | | | | * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake
* Fix build without gccbapt2013-08-011-6/+3
|
* Fix build with clangbapt2013-08-011-5/+2
|
* Fix build with clang by forcing gnu89bapt2013-07-301-1/+7
|
* Update to 3.09.fjoe2013-07-282-3/+3
| | | | | PR: 180223 Submitted by: Devil <devzone.my@gmail.com>
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2711-155/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* - switch simple inline replacement from perl to sedaz2013-07-252-12/+5
| | | | | | | | | and remove where is no need in this anymore. - trim Makefile header - pass maintainership to @perl Information: wiki@ PortsLongtermTargets Approved by: bapt@ (portmgr@)
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-248-15/+0
|
* Mark as broken: does not buildbapt2013-07-241-0/+2
| | | | | | | | | | | | | | | testquagzipfile.cpp: In member function 'void TestQuaGzipFile::read()': testquagzipfile.cpp:11: error: 'gzFile_s' was not declared in this scope testquagzipfile.cpp:11: error: expected primary-expression before '=' token testquagzipfile.cpp:12: error: expected primary-expression before ',' token testquagzipfile.cpp:13: error: expected primary-expression before ')' token testquagzipfile.cpp: In member function 'void TestQuaGzipFile::write()': testquagzipfile.cpp:35: error: 'gzFile_s' was not declared in this scope testquagzipfile.cpp:35: error: expected primary-expression before '=' token testquagzipfile.cpp:38: error: expected primary-expression before ',' token testquagzipfile.cpp:39: error: expected primary-expression before ')' token Reported by: pkg-fallout
* Use GNU versions of tar, md5sum, sha1sum, sha256sum during runtimepawel2013-07-231-3/+8
| | | | | PR: ports/180677 Reported by: Holger Freyther <holger@freyther.de>
* Horde package update:mm2013-07-174-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Horde_ActiveSync 2.5.3 -> 2.5.5 Horde_Auth 2.0.4 -> 2.0.5 Horde_Cache 2.2.0 -> 2.2.1 Horde_Cli 2.0.3 -> 2.0.4 Horde_Compress 2.0.3 -> 2.0.4 Horde_Compress_Fast 1.0.1 -> 1.0.2 Horde_Core 2.6.1 -> 2.6.2 Horde_Dav 1.0.0 -> 1.0.1 Horde_HashTable 1.0.0 -> 1.0.1 Horde_Icalendar 2.0.6 -> 2.0.7 Horde_Image 2.0.4 -> 2.0.5 Horde_Mail 2.0.5 -> 2.0.6 Horde_Memcache 2.0.1 -> 2.0.3 Horde_Mime 2.2.2 -> 2.2.3 Horde_Prefs 2.4.1 -> 2.5.0 Horde_Vfs 2.1.0 -> 2.1.1 horde-base 5.1.1 -> 5.1.2 horde-content 2.0.2 -> 2.0.3 horde-groupware 5.1.0 -> 5.1.1 horde-imp 6.1.2 -> 6.1.3 horde-ingo 3.1.1 -> 3.1.2 horde-kronolith 4.1.1 -> 4.1.2 horde-mnemo 4.1.0 -> 4.1.1 horde-nag 4.1.0 -> 4.1.1 horde-trean 1.0.2 -> 1.0.3 horde-turba 4.1.0 -> 4.1.1 horde-webmail 5.1.0 -> 5.1.1
* - Update devel/automake to 1.14ade2013-07-162-0/+6
| | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X
* qpress is a portable file archiver using QuickLZ and designed to utilize fastpawel2013-07-154-0/+35
| | | | | | | | | | storage systems to their max. It's often faster than file copy because the destination is smaller than the source. WWW: http://www.quicklz.com/ PR: ports/180225 Submitted by: Alex Samorukov <samm@os2.kiev.ua>
* Update RPM to 4.11.1johans2013-07-153-12/+10
|
* - Update to 0.11.1 [1]makc2013-07-144-60/+72
| | | | | | | | | - Move MANx records to a separate makefile - switch to xz compressed tarball - Convert to USES, remove needless pkgconfig dependency PR: based on ports/180454 [1] Submitted by: Oleg Ginzburg <olevole at olevole.ru>
* - Update to 7.31.0sunpoet2013-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Convert my ports to current standardspawel2013-07-111-7/+7
| | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense
* - Drop all my portspav2013-07-101-1/+1
|
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-093-16/+4
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-051-2/+2
| | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved.
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-031-2/+2
| | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
* Add p5-Archive-Any-Plugin-Rar, a wrapper around Archive::Rar.danfe2013-07-035-0/+37
| | | | PR: ports/179751
* Update to 1.28ehaupt2013-06-302-3/+3
|
* - Update to 2.3delphij2013-06-274-15/+43
| | | | | | | | | | - Remove hardcoded GFLAGS - Convert Makefile headers to new style - Use single space after WWW in pkg-descr PR: ports/179937 with improvements from Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer (gslin)
* - Update GNU gzip to 1.6johans2013-06-255-118/+21
| | | | | | | - Remove patch for -k (finally included upstream) - Adopt port Approved by: gabor (old maintainer)
* Welcome PHP 5.5!ale2013-06-249-0/+116
| | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
* Update to version 2.16.demon2013-06-242-3/+3
|
* - Update to 1.92jadawin2013-06-192-8/+4
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.92/CHANGES
* Upgrade pxz to git version as of 20120930mm2013-06-192-3/+5
| | | | | | Build with gcc [1] PR: ports/179693 [1]
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-184-35/+2
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* - Update lzlib to 1.4.delphij2013-06-184-6/+6
| | | | - Update plzip to 1.0.
* - Commit updating of distinfo file for 0.5.1nivit2013-06-161-2/+2
|
* - Update to 0.5.1nivit2013-06-162-2/+22
| | | | | | | - Add qtestlib to USE_QT4 - Add files/patch-qztest__testquagzipfile.cpp Build log: http://goo.gl/LJHzO
* - Fix build with new site_perlaz2013-06-131-1/+1
| | | | Submitted by: olli hauer <ohauer@gmx.de>
* - Update to 1.0wg2013-06-122-11/+11
| | | | | | | | - Pass maintainership to submitter PR: ports/179461 Submitted by: Danilo EgĂȘa Gondolfo <danilogondolfo@gmail.com> Approved by: culot / jpaetzel (mentors, implicit)
* Do not install locale.alias filegarga2013-06-112-0/+23
|
* Update zpaq to 6.31bf2013-06-102-4/+4
|
* - Update to 2.061sunpoet2013-06-092-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
* - Update to 2.061sunpoet2013-06-092-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
* - Update to 2.061sunpoet2013-06-092-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.061sunpoet2013-06-092-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes
* - Update to 2.061sunpoet2013-06-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 2.061sunpoet2013-06-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
* - Update to 2.061sunpoet2013-06-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
* Fix ports using GH_TAGNAME=master to depend on a known hashbdrewery2013-06-081-1/+1
| | | | | | instead of a branch that changes. With hat: portmgr
* Update zpaq to 6.29 and the zpaq spec to level 2 revision 2bf2013-06-072-8/+8
|
* Add archives/pixz, a parallel, indexing version of XZ.hrs2013-06-066-0/+187
|
* - Update to 0.3 [1]wg2013-06-056-334/+7
| | | | | | | | | | | - Remove USE_GCC (builds with clang) [1] - Add LICENSE (GPLv2) This is a new upstream, the original is dead. PR: ports/179029 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: culot (mentor), maintainer
* Update to 1.7.0.mat2013-06-052-3/+3
|
* Update to 1.7.0.mat2013-06-052-3/+3
|
* PHP extension that implements the LZ4 compression algorithm - an extremelymm2013-06-054-0/+27
| | | | | | fast lossless compression algorithm. WWW: http://pear.horde.org
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-057-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2013.2.0.0 Please note that port revisions for all the Haskell ports without version changes are bumped. Some highlights of the update: - Fix PDF generation for pandoc [1] - From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2] - Experimental support for LLVM-based code generation (disabled by default) - Many simplifications, refactoring in bsd.cabal.mk New ports (11): devel/hs-asn1-types 0.1.3 devel/hs-data-default-class 0.0.1 devel/hs-data-default-instances-base 0.0.1 devel/hs-data-default-instances-containers 0.0.1 devel/hs-data-default-instances-dlist 0.0.1 devel/hs-data-default-instances-old-locale 0.0.1 devel/hs-extensible-exceptions 0.1.1.4 devel/hs-mmorph 1.0.0 devel/hs-quickcheck-io 0.1.0 x11-toolkits/hs-GLURaw 1.3.0.0 x11-toolkits/hs-OpenGLRaw 1.3.0.0 Updated ports (104): archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1 databases/hs-persistent 1.1.5.1 --> 1.2.0.1 databases/hs-persistent-sqlite 1.1.5 --> 1.2.0 databases/hs-persistent-template 1.1.2.4 --> 1.2.0 devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2 devel/hs-IORefCAS 0.2_3 --> 0.2.0.1 devel/hs-MonadRandom 0.1.8 --> 0.1.9 devel/hs-QuickCheck 2.5.1.1_1 --> 2.6 devel/hs-abstract-deque 0.1.6_1 --> 0.2 devel/hs-alex 3.0.2_1 --> 3.0.5 devel/hs-async 2.0.1.3_1 --> 2.0.1.4 devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0 devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1 devel/hs-byteorder 1.0.3_4 --> 1.0.4 devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2 devel/hs-classy-prelude 0.5.3 --> 0.5.7 devel/hs-cmdargs 0.10.2 --> 0.10.3 devel/hs-conduit 1.0.2 --> 1.0.5 devel/hs-data-default 0.5.0_1 --> 0.5.3 devel/hs-fsnotify 0.0.6 --> 0.0.11 devel/hs-generic-deriving 1.4.0 --> 1.5.0 devel/hs-git-annex 4.20130323_1 --> 4.20130601 devel/hs-haddock 2.11.0_1 --> 2.13.2 devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1 devel/hs-hlint 1.8.43 --> 1.8.45 devel/hs-hspec 1.4.4 --> 1.5.4 devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2 devel/hs-largeword 1.0.4 --> 1.0.5 devel/hs-lens 3.8.7.3 --> 3.9.0.2 devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5 devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1 devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1 devel/hs-monad-par 0.3.4.1 --> 0.3.4.2 devel/hs-pool-conduit 0.1.1_1 --> 0.1.2 devel/hs-profunctors 3.3 --> 3.3.0.1 devel/hs-reflection 1.1.7 --> 1.3.2 devel/hs-resourcet 0.4.5 --> 0.4.7.1 devel/hs-show 0.5 --> 0.6 devel/hs-split 0.2.1.1_1 --> 0.2.2 devel/hs-stm 2.4_1 --> 2.4.2 devel/hs-syb 0.3.7_1 --> 0.4.0 devel/hs-tagged 0.4.4_1 --> 0.6 devel/hs-text 0.11.2.3_1 --> 0.11.3.1 devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1 devel/hs-unix-time 0.1.5 --> 0.1.8 devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1 devel/hs-utility-ht 0.0.8_3 --> 0.0.9 devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3 devel/hs-uuid 1.2.9 --> 1.2.13 devel/hs-void 0.5.11 --> 0.6 math/hs-NumInstances 1.2 --> 1.3 math/hs-comonad-transformers 3.0.1_1 --> 3.0.2 math/hs-semigroups 0.9 --> 0.9.1 math/hs-statistics 0.10.2.0_2 --> 0.10.3.1 net/hs-network 2.3.1.0_1 --> 2.4.1.2 net/hs-publicsuffixlist 0.0.3 --> 0.1 net/hs-socks 0.5.0 --> 0.5.1 security/hs-certificate 1.3.5_1 --> 1.3.7 security/hs-cipher-aes 0.1.7 --> 0.1.8 security/hs-clientsession 0.8.1_1 --> 0.9 security/hs-crypto-api 0.11 --> 0.12.1 security/hs-crypto-conduit 0.5.0 --> 0.5.2 security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3 security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2 security/hs-cryptocipher 0.4.0_1 --> 0.5.0 security/hs-cryptohash 0.8.3_1 --> 0.9.0 security/hs-skein 0.1.0.12 --> 1.0.3 textproc/hs-HaXml 1.23.3_2 --> 1.24 textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1 textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1 textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5 textproc/hs-case-insensitive 1.0 --> 1.0.0.2 textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9 textproc/hs-hs-bibutils 4.17 --> 5.0 textproc/hs-polyparse 1.8_3 --> 1.9 textproc/hs-texmath 0.6.1.3 --> 0.6.1.5 textproc/hs-xml 1.3.12_4 --> 1.3.13 textproc/hs-yaml 0.8.2.3 --> 0.8.2.4 www/hs-HTTP 4000.2.5_1 --> 4000.2.8 www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1 www/hs-hamlet 1.1.6.3 --> 1.1.7.1 www/hs-happstack-server 7.1.7 --> 7.1.7.1 www/hs-heist 0.11.1 --> 0.12.0 www/hs-http-conduit 1.9.0 --> 1.9.3 www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6 www/hs-shakespeare 1.0.3.1 --> 1.0.5 www/hs-shakespeare-css 1.0.3 --> 1.0.5.1 www/hs-shakespeare-js 1.1.2.1 --> 1.1.4 www/hs-snap 0.11.2 --> 0.12.0 www/hs-wai-extra 1.3.2.4 --> 1.3.4 www/hs-wai-test 1.3.0.4 --> 1.3.1 www/hs-warp 1.3.7.4 --> 1.3.8.1 www/hs-yesod 1.1.9.2 --> 1.2.0.1 www/hs-yesod-auth 1.1.5.3 --> 1.2.0 www/hs-yesod-core 1.1.8.2 --> 1.2.0.4 www/hs-yesod-form 1.2.1.3 --> 1.3.0 www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0 www/hs-yesod-platform 1.1.8 --> 1.2.0.1 www/hs-yesod-routes 1.1.2 --> 1.2.0 www/hs-yesod-static 1.1.2.2 --> 1.2.0 www/hs-yesod-test 0.3.5 --> 1.2.0 x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1 x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1 x11/hs-xmobar 0.16_2 --> 0.17 Removed ports (2): www/hs-yesod-default 1.1.3.2 www/hs-yesod-json 1.1.2.1 PR: ports/179146 [1] Requested by: Omar Thameen <omar@biglist.com> [1] Reported by: sperber, bapt [2] Tested by: sperber [2] Obtained from: FreeBSD Haskell
* - Update to 0.5.4swills2013-06-022-8/+4
|
* Ruby module for reading and writing zip filesswills2013-06-014-0/+22
| | | | WWW: http://rubygems.org/gems/rubyzip
* Update to 1.27ehaupt2013-05-312-6/+7
|
* Chase devel/libexplain updateehaupt2013-05-311-1/+1
|
* - Respect CFLAGSantoine2013-05-312-2/+3
| | | | | | - Unbreak with clang using -Wno-error=return-type (old K&R code) Approved by: miwi, eadler (mentors, implicit)
* - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andrene2013-05-307-89/+0
| | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt
* - Update to 3.0.1miwi2013-05-283-3/+13
|
* - Update to version 1.16.10pawel2013-05-287-128/+169
| | | | | - Sort plist - Trim Makefile header
* - Use gcc for now (does not compile with clang)wg2013-05-271-0/+1
| | | | | | | | Upstream seems inactive for about 7 years PR: ports/178989 Submitted by: wg (myself) Approved by: culot (mentor)
* Fix build with recent clangbapt2013-05-272-8/+18
|
* Do not let system make.conf inpact the port's makefilebapt2013-05-252-1/+2
| | | | This fixes build on current
* Add USES=charsetfix, while here do not try to remove directory not created ↔bapt2013-05-252-3/+2
| | | | by the port/package
* update zpaq to 6.28bf2013-05-232-6/+9
|
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-191-2/+2
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* Snappy-java is a Java port of snappy, a fast C++jgh2013-05-185-0/+81
| | | | | | | | | compresser/decompresser developed by Google. WWW: https://github.com/xerial/snappy-java PR: ports/178560 (based on) Submitted by: Radim Kolar <hsn@filez.com>
* update zpaq to 6.27bf2013-05-152-5/+5
|
* - Remove php4 referencemiwi2013-05-131-1/+0
|
* - Update to 0.3.1olivierd2013-05-124-34/+39
| | | | | - Sort locales in pkg-plist file - Update WWW entry
* - Update to 1.5lme2013-05-112-11/+5
| | | | | | | | - Trim Makefile header - Pass maintainership to submitter PR: ports/178440 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Fix buildmiwi2013-05-103-9/+36
| | | | | PR: 178154 Submitted by: Ports Fury
* Unbreak the build.fjoe2013-05-091-11/+2
|
* Bump PORTREVISION after update of x11-fm/thunarolivierd2013-05-093-10/+5
| | | | Finish to convert USES
* - Cleanup Makefilesunpoet2013-05-091-5/+2
| | | | - Restore mis-removed tab between USES= and pathfix
* - Mark MAKE_JOBS_SAFEehaupt2013-05-081-5/+3
| | | | - Trim header
* Fix installation of ports that rely on cp -n for installing files. r245960flo2013-05-051-1/+1
| | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt)
* Fix build on currentbapt2013-05-041-1/+1
|
* Adjust PKGNAME, register CONFLICTS against `textproc/par'.danfe2013-04-301-0/+3
|
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}bapt2013-04-301-1/+3
| | | | | | While here: - trim headers - convert to new options framework
* Enforce correct type (per specification) and drop unneeded backslashes.danfe2013-04-281-1/+2
|
* Add par 0.03.01, an archiver for Quake I and II packed data files (pakX.pak).danfe2013-04-284-0/+44
| | | | | | It supports listing, extraction, and creation of .pak archives. WWW: http://ibiblio.org/pub/linux/games/quake/
* - Fix USE_ICONV leftovers missed in the previous updatemva2013-04-281-1/+0
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-279-12/+9
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-262-3/+2
| | | | Approved by: portmgr (bapt)
* - Convert to new option frameworksbz2013-04-251-7/+4
|
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2512-12/+12
| | | | Approved by: portmgr (bapt)
* - Update to 4.3.15garga2013-04-244-5/+6
| | | | | - Replace USE_GETTEXT by USES - Add a single space on WWW line
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-235-13/+6
|
* - Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisionsmartymac2013-04-231-6/+2
| | | | - Fix build when CC defined as gcc
* - Broken fails to buildmiwi2013-04-231-5/+2
| | | | | | | | | n file included from main.cpp:52: /usr/include/sys/timeb.h:42:2: warning: #warning "this file includes <sys/timeb.h> which is deprecated" c++ -O2 -pipe -fno-strict-aliasing -c UnAlz.cpp UnAlz.cpp: In member function 'UINT32 UNALZ::CUnAlz::CRC32(UINT32, BYTE)': UnAlz.cpp:1910: error: invalid conversion from 'const z_crc_t*' to 'const long unsigned int*' *** [UnAlz.o] Error code 1
* Reassign skv@ ports to the heapbapt2013-04-221-6/+2
| | | | Feature safe: yes
* Horde_Compress_Fast - Fast Compression Librarymm2013-04-224-0/+24
| | | | | | | | Provides compression suitable for packing strings on-the-fly in PHP code (as opposed to more resource-intensive compression algorithms such as DEFLATE). WWW: http://pear.horde.org Feature safe: yes
* update zpaq to 6.25bf2013-04-222-4/+4
| | | | Feature safe: yes
* update zpaq to 6.24abf2013-04-182-4/+4
| | | | Feature safe: yes
* - Update to 0.20sunpoet2013-04-172-3/+3
| | | | | Changes: http://search.cpan.org/dist/Compress-Snappy/Changes Feature safe: yes
* - Remove duplicate entry in PLISTsunpoet2013-04-171-1/+0
| | | | Feature safe: yes
* Fix leftovers by using USES=charsetfixbapt2013-04-051-9/+5
| | | | | | | | Remove now useless pre-configure target While here convert NOPORTDOCS to DOCS option Reported by: pointyhat via miwi Approved by: portmgr (implicit)
* Do not try to remove directories not created by during the ports installation,bapt2013-04-032-33/+50
| | | | | | | | | | Only create them from package depending on the architecture While here trim header, and convert WITHOUT_NLS to PORT_OPTIONS NLS Tested by: rene Approved by: portmgr (implicit) With hat: portmgr
* - Update Haskell ports from the development repositorypgj2013-03-304-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set) Contributed by: ashish New ports (5): devel/hs-geniplate 0.6.0.3 devel/hs-uuid 1.2.9 net/hs-maccatcher 2.1.5 net/hs-publicsuffixlist 0.0.3 textproc/hs-regex-tdfa 1.1.8 Removed ports (1): math/hs-Agda-executable 2.3.0.1_3 Updated ports (115): archivers/hs-zip-archive 0.1.3.3 --> 0.1.3.4 archivers/hs-zlib-conduit 0.5.0.3_1 --> 1.0.0 audio/hs-OpenAL 1.4.0.1_3 --> 1.4.0.2 databases/hs-persistent 1.1.4 --> 1.1.5.1 databases/hs-persistent-sqlite 1.1.2 --> 1.1.5 databases/hs-persistent-template 1.1.2.1 --> 1.1.2.4 devel/hs-Boolean 0.1.2 --> 0.2 devel/hs-ansi-terminal 0.5.5.1 --> 0.6 devel/hs-base64-bytestring 1.0.0.0_1 --> 1.0.0.1 devel/hs-base64-conduit 0.5.1 --> 1.0.0 devel/hs-basic-prelude 0.3.2.0 --> 0.3.4.0 devel/hs-bifunctors 3.2 --> 3.2.0.1 devel/hs-blaze-builder-conduit 0.5.0.3_1 --> 1.0.0 devel/hs-classy-prelude 0.4.3 --> 0.5.3 devel/hs-classy-prelude-conduit 0.4.3 --> 0.5.3 devel/hs-cmdargs 0.10.1_1 --> 0.10.2 devel/hs-conduit 0.5.6 --> 1.0.2 devel/hs-darcs 2.8.3_1 --> 2.8.4 devel/hs-either 3.1 --> 3.4 devel/hs-errors 1.3.1 --> 1.4.1 devel/hs-filestore 0.6 --> 0.6.0.1 devel/hs-filesystem-conduit 0.5.0.2_1 --> 1.0.0 devel/hs-git-annex 3.20130124 --> 4.20130323 devel/hs-hashtables 1.0.1.8_1 --> 1.1.0.2 devel/hs-haskeline 0.6.4.7_3 --> 0.7.0.3 devel/hs-hint 0.3.3.5_1 --> 0.3.3.6 devel/hs-hoogle 4.2.15 --> 4.2.16 devel/hs-hspec 1.4.3 --> 1.4.4 devel/hs-lens 3.8.5 --> 3.8.7.3 devel/hs-logict 0.5.0.2_1 --> 0.6 devel/hs-monad-logger 0.2.3.2 --> 0.3.0.1 devel/hs-monad-par 0.3_3 --> 0.3.4.1 devel/hs-mueval 0.8.2_3 --> 0.9 devel/hs-profunctors 3.2 --> 3.3 devel/hs-project-template 0.1.1 --> 0.1.3 devel/hs-readline 1.0.1.0_8 --> 1.0.3.0 devel/hs-reflection 1.1.6 --> 1.1.7 devel/hs-resourcet 0.4.4_1 --> 0.4.5 devel/hs-show 0.4.1.2_4 --> 0.5 devel/hs-simple-reflect 0.2_1 --> 0.3.1 devel/hs-smallcheck 0.6.2 --> 1.0.2 devel/hs-testpack 2.1.2_3 --> 2.1.2.1 devel/hs-threads 0.5.0.1_1 --> 0.5.0.2 devel/hs-time-compat 0.1.0.2_1 --> 0.1.0.3 devel/hs-unix-time 0.1.4_1 --> 0.1.5 devel/hs-uulib 0.9.14_4 --> 0.9.15 mail/hs-email-validate 0.3.2_1 --> 1.0.0 mail/hs-mime-types 0.1.0.2 --> 0.1.0.3 math/hs-Agda 2.3.0.1_3 --> 2.3.2 math/hs-NumInstances 1.0_4 --> 1.2 math/hs-comonad 3.0.1.1 --> 3.0.2 math/hs-contravariant 0.2.0.2_3 --> 0.4 math/hs-distributive 0.3 --> 0.3.1 math/hs-math-functions 0.1.1.2_1 --> 0.1.3.0 net/hs-network-conduit 0.6.2.2 --> 1.0.0 net/hs-sendfile 0.7.8_1 --> 0.7.9 net/hs-simple-sendfile 0.2.10 --> 0.2.11 net/hs-socks 0.4.2_1 --> 0.5.0 security/hs-crypto-api 0.10.2_3 --> 0.11 security/hs-crypto-conduit 0.4.3 --> 0.5.0 security/hs-monadcryptorandom 0.5_1 --> 0.5.1 security/hs-skein 0.1.0.11 --> 0.1.0.12 security/hs-tls 1.1.1 --> 1.1.2 textproc/hs-HStringTemplate 0.6.12_1 --> 0.7.1 textproc/hs-attoparsec 0.10.3.0 --> 0.10.4.0 textproc/hs-attoparsec-conduit 0.5.0.3_1 --> 1.0.0 textproc/hs-blaze-html 0.5.1.3 --> 0.6.0.0 textproc/hs-case-insensitive 0.4.0.4 --> 1.0 textproc/hs-citeproc-hs 0.3.7 --> 0.3.8 textproc/hs-highlighting-kate 0.5.3.5 --> 0.5.3.8 textproc/hs-hs-bibutils 4.16 --> 4.17 textproc/hs-html-conduit 0.1.0.4_1 --> 1.1.0 textproc/hs-hxt-regex-xmlschema 9.0.4_4 --> 9.1.0 textproc/hs-pandoc 1.9.4.5_1 --> 1.11.1 textproc/hs-pandoc-types 1.9.1_3 --> 1.10 textproc/hs-tagstream-conduit 0.5.3_1 --> 0.5.4 textproc/hs-xml-conduit 1.0.3.3_1 --> 1.1.0.3 textproc/hs-xmlhtml 0.2.0.3_1 --> 0.2.1 textproc/hs-yaml 0.8.2 --> 0.8.2.3 www/hs-activehs 0.3.0.1_1 --> 0.3.1 www/hs-authenticate 1.3.2_1 --> 1.3.2.6 www/hs-fastcgi 3001.0.2.3_7 --> 3001.0.2.4 www/hs-gitit 0.10.1.2 --> 0.10.3.1 www/hs-hS3 0.5.6_5 --> 0.5.7 www/hs-hamlet 1.1.3.1 --> 1.1.6.3 www/hs-happstack-server 7.1.1_1 --> 7.1.7 www/hs-heist 0.11.0 --> 0.11.1 www/hs-hjsmin 0.1.4 --> 0.1.4.1 www/hs-http-conduit 1.8.7 --> 1.9.0 www/hs-http-reverse-proxy 0.1.1.1 --> 0.1.1.3 www/hs-http-server 1.0.1_1 --> 1.0.2 www/hs-http-types 0.7.3.0.1_1 --> 0.8.0 www/hs-shakespeare 1.0.2_1 --> 1.0.3.1 www/hs-shakespeare-css 1.0.2_1 --> 1.0.3 www/hs-shakespeare-js 1.1.1 --> 1.1.2.1 www/hs-snap 0.11.0 --> 0.11.2 www/hs-snap-core 0.9.2.2_1 --> 0.9.3.1 www/hs-snap-server 0.9.2.4_1 --> 0.9.3.3 www/hs-wai 1.3.0.1_1 --> 1.4.0 www/hs-wai-app-static 1.3.1_1 --> 1.3.1.2 www/hs-wai-extra 1.3.2 --> 1.3.2.4 www/hs-wai-test 1.3.0_1 --> 1.3.0.4 www/hs-warp 1.3.7.1 --> 1.3.7.4 www/hs-yesod 1.1.7.2 --> 1.1.9.2 www/hs-yesod-auth 1.1.3 --> 1.1.5.3 www/hs-yesod-core 1.1.7.1 --> 1.1.8.2 www/hs-yesod-default 1.1.3 --> 1.1.3.2 www/hs-yesod-form 1.2.0.2 --> 1.2.1.3 www/hs-yesod-json 1.1.2_1 --> 1.1.2.1 www/hs-yesod-platform 1.1.7.2 --> 1.1.8 www/hs-yesod-routes 1.1.1.1_1 --> 1.1.2 www/hs-yesod-static 1.1.1.2 --> 1.1.2.2 www/hs-yesod-test 0.3.3 --> 0.3.5 x11-wm/hs-xmonad-contrib 0.11 --> 0.11.1 x11/hs-X11 1.6.0.2 --> 1.6.1.1 Please note that port revisions for dependent ports are bumped. Obtained from: FreeBSD Haskell
* fix WWW formatting and note that the log for the last commit shouldbf2013-03-291-1/+1
| | | | have been: update zpaq to 6.23
* trim headers; switch to the new options format; fix builds after src r248751;bf2013-03-292-5/+5
| | | | update math/lrng to 20130314, and switch it to a versioned DIST_SUBDIR
* Style: tab -> space.eadler2013-03-292-2/+2
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Update to version 2.10.demon2013-03-282-3/+3
| | | | Sponsored by:
* - Update to 1.17bdrewery2013-03-282-3/+3
| | | | | PR: ports/177420 Submitted by: Danilo EgĂȘa Gondolfo <danilogondolfo@gmail.com> (maintainer)
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-272-5/+5
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* - Update to 0.6.0tota2013-03-262-8/+4
| | | | - Trim Makefile header
* . Remove the versioning from the libarchive dependency due to it's versionglewis2013-03-241-1/+1
| | | | bump.
* . Bump PORTREVISION for libarchive shared library version bump.glewis2013-03-242-0/+2
|
* . Update to 3.1.2glewis2013-03-243-28/+35
| | | | | PR: 177290 Submitted by: mm@
* - Update to 2.6.2acm2013-03-233-11/+3
| | | | - Trim Makefile headers
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Mk/bsd.kde4.mk:makc2013-03-221-1/+2
| | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
* Remove, it's part of the archivers/paq.danfe2013-03-205-99/+0
|
* Add zpaq 6.22, a journaling, incremental, deduplicating archiver.danfe2013-03-205-0/+99
|
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-195-5/+5
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* Mark deprecated, but provide no EXPIRATION_DATEeadler2013-03-191-1/+3
| | | | gnomehack -> pathfix
* Drop maintainership as I stopped running FreeBSD 7.naddy2013-03-191-1/+1
| | | | | Let this port live for the benefit of the people who want to use the ports tree on FreeBSD 7 beyond RELEASE_7_EOL.
* In categories starting with 'a', remove empty lines from pkg-plist (exceptdanfe2013-03-171-1/+0
| | | | for `archivers/rpm5' where it looks like they're being used deliberately).
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-151-31/+2
|
* - adopt optionsNG and trim historical headersjgh2013-03-141-6/+4
| | | | | | | | | | | | | | | | PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi)
* Return davide's ports to the pool per request.eadler2013-03-101-1/+1
| | | | | | | | While here: - trim header - fix COMMENT Approved by: davide (maintainer)
* Remove indefinite article from COMMENTehaupt2013-03-082-7/+3
|
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - Please welcome back Chris Petrik as maintainer ofbdrewery2013-03-072-7/+3
| | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
* QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package thatnivit2013-03-075-0/+53
| | | | | | can be used to access ZIP archives. It uses Trolltech's Qt toolkit. WWW: http://quazip.sourceforge.net/
* 2013-02-27 www/igal: No more upstream, no more public distfiles, consider ↔bapt2013-03-044-41/+0
| | | | | | | | | | | | | using www/llgal 2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server 2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles 2013-02-28 security/sslproxy: Abandoned upstream 2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles 2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008 2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd 2013-02-28 mail/gmime: Superceded with version 2.4 2013-02-28 archivers/bsdar: part of the base system
* - Update to 1.16beech2013-03-042-9/+5
| | | | | | | - Pass maintainership to submitter PR: ports/176620 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - Fix EXPIRATION date, we are in 2013, not 2012swills2013-03-031-1/+1
| | | | | Pointyhat to: swills Reported by: bapt
* - Deprecate ports which don't work with Ruby 1.9swills2013-03-031-0/+3
| | | | | | | | - Set expiration to 2 months to give plenty of time to fix them to anyone who may be interested (patching rubygem- ports is possible now) - Trim headers while here With Hat: ruby@
* - Remove outdated PERL_LEVEL checksunpoet2013-03-021-12/+2
| | | | - Cleanup Makefile header
* Variable that start with _ are considered private to the definingeadler2013-03-022-2/+2
| | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe)
* Update to 1.6.3kevlo2013-03-013-12/+23
|
* - Fix build when devel/googletest was installedsunpoet2013-02-211-1/+6
| | | | | | - Convert to new options framework Approved by: vanilla (maintainer)
* Fix typobapt2013-02-211-1/+1
|
* - Reassign ports from avl@ back to pool at his request.fluffy2013-02-214-4/+4
| | | | | Submitted by: avl via IM Approved by: avl via IM
* Upgrade to 1.1.0.vanilla2013-02-192-3/+3
|
* - Update patches required by nzbgetswills2013-02-183-40/+106
| | | | | | PR: ports/175846 Submitted by: Mark Felder <feld@feld.me> Approved by: Jeff Burchell <toxic@doobie.com> (maintainer)
* Update to 0.68.tobez2013-02-162-3/+3
| | | | Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES
* Upgrade to version 2.3 and pet portlint.olgeni2013-02-152-8/+4
|
* - Update to 2.4.4lippe2013-02-153-8/+89
| | | | | | | | - Pass maintainership to submitter - Make CLANG happy PR: ports/176042 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* update zpaq to 6.22bf2013-02-142-4/+4
|
* - Update to 0.66culot2013-02-142-3/+3
| | | | | | Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES PR: ports/176010 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* - Update to 1.1.1lippe2013-02-142-10/+16
| | | | | | | - Pass maintainership to submitter PR: ports/176070 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* Horde suite update:mm2013-02-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | archivers/pear-Horde_Compress 2.0.3 comms/pear-Horde_ActiveSync 2.2.0 deskutils/horde-kronolith 4.0.4 deskutils/horde-mnemo 4.0.3 devel/horde-content 2.0.2 devel/horde-timeobjects 2.0.3 devel/pear-Horde_Argv 2.0.4 devel/pear-Horde_Cli 2.0.3 devel/pear-Horde_Core 2.2.0 devel/pear-Horde_Data 2.0.3 devel/pear-Horde_Date 2.0.3 devel/pear-Horde_Exception 2.0.3 devel/pear-Horde_Icalendar 2.0.3 devel/pear-Horde_Itip 2.0.4 devel/pear-Horde_Prefs 2.3.0 devel/pear-Horde_Support 2.0.3 devel/pear-Horde_Timezone 1.0.2 devel/pear-Horde_Token 2.0.3 devel/pear-Horde_Util 2.1.0 devel/pear-Horde_View 2.0.2 ftp/horde-gollem 3.0.0 graphics/pear-Horde_Image 2.0.3 mail/horde-imp 6.0.4 mail/horde-ingo 3.0.3 mail/horde-turba 4.0.3 mail/pear-Horde_Imap_Client 2.6.0 mail/pear-Horde_Mime 2.0.4 mail/pear-Horde_Mime_Viewer 2.0.3 net/pear-Horde_Rpc 2.0.3 net/pear-Horde_Url 2.1.0 security/pear-Horde_Auth 2.0.3 security/pear-Horde_Crypt 2.1.2 security/pear-Horde_Perms 2.0.3 textproc/pear-Horde_Pdf 2.0.3 textproc/pear-Horde_Text_Filter 2.0.5 www/horde-base 5.0.4 www/horde-trean 1.0.0 www/pear-Horde_Editor 2.0.3 www/pear-Horde_Form 2.0.3
* update zpaq to 6.21; fix default number of threads used by zpaqbf2013-02-083-4/+32
|
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: archivers)gahr2013-02-075-9/+7
| | | | Approved by: portmgr
* - Update rpm to 4.11.0.1johans2013-02-076-59/+11
| | | | Release notes: http://rpm.org/wiki/Releases/4.11.0
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-068-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/libffi update - Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE) Please note that port revision for all the Haskell ports without version changes are bumped. New ports (20): devel/hs-MonadRandom 0.1.8 devel/hs-base64-conduit 0.5.1 devel/hs-bifunctors 3.2 devel/hs-either 3.1 devel/hs-errors 1.3.1 devel/hs-generic-deriving 1.4.0 devel/hs-lens 3.8.5 devel/hs-profunctor-extras 3.3 devel/hs-profunctors 3.2 devel/hs-reflection 1.1.6 devel/hs-timezone-olson 0.1.2 devel/hs-timezone-series 0.1.2 math/hs-comonads-fd 3.0.1 math/hs-groupoids 3.0.1.1 math/hs-nats 0.1 math/hs-semigroupoid-extras 3.0.1 security/hs-cipher-rc4 0.1.2 security/hs-crypto-numbers 0.1.3 security/hs-crypto-pubkey 0.1.2 security/hs-crypto-random-api 0.2.0 Updated ports (107): archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3 archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3 audio/hs-libmpd 0.8.0.1 --> 0.8.0.2 benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1 converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0 converters/hs-dataenc 0.14.0.4 --> 0.14.0.5 databases/hs-persistent 1.0.2.2 --> 1.1.4 databases/hs-persistent-sqlite 1.0.1 --> 1.1.2 databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1 devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3 devel/hs-Boolean 0.1.1 --> 0.1.2 devel/hs-TypeCompose 0.9.7 --> 0.9.9 devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1 devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6 devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0 devel/hs-checkers 0.2.9_2 --> 0.3.1 devel/hs-classy-prelude 0.4.1 --> 0.4.3 devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3 devel/hs-conduit 0.5.5 --> 0.5.6 devel/hs-configurator 0.2.0.1 --> 0.2.0.2 devel/hs-cpphs 1.15 --> 1.16 devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2 devel/hs-file-embed 0.0.4.6 --> 0.0.4.7 devel/hs-filestore 0.5.0.1 --> 0.6 devel/hs-fsnotify 0.0.4 --> 0.0.6 devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9 devel/hs-git-annex 3.20121211 --> 3.20130124 devel/hs-hashable 1.1.2.5 --> 1.2.0.5 devel/hs-hastache 0.4.2 --> 0.5.0 devel/hs-hlint 1.8.39 --> 1.8.43 devel/hs-hoogle 4.2.14 --> 4.2.15 devel/hs-hspec 1.4.2 --> 1.4.3 devel/hs-largeword 1.0.3 --> 1.0.4 devel/hs-lifted-base 0.2 --> 0.2.0.2 devel/hs-monad-logger 0.2.3 --> 0.2.3.2 devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1 devel/hs-pool-conduit 0.1.0.3 --> 0.1.1 devel/hs-project-template 0.1.0.1 --> 0.1.1 devel/hs-silently 1.2.4 --> 1.2.4.1 devel/hs-smallcheck 0.6.1_2 --> 0.6.2 devel/hs-system-fileio 0.3.10 --> 0.3.11 devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0 devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0 devel/hs-vault 0.2.0.1 --> 0.2.0.4 devel/hs-void 0.5.8 --> 0.5.11 devel/hs-word8 0.0.2 --> 0.0.3 mail/hs-mime-types 0.1.0.0 --> 0.1.0.2 math/hs-categories 1.0.4 --> 1.0.5 math/hs-comonad 3.0.0.2 --> 3.0.1.1 math/hs-comonad-transformers 3.0 --> 3.0.1 math/hs-distributive 0.2.2_2 --> 0.3 math/hs-pointed 3.0.1 --> 3.0.2 math/hs-semigroupoids 3.0.0.1 --> 3.0.2 math/hs-semigroups 0.8.4.1 --> 0.9 net/hs-network-conduit 0.6.1.1 --> 0.6.2.2 net/hs-simple-sendfile 0.2.8 --> 0.2.10 print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1 security/hs-certificate 1.3.3 --> 1.3.5 security/hs-cipher-aes 0.1.5 --> 0.1.7 security/hs-clientsession 0.8.0.1 --> 0.8.1 security/hs-cprng-aes 0.2.4 --> 0.3.4 security/hs-crypto-conduit 0.4.1 --> 0.4.3 security/hs-cryptocipher 0.3.6 --> 0.4.0 security/hs-cryptohash 0.7.9 --> 0.8.3 security/hs-pem 0.1.1_2 --> 0.1.2 security/hs-skein 0.1.0.10 --> 0.1.0.11 security/hs-tls 1.0.2 --> 1.1.1 security/hs-tls-extra 0.5.0 --> 0.6.1 sysutils/hs-angel 0.3.3 --> 0.3.4 textproc/hs-Diff 0.1.3_3 --> 0.2.0 textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0 textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3 textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4 textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4 textproc/hs-citeproc-hs 0.3.6 --> 0.3.7 textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6 textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5 textproc/hs-hs-bibutils 4.15 --> 4.16 textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31 textproc/hs-texmath 0.6.1.1 --> 0.6.1.3 textproc/hs-yaml 0.8.1.1 --> 0.8.2 www/hs-gitit 0.10.0.2 --> 0.10.1.2 www/hs-hamlet 1.1.1.1 --> 1.1.3.1 www/hs-heist 0.8.2 --> 0.11.0 www/hs-hjsmin 0.1.3 --> 0.1.4 www/hs-http-conduit 1.8.4.3 --> 1.8.7 www/hs-http-date 0.0.3 --> 0.0.4 www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1 www/hs-shakespeare-js 1.1.0 --> 1.1.1 www/hs-snap 0.9.2.2 --> 0.11.0 www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1 www/hs-wai-extra 1.3.0.4 --> 1.3.2 www/hs-warp 1.3.5 --> 1.3.7.1 www/hs-xss-sanitize 0.3.2_2 --> 0.3.3 www/hs-yesod 1.1.4.1 --> 1.1.7.2 www/hs-yesod-auth 1.1.2 --> 1.1.3 www/hs-yesod-core 1.1.6.1 --> 1.1.7.1 www/hs-yesod-default 1.1.2 --> 1.1.3 www/hs-yesod-form 1.2.0.1 --> 1.2.0.2 www/hs-yesod-persistent 1.1.0 --> 1.1.0.1 www/hs-yesod-platform 1.1.5 --> 1.1.7.2 www/hs-yesod-static 1.1.1.1 --> 1.1.1.2 www/hs-yesod-test 0.3.1.1 --> 0.3.3 x11-wm/hs-xmonad 0.10_4 --> 0.11 x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11 x11/hs-X11 1.5.0.1_3 --> 1.6.0.2 x11/hs-xmobar 0.14_3 --> 0.16 Obtained from: FreeBSD Haskell
* Update to 0.7ehaupt2013-02-062-3/+3
|
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-043-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
* update zpaq to v6.20bf2013-02-022-4/+4
|
* - Drop some patches no longer needed.miwi2013-02-023-88/+0
|
* - Convert headermiwi2013-02-012-10/+4
| | | | - Update to 2.1.0
* update to zpaq 6.19 and bmp_j4cbf2013-01-313-8/+11
|
* - Update to 2.060sunpoet2013-01-312-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
* - Update to 2.060sunpoet2013-01-312-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
* - Update to 2.060sunpoet2013-01-312-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.060sunpoet2013-01-312-7/+6
| | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes
* - Update to 2.060sunpoet2013-01-312-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 2.060sunpoet2013-01-312-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
* - Update to 2.060sunpoet2013-01-312-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
* Update to 1.5.2.vanilla2013-01-294-17/+21
| | | | | PR: ports/175638 Submitted by: John Hein <jhein@symmetricom.com>
* - update to 0.64leeym2013-01-282-3/+3
|
* - cleanup headerdinoex2013-01-271-5/+1
|
* Convert Makefile headers to the new format in my ports.olgeni2013-01-261-5/+0
|
* - Update to my new FreeBSD addressdbn2013-01-171-5/+2
| | | | | | | - Trim header - Add myself as creator of devel/svn2git (see r272261) Approved by: eadler|bdrewery (mentor)
* - Use DOC instead of NOPORTDOCSehaupt2013-01-154-9/+21
| | | | | - Pacify portlint - Convert header
* - Update to 0.62culot2013-01-102-3/+6
| | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES
* Horde maintenance update to following new versions:mm2013-01-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/pear-Horde_Alarm 2.0.3 devel/pear-Horde_Argv 2.0.3 security/pear-Horde_Auth 2.0.2 www/pear-Horde_Browser 2.0.3 devel/pear-Horde_Cli 2.0.2 archivers/pear-Horde_Compress 2.0.2 devel/pear-Horde_Core 2.1.5 security/pear-Horde_Crypt 2.1.1 security/pear-Horde_Crypt_Blowfish 1.0.2 devel/pear-Horde_Data 2.0.2 devel/pear-Horde_Date 2.0.2 devel/pear-Horde_Exception 2.0.2 www/pear-Horde_Form 2.0.2 devel/pear-Horde_Icalendar 2.0.2 graphics/pear-Horde_Image 2.0.2 devel/pear-Horde_Itip 2.0.2 textproc/pear-Horde_Kolab_Format 2.0.2 devel/pear-Horde_LoginTasks 2.0.2 mail/pear-Horde_Mime_Viewer 2.0.2 devel/pear-Horde_Nls 2.0.2 textproc/pear-Horde_Pdf 2.0.2 security/pear-Horde_Perms 2.0.2 devel/pear-Horde_Prefs 2.1.0 www/pear-Horde_Routes 2.0.2 devel/pear-Horde_Util 2.0.3
* Update to 4.13.3garga2013-01-092-4/+4
|
* Trim header.wxs2013-01-091-22/+17
| | | | | | | | Convert to new options. PR: ports/173820 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout
* Update to 5.0.4 to match the version in base in FreeBSD 8/9/10.naddy2013-01-073-12/+18
|
* Update to 4.13.1garga2013-01-043-8/+3
|
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSbapt2012-12-311-6/+3
| | | | Trim headers
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSbapt2012-12-311-8/+4
| | | | | Remove useless use of pre.mk/post.mk Trim headers
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSbapt2012-12-311-1/+3
|
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSbapt2012-12-311-7/+5
| | | | Trim headers
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSbapt2012-12-311-8/+3
| | | | Trim headers
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSbapt2012-12-311-1/+2
|
* update zpaq to 6.18bf2012-12-312-8/+5
|
* Bump PORTREVISION for Thunar related portsolivierd2012-12-312-2/+2
| | | | Approved by: rene, miwi (mentors, implicit)
* Bump PORTREVISION for libexo-related portsolivierd2012-12-311-2/+2
| | | | Approved by: rene, miwi (mentors, implicit)
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* - Convert to new options frameworkbapt2012-12-301-21/+20
| | | | | | | | | - Add an explicit built dependency on pkgconf - Trim headers PR: ports/173808 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout (1 month)
* -Update to new headermezz2012-12-301-12/+11
| | | | | | | | | | | -OPTIONSng -Remove the shared library version -portlint PR: ports/173788 ports/173809 ports/173802 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
* - Update to 2.059sunpoet2012-12-242-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
* - Update to 2.059sunpoet2012-12-242-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
* - Update to 2.059sunpoet2012-12-242-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.059sunpoet2012-12-242-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes
* Shortly after the initial release, a new tarball was uploaded whichjohans2012-12-222-4/+3
| | | | | | | includes a small fix that was duplicated already in the FreeBSD port. - Update checksum and remove patch introduced with the original release No functional changes.
* - Trim Makefile header per new bylawsdanfe2012-12-213-27/+22
| | | | | | | | | | - Drop indefinite article from COMMENT - Define LICENSE (GPLv2), install couple of extra docs - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS - Remove pretty obvious pkg-message, sort some knobs - Reformat port description Approved by: maintainer (maho)
* - Trim Makefile header per new bylawsdanfe2012-12-211-11/+13
| | | | | | | | | - Drop indefinite article from COMMENT - Define LICENSE (and remove COPYING from portdocs) - Unmute installation commands - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS Approved by: maintainer (gabor)
* - Turn on the RSYNCABLE option by default since it is required for agabor2012-12-211-1/+2
| | | | | | | dependent port [1] - Bump PORTREVISION Requested by: jgh [1]
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-2018-57/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2012.4.0.0 - Update Gtk2Hs to 0.12.4 - Transfer maintainership of math/hs-math-functions to haskell@ [1] Please note that port revisions for all the Haskell ports without version changes are bumped. Some further highlights of the update: - Trim Makefile headers - Enable dynamic libraries and dynamic linking by default - Enable bootstrapping by versions of GHC and HsColour already installed - Use GCC and binutils from ports New ports (32): devel/hs-List 0.5.1 devel/hs-ReadArgs 1.2.1 devel/hs-SafeSemaphore 0.9.0 devel/hs-activehs-base 0.3.0.2 devel/hs-async 2.0.1.3 devel/hs-basic-prelude 0.3.1.0 devel/hs-classy-prelude 0.4.1 devel/hs-classy-prelude-conduit 0.4.1 devel/hs-data-pprint 0.2.1.4 devel/hs-date-cache 0.3.0 devel/hs-fsnotify 0.0.4 devel/hs-hinotify 0.3.5 devel/hs-hspec-expectations 0.3.0.3 devel/hs-kqueue 0.1.2.4 devel/hs-monad-logger 0.2.3 devel/hs-optparse-applicative 0.4.2 devel/hs-project-template 0.1.0.1 devel/hs-setenv 0.1.0 devel/hs-simple-reflect 0.2 devel/hs-threads 0.5.0.1 devel/hs-time-compat 0.1.0.2 devel/hs-unix-time 0.1.4 devel/hs-word8 0.0.2 graphics/hs-dia-base 0.1.1.2 graphics/hs-dia-functions 0.2.1.3 mail/hs-mime-types 0.1.0.0 net/hs-network-info 0.2.0.3 net/hs-network-multicast 0.0.7 security/hs-cipher-aes 0.1.5 textproc/hs-hexpat 0.20.3 www/hs-activehs 0.3.0.1 www/hs-http-reverse-proxy 0.1.0.6 Updated ports (211): archivers/hs-tar 0.4.0.0_1 --> 0.4.0.1 archivers/hs-zip-archive 0.1.1.8_1 --> 0.1.2.1 archivers/hs-zlib 0.5.3.3_1 --> 0.5.4.0 archivers/hs-zlib-bindings 0.1.0.1_1 --> 0.1.1.2 archivers/hs-zlib-conduit 0.4.0.2 --> 0.5.0.3 archivers/hs-zlib-enum 0.2.2.1_1 --> 0.2.3 audio/hs-libmpd 0.8.0_1 --> 0.8.0.1 benchmarks/hs-criterion 0.6.0.1_2 --> 0.6.2.0 converters/hs-dataenc 0.14.0.3_2 --> 0.14.0.4 converters/hs-json 0.5_1 --> 0.7 databases/hs-persistent 0.9.0.4_1 --> 1.0.2.2 databases/hs-persistent-sqlite 0.9.0.2_1 --> 1.0.1 databases/hs-persistent-template 0.9.0.2_1 --> 1.0.0.2 devel/hs-Boolean 0.0.1_5 --> 0.1.1 devel/hs-DeepArrow 0.3.5_2 --> 0.3.7 devel/hs-HUnit 1.2.4.2_2 --> 1.2.5.1 devel/hs-MemoTrie 0.5_1 --> 0.6.1 devel/hs-MissingH 1.1.1.0_2 --> 1.2.0.0 devel/hs-MonadCatchIO-mtl 0.3.0.4_3 --> 0.3.0.5 devel/hs-QuickCheck 2.4.2_1 --> 2.5.1.1 devel/hs-Stream 0.4.6_2 --> 0.4.6.1 devel/hs-TypeCompose 0.9.1_2 --> 0.9.7 devel/hs-abstract-deque 0.1.5_1 --> 0.1.6 devel/hs-alex 3.0.1_1 --> 3.0.2 devel/hs-arrows 0.4.4.0_4 --> 0.4.4.1 devel/hs-asn1-data 0.6.1.3_1 --> 0.7.1 devel/hs-base-unicode-symbols 0.2.2.3_2 --> 0.2.2.4 devel/hs-base64-bytestring 0.1.2.0 --> 1.0.0.0 devel/hs-blaze-builder-conduit 0.4.0.2_1 --> 0.5.0.3 devel/hs-blaze-builder-enumerator 0.2.0.4_1 --> 0.2.0.5 devel/hs-blaze-textual 0.2.0.6_2 --> 0.2.0.8 devel/hs-bytestring-nums 0.3.5_2 --> 0.3.6 devel/hs-c2hs 0.16.3_3 --> 0.16.4 devel/hs-cmdargs 0.9.5_1 --> 0.10.1 devel/hs-conduit 0.4.2_1 --> 0.5.5 devel/hs-configurator 0.2.0.0_2 --> 0.2.0.1 devel/hs-cpphs 1.14 --> 1.15 devel/hs-darcs 2.8.1_1 --> 2.8.3 devel/hs-data-default 0.4.0_1 --> 0.5.0 devel/hs-directory-tree 0.10.1 --> 0.11.0 devel/hs-edit-distance 0.2.1_1 --> 0.2.1.1 devel/hs-fast-logger 0.0.2_2 --> 0.3.1 devel/hs-file-embed 0.0.4.4_1 --> 0.0.4.6 devel/hs-filemanip 0.3.5.2_6 --> 0.3.6.2 devel/hs-filestore 0.5_1 --> 0.5.0.1 devel/hs-filesystem-conduit 0.4.0_1 --> 0.5.0.2 devel/hs-gconf 0.12.1_3 --> 0.12.1.1 devel/hs-ghc-events 0.4.0.0_2 --> 0.4.2.0 devel/hs-ghc-mtl 1.0.1.1_2 --> 1.0.1.2 devel/hs-gio 0.12.3_1 --> 0.12.4 devel/hs-git-annex 3.20120807 --> 3.20121211 devel/hs-glib 0.12.3.1_1 --> 0.12.4 devel/hs-gtk2hs-buildtools 0.12.3.1_1 --> 0.12.4 devel/hs-haddock 2.10.0_1 --> 2.11.0 devel/hs-happy 1.18.9_1 --> 1.18.10 devel/hs-hashable 1.1.2.3_1 --> 1.1.2.5 devel/hs-hashed-storage 0.5.9_2 --> 0.5.10 devel/hs-hashtables 1.0.1.6_1 --> 1.0.1.8 devel/hs-haskell-src-exts 1.13.3_1 --> 1.13.5 devel/hs-hastache 0.4.1 --> 0.4.2 devel/hs-hint 0.3.3.4_1 --> 0.3.3.5 devel/hs-hlint 1.8.30 --> 1.8.39 devel/hs-hoogle 4.2.11_1 --> 4.2.14 devel/hs-hslogger 1.1.5_2 --> 1.2.1 devel/hs-hspec 1.2.0.1 --> 1.4.2 devel/hs-language-javascript 0.5.4_1 --> 0.5.7 devel/hs-largeword 1.0.1_2 --> 1.0.3 devel/hs-lifted-base 0.1.1_1 --> 0.2 devel/hs-logict 0.5.0.1_1 --> 0.5.0.2 devel/hs-monad-control 0.3.1.3_1 --> 0.3.1.4 devel/hs-mtl 2.1.1_1 --> 2.1.2 devel/hs-murmur-hash 0.1.0.5_2 --> 0.1.0.6 devel/hs-parallel 3.2.0.2_1 --> 3.2.0.3 devel/hs-pool-conduit 0.1.0.2_1 --> 0.1.0.3 devel/hs-primitive 0.4.1_2 --> 0.5.0.1 devel/hs-resource-pool 0.2.1.0_1 --> 0.2.1.1 devel/hs-resourcet 0.3.3.1 --> 0.4.4 devel/hs-silently 1.2.0.2 --> 1.2.4 devel/hs-split 0.1.4.3 --> 0.2.1.1 devel/hs-stm 2.3_1 --> 2.4 devel/hs-syb 0.3.6.1_1 --> 0.3.7 devel/hs-syb-with-class 0.6.1.3_2 --> 0.6.1.4 devel/hs-system-fileio 0.3.8 --> 0.3.10 devel/hs-system-filepath 0.4.6_1 --> 0.4.7 devel/hs-tagged 0.4.2.1_1 --> 0.4.4 devel/hs-temporary 1.1.2.3_1 --> 1.1.2.4 devel/hs-terminfo 0.3.2.4 --> 0.3.2.5 devel/hs-test-framework 0.6_1 --> 0.8 devel/hs-test-framework-hunit 0.2.7_2 --> 0.3.0 devel/hs-test-framework-quickcheck2 0.2.12.2_1 --> 0.3.0.1 devel/hs-text 0.11.2.0_1 --> 0.11.2.3 devel/hs-threadscope 0.2.1_3 --> 0.2.2 devel/hs-uniplate 1.6.7_1 --> 1.6.10 devel/hs-unix-compat 0.3.0.1_1 --> 0.4.0.0 devel/hs-unordered-containers 0.2.1.0_1 --> 0.2.2.1 devel/hs-uuagc 0.9.40.3_1 --> 0.9.42.2 devel/hs-uuagc-cabal 1.0.2.0_2 --> 1.0.4.0 devel/hs-vault 0.2.0.0_1 --> 0.2.0.1 devel/hs-vector 0.9.1_2 --> 0.10.0.1 devel/hs-vector-algorithms 0.5.4_1 --> 0.5.4.2 devel/hs-void 0.5.6 --> 0.5.8 ftp/hs-curl 1.3.7_3 --> 1.3.8 graphics/hs-cairo 0.12.3.1_1 --> 0.12.4 lang/hs-unlambda 0.1_6 --> 0.1.3 mail/hs-email-validate 0.2.8_1 --> 0.3.2 mail/hs-mime 0.3.3.2 --> 0.3.4 mail/hs-mime-mail 0.4.1.1_2 --> 0.4.1.2 math/hs-categories 1.0.3_1 --> 1.0.4 math/hs-comonad 1.1.1.6_1 --> 3.0.0.2 math/hs-comonad-transformers 2.1.2 --> 3.0 math/hs-data-lens 2.10.0_1 --> 2.10.2 math/hs-data-lens-template 2.1.5_1 --> 2.1.7 math/hs-math-functions 0.1.1.1_2 --> 0.1.1.2 [1] math/hs-mwc-random 0.12.0.0_1 --> 0.12.0.1 math/hs-pointed 2.1.0.2_1 --> 3.0.1 math/hs-semigroupoids 1.3.4 --> 3.0.0.1 math/hs-semigroups 0.8.3.2_1 --> 0.8.4.1 math/hs-statistics 0.10.1.0_1 --> 0.10.2.0 math/hs-vector-space 0.8.2 --> 0.8.6 multimedia/hs-gstreamer 0.12.1.1_1 --> 0.12.1.2 net/hs-network 2.3.0.13_1 --> 2.3.1.0 net/hs-network-conduit 0.4.0.1_1 --> 0.6.1.1 net/hs-pcap 0.4.5.1_4 --> 0.4.5.2 net/hs-sendfile 0.7.6_1 --> 0.7.8 net/hs-simple-sendfile 0.2.4 --> 0.2.8 net/hs-socks 0.4.1_1 --> 0.4.2 print/hs-hscolour 1.20.2,1 --> 1.20.3,1 security/hs-Crypto 4.2.5_1 --> 4.2.5.1 security/hs-HsOpenSSL 0.10.3.2 --> 0.10.3.3 security/hs-RSA 1.2.1.0_1 --> 1.2.2.0 security/hs-SHA 1.5.0.1_1 --> 1.6.1 security/hs-certificate 1.2.3_1 --> 1.3.3 security/hs-clientsession 0.7.5_1 --> 0.8.0.1 security/hs-cprng-aes 0.2.3_2 --> 0.2.4 security/hs-crypto-conduit 0.3.2_1 --> 0.4.1 security/hs-crypto-pubkey-types 0.1.1_1 --> 0.2.0 security/hs-cryptocipher 0.3.5 --> 0.3.6 security/hs-cryptohash 0.7.5_1 --> 0.7.9 security/hs-digest 0.0.1.1_1 --> 0.0.1.2 security/hs-monadcryptorandom 0.4.1_1 --> 0.5 security/hs-pureMD5 2.1.0.3_2 --> 2.1.2.1 security/hs-pwstore-fast 2.2_2 --> 2.3 security/hs-skein 0.1.0.7_1 --> 0.1.0.10 security/hs-tls 0.9.5_1 --> 1.0.2 security/hs-tls-extra 0.4.6_1 --> 0.5.0 sysutils/hs-angel 0.3.2_1 --> 0.3.3 textproc/hs-HStringTemplate 0.6.8_2 --> 0.6.12 textproc/hs-attoparsec-conduit 0.4.0.1_1 --> 0.5.0.3 textproc/hs-attoparsec-enumerator 0.3_2 --> 0.3.1 textproc/hs-blaze-html 0.5.0.0 --> 0.5.1.1 textproc/hs-blaze-markup 0.5.1.0_1 --> 0.5.1.2 textproc/hs-case-insensitive 0.4.0.1_2 --> 0.4.0.3 textproc/hs-citeproc-hs 0.3.4_1 --> 0.3.6 textproc/hs-double-conversion 0.2.0.4_2 --> 0.2.0.5 textproc/hs-highlighting-kate 0.5.1_1 --> 0.5.3.3 textproc/hs-hs-bibutils 4.12_4 --> 4.15 textproc/hs-html-conduit 0.0.1_1 --> 0.1.0.4 textproc/hs-hxt 9.2.2_1 --> 9.3.1.1 textproc/hs-lhs2tex 1.17_4 --> 1.18.1 textproc/hs-pandoc 1.9.4.2 --> 1.9.4.5 textproc/hs-parsec 3.1.2_1 --> 3.1.3 textproc/hs-regex-pcre-builtin 0.94.2.1.7.7_4 --> 0.94.4.3.8.31 textproc/hs-regex-posix 0.95.1_2 --> 0.95.2 textproc/hs-stringsearch 0.3.6.3_2 --> 0.3.6.4 textproc/hs-tagsoup 0.12.6_2 --> 0.12.8 textproc/hs-tagstream-conduit 0.3.2_1 --> 0.5.3 textproc/hs-texmath 0.6.0.6_1 --> 0.6.1.1 textproc/hs-xml-conduit 0.7.0.3_1 --> 1.0.3.3 textproc/hs-xml-types 0.3.2 --> 0.3.3 textproc/hs-xmlhtml 0.2.0.2 --> 0.2.0.3 textproc/hs-yaml 0.7.0.3 --> 0.8.1.1 www/hs-HTTP 4000.2.3_1 --> 4000.2.5 www/hs-authenticate 1.2.1.1_1 --> 1.3.2 www/hs-cookie 0.4.0_1 --> 0.4.0.1 www/hs-gitit 0.10.0.1 --> 0.10.0.2 www/hs-hamlet 1.0.1.4 --> 1.1.1.1 www/hs-happstack 7.0.0_1 --> 7.0.1 www/hs-happstack-server 7.0.3 --> 7.1.1 www/hs-heist 0.8.1.1 --> 0.8.2 www/hs-hjsmin 0.1.2_1 --> 0.1.3 www/hs-http-conduit 1.4.1.10 --> 1.8.4.3 www/hs-http-date 0.0.2_1 --> 0.0.3 www/hs-http-server 1_5 --> 1.0.1 www/hs-http-types 0.6.11_1 --> 0.7.3.0.1 www/hs-path-pieces 0.1.1_1 --> 0.1.2 www/hs-shakespeare 1.0.0.2_1 --> 1.0.2 www/hs-shakespeare-css 1.0.1.2_1 --> 1.0.2 www/hs-shakespeare-js 1.0.0.3_1 --> 1.1.0 www/hs-shakespeare-text 1.0.0.2_1 --> 1.0.0.5 www/hs-snap 0.9.0.1 --> 0.9.2.2 www/hs-snap-core 0.9.0 --> 0.9.2.2 www/hs-snap-server 0.9.0 --> 0.9.2.4 www/hs-wai 1.2.0.3 --> 1.3.0.1 www/hs-wai-app-static 1.2.0.4 --> 1.3.0.4 www/hs-wai-extra 1.2.0.5 --> 1.3.0.4 www/hs-wai-logger 0.1.4_1 --> 0.3.0 www/hs-wai-test 1.2.0.2_1 --> 1.3.0 www/hs-warp 1.2.2 --> 1.3.5 www/hs-yesod 1.0.1.6_1 --> 1.1.4.1 www/hs-yesod-auth 1.0.2.1_1 --> 1.1.2 www/hs-yesod-core 1.0.1.2_1 --> 1.1.6.1 www/hs-yesod-default 1.0.1.1_1 --> 1.1.2 www/hs-yesod-form 1.0.0.4_1 --> 1.2.0.1 www/hs-yesod-json 1.0.0.1_1 --> 1.1.2 www/hs-yesod-persistent 1.0.0.1_1 --> 1.1.0 www/hs-yesod-platform 1.0.5 --> 1.1.5 www/hs-yesod-routes 1.0.1.2_1 --> 1.1.1.1 www/hs-yesod-static 1.0.0.3_1 --> 1.1.1.1 www/hs-yesod-test 0.2.1 --> 0.3.1.1 x11-toolkits/hs-gtk 0.12.3.1 --> 0.12.4 x11-toolkits/hs-pango 0.12.3_1 --> 0.12.4 Removed ports (1): textproc/hs-xml2html 0.1.2.3_1 Approved by: wen (maintainer) [1] Obtained from: FreeBSD Haskell
* Convert to OptionsNG and trim Makefile headers.naddy2012-12-193-12/+16
|
* For a number of ports in archives category, trim the header and drop leadingdanfe2012-12-1832-198/+81
| | | | | indefinite article from COMMENT line; also fix few noticed styles bugs while I am here.
* Cleanup archives/p5-POE-Filter-* ports a bit:danfe2012-12-185-41/+17
| | | | | | - Switch to modern two-line Makefile header - Drop indefinite article from COMMENT line - Consistently set BUILD_DEPENDS and RUN_DEPENDS
* Cleanup Makefile and port description.danfe2012-12-182-24/+16
|
* - Switch to modern two-line Makefile headerdanfe2012-12-182-28/+25
| | | | | | | - Use DISTVERSION to reduce hand labor - Drop indefinite article from COMMENT line - Convert to the new OPTIONS framework - Minor cleanups in Makefile and port description
* - Use two-line Makefile headerdanfe2012-12-181-10/+8
| | | | | | | - Utilize PORT_OPTIONS for docs and examples - Drop article from COMMENT Approved by: maintainer (implicit)
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-174-31/+3
| | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
* - Drop GLX_X86 from OPTIONS_DEFINE (forgotten in r309016)danfe2012-12-161-1/+0
| | | | - Do not reassign GH_PROJECT to its default value
* - Set default perl version for ports which currently usingaz2012-12-161-1/+1
| | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
* - Pass maintainership to submitterbeech2012-12-161-2/+3
| | | | | | | - Mirror distfile PR: ports/174442 Submitted by: "A.J. 'Fonz' van Werven" <fonz@skysmurf.nl>
* Bump PORTREVISION for Thunar related portsolivierd2012-12-152-10/+8
| | | | | | | | While here, - Trim header - Use USE_PKGCONFIG - Remove ABI version numbers from LIB_DEPENDS - Update maintainer address for archivers/thunar-archive-plugin
* Update horde4 packages and applications to horde5mm2012-12-122-6/+11
|
* - Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONsmartymac2012-12-121-1/+1
| | | | | | | - Remove hardcoded dependency on gcc [1] PR: ports/171297 [1] Submitted by: Christian Mangin <christian.mangin@gmail.com> [1]
* Update PCRE to 8.32mm2012-12-111-2/+2
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-103-19/+6
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* - Update rpm 4.10.2johans2012-12-103-8/+6
| | | | | - Trim makefile header - Update local patch to fix compilation issue
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.zi2012-12-071-1/+1
| | | | | Reported by: portscout Feature safe: yes
* - Sanitize port COMMENTdanfe2012-12-053-4/+2
| | | | | | - Remove old-school author attribution from pkg-descr Feature safe: yes
* - Update to 0.9delphij2012-12-052-9/+6
| | | | | | - Take maintainership Feature safe: yes
* - Update to 1.3.delphij2012-12-052-9/+5
| | | | | | - Take maintainership. Feature safe: yes
* - Reset MAINTAINER due to unrecoverable bouncezi2012-12-052-2/+2
| | | | | Reported by: portscout Feature safe: yes
* - Update to 2.058sunpoet2012-12-042-8/+4
| | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/IO-Compress/Changes Feature safe: yes
* - Update to 2.058sunpoet2012-12-042-11/+5
| | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes Feature safe: yes
* - Update to 2.058sunpoet2012-12-042-11/+5
| | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes Feature safe: yes
* - Update to 2.058sunpoet2012-12-042-11/+5
| | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Feature safe: yes
* - Update to 2.059sunpoet2012-12-042-8/+4
| | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Feature safe: yes
* - Update to 2.059sunpoet2012-12-042-8/+4
| | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes Feature safe: yes
* - Update to 2.059sunpoet2012-12-042-8/+4
| | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes Feature safe: yes
* Do not override DISTNAME, default value is perfectly fine and makes more sense.danfe2012-12-032-3/+2
| | | | Feature safe: yes
* Convert to OptionsNG.rakuco2012-11-261-4/+7
| | | | | | PR: ports/173813 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Feature safe: yes
* Convert to new options frameworkbapt2012-11-231-10/+8
| | | | | | | PR: ports/173810 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: Jeff Burchell <toxic@doobie.com> Feature safe: yes
* Chase libexplain updateehaupt2012-11-211-5/+2
| | | | Feature safe: yes
* horde4 update:mm2012-11-192-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | archivers/pear-Horde_Compress 1.0.7 -> 1.0.8 databases/pear-Horde_Db 1.2.1 -> 1.2.2 deskutils/horde4-groupware 4.0.8 -> 4.0.9 deskutils/horde4-kronolith 3.0.17 -> 3.0.18 deskutils/horde4-mnemo 3.0.6 -> 3.0.7 deskutils/horde4-nag 3.0.8 -> 3.0.9 devel/pear-Horde_Alarm 1.0.7 -> 1.0.8 devel/pear-Horde_Cache 1.0.5 -> 1.0.6 devel/pear-Horde_Core 1.9.2 -> 1.9.3 devel/pear-Horde_Date 1.0.11 -> 1.0.12 devel/pear-Horde_Nls 1.1.6 -> 1.1.7 mail/horde4-imp 5.0.23 -> 5.0.24 mail/horde4-ingo 2.0.9 -> 2.0.10 mail/horde4-turba 3.0.15 -> 3.0.16 mail/horde4-webmail 4.0.8 -> 4.0.9 mail/pear-Horde_Imap_Client 1.5.5 -> 1.5.11 mail/pear-Horde_Mime 1.6.1 -> 1.6.2 mail/pear-Horde_Mime_Viewer 1.0.8 -> 1.0.9 security/pear-Horde_Auth 1.4.9 -> 1.4.10 security/pear-Horde_Secret 1.0.2 -> 1.0.4 textproc/pear-Horde_Text_Filter 1.1.5 -> 1.1.6 www/horde4-ansel 2.0.1 -> 2.0.2 www/horde4-base 4.0.15 -> 4.0.16 www/horde4-wicked 1.0.1 -> 1.0.2 www/pear-Horde_Browser 1.0.8 -> 1.0.9 www/pear-Horde_Service_Weather 1.1.2 -> 1.1.3 www/pear-Horde_SessionHandler 1.0.5 -> 1.0.6 Feature safe: yes
* update zpaq to 6.16bf2012-11-092-4/+4
| | | | Feature safe: yes
* - Update to 0.6ehaupt2012-11-062-8/+4
| | | | | | - Trim header Feature safe: yes
* - Specify LICENSEfjoe2012-11-041-0/+2
| | | | Feature safe: yes
* Update to 0.3.fjoe2012-11-032-4/+3
| | | | Feature safe: yes
* update zpaq to 6.15bf2012-11-032-4/+4
| | | | Feature safe: yes
* update to zpaq 6.14; add lazy2 and the updated level 2 zpaq specbf2012-11-024-83/+59
| | | | Feature safe: yes