Commit graph

4 commits

Author SHA1 Message Date
Dmitry Marakasov
6c76ecc91f - Switch to cmake:outsource to not install unneeded files
PR:		202626
Submitted by:	amdmi3
Approved by:	maintainer timeout (yurkis@gmail.com, 2 weeks)
2015-09-10 12:48:26 +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
Kris Moore
ef468ba4ee - General cleanup of port
Submitted by: Max Brazhnikov <makc@freebsd.org>
2014-10-17 19:23:48 +00:00
Kris Moore
50918dc63d Homerun is a fullscreen launcher with content organized in tabs.
A tab is composed of several "sources". A source can provide one
or more sections to a tab. Homerun comes with a few built-in sources,
but custom sources can be written using libhomerun.

WWW:    https://userbase.kde.org/Homerun

Submitted by: Yuri Momotiuk <yurkis@gmail.com>
2014-10-15 14:36:36 +00:00