1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

2809 Commits

Author SHA1 Message Date
Baptiste Daroussin
be41425d62 Add an explicit dependency on pkgconf 2013-09-02 21:16:30 +00:00
Baptiste Daroussin
cc336ea561 Eliminate USE_GNOME=pkgconfig from chinese 2013-09-02 09:04:38 +00:00
Sunpoet Po-Chuan Hsieh
1b0d3f744b - Add WWW
- Use single space after WWW:
- Remove Author line
2013-08-29 17:16:52 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Sunpoet Po-Chuan Hsieh
d63d6c55e0 - Cleanup Makefile header 2013-08-27 16:24:56 +00:00
Jung-uk Kim
b54218e9d4 Update to 4.0.5. 2013-08-22 20:38:28 +00:00
Sunpoet Po-Chuan Hsieh
ee0456d513 - Cleanup Makefile header 2013-08-21 17:42:57 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
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)
2013-08-17 16:27:24 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Sunpoet Po-Chuan Hsieh
1800a09ae0 - Remove blank line in distinfo 2013-08-08 17:19:07 +00:00
Sunpoet Po-Chuan Hsieh
e91efd5e0e - Update to 3.6
Changes:	http://cn.wordpress.org/2013/08/08/wordpress-3-6/
PR:		ports/181143
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-08-08 14:59:01 +00:00
Vanilla I. Shu
4c1462fa60 Upgrade to 3.6.
PR:		ports/181000
Submitted by:	maintainer
2013-08-04 02:56:42 +00:00
Antoine Brodin
f0ac650bf4 - Trim makefile header
- Remove article in COMMENT
- Fix build with clang, this is old K&R code (reported by pkg-fallout)
2013-08-03 10:41:48 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Baptiste Daroussin
eb01dde2db Fix without gcc 2013-08-01 06:46:31 +00:00
Koop Mast
a5f590e51d The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
2013-07-31 11:57:45 +00:00
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
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
2013-07-26 19:19:20 +00:00
Martin Wilke
94e3104482 - Update to 3.5.2
PR:		180401
Submitted by:	maintainer
2013-07-15 14:58:00 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- 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
2013-07-11 16:26:26 +00:00
Baptiste Daroussin
3037878285 Finish fixing the kde4-l10n 2013-07-10 09:52:01 +00:00
Raphael Kubo da Costa
2c80774ea9 KDE4 l10n fixes.
- Remove an entry from all plists that slipped under radar and made
   packaging fail.

 - Properly save the OPTIONS defined by the user in the l10n ports. [1]

   Quoting bapt, master of all things ports:

   That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does

   ...
   .include <bsd.port.pre.mk>
   ...
   .include <bsd.port.options.mk>
   ...
   .include <bsd.port.post.mk>

   First the right order in that case should be:

   ...
   .include <bsd.port.options.mk>
   ...
   .include <bsd.port.pre.mk>
   ...
   .include <bsd.port.post.mk>

   Second in that case (kde) the pre.mk/post.mk can be removed just keeping
   the options.mk and given that we now have the helpers options.mk can also
   be removed.

   The check for variables in OPTIONS_DEFINE is also useless (already done
   by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some
   empty values is also useless.

No PORTREVISION bump because the generated packages do not change regardless
of the changes/fixes in behavior here.

Reported by:	avg [1]
Submitted by:	bapt [1]
2013-07-09 21:49:00 +00:00
Raphael Kubo da Costa
7c39c6f5c3 Add patch fixing the behavior of FindLibkvm.cmake to prepare for CMake 2.8.11.2.
CMake >= 2.8.11 includes a bug fix [1] that ends up showing a problem with
the current FindLibkvm.cmake that makes the port fail to build.

Apply my upstream fix [2] to make everything work across all CMake versions.

[1] http://public.kitware.com/Bug/view.php?id=13755
[2] https://github.com/fcitx/fcitx/pull/119

Approved by:	portmgr (bapt)
2013-07-09 21:36:23 +00:00
Baptiste Daroussin
4f9800667d Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
2013-07-06 07:59:09 +00:00
Raphael Kubo da Costa
554e0c79c9 Update the KDE Software Compilation to 4.10.5.
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.
2013-07-04 23:34:32 +00:00
Raphael Kubo da Costa
18ff93d1a7 Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.
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.
2013-07-02 19:04:18 +00:00
Martin Wilke
eeeadf253b - Update to 3.5.2
PR:		179859
Submitted by:	sunpoet
2013-06-27 07:05:00 +00:00
Cheng-Lung Sung
fec2451e87 bump PORTREVISION for libchewing update.
PR:		ports/176021
2013-06-27 01:48:13 +00:00
Cheng-Lung Sung
0552a7b7ca bump PORTREVISION for libchewing update
PR:		ports/176021
2013-06-27 01:47:52 +00:00
Cheng-Lung Sung
6811f298e9 Update chinese/libchewing to 0.3.4
* Master site changed to Google Code
* Patches to install data into PREFIX/share/chewing

Patch created and tested by me and Zhihao Yuan(lichray@gmail.com)

PR:		ports/176021
Submitted by:	Henry Hu <henry.hu.sh_AT_gmail.com>
2013-06-27 01:47:18 +00:00
Jung-uk Kim
2bf17ab7d1 Update to 4.0.4. 2013-06-19 20:52:13 +00:00
Rong-En Fan
3214c0dbb4 - Since chinese/ttfm/Makefile.ttf now handles fonts.{dir,alias} properly,
revert plist workaround in slave ports
2013-06-19 17:05:08 +00:00
Rong-En Fan
264446b6be - Fix ttfm's xttfm module to really update fonts.{dir,scale} to reflect
the fonts installed
- Bump PORTREVISION for all ports using chinese/ttfm/Makefile.ttf

PR:             ports/179608
Reported by:    Antoine Brodin (antoine@)
Tested by:      Antoine Brodin (antoine@)
2013-06-19 16:03:12 +00:00
Martin Wilke
cb9c350ac3 - Add missing fonts
Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 15:02:23 +00:00
Martin Wilke
97a3386012 - Add missing font files
- Trim header

Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 14:47:19 +00:00
Raphael Kubo da Costa
bde58a590c Remove chinese/cxterm.
Port expired on 2012-05-10, does not compile.
2013-06-17 20:52:03 +00:00
Antoine Brodin
82b690f55a - Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstall
with pkg
- Consistently use full path when running gtk-query-immodules as the path
is embedded in output (we prefer reproducible output)

This fixes leftovers reported by poudriere
====>> Files or directories modified:
etc/gtk-2.0/gtk.immodules

PR:		ports/179230
Approved by:	portmgr (bapt)
2013-06-17 16:18:54 +00:00
Martin Wilke
d97ef64846 - Don't remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-13 23:49:58 +00:00
Max Brazhnikov
250a3e24d3 KDE/FreeBSD team presents KDE SC 4.10.3 ports!
- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
2013-05-18 20:34:41 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
df02a1b305 Add DIST_SUBDIR to fix a fetch error because the distfiles are often replaced
with the same names in every release.
2013-05-10 08:08:33 +00:00
Jung-uk Kim
ea47cacd91 Update to 4.0.3. 2013-05-09 18:26:51 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Bryan Drewery
fe1b3e9ae2 - Update to 10.0
PR:		ports/178132
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-05-01 23:14:22 +00:00
Bryan Drewery
134527a02a - Update to 1.15
PR:		ports/178131
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-05-01 23:13:41 +00:00
Bryan Drewery
e29931d6b7 - Update to 10.0
PR:		ports/178130
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-05-01 23:13:00 +00:00
Hiroki Sato
918595d207 Update to 3.03. 2013-05-01 04:46:29 +00:00
Baptiste Daroussin
9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Marcus von Appen
1ccce53539 - Fix USE_ICONV leftovers missed in the previous update 2013-04-27 18:31:47 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
598e3b95e3 In preparation of the removal of USE_FREETYPE from bsd.port.mk: remove
USE_FREETYPE from all ports using it

While here trim some headers, and do some conversion to new options framework.
2013-04-26 09:23:54 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Baptiste Daroussin
e2eefe5472 Convert all c categories to USE=pkgconfig 2013-04-23 06:34:47 +00:00
Jung-uk Kim
9b86b8c858 Update to 4.0.2.
Feature safe:	yes
2013-04-16 20:51:47 +00:00
Guido Falsi
ac8c103656 - "Update" to 2.5.12. This is the supported stable branch upstream
- Bump PORTEPOCH
- Trim Makefile header
- Add CONFLICTS_INSTALL [1]
- Make rc scripts more rclint compliant
- Update WWW line in pkg-descr

PR:		ports/175063
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
Approved by:	danfe (maintainer of games/qstat, via email) [1]
Approved by:	Kai Wang <kaiwang27@gmail.com> (maintainer of chinese/qterm) [1]
Feature safe:	yes
2013-04-16 18:23:45 +00:00
Bryan Drewery
35fc0a2af4 - Followup to r312413: fix patching
- Trim header
- pet portlint: cat->${CAT}

Approved by:	portmgr (implicit)
2013-04-15 20:25:58 +00:00
Alberto Villa
9b2942526a - Update Calligra and l10n ports to 2.6.2:
* Japanese translation is stuck at 2.5.5;
  * Southern Catalan translation is now up to date;
  * Bosnian, Slovenian and Turkish translations were added.

This update brings several new features and the new Calligra Author;
for a full list, please read 2.6 release notes:
http://www.calligra.org/news/calligra-2-6-released
2013-03-29 23:51:39 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Max Brazhnikov
24482eebf1 KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- 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
2013-03-27 11:55:25 +00:00
Bryan Drewery
c32bd6cd08 - Add explicit pkgconf dependency
- Trim headers

PR:		ports/177306
Reported by:	John Marino <draco@marino.st>
With hat:	portmgr
2013-03-24 15:51:03 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Baptiste Daroussin
7ef963090c Convert to new options framework left unconverted ports in c* categories 2013-03-21 17:39:03 +00:00
Li-Wen Hsu
3b1fe6cf05 - Update checksum, distfiles rerolled, some characters are added or updated [1]
- Bump PORTREVISION [1]
- Use new style Makefile header [1]
- Change DIST_SUBDIR to not affect mirror sites

PR:		ports/176742 [1]
Submitted by:	Hung-te Liang <lhd@cs.nctu.edu.tw> (maintainer)
2013-03-20 19:08:49 +00:00
Max Brazhnikov
9c1786b401 Convert to USE_CMAKE and while I'm here:
- drop depedence on gmake
 - remove hand crafted install target and scripts
 - use DESKTOP_ENTRIES
 - adjust plist according to the changes

Approved by:	portmgr (bapt)
2013-03-19 14:23:14 +00:00
Max Brazhnikov
56022db615 - Update to 0.5.12
- Convert to new option framework
- Pass maintainership to submitter

PR:		ports/176598
Submitted by:	Kai Wang <kaiwang27@gmail.com>
2013-03-19 14:01:20 +00:00
Eitan Adler
b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00
Jung-uk Kim
e835d5453f Update to 4.0.1. 2013-03-08 19:01:45 +00:00
Li-Wen Hsu
5aa43c1aba - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation 2013-03-04 10:55:23 +00:00
Eitan Adler
b7b9ec7a12 Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
2013-03-02 03:55:25 +00:00
Martin Wilke
f8070cec36 - Broken patch reject
===>  Applying extra patch /usr/ports/chinese/bitchx/files/patch-source::input.c
===>  Applying extra patch /usr/ports/chinese/bitchx/files/patch-include::config.h
1 out of 8 hunks failed--saving rejects to include/config.h.rej
2013-02-27 15:50:23 +00:00
Martin Wilke
09ad3929fd - Broken Checksum mismatch 2013-02-23 14:04:32 +00:00
Po-Chien Lin
c417b6f10d - Update to 1.2
- Remove unused USE_LDCONFIG knob

Approved by:	swills (mentor)
2013-02-23 07:21:57 +00:00
Vanilla I. Shu
c08b524bd4 Upgrade to 2.8.0. 2013-02-19 08:23:46 +00:00
Jimmy Olgeni
b24b0a131d Convert Makefile headers to the new format. 2013-02-18 12:34:39 +00:00
Po-Chien Lin
f1ca6e4a16 - Update to 0.5.92
- Add OPTIONS for NLS
- Remove SKIM support since textproc/skim has been marked as deprecated
- Remove unused CONFIGURE_ENV in Makefile and overdated patch files
- Take maintainership

PR:		ports/174862
Approved by:	swills (mentor)
2013-02-17 04:18:23 +00:00
Po-Chien Lin
844e31a28d - Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed

Approved by:	swills (mentor)
2013-02-13 06:04:08 +00:00
Chris Rees
0dd7579209 Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
2013-02-09 12:00:52 +00:00
Max Brazhnikov
617a653c25 Merge from area51 repository:
- Update to 2.5.5
- Convert to new options framework
- minor cleanups

Courtesy of:	avilla
2013-02-05 11:36:39 +00:00
Jung-uk Kim
fde722d687 Update to 3.6.5. 2013-02-04 20:03:49 +00:00
Dmitry Marakasov
9428c4f170 - Chase chinese/librime update 2013-02-04 00:44:34 +00:00
Dmitry Marakasov
b2c52e6dd0 - Update to 0.9.7
PR:		175752
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2013-02-04 00:44:10 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- 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
2013-02-03 20:10:37 +00:00
Max Brazhnikov
c2dd4d2e2d KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.
The area51 repository features commits by Alonso Schaich, avilla, fluffy,
jhale, makc and rakuco.

Common changes:
- Trim Makefile header
- Convert to new option framework
- Add/improve desktop entries
- Remove upstreamed patches

Mk/bsd.qt.mk:
- Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1]

devel/qmake:
- Fix crash due to off-by one error [2]

multimedia/qt4-phonon*:
- Deprecate in favour of multimedia/phonon*

www/qt4-webkit:
- Make dependence on GStreamer optional [3]

devel/qtcreator:
- Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4]

Reported by:	avg via irc [1]
Submitted by:	avg via maillist [2]
PR:		ports/175644 [3]
Submitted by:	danfe [3]
PR:		ports/169809 [4]
Reported by:	tcb <tcberner at gmail.com> [4]
2013-02-03 17:21:56 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Xin LI
083d2da0ab Update to 3.5.1.
PR:		ports/175680
Approved by:	maintainer
Security:	559e00b7-6a4d-11e2-b6b0-10bf48230856
2013-01-30 06:30:12 +00:00
Alexey Dokuchaev
557f6a1d6d - Update to version 0.4.5.2
- Cleanup Makefile a bit while here

PR:	ports/175244
2013-01-28 06:31:02 +00:00
Steve Wills
672a4b22bc - Update to 1.0.1
- Update patch and extract patches from single patch

PR:		ports/175097
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by:	Kang-min Liu <gugod@gugod.org> (maintainer)
2013-01-09 06:58:36 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
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
2012-12-30 12:03:51 +00:00
Wen Heping
d2980ef6f4 - Update to 3.0.11
While here:
- Trim Makefile headers

PR:		174451
Submitted by:	Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
2012-12-29 07:01:11 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Ruslan Makhmatkhanov
e4e65328dd - update russian [1], chinese_zh_TW [2] and chinese_zh_CN [3]
versions of wordpress to 3.5

while here, make changes common for all of this ports:
- trim Makefile header
- remove indefinite article from COMMENT
- do not define LICENSE_FILE for standard license
- remove license.txt from PORTDOCS
- tab -> space change in pkg-descr:WWW
- trailing whitespace fixes

PR:		174399 [1]
PR: 174452 [2]
PR: 174400 [3]
Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) [1],
              Bo-Yi Wu <appleboy.tw@gmail.com> [2],
              Joe Horn <joehorn@gmail.com> (maintainer) [3]
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer) [2]
2012-12-16 19:24:53 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Eitan Adler
a52b1a298c Revert Chris Petrik's ports to the pool. Thank you for all your work so far, and should you desire to return just let us know.
PR:		ports/174309
Submitted by:	Chris Petrik
2012-12-10 01:20:16 +00:00
Tilman Keskinoz
91ffd09069 Update to 1.4.3
PR:		174207
Submitted by:	maintainer
Feature safe:	yes
2012-12-07 17:08:26 +00:00
Baptiste Daroussin
47547a0dde 2012-11-28 chinese/pyDict: Depends on the expired gtkglarea through py-gtk [1]
2012-11-28 x11-toolkits/py-gtk: Depends on the expired gtkglarea [2]

Approved by:	silence of maintainer [1]
		gnome (kwm) [2]
Feature safe:	yes
2012-11-28 17:29:52 +00:00
Wen Heping
e23bdc1603 - Fix build when QT4 option enable
PR:		173887
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
Approved by:	lichray@gmail.com (maintainer, via email)

Feature safe:	yes
2012-11-25 13:25:05 +00:00
Li-Wen Hsu
5a1cb5a9ad - Switch to OPTIONSNG
- Trim Makefile header

PR:		ports/173579
Submitted by:	edward@rdtan.net

Feature safe:	yes
2012-11-22 06:52:09 +00:00
Ruslan Makhmatkhanov
53cfaeb0c4 - update maintainer's email and Last name (the change was confirmed
in private email)

PR:		173284
PR:     173285
PR:     173286
Submitted by:   Eric Camachat <eric at camachat dot org> (maintainer)
Feature safe:	yes
2012-11-11 14:46:39 +00:00
Adam Weinberger
e11b6ba781 Re-roll patch to unbreak build. This is a strange patch and half of the
changes seem to be personal preference settings, so I really have no
idea if this re-roll makes Chinese support work. But it builds.

Feature safe:	yes
2012-11-06 03:40:59 +00:00
Xin LI
d7442a1560 Update to 0.8.5.
Feature safe:	yes
2012-11-02 18:50:04 +00:00
Jung-uk Kim
32c77e89ce - Update to 3.5.7.
- Trim Makefile headers.

Feature safe:	yes
2012-10-26 20:24:07 +00:00
Baptiste Daroussin
3db2e90933 2012-10-20 chinese/wangttf: No more public distfiles
2012-10-20 chinese/stardict-dict-zh_TW: No more public distfiles
2012-10-20 chinese/stardict-dict-zh_CN: No more public distfiles
2012-10-20 chinese/mingunittf: No more public distfiles
2012-10-20 chinese/dfsongsd: No more public distfiles
2012-10-20 biology/dna-qc: No more public distfiles

Feature safe:	yes
2012-10-25 23:05:56 +00:00
Wen Heping
92e914e2ff fcitx-rime provides RIME, a dialect-friendly intelligent Chinese input method
engine, as a back-end to the Fcitx IM framework.

WWW: http://code.google.com/p/fcitx/

PR:		172751
Submitted by:	Zhihao Yuan <lichray@gmail.com>

Feature safe:	yes
2012-10-22 07:54:32 +00:00
Wen Heping
124e39c5ca - Add librime
Feature safe:	yes
2012-10-22 07:51:15 +00:00
Wen Heping
e42af2f755 Rime Input Method Engine is a customizable and dialect-friendly intelligent
Chinese input method.

WWW: http://code.google.com/p/rimeime/

PR:		172751
Submitted by:	Zhihao Yuan <lichray@gmail.com>

Feature safe:	yes
2012-10-22 07:18:27 +00:00
Beat Gaetzi
41d2ea25f2 - Mark as BROKEN: does not patch
Reported by:	pointyhat
Feature safe:	yes
2012-10-20 08:07:53 +00:00
Xin LI
6d052a543b Update to 0.7.91, this is prerequisture for fcitx-libpinyin.
Feature safe:	yes
2012-10-15 19:47:27 +00:00
Xin LI
a60cd375c2 Update fcitx to newer versions:
fcitx			4.2.6 -> 4.2.6.1
fcitx-configtool	4.2.5 -> 4.2.5.1
fcitx-libpinyin		0.2.0 -> 0.2.1
fcitx-googlepinyin	0.1.5 -> 0.1.6

Submitted by:	maintainer
PR:		ports/172727, ports/172093
Feature safe:	yes
2012-10-15 19:13:59 +00:00
Bryan Drewery
d870310587 Auto chinese encoding converter. It can detect UTF-8/Big5/GBK text and convert
them to specified chinese encoding with transliteration.

WWW: https://github.com/buganini/chiconv

PR:		ports/172267
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
2012-10-10 15:34:02 +00:00
Bryan Drewery
4685a6afde Open Chinese Convert (OpenCC) is an open source Simplified-Traditional
Chinese conversion project, providing high quality thesaurus and libopencc,
as well as a conversion utility and a dictionary generator.

bsdconv is a BSD licensed charset/encoding converter library with more function
than libiconv. (Currently, only a few codecs are supported)

This port is a opencc conversion module for bsdconv.

WWW: https://github.com/buganini/bsdconv-opencc

PR:		ports/172266
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
2012-10-10 15:09:25 +00:00
Bryan Drewery
eb86e4311c - Use GH_ACCOUNT in DISTNAME
Suggested by:	sunpoet
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2012-10-10 12:33:35 +00:00
Kevin Lo
5b9883676a - Remove dependency on fastest_cvsup (deprecate cvsup for the ports tree)
- Adopt new Makefile header
2012-10-09 04:51:58 +00:00
Bryan Drewery
3f9880e749 - Update to 1.13 [1]
- Remove ABI version from LIB_DEPENDS [1]
- Switch to USE_GITHUB for fetching

Changelog:
  chase codec rename in bsdconv
  add -8 for UTF-8 <-> UTF-8 conversion profile

PR:		ports/172264 [1]
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer) [1]
2012-10-08 16:17:25 +00:00
Sunpoet Po-Chuan Hsieh
36d95bf652 - Convert to new options framework
- Cleanup Makefile header
2012-10-07 18:32:25 +00:00
Bryan Drewery
0a9c9c2dff - Fix header to proper format
Reported by:	danfe
2012-10-01 15:01:14 +00:00
Ruslan Makhmatkhanov
fdca62cdcb - pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
2012-09-30 06:25:19 +00:00
Rong-En Fan
2ae74d5b76 - Fix build on -CURRENT
PR:		ports/172132
Submitted by:	KT Sin <ktsin at acm.org>
2012-09-29 06:35:42 +00:00
Bryan Drewery
fbdc478838 - Update to 1.4.2 [1]
- Add LICENSE
- Remove ABI versions from LIB_DEPENDS
- Update to new Makefile header

PR:		ports/171653 [1]
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Eric Camachat <lihong@ieee.org> (maintainer)
2012-09-25 17:52:52 +00:00
Baptiste Daroussin
6b968aca1e Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt's
distilator
2012-09-20 22:26:26 +00:00
Jase Thew
3697408572 - Update to 1.2.6
PR:		ports/171324
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:	flo (mentor)
2012-09-20 00:02:16 +00:00
Wen Heping
79da600848 - Update to 0.3.3
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-09-19 07:54:07 +00:00
Wen Heping
8fe10aafdf - Update to 0.4.5
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:25:01 +00:00
Wen Heping
e5c659a318 - Update to 0.1.3
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:22:39 +00:00
Wen Heping
7a87156672 - Update to 0.3.0
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:20:18 +00:00
Wen Heping
07863ca09d - Update to 0.3.9
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:06:51 +00:00
Wen Heping
c5d2ab6af3 - Update to 4.2.6
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:01:24 +00:00
Alberto Villa
2363a988ba - Update Calligra Suite to 2.5.2.
This release contains a number of important bug fixes to 2.5.1 and we
recommend everybody to update as soon as possible. An overview of the
most important fixes can be found in the release notes:
http://www.calligra.org/news/calligra-2-5-2-released
2012-09-16 17:31:30 +00:00
Wen Heping
a780f017e3 fcitx-table-extra provides Boshiamy, Zhengma, Cangjie, and Quick input
methods driven by the fcitx-table IM engine.

WWW: http://code.google.com/p/fcitx/

PR:		171365
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-09-08 10:53:06 +00:00
Wen Heping
d3494a6649 - Update to 0.2.0
PR:		171330
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-08 10:32:37 +00:00
Wen Heping
e91cb80bcd - Update to 0.7.1
PR:		171330
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-08 10:26:40 +00:00
Steve Wills
0b61befb1c - Update to 3.4.2 [1] [2] [3]
- Document security issue [4]

PR:		ports/171397 [1]
PR:		ports/171404 [2]
PR:		ports/171405 [3]
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) [1]
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer) [2] [3]
Reviewed by:	eadler [4]
Security:	30149157-f926-11e1-95cd-001fd0af1a4c
2012-09-07 20:25:41 +00:00
Vanilla I. Shu
29bc781796 fix build.
Obtained from:	pointyhat@
2012-09-05 08:35:37 +00:00
Alberto Villa
2d0b5b057a - Update Calligra to 2.5.1.
- Remove header from Makefiles.

This release contains a number of important bug fixes to 2.5.0 and we
recommend everybody to update. Release notes can be found in the
official announcement:
http://www.calligra.org/news/calligra-2-5-1-released
2012-09-01 08:50:57 +00:00
Alberto Villa
8f9518e03f The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,
coming to the ports tree after a short testing period which showed it
to be quite stable.

For the productivity part of the suite (word processor, spreadsheet,
and presentation program) the target user of version 2.5 is still the
student or academic user. This version has a number of new features
that will make it more suitable for these users.
The artistic applications of the Calligra Suite are the most mature
ones and are already used by professional users everywhere.

As usual, detailed release notes can be found in the official
announcement:
http://www.calligra.org/news/calligra-2-5-released

Meanwhile, new translations were added:
- editors/calligra-l10n-gl (Gallegan)
2012-08-25 16:46:35 +00:00
Jung-uk Kim
f7c42ea5b1 - Update to 3.5.6.
- Use system mdds.
- Fix build with the recent Clang (CURRENT).
- Enable visibility for recent Clang (9.1 and CURRENT).
- Attempt to fix build on 7.x and 8.x (not tested).
2012-08-23 16:00:36 +00:00
Beat Gaetzi
34b23d875b - Chase ibus update
Reported by:	pointyhat
Approved by:	maintainer
Obtained from:	https://bugs.gentoo.org/show_bug.cgi?id=407695
2012-08-13 08:06:52 +00:00
Sunpoet Po-Chuan Hsieh
ae9c5e1cde - Pet portlint: remove ABI version number from LIB_DEPENDS 2012-08-07 11:47:26 +00:00
Sunpoet Po-Chuan Hsieh
8a2f5f7e46 - Pet portlint: remove ABI version number from LIB_DEPENDS 2012-08-07 11:47:14 +00:00
Sunpoet Po-Chuan Hsieh
26e11f28e9 - Pet portlint: remove ABI version number from LIB_DEPENDS 2012-08-07 08:54:21 +00:00
Li-Wen Hsu
04989b0c00 - Add copyright notice in pkg-message
- Remove RESTRICTED form Makefile
- Add LICENSE* and  show pkg-message after install
- Change distinfo for official font files with built-in license text
- Refine pkg-descr
- Bump PORTREVISION

PR:		ports/169596
Submitted by:	Hung-te Liang <lhd@cs.nctu.edu.tw> (maintainer)
2012-08-05 10:34:40 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00