1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

5317 Commits

Author SHA1 Message Date
David Naylor
9ba013bcd9 Update deskutils/plamsa-applet-cwp to 1.12.0.
Changes:
 * Add backup mirror for MASTER_SITES

Change Log:
 - xml: removed www.weather.com support because the website is unparsable now
 - xml: splitted openweathermap.org into celsius and fahrenheit versions
 - modifications for locating correct data path
2014-12-05 09:36:49 +00:00
Mark Felder
6571a4ea04 Update "BSD" license in deskutils category 2014-12-05 00:39:20 +00:00
Jason Helfman
9900eedc9b - remove CPE information, as it is not registered 2014-12-04 18:07:37 +00:00
Dmitry Marakasov
6802e9b388 - Update to v0.0.20141104
- Added OPSYS in conjunction to OSVERSION

PR:		195092
Submitted by:	lightside@gmx.com (maintainer)
2014-12-04 15:06:32 +00:00
Jason Helfman
537cb2bd9f - update to 4.4.0
Changelog:	https://launchpad.net/xpad/+announcements
2014-12-04 00:39:41 +00:00
Martin Matuska
fc51ff32dc Horde package update:
www/pear-Horde_Dav 1.1.1 -> 1.1.2
mail/pear-Horde_Imap_Client 2.25.5 -> 2.25.6
textproc/pear-Horde_JavascriptMinify 1.1.0 -> 1.1.1
devel/pear-Horde_Stream 1.6.1 -> 1.6.2
comms/pear-Horde_SyncMl 2.0.4 -> 2.0.5
www/horde-base 5.2.2 -> 5.2.3
mail/horde-imp 6.2.3 -> 6.2.4
mail/horde-ingo 3.2.2 -> 3.2.3
deskutils/horde-kronolith 4.2.3 -> 4.2.4
deskutils/horde-mnemo 4.2.2 -> 4.2.3
mail/horde-turba 4.2.3 -> 4.2.4
mail/horde-webmail 5.2.3 -> 5.2.4
deskutils/horde-groupware 5.2.3 -> 5.2.4
www/horde-wicked 2.0.2 -> 2.0.3
2014-12-03 21:43:07 +00:00
Koop Mast
6ce4980916 Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez

Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.

Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.

PR:		195414
Obtained from:	gnome dev repo
2014-12-03 09:18:23 +00:00
Baptiste Daroussin
304562e87d Finish resetting maintainership
PR:		195059
2014-12-02 22:50:10 +00:00
Ruslan Makhmatkhanov
babd486335 deskutils/gourmet: unbreak
- remove no more existing pygnomeextras dependency - it was only needed
  for spellcheck plugin
- remove spellcheck plugin from the list of default active plugins
- bump PORTREVISION
2014-11-30 17:56:10 +00:00
Koop Mast
a5ec75082c Make sure the glib schema is packaged.
Submitted by:	Oleg on IRC.
2014-11-30 14:58:42 +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
Antoine Brodin
7eaeea789e Allow building without /usr/bin/perl symlink
PR:		ports/195494
2014-11-29 12:22:21 +00:00
Antoine Brodin
c6fc00681e Mark a few ports BROKEN after GNOME 2 removal 2014-11-27 18:53:47 +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
Max Brazhnikov
2d2662f134 Bump PORTREVISION after graphics/poppler update to 0.26.3 2014-11-25 12:55:53 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Jason Helfman
a437826762 - detect libosinfo more effectively
- add cpe information
- remove pkg-plist (missed in r372972)
2014-11-21 22:33:00 +00:00
Martin Matuska
b2c080c365 Horde package update:
comms/pear-Horde_ActiveSync 2.20.0 -> 2.20.1
www/pear-Horde_Browser 2.0.7 -> 2.0.8
security/pear-Horde_Crypt 2.5.0 -> 2.5.1
databases/pear-Horde_Db 2.2.0 -> 2.2.2
devel/pear-Horde_History 2.3.2 -> 2.3.3
mail/pear-Horde_Mime_Viewer 2.0.7 -> 2.0.8
deskutils/horde-nag 4.2.2 -> 4.2.3
2014-11-21 20:20:00 +00:00
John Marino
2e3279a8dd sysutils/gnome-schedule,deskutils/conduit: USE_GNOME+=gnomedocutils 2014-11-21 18:35:55 +00:00
Olivier Duchateau
3981b8c7d2 This daemon is responsible of making the volume up/down and mute keys of
the keyboard work automatically. It uses PulseAudio for chosing which
card/sink/track to act on.

This is a fork of the original xfce4-volumed to drop GStreamer support
and use PulseAudio instead.

WWW: https://launchpad.net/xfce4-volumed-pulse

Obtained from:	Xfce dev repository
2014-11-21 13:07:14 +00:00
Jason Helfman
64641963b1 - update to 1.1.0
- patch to work with gtk2/3 [1]
- this update obsoletes net-mgmt/virtinst (merged)

Changelog: See http://virt-manager.org/download/
Obtained from:	https://build.opensuse.org/package/view_file/openSUSE \
                :Factory/virt-manager/virt-manager-Gtk-30.patch [1]
2014-11-21 00:48:11 +00:00
Baptiste Daroussin
69eb066271 Remove gnome2 only abandonware 2014-11-19 17:36:14 +00:00
Baptiste Daroussin
7824a8f9c8 Abandonware, not working anymore 2014-11-19 15:27:15 +00:00
Koop Mast
dd8ebdacfa Fix CATEGORIES.
Submitted by:	freshports sanity checker
2014-11-19 12:05:49 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Antoine Brodin
22cb2afe38 Fix RUN_DEPENDS, wpd2html moved to libwpd010 2014-11-16 00:22:57 +00:00
Guido Falsi
a158751212 - Update to 2.4-RC7, latest version available
- Add LICENSE
- Add support for DOCS option
- Update WWW line in pkg-descr

PR:		194503
Submitted by:	Kalten <kalten at gmx.at>
Approved by:	maintainer timeout
2014-11-14 18:15:35 +00:00
Raphael Kubo da Costa
bc992276b9 Add upstream patch to fix a filtering bug in KMail.
Despite what the patch's commit message says, this is actually a fix for
https://bugs.kde.org/show_bug.cgi?id=340015, which is part of 4.14.3. It
allows filtering based on the "List-Id" header to work again.
2014-11-13 15:41:28 +00:00
Antoine Brodin
1ef6c2804f Cleanup plist 2014-11-13 14:32:39 +00:00
John Marino
4b927f8a7e deskutils/griffith: Set LXML option by default
This port is unmaintained.  The referenced PR indicates that LXML
dependency is not actually optional and run-time files if it's not
installed.  If true, it should be installed unconditionally, but as
a half-measure, I'll just switch the option to fix it for standard
binary packages, and let the future maintainer look into this more.

PR:		194151
Submitted by:	ktullavik (gmail)
2014-11-10 19:33:36 +00:00
Wen Heping
dbac367e80 - Add missing DEPENDS [1]
- Update pkg-message for apache-2.4
- Use dynamic plist instead of static plist

Reported by:	Iasen Kostov <iasen.kostov@gmail.com> (via email) [1]
2014-11-10 13:44:59 +00:00
Koop Mast
6b1c2ea085 Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
2014-11-07 09:55:22 +00:00
Antoine Brodin
6fa31879ae Mark BROKEN: Uses unknown GNOME component gnomedesktopsharp20 2014-11-05 22:55:07 +00:00
Ashish SHUKLA
85f56adb6e - Chase GNU Emacs updates
PR:		194624
2014-11-05 13:19:31 +00:00
Jason Helfman
1616d90abe - update libvirt to 1.2.10
- chase shared library bump
2014-11-04 18:41:15 +00:00
Pawel Pekala
fc952e6355 - Update to version 0.2.12
- Add LICENSE

PR:		194494
Submitted by:	tkato432@yahoo.com
2014-11-02 12:05:56 +00:00
Rene Ladan
438685261b Remove expired ports:
2014-10-31 deskutils/babytrans: Abandonware, dictionaries unavailable
2014-10-31 www/rt38: Has expired: End of Life March 2014
2014-10-31 10:35:01 +00:00
Jason Helfman
763dd97ec9 - update libvirt,py-libvirt,libvirt-glib to 0.1.9
- shift var from ${PREFIX} to /var
- bump shared libs of dep. port

PR:		192441 (based on)
Submitted by:	olevole@olevole.ru
2014-10-29 22:17:55 +00:00
Martin Matuska
3cae31f88b Horde package update:
comms/pear-Horde_ActiveSync 2.19.3 -> 2.19.4
devel/pear-Horde_Alarm 2.2.1 -> 2.2.2
www/pear-Horde_Dav 1.1.0 -> 1.1.1
databases/pear-Horde_Db 2.1.4 -> 2.1.5
devel/pear-Horde_History 2.3.1 -> 2.3.2
security/pear-Horde_Secret 2.0.3 -> 2.0.4
www/horde-base 5.2.1 -> 5.2.2
mail/horde-imp 6.2.2 -> 6.2.3
mail/horde-ingo 3.2.1 -> 3.2.2
deskutils/horde-kronolith 4.2.2 -> 4.2.3
deskutils/horde-mnemo 4.2.1 -> 4.2.2
deskutils/horde-nag 4.2.1 -> 4.2.2
mail/horde-turba 4.2.2 -> 4.2.3
deskutils/horde-groupware 5.2.2 -> 5.2.3
mail/horde-webmail 5.2.2 -> 5.2.3
www/horde-wicked 2.0.1 -> 2.0.2
devel/horde-whups 3.0.0 -> 3.0.1
2014-10-29 22:12:34 +00:00
Pawel Pekala
916e86692e The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, text
editors and small databases.

Suitable for any kind of data organization, such as Todo lists, calendars,
project management, brainstorming, organizing ideas, planning, requirements
gathering, presentation of information, etc.

It's like a spreadsheet, immediately familiar, but much more suitable for
complex data because it's hierarchical.
It's like a mind mapper, but more organized and compact.
It's like an outliner, but in more than one dimension.
It's like a text editor, but with structure.

WWW: http://treesheets.com

PR:		193337
Submitted by:	lightside <lightside@gmx.com>
2014-10-26 18:15:12 +00:00
Raphael Kubo da Costa
c0b6043623 Add upstream patch to fix the build with the IBUS option on.
Explicitly #include <locale.h> to avoid this:

  /wrkdirs/usr/ports/deskutils/kdeplasma-addons/work/kdeplasma-addons-4.14.2/applets/kimpanel/backend/ibus/ibus15/panel.cpp:415:36: error: use of undeclared identifier 'LC_CTYPE'
    const char* locale = setlocale(LC_CTYPE, NULL);
2014-10-20 20:39:43 +00:00
Baptiste Daroussin
ff2951b4df Cleanup plist 2014-10-20 11:52:39 +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
Antoine Brodin
b325ed2062 - Allow staging as a regular user
- Bump portrevision as some files were not packaged with intended owner
2014-10-19 15:39:12 +00:00
Max Brazhnikov
6bc0240e85 deskutils/kchmviewer-kde4:
- update to 7.1
- amend COMMENT
- add dependence on archivers/libzip
- switch to out-of-source build
2014-10-19 15:15:00 +00:00
Marcus von Appen
e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00
Kris Moore
9274659d88 - Pet portlint 2014-10-17 19:35:32 +00:00
Kris Moore
ef468ba4ee - General cleanup of port
Submitted by: Max Brazhnikov <makc@freebsd.org>
2014-10-17 19:23:48 +00:00
Pawel Pekala
f9543f1e88 - Update to version 5.23.3
- Remove @dirrm's from pkg-plist

PR:		194193
Submitted by:	maintainer
2014-10-17 16:59:48 +00:00