1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

1043 Commits

Author SHA1 Message Date
Vanilla I. Shu
e971c2bfe6 Stagify. 2014-06-15 03:54:20 +00:00
Baptiste Daroussin
6366b4495a Update to libreoffice 4.2.4
- Speed staging phase by really installing to the stagedir directly
- Rework to use predefined targets for build and install
- Strip binaries
- Remove now unnecessary dependencies on autotools
- Add patches to fix crashes with icu 53.1
2014-06-11 14:40:31 +00:00
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Thierry Thomas
4118930a6e Fix the build by adding the Python metaport. 2014-06-01 20:36:01 +00:00
Martin Wilke
411c870d66 - Convert gmake to USES
Approved by:	portmgr
2014-05-29 12:05:20 +00:00
John Marino
75b8db4f24 french/aster (and depends): specify post-extraction with ${TAR}
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats.  We know the post-
extraction tool needs to be tar, so let's specify it directly.

Approved by:	infrastructure improvements blanket
2014-05-29 10:39:36 +00:00
Thierry Thomas
1c3ad3bd76 Unbreak and make packageable. 2014-05-26 19:20:41 +00:00
Thierry Thomas
8767fb6ef6 Chase the upgrade of Code_Aster ans stagify. 2014-05-13 21:49:55 +00:00
Thierry Thomas
22e22d5b92 Fix several problems: it now builds cleanly and can run the tests.
Still marked BROKEN because there is some rough edges, but interesting
users can remove this line.
2014-05-13 21:48:27 +00:00
Edwin Groothuis
71642c89c1 Fix stagification 2014-05-13 21:13:31 +00:00
Boris Samorodov
0716de5a98 Update eric4 ports to version 4.5.22. 2014-05-11 20:23:42 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Baptiste Daroussin
039d6ac337 Support stage 2014-05-08 23:41:30 +00:00
Baptiste Daroussin
9ea074ad24 Support stage 2014-05-08 23:41:22 +00:00
Baptiste Daroussin
9b7561f6af Support stage
Convert to USES=libtool
Strip binaries
2014-05-07 22:02:40 +00:00
Jung-uk Kim
fabaf5ddfa Update to 4.1.6. 2014-05-06 16:13:01 +00:00
Baptiste Daroussin
b67bcd423b Catch a couple of missing convertsion to :tu/:tl
Submitted by:	ak
With hat:	portmgr
2014-05-05 11:15:53 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Sunpoet Po-Chuan Hsieh
095fbe3e1a - Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by:	portmgr (bapt) [1]
2014-05-03 00:55:30 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Thierry Thomas
504faa166f Unbreak with the work-around given by Vladimir Chukharev in PR ports/188114
untill math/py-numpy is fixed.
2014-04-17 20:57:37 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Thierry Thomas
048f7df2bc Restore the previous sed to fix python.
Reported by:	swills
2014-04-09 21:34:25 +00:00
Thierry Thomas
147dcf11f5 - Support staging;
- Use the new infrastucture;

- Fix dependency on www/py-mechanize.
2014-04-09 20:47:32 +00:00
Boris Samorodov
dccbe9a936 Eric4 ports: update to version 4.5.21. 2014-04-05 17:34:10 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Thierry Thomas
55e6556d12 Upgrade Code_Aster to 11.5.0-4.
N.B.: french/aster is still marked BROKEN, but this allows to unbreak
other ports sharing the same dependencies.

Patch for french/med provided by tijl.
2014-03-18 21:09:03 +00:00
Boris Samorodov
fe63199668 Update to version 4.5.20. 2014-03-13 21:16:14 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Baptiste Daroussin
b5cb020230 Fix to use proper zip arg 2014-03-07 17:44:14 +00:00
Baptiste Daroussin
6d2031b8ad Convert f* to USES=zip 2014-03-07 16:59:07 +00:00
Antoine Brodin
3cd9566430 Mark BROKEN: Unfetchable
Reported by:	pkg-fallout
2014-03-06 19:39:49 +00:00
Max Brazhnikov
f3f8c20d6a KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]

misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)

security/kwallet:
- moved to security/kwalletmanager (renamed upstream)

x11/kdelibs:
- remove workaround, which is not needed after global fix in
  Mk/bsd.kde4.mk (r315373)

PR:		ports/187259 [1]
Submitted by:	Tobias Berner <tcberner@gmail.com>
2014-03-04 19:15:39 +00:00
Frederic Culot
998d04687a - Support staging 2014-02-28 10:21:05 +00:00
Jung-uk Kim
5436ddf062 Update to 4.1.5. It is partially based on the following PR.
PR:		ports/186265
2014-02-25 19:09:28 +00:00
Gerald Pfeifer
9a39e05f90 Use ${LDFLAGS} instead of constructing -L${LOCALBASE}/lib/${CC} manually
(plus this now also provides proper -rpath for GCC runtime libraries).

Approved by:	thierry (maintainer)
2014-02-23 20:50:10 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Pietro Cerutti
6df53c4b7a - Update to USES=tk 2014-02-18 10:07:55 +00:00
Pietro Cerutti
23650388aa - Convert to USES=tk
- Convert to new LIB_DEPENDS format
- STAGE-clean
2014-02-18 08:50:52 +00:00
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +00:00
Antoine Brodin
c29144fec8 - Swith from easy_install to install (and bump PORTREVISION)
- Use PYDISTUTILS_AUTOPLIST
2014-02-09 15:09:54 +00:00
Pietro Cerutti
546410486e - Kill french/gfaim -- abandonware 2014-02-04 16:54:09 +00:00
Max Brazhnikov
a6383cf6b5 - Update gimp-help ports to 2.8.1. Polish translation has been removed, new
translations have been added (ca, da, el, en_GB, sl, pt_BR)
- Add stage support
- Update maintainer address

PR:		based on ports/179681
Submitted by:	RyoTa SimaMoto (maintainer)
2014-02-01 12:49:26 +00:00
Baptiste Daroussin
ecf11e810f Remove ispell which is deprecated for long, consider using aspell instead or the aspell-ispell wrapper
french/ispell
german/ispell
german/ispell-alt
german/ispell-neu
hungarian/ispell
polish/ispell
portuguese/ispell-pt_BR
russian/rus-ispell
textproc/british-ispell
textproc/es-ispell
textproc/ispell
textproc/it-ispell
textproc/nl-ispell
textproc/sk-ispell
ukrainian/ispell
2014-01-29 07:10:12 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Sunpoet Po-Chuan Hsieh
50eb0b344e - Update to 5.0.2 2014-01-20 17:02:49 +00:00
John Marino
27ff2ebec7 french/alphabet_sounds_fr: Fix and support stage
The PR was written because the port started to fail in jail where $HOME
is read-only.  It turns out that it is not the port's fault, but rather
that of the (former) build dependency, childsplay.

The only reason it was a build dependency was to check if it's version
is at least 0.71.  Childsplay is currently at version 2.5, so there's
no reason to check the version.  The fix was to remove the check and
childsplay as a build dependency.

Stage support was also added, so there's not much left of the original
install.sh.

PR:		ports/185202
Approved by:	maintainer timeout
2014-01-15 20:41:24 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Boris Samorodov
46b290066e . update to version 4.5.18;
. pet QA test: remove USES=shared-mime-info (it's not really used).
2014-01-08 09:26:46 +00:00
Boris Samorodov
1f89f7f919 Update to version 4.5.17. 2013-12-24 16:12:50 +00:00
Alberto Villa
4998a19923 - Update Calligra Suite to 2.7.5.
- Require a new compiler to build Calligra.
- Make GTL really an option in Calligra.
- STAGEify.
- Use OPTIONS helpers.
- Set NO_ARCH for translation ports.
- Add translation port for Intelingua.

Calligra 2.7 release notes:
http://www.calligra.org/news/calligra-2-7-released
2013-12-16 22:59:42 +00:00
Marcus von Appen
e0d8e9dede - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-14 19:40:52 +00:00
Baptiste Daroussin
1fc6d8aea5 Update to 5.0.1 2013-12-10 20:02:49 +00:00
Boris Samorodov
6c6b725235 . svn copy tryton -> tryton28 ports;
. update tryton28 ports;   [1]
. connect tryton28 ports to build;
. register conflicts at tryton ports.

PR:		ports/181691  [1]
Submitted by:	Matthias Petermann <matthias@petermann-it.de> [1]
Approved by:	Matthias Petermann <matthias@petermann-it.de>
2013-11-20 17:20:57 +00:00
Boris Samorodov
9e770b7f01 Restore "created by" header missing at some trytond* ports (in preparation
to commit PR/181691).

PR:		ports/181691
Submitted by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
Patch by:	bsam (me)
Approved by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
2013-11-18 15:11:55 +00:00
Boris Samorodov
51060fe14c Support STAGE (in preparation to commit PR/181691)..
PR:		ports/181691
Submitted by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
Patch by:	bsam (me)
Approved by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
2013-11-18 09:43:15 +00:00
Sunpoet Po-Chuan Hsieh
a2d9cec05d - Add my LOCAL to MASTER_SITES
- Move EXTRACT_SUFX upward
- Update WWW
2013-11-17 21:01:59 +00:00
Sunpoet Po-Chuan Hsieh
fb075ba1a3 - Add my LOCAL to MASTER_SITES
- Move EXTRACT_SUFX upward
- Update WWW
2013-11-17 19:20:15 +00:00
Sunpoet Po-Chuan Hsieh
07df5cb711 - Update to 4.12
- Add my LOCAL to MASTER_SITES
- Move EXTRACT_SUFX upward
2013-11-17 19:08:23 +00:00
Sunpoet Po-Chuan Hsieh
ca7392164a - Use single space after WWW: 2013-11-17 17:54:54 +00:00
Baptiste Daroussin
0edd502e80 Fix staging
Reported by:	marino
2013-11-15 14:15:27 +00:00
Boris Samorodov
c7563950f9 Update to version 4.5.15. 2013-11-11 13:23:21 +00:00
Baptiste Daroussin
03841c211c Stagify
Use bsdtar to extract
2013-11-04 11:36:02 +00:00
Baptiste Daroussin
578c40b51f Stagify
Use bsdtar to extract
2013-11-04 11:11:44 +00:00
Baptiste Daroussin
3904f6f163 Support stage, use bsdtar to extract 2013-11-04 10:49:03 +00:00
Baptiste Daroussin
f027257d68 Stagify
Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts)
Always install manpages for aspell.
2013-11-04 08:30:37 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Jung-uk Kim
851ab9c5e0 - Update to 4.0.6.
- Support staging.
2013-10-25 17:05:50 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Boris Samorodov
ce4a25459f Update to version 4.5.15. 2013-10-09 13:56:49 +00:00
Boris Samorodov
2bd232e060 . support staging;
. remove well-known license file (GPLv3).
2013-10-05 18:30:05 +00:00
Baptiste Daroussin
becc4b2cc3 Support stage 2013-09-23 21:53:56 +00:00
Baptiste Daroussin
a6366e6c77 Support stage 2013-09-23 21:24:50 +00:00
Baptiste Daroussin
4a65c83669 Add NO_STAGE all over the place in preparation for the staging support (cat: french) 2013-09-20 17:21:20 +00:00
Boris Samorodov
e008cf7108 Update to version 4.5.14. 2013-08-23 08:28:08 +00:00
Jung-uk Kim
b54218e9d4 Update to 4.0.5. 2013-08-22 20:38:28 +00:00
Andrej Zverev
a74217e6d9 - Convert to new perl framework
- Trim Makefile header
2013-07-31 11:56:17 +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
Baptiste Daroussin
96255e9616 Fix INDEX by really fixing the kde4-l10n ports 2013-07-10 06:33:41 +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
Boris Samorodov
0cc1af22ec Update to version 4.5.13. 2013-07-07 17:23:50 +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
Jung-uk Kim
2bf17ab7d1 Update to 4.0.4. 2013-06-19 20:52:13 +00:00
Frederic Culot
7d458745b3 - Set MASTER_SITES to MASTER_SITE_LOCAL due to the decommissioning of
my own ftp site
- Trim Makefile's header
- Pet portlint(1)
2013-06-15 16:11:19 +00:00
Martin Wilke
f207b49109 - Fix i18n manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:59:00 +00:00
Boris Samorodov
fe18253b3e Update to version 4.5.12. 2013-06-10 09:49:41 +00:00
Wen Heping
3bd5dcbae4 - Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 03:28:57 +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
Jung-uk Kim
ea47cacd91 Update to 4.0.3. 2013-05-09 18:26:51 +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
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Baptiste Daroussin
d5da697104 Convert f* to USES=pkgconfig 2013-04-23 10:23:53 +00:00
Boris Samorodov
3e3538ea4d Update to version 4.5.10. 2013-04-23 07:35:05 +00:00
Jung-uk Kim
9b86b8c858 Update to 4.0.2.
Feature safe:	yes
2013-04-16 20:51:47 +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
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
Baptiste Daroussin
36b0a6fa76 Finish converting french to new options framework 2013-03-26 07:46:53 +00:00
Thierry Thomas
611ff19bb0 Fix plist.
Reported by:	miwi
2013-03-22 17:58:26 +00:00
Thierry Thomas
fa56e1424d Remove french/eficas_doc.
See http://www.code-aster.org/forum2/viewtopic.php?pid=36304#p36304
2013-03-19 20:37:07 +00:00
Thierry Thomas
e9d892e060 Chase Code_Aster's upgrade. 2013-03-19 20:35:57 +00:00
Thierry Thomas
75ed8becaf Upgrade to 3.0.6. 2013-03-19 20:33:55 +00:00
Thierry Thomas
b5f16a9065 Upgrade to 6.6.0-2. 2013-03-19 20:33:25 +00:00
Thierry Thomas
47cba12141 Upgrading Code_Aster to 10.8.0-3. 2013-03-19 20:32:32 +00:00
Eitan Adler
d7927a5ef6 french/gibi: IGNORE for more than 6 months 2013-03-18 20:11:49 +00:00
Eitan Adler
293b2ff20c - Add translation of the restricted line
- Trim header

Submitted by:	bapt
2013-03-18 19:49:32 +00:00
Boris Samorodov
586f715b67 Update to version 4.5.9. 2013-03-10 21:52:35 +00:00
Jung-uk Kim
e835d5453f Update to 4.0.1. 2013-03-08 19:01:45 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Ruslan Makhmatkhanov
93259a793d - remove german, french and japanese localization of www/MT. They were
merged into main port since version 5.2 (will go in it's own commit)

PR:		172319
Submitted by:	Submitted by:   Takefu <takefu@airport.fm> (maintainer)
2013-02-23 16:50:55 +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
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
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Thomas Abthorpe
b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +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
Baptiste Daroussin
7c354b1913 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2012-12-10 13:18:28 +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
Boris Samorodov
f9119d4f1d Update to version 4.5.7. This along with fixing other bugs should
restore working i18n.

Feature safe:	yes
2012-10-15 12:07:36 +00:00
Boris Samorodov
fd94579762 . update to version 4.5.6;
. convert headers to the new style.
2012-10-02 19:27:56 +00:00
Baptiste Daroussin
9ae0417ef6 - update to 2.3 2012-09-21 07:28:36 +00:00
Baptiste Daroussin
e459ffe3d9 - update to 3.0 2012-09-21 07:26:55 +00:00
Baptiste Daroussin
06c5faf73a - update to 4.6 2012-09-21 07:22:26 +00:00
Boris Samorodov
63c58910dd Add trytond_account_fr 2.4.0, the chart of account which is used in
France.

PR:		ports/171171
Submitted by:	matthias@petermann.it
2012-09-19 12:07:25 +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
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
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Boris Samorodov
a1f0b101d0 Update to version 4.5.5. 2012-07-31 13:57:55 +00:00
Jung-uk Kim
495b66e319 - Update LibreOffice and the language packs to 3.5.5.
- Add new language packs, i.e., ast, bo, kn, lb, and ug.
2012-07-17 20:55:45 +00:00
Thierry Thomas
5721174f81 Upgrade Code_Aster to 10.6.0-3. 2012-07-07 15:15:57 +00:00
Alberto Villa
ff330a762f - Update Calligra to 2.4.3.
- Add Japanese localization.

This release contains a number of important bug fixes to 2.4.2:
http://www.calligra.org/news/calligra-2-4-3-released
2012-07-05 08:20:22 +00:00
Dima Panov
0e6c83afe5 - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 release
for FreeBSD platform!

    Now with system boost-1.48 support and powered by clang-3.1 by default

Dima,  behalf of FreeBSD Office team
2012-07-01 08:32:04 +00:00
Andrej Zverev
2f57eb0926 - Remove SITE_PERL from *_DEPENDS 2012-06-28 18:37:23 +00:00
Boris Samorodov
5f50dded48 Update to version 4.5.4. 2012-06-19 06:22:53 +00:00
Max Brazhnikov
5a91ceaf33 KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
2012-06-14 16:42:04 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Alberto Villa
fff00504e0 - Remove koffice-i18n ports, as they are not very useful without
editors/koffice-kde3.
2012-05-31 00:29:01 +00:00
Alberto Villa
7b4e1ec4a5 The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDE
graphic art and office suite.

Information on this release can be found here:
http://www.calligra.org/news/calligra-2-4-2-released

Information on Calligra Project can be found in its first ever release
announcement:
http://www.calligra.org/news/calligra-2-4-released

Consequently, KOffice 2 has been removed from the ports collection.

As usual, we would like to thank all testers and contributors.
2012-05-31 00:09:24 +00:00
Max Brazhnikov
f564508406 KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
2012-05-25 02:15:20 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Boris Samorodov
02d2e6ec71 Update to version 4.5.3.
Tested at:	redports
2012-05-09 06:31:35 +00:00
Baptiste Daroussin
8269acc5ce - upgrade to 3.5.2
- switch and force compiler to clang using the one from base on 9 and CURRENT, the one
  from ports if not found in base
- now only build en_US version, all localisation are available through separated
  ports.
- Graphite smart font is now used by default
- Rebundle boost to easier upgrading boost
- Rebundle mdds the one from the ports seems incompatible with clang
- Unbundle all the fonts

Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and
feedback

Thank you to iXsystems for providing resources to build/test libreoffice
2012-04-22 20:38:32 +00:00
Boris Samorodov
0e576b913d Update to version 4.5.2.
Feature safe:	yes
2012-04-03 12:11:39 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Alberto Villa
f234761615 The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series.

The official release notes can be found at:
http://kde.org/announcements/announce-4.7.4.php

PR:		162216
PR:		163662
2012-01-25 10:21:01 +00:00
Hiroki Sato
f79316b1da - Update to 9.4.7 (English version only)
- Add LICENSE.
- Add CUPS support.
- Add acroread(1) manual page.

Security:	APSA11-04
Security:	APSB11-24
Security:	CVE-2011-2462
Security:	CVE-2011-1353
Security:	CVE-2011-2431
Security:	CVE-2011-2432
Security:	CVE-2011-2433
Security:	CVE-2011-2434
Security:	CVE-2011-2435
Security:	CVE-2011-2436
Security:	CVE-2011-2437
Security:	CVE-2011-2438
Security:	CVE-2011-2439
Security:	CVE-2011-2440
Security:	CVE-2011-2441
Security:	CVE-2011-2442
2012-01-22 09:30:18 +00:00
Boris Samorodov
f6bf5595c9 Update to version 4.4.20. 2012-01-16 13:53:50 +00:00
Olli Hauer
19fe40753d - change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
2012-01-01 16:47:41 +00:00
Mark Linimon
4446496931 Fix a mistake in the MANUAL_PACKAGE_BUILD line.
Hat:		portmgr
Feature safe:	yes
2011-12-12 00:29:42 +00:00
Boris Samorodov
d99d463e9b Update to version 4.4.19.
Feature safe:	yes
2011-12-06 12:13:14 +00:00
Sunpoet Po-Chuan Hsieh
1d99477c46 - Pass maintainership to office@FreeBSD.org
Discussed with:	bapt
Feature safe:	yes
2011-11-28 16:06:13 +00:00
Brendan Fabeny
004a7c5ac2 adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:		162706
Approved by:	miwi (portmgr)
Feature safe:	yes
2011-11-22 11:14:10 +00:00
Raphael Kubo da Costa
7f1a46ec8c The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.

The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.

Approved by:	avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 02:59:40 +00:00
Martin Wilke
3cabe21a2d - Get rid FreeBSD 6 support 2011-11-07 04:24:55 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Alberto Villa
a2d3b5a4bc The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports

We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.

PR:		156293 [1]
		159219 [2]
		160164 [3]
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com> [1]
		Alvaro Castillo <gobledb@gmail.com> [2]
		dkeav04@gmail.com [3]
Tested by:	exp-run via pav
2011-10-17 00:03:42 +00:00
Boris Samorodov
3b83ff0c1f Update to version 4.4.18. 2011-10-03 10:24:08 +00:00
Sunpoet Po-Chuan Hsieh
b83030b561 - Update to 4.3 2011-10-02 16:27:31 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Boris Samorodov
f260679967 . update to version 4.4.17;
. add dependency upon misc/shared-mime-info and devel/desktop-file-utils.
2011-09-06 18:06:37 +00:00
Pav Lucistnik
e5df42291c - Disallow from pointyhat: runaway python process 2011-08-26 20:49:22 +00:00
Olli Hauer
7a0bd31763 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined 2011-08-20 17:27:52 +00:00
Sunpoet Po-Chuan Hsieh
96a54de76a - Set DIST_SUBDIR: move dist files to DISTDIR/mythes 2011-08-17 18:04:07 +00:00
Sunpoet Po-Chuan Hsieh
afadb2d2fe - Set DIST_SUBDIR: move dist files to DISTDIR/hyphen 2011-08-17 18:03:41 +00:00
Sunpoet Po-Chuan Hsieh
13f9e56935 - Set DIST_SUBDIR: move dist files to DISTDIR/hunspell 2011-08-17 18:03:06 +00:00
Sunpoet Po-Chuan Hsieh
359ab9c7a8 - Set WRKSRC 2011-08-13 04:40:40 +00:00
Sunpoet Po-Chuan Hsieh
e07aaa88ac - Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
2011-08-12 19:17:06 +00:00
Sunpoet Po-Chuan Hsieh
72c08ec487 - Move language prefix to PKGNAMEPREFIX
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
2011-07-29 13:13:17 +00:00
Christian Weisgerber
3d4cbe1f53 Update to 0.1.33, which fixes the verb "chauvir".
Approved by:	maintainer timeout (8 weeks)
2011-07-25 13:53:25 +00:00
Sunpoet Po-Chuan Hsieh
fcdff36357 - Fix typo 2011-07-25 08:53:21 +00:00
Baptiste Daroussin
a05a58eb85 Pass matainership to the new office team 2011-07-22 05:30:11 +00:00
Baptiste Daroussin
2eff2d7953 Add some locales thesaurus 2011-07-21 14:33:07 +00:00
Baptiste Daroussin
e7976247ef Add french hyphenation rules 2011-07-20 14:49:24 +00:00
Julien Laffaye
e56f92dd2d Update to 5.12
PR:		ports/158427
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
2011-07-20 11:11:10 +00:00
Baptiste Daroussin
6bfb361e6b Add french modern dictionnary for hunspell 2011-07-20 09:02:37 +00:00
Sunpoet Po-Chuan Hsieh
d3ddb2e80f - Bump PORTREVISION for science/hdf5-18 shlib change 2011-07-15 07:00:46 +00:00
Thierry Thomas
7d7037565f It seems that Code_Aster does not support Python 2.7 on amd64.
Reported by:	pointyhat via Pav
2011-07-13 17:26:03 +00:00
Max Brazhnikov
585f07aff3 Reset maintainership de jure. In fact KDE 3 has not been maintained by our team
for a long time, not to mention upstream.

Discussed a while ago among the KDE/FreeBSD team.
2011-07-07 17:21:58 +00:00
Max Brazhnikov
19572cc47f Update KDE Software Compilation ports to 4.6.5
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
2011-07-07 16:38:39 +00:00
Boris Samorodov
78ecc25cd9 Update to version 4.4.16. 2011-07-04 13:30:29 +00:00
Martin Wilke
3b5e71ac48 - Drop MD5 support 2011-07-02 17:15:19 +00:00
Thierry Thomas
cb413ab7c5 Rework the port, for apache22 exp-run.
Since I'm there, release maintainership.

PR:		ports/158359
Submitted by:	ohauer
2011-06-29 19:52:58 +00:00
Thierry Thomas
d6b94022db Chase py-mechanize's upgrade.
Reported by:	pointyhat via Pav
Pointyhat to:	lwhsu
2011-06-21 20:15:53 +00:00
Alberto Villa
3f88d44ab7 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read full
announcement here: http://kde.org/announcements/announce-4.6.4.php
2011-06-14 09:23:49 +00:00
Boris Samorodov
698668e802 Update to version 4.4.15. 2011-06-02 12:04:08 +00:00
Hiroki Sato
2e30d78299 Update to Adobe Reader 9.4.2 and add a hack to mitigate "RSException" crash
issue in GUI mode.  A linux_adobe.ko kernel module has to be loaded before
acroread is invoked.
2011-05-29 17:22:26 +00:00
Max Brazhnikov
a34b8d38b8 Update KDE Software Compilation ports to 4.6.3
Special thanks to Raphael Kubo da Costa for his work on this update.
2011-05-16 19:26:43 +00:00
Baptiste Daroussin
d16870ec48 One more bunch of unmaintained expired ports removal
2011-05-01 audio/dap: Upstream disapear and distfile is no more available
2011-05-01 audio/gdrdao: Upstream disapear and no more distfiles available
2011-05-01 databases/gmysql: Upstream disapear and distfile is no more available
2011-05-01 deskutils/kuake: Upstream disapear and distfile is no more available
2011-05-01 finance/xinvest: Outdated, abandoned
2011-05-01 finance/xquote: Outdated, abandoned
2011-05-01 french/plgrenouille: Upstream disapear and distfile is no more available
2011-05-02 12:48:13 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Alberto Villa
762fd7edc2 - Update KOffice to 2.3.3. 2011-04-13 07:33:32 +00:00
Alberto Villa
44b2f80d3d The FreeBSD KDE Team is pleased to announce April updates for KDE
Software Compilation: 4.6.2, codename "Congrats". Read the full
announcement here: http://kde.org/announcements/announce-4.6.2.php.

Special thanks to Raphael Kubo da Costa who ported the release.
2011-04-07 12:03:34 +00:00
Boris Samorodov
14a956409d Update to version 4.4.13. 2011-04-03 15:18:47 +00:00
Alberto Villa
253cf9c6c3 - Update KOffice to 2.3.1.
- Force dependency on new libwpg.
2011-03-25 10:44:21 +00:00
Alberto Villa
c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:	exp-run via miwi
2011-03-25 10:33:51 +00:00
Pav Lucistnik
8627c1e089 - Revert
Pointy hat to:	miwi
Reported by:	pointyhat
2011-03-21 20:42:58 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Baptiste Daroussin
0364bf56eb Deprecate unmaintained ports from french where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-15 20:46:55 +00:00
Thierry Thomas
a75c0a02b7 Chase the upgrade of science/cgnslib to 2.5-5; this implies to
switch some dependencies from science/hdf5 to science/hdf5-18.

As a side note: I think that all ports depending on science/hdf5
could be switched to science/hdf5-18, by defining H5_USE_16_API
when necessary, and then science/hdf5 could be deprecated.

PR:		ports/154736
2011-02-26 10:23:19 +00:00
Boris Samorodov
404411d753 Update to version 4.4.12.
Feature safe:	yes
2011-02-07 15:17:28 +00:00
Sunpoet Po-Chuan Hsieh
c1eb48237d - Update to 5.04
- Cleanup CONFLICTS and DISTINFO_FILE: remove es-MT and nl-MT
- Space/Tab twiddle

Changes:	http://www.movabletype.org/2010/12/movable_type_504_and_435_security_update.html
PR:		ports/152913
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
Feature safe:	yes
2011-01-13 13:28:11 +00:00
Sunpoet Po-Chuan Hsieh
649a622159 - Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
2011-01-09 11:13:41 +00:00
Dima Panov
7e6373e612 - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5
for FreeBSD.

It's a bugfix-only release, January 2011 set.
2011-01-07 23:54:08 +00:00
Hiroki Sato
26e3b95561 Update to 9.4.1 and add a warning message which explains the GUI mode does
not work currently.

Security:	http://www.adobe.com/support/security/bulletins/apsb10-28.html
Security:	http://www.adobe.com/support/security/bulletins/apsb10-21.html
Security:	http://www.adobe.com/support/security/advisories/apsa10-02.html
2011-01-05 15:17:30 +00:00
Boris Samorodov
058f1fd49c Update to version 4.4.11. 2011-01-03 15:12:45 +00:00
Thierry Thomas
455c214f57 Fix qtEficas, and re-enable it by default, by replacing QListBoxItem by
QListWidgetItem.

Obtained from:	Code_Aster forums (bjng)
2011-01-02 17:43:45 +00:00
Rene Ladan
b7d7206e33 Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware

Leave java/tya in for now, as it has outstanding PRs.
2010-12-31 17:35:17 +00:00
Thierry Thomas
062962589d Upgrade to 10.3.0-3. 2010-12-29 22:02:09 +00:00
Thierry Thomas
e89750d338 Upgrade to 9.8-1. 2010-12-29 22:02:02 +00:00
Thierry Thomas
fa532186fa Chase Code_Aster's upgrade. 2010-12-29 22:02:01 +00:00
Thierry Thomas
6ae38b227a Upgrade to 2.1.1-1.
Note: qtEficas does not run at the moment, it's disabled.
2010-12-29 22:01:53 +00:00
Thierry Thomas
0bea7f8a99 Upgrade to 2.1.1-1. 2010-12-29 22:01:52 +00:00
Christian Weisgerber
c87b350797 Always skip included intl, otherwise the build fails if gettext isn't
installed even if we never link against it.
2010-12-25 16:28:32 +00:00
Christian Weisgerber
58d6a7c848 * Update to 0.1.32.
* Add (optional) support for GTK+ app.
* Clean up a lot of cruft, e.g., the GNOME option didn't work at all,

Approved by:	maintainer
2010-12-22 21:02:07 +00:00
Thierry Thomas
4001f01e8d Fix the Icon of the .desktop file. 2010-12-20 19:54:19 +00:00
Thierry Thomas
6724239436 This project uses Python and Qt to create a small software to download podcasts
and videos from French websites. It uses plugins to enlarge software
possibilities.
2010-12-20 17:41:43 +00:00
Philip M. Gollucci
f70b88ecf7 - Updated to 2.6.1.
PR:             ports/152989
Submitted by:   "SimaMoto, RyoTa" <liangtai.s4@gmail.com> (maintainer)
2010-12-12 01:17:16 +00:00
Boris Samorodov
3ba9b0c554 Update to version 4.4.10. 2010-12-11 19:24:01 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Max Brazhnikov
7425aa5977 KDE FreeBSD team presents KDE SC 4.5.4. 2010-12-02 21:12:38 +00:00
Thierry Thomas
7db179edb4 Chase the upgrade of MPICH2. 2010-11-14 22:00:23 +00:00
Max Brazhnikov
0907842b7d KDE FreeBSD team presents KDE SC 4.5.3. 2010-11-03 18:03:27 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Frederic Culot
02a06c807c Update my MAINTAINER address to culot@FreeBSD.org.
Approved by:	sahil@ (mentor)
2010-10-20 05:53:20 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Boris Samorodov
77ade20cac Update translation ports for devel/eric4 to version 4.4.9. 2010-10-15 14:52:02 +00:00
Philip M. Gollucci
2287926024 - Update MT (Moveable Type) to 5.0.31 and all language packs
PR:             ports/151278
Submitted by:   Takefu <takefu@airport.fm>
2010-10-08 03:11:43 +00:00
Max Brazhnikov
fd6c454324 KDE FreeBSD team presents KDE SC 4.5.2.
kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1]
(set by default for new accounts). Thanks to Ivan Cukic from KDE
for making the wallpapers!

[1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/
2010-10-05 17:44:17 +00:00
Philip M. Gollucci
ba7fb5e023 - Mass Cleanup/Update to 5.0.3 of MovableType (MT)
- Add languages (french, german)
- Pass MAINTAIENR to submitter

PR:             ports/139303, ports/142374, ports/146536, ports/149819, ports/150419
Submitted by:   Takefu <takefu@airport.fm> (maintainer)
2010-09-22 22:49:16 +00:00
Boris Samorodov
5274655fec Update to version 4.4.8. 2010-09-17 21:20:39 +00:00
Thierry Thomas
cb4f661ae0 Chase Code_Aster's upgrade. 2010-09-16 21:23:32 +00:00
Thierry Thomas
46dfdd113a Chase Code_Aster's upgrade and depends on Tcl/Tk 8.5. 2010-09-16 21:23:24 +00:00
Thierry Thomas
01820d3d91 Upgrade to 10.2.0-2, add a common file to be included by the
other related ports, and depends on Tcl/Tk 8.5.
2010-09-16 21:23:10 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Thierry Thomas
ef3844500c Mark as deprecated and release maintainership.
Expiration date set to the end of the year.
2010-09-14 19:57:09 +00:00
Bernhard Froehlich
431e855a1f - Update to 0.1.31
- Pass maintainership to submitter
- Add LICENSE

PR:		ports/150458
Submitted by:	Sebastien Santoro <dereckson at gmail dot com>
Approved by:	Timothy Bourke <timbob@bigpond.com> (old maintainer), beat (co-mentor)
2010-09-13 08:39:15 +00:00
Sahil Tandon
e65ef1e749 fortune-mod-zarathoustra is a collection of quotes from Nietzsche's
"Thus spoke Zarathustra", processed into the fortune format.
Original text is in the public domain.

WWW: http://www.ebooksgratuits.com/html/nietzsche_ainsi_parlait_zarathoustra.html

PR:		ports/150299
Submitted by:	Frederic Culot <frederic@culot.org>
2010-09-12 23:40:56 +00:00
Doug Barton
12c1d27aee As previously advertised, remove the remaining ports that have no
SHA256 checksum information in the distinfo file.
2010-09-05 01:06:44 +00:00
Max Brazhnikov
08351f8e01 KDE FreeBSD team presents KDE SC 4.5.1.
New ports added:
	misc/kde4-l10n-ia - Interlingua localization for KDE
2010-09-02 21:06:27 +00:00
Renato Botelho
7ba59402c5 Remove french/pluxml-devel, pluxml port was removed in 2008, doesn't make sense
keep -devel port, and it's unmaintained
2010-08-31 17:33:29 +00:00
Hiroki Sato
fcc7127fe3 Update to 9.3.4. 2010-08-29 15:10:11 +00:00
Max Brazhnikov
0cb101c2c5 Update KOffice l10n ports to 2.2.2 2010-08-27 18:44:21 +00:00
Thierry Thomas
5d9f3af55c Upgrade Code_Aster to 10.2.0-1. 2010-08-19 19:27:37 +00:00
Thierry Thomas
e020820607 Upgrade to 9.6-1. 2010-08-19 19:27:26 +00:00
Thierry Thomas
204b02584c Chase Code_Aster's upgrade. 2010-08-19 19:27:25 +00:00