Commit graph

4037 commits

Author SHA1 Message Date
Adam Weinberger
26979cac58 Add archivers/liblz4. There is already archivers/lz4, which it looks
like might be an old version of this, but it only installs a binary.
This installs binaries and libraries/headers.

LZ4 is a very fast lossless compression algorithm, providing compression speed
at 400 MB/s per core, scalable with multi-cores CPU. It also features an
extremely fast decoder, with speed in multiple GB/s per core, typically
reaching RAM speed limits on multi-core systems.

A high compression derivative, called LZ4_HC, is also provided. It trades CPU
time for compression ratio.

The libraries are BSD licensed, and the binaries are GPLv2.

WWW: https://code.google.com/p/lz4/
2014-10-26 00:14:05 +00:00
Pawel Pekala
997eeae0b0 Update to version 1.17.20 2014-10-24 15:17:03 +00:00
Martin Matuska
f51558983d Horde package update:
comms/pear-Horde_ActiveSync 2.19.0 -> 2.19.3
devel/pear-Horde_Core 2.14.0 -> 2.15.0
textproc/pear-Horde_CssMinify 1.0.1 -> 1.0.2
www/pear-Horde_Dav 1.0.7 -> 1.1.0
databases/pear-Horde_Db 2.1.3 -> 2.1.4
mail/pear-Horde_Imap_Client 2.25.0 -> 2.25.2
archivers/pear-Horde_Pack 1.0.3 -> 1.0.4
devel/pear-Horde_Timezone 1.0.7 -> 1.0.8
2014-10-20 11:22:54 +00:00
John Marino
badd7a1eba Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 08:12:20 +00:00
Baptiste Daroussin
161b92dff7 Clean up plist 2014-10-19 23:12:06 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata

l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release

astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports

devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now

editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]

graphics/okular:
- add dependency on graphics/libkscreen

math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]

misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
  to link some stuff between KDE4_PREFIX and LOCALBASE.

science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data

x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3

among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes

The area51 repository features commits by alonso, rakuco and myself.

PR:		187150 [1]
Reported by:	pe.freethread@live.com
Patch by:	Tobias Berner <tcberner@gmail.com>

PR:		180674 [2]
Reported by:	torsten.eichstaedt@web.de

PR:		194316
Exp-run:	antoine
2014-10-19 15:57:27 +00:00
Marcus von Appen
ba08f95fa0 - Convert ports from accessibility/, archivers/ and astro/ to new
USES=python

Approved by:	portmgr (implicit)
With hat:	python@
2014-10-18 07:49:17 +00:00
John Marino
56f1882672 archivers/zip-ada: Unmask install commands and remove @dirrm lines 2014-10-16 09:43:26 +00:00
Dmitry Marakasov
11f148261f - Drop .la files, no dependees require them
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2014-10-14 11:02:11 +00:00
Alex Kozlov
803a90b661 - Switch MASTER_SITES to googledrive.com for my ports. 2014-10-14 08:59:35 +00:00
Pawel Pekala
ab1a961841 - Update to version 1.17.18
- Sort pkg-plist
2014-10-13 18:13:47 +00:00
Mathieu Arnold
bcd0fff7b5 These do not build with php 5.6.
With hat:	portmgr
Sponsored by:	Absolight
2014-10-13 13:20:51 +00:00
Alex Kozlov
85606d7ed9 - Add license
- Take maintainership
2014-10-13 07:16:16 +00:00
Raphael Kubo da Costa
96a2aa4820 Add "auto-accept" to LICENSE_PERMS.
It is not entirely clear to me what the policy is to decide whether a
license can be auto-accepted, but for now this makes it possible to build
the port without supervision (eg. with BATCH=1).
2014-10-12 21:37:39 +00:00
Gerald Pfeifer
8cdd06ad19 Update to lzip version 1.16 which includes the following changes:
- Compression ratio of option -9 has been slightly increased.
 - Compression time has been reduced by 4%, by 2% for option -0.
 - The behavior is now like 'cp -p'.
 - The license changed to GPL version 2 or later.
2014-10-11 07:32:37 +00:00
Sunpoet Po-Chuan Hsieh
7c38a96ed8 - Convert from slave port to normal port 2014-10-09 15:24:39 +00:00
Sunpoet Po-Chuan Hsieh
bee3ac845a - Cleanup Makefile
- Cleanup PLIST
2014-10-09 15:24:35 +00:00
Sunpoet Po-Chuan Hsieh
232e269746 - Cleanup PLIST 2014-10-09 15:24:31 +00:00
Sunpoet Po-Chuan Hsieh
0460c98251 - Cleanup PLIST 2014-10-09 15:24:27 +00:00
Sunpoet Po-Chuan Hsieh
36ea10b7fb - Cleanup PLIST 2014-10-09 15:24:23 +00:00
Pawel Pekala
6850cf4091 - Update to version 1.17.16
- Convert to USES=libtool
- Clean pkg-plist
2014-10-08 15:11:16 +00:00
Baptiste Daroussin
c4a5618712 Update to 1.8.1
Cleanup plist
2014-10-06 13:29:19 +00:00
Tijl Coosemans
88c67cd38c - Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
  Darwin, Linux and other systems.  Given the version current:revision:age
  a library will be given the extension .so.major.age.revision with major
  equal to current-age.  Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
  files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
  dependent ports if a library version changed

PR:		194068
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-10-05 18:01:19 +00:00
Baptiste Daroussin
3c3f273a9b Fix manpage rendering with mandoc 2014-10-03 13:51:17 +00:00
Baptiste Daroussin
3350fcfca5 Readd a removed (by accident) runtime dependency
Reported by:	mat
2014-10-01 13:08:17 +00:00
Baptiste Daroussin
1446608ec7 Convert to USES=horde
Fix pear-Horde_core options
Use options helpers where possible
2014-09-30 22:14:59 +00:00
Sunpoet Po-Chuan Hsieh
49c07c7cf5 - Update to 2.066
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/IO-Compress-Lzop/Changes
2014-09-30 15:25:00 +00:00
Sunpoet Po-Chuan Hsieh
0acb2668b4 - Update to 2.066
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/IO-Compress-Lzma/Changes
2014-09-30 15:24:55 +00:00
Sunpoet Po-Chuan Hsieh
d249ef8994 - Update to 2.066
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/IO-Compress-Lzf/Changes
2014-09-30 15:24:50 +00:00
Sunpoet Po-Chuan Hsieh
e8ea34895a - Update to 2.066
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
2014-09-30 15:24:45 +00:00
Sunpoet Po-Chuan Hsieh
27fe4c7eb2 - Update to 2.066
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2014-09-30 15:24:40 +00:00
Sunpoet Po-Chuan Hsieh
9f83367584 - Update to 2.066
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
2014-09-30 15:24:35 +00:00
Sunpoet Po-Chuan Hsieh
617fe693ed - Update to 2.066
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
2014-09-30 15:24:30 +00:00
Danilo Egea Gondolfo
605d43cc27 - Update from 0.5.3 to 0.5.4
- Take maintainership
2014-09-29 15:41:16 +00:00
Antoine Brodin
932199d4be Remove expired ports
2014-09-28 archivers/rpm5: Broken for more than 6 months
2014-09-28 devel/cocaine-core: Broken for more than 6 months
2014-09-28 graphics/ruby-tgif: Broken for more than 6 months
2014-09-28 21:10:35 +00:00
Baptiste Daroussin
3b3484eac4 Convert to USES=pear 2014-09-23 13:52:08 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
Antoine Brodin
41ace001d9 Really unbreak on freebsd 8/9 2014-09-19 19:38:18 +00:00
Johan van Selst
5efdbede94 Remove dbus option, which has no effect
Submitted by:	tijl
2014-09-19 14:20:53 +00:00
Johan van Selst
0b80c90f59 - Use archivers/libarchive for FreeBSD < 10
- Bump portrevision

Submitted by:	John Hein <john.hein@microsemi.com>
2014-09-19 14:08:10 +00:00
Johan van Selst
81a2e90426 - Update to rpm 4.12.0.1
- Add missing dependency
2014-09-19 12:57:27 +00:00
Johan van Selst
f68cf750cc Update to rpm 4.12.0 2014-09-18 10:26:48 +00:00
Tijl Coosemans
29a0c60c72 Fix build after previous commit (missing GNU_CONFIGURE=yes) 2014-09-18 08:28:50 +00:00
Tijl Coosemans
d5c39adf2c Convert to USES=autoreconf 2014-09-18 07:58:54 +00:00
Tijl Coosemans
d11a0cea9d - Convert to USES=autoreconf and USES=libtool
- Add INSTALL_TARGET=install-strip
- Remove MAKE_JOBS_UNSAFE (tested on Redports)
- Use default do-install such that libadf gets installed
2014-09-17 18:30:04 +00:00
Dmitry Marakasov
c5f60a645f - Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-17 17:29:47 +00:00
Ganael LAPLANCHE
7373fd9b08 Update devel/tbb to 4.3.0 and bump dependent ports' revisions
PR:		193214
Submitted by:	Oleksii Tsai <oleksii.tsai@googlemail.com>
2014-09-16 07:05:28 +00:00
Philippe Audeoud
a86aecf5df - Update to 2.02 2014-09-15 13:21:45 +00:00
John Marino
ea3f80e6c0 archivers/rpm4: Fix build (was missing pkg-plist changes due to update)
The upgrade from version 4.11.2 => 4.11.3 required several lines in the
pkg-plist to be changed, but the file wasn't modified.  "Just fix it" now.
BTW, the pkg-plist needs badly to be alphabetized, but I didn't do this.
2014-09-14 11:16:15 +00:00
Tijl Coosemans
a5bee80ce4 Use default LIBTOOLIZE_ARGS 2014-09-13 18:25:04 +00:00