Commit graph

22 commits

Author SHA1 Message Date
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Max Brazhnikov
a95c6ea5de - Add stage support
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Remove useless LATEST_LINK
2014-02-20 13:00:31 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Baptiste Daroussin
594e91274e Adjust pkgname to avoid confusing binary only users.
oldversion version get their pkgname suffixed by the version, shinest and greatest version doesn't change their name.
Ajust the conflicts line accordingly
Remove the now useless LATEST_LINK where they are not needed anymore.

Approved by:	kde (rakuco)
2013-09-17 12:50:49 +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
Raphael Kubo da Costa
872cac5d84 - Update to 2.0.17.
This release should contain only two small bugs.
- Update MASTER_SITES to use the https version of bitbucket.
- Do not set FETCH_ARGS to a custom value, as it does not seem
  to be needed anymore.
- Kind of revert the fix for PR 159690 now that bitbucket seems
  to have changed its mind once again and changed the naming
  scheme of the top-level directory in the tarball.
2012-01-19 13:03:16 +00:00
Alberto Villa
02aaf97c29 - Fix build (tarball rerolled).
PR:		159690
Submitted by:	Mikhail Teterin <mi@symbion.zaytman.com> via e-mail
2011-08-30 00:01:31 +00:00
Dima Panov
a7f226309a - Adjust FETCH_ARGS to fix fetching from secured site after redirect
Noticed by:	pointyhat via pav
2011-06-27 22:54:44 +00:00
Dima Panov
17e26ec58b - Update Eigen to 2.0.16 bugfix release 2011-06-26 10:53:54 +00:00
Max Brazhnikov
379ea9b244 Update to 2.0.15 2010-08-03 17:51:23 +00:00
Dima Panov
22f5d84c03 - Update strigi to 0.7.2
- Update eigen to 2.0.11
- Update gmm++ to 4.0.0
- Update soprano to 2.4.3
- Update shared-desktop-ontologies to 0.4

With hat on:	kde@
2010-05-11 12:40:01 +00:00
Dima Panov
585ae89774 - Update Eigen2 to 2.0.11
This is only critical bugfix release, no functional changes

Approved by:	miwi, tabthorpe (mentors implicit)
2010-01-18 05:42:31 +00:00
Martin Wilke
525484a7b5 - Update to 2.0.10 2009-11-27 00:50:27 +00:00
Dima Panov
8b14a486cc - Update to official 2.0.5 release, no longer needs a devel snapshot.
Approved by:	tabthorpe (co-mentor)
2009-09-01 12:44:04 +00:00
Martin Wilke
84daec6f09 The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.

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

Tested by:	pointyhat-exp-run (pav/miwi)
2009-08-04 21:14:07 +00:00
Max Brazhnikov
98e87f8b5c 1) Update to 2.0.2
2) Fix dependent ports on 6.x by using malloc instead of posix_memalign

PR:		ports/134863 (2)
Submitted by:	amdmi3
2009-05-22 19:54:09 +00:00
Max Brazhnikov
d720dfc721 Fix LATEST_LINK
Reported by: pav
2009-05-20 23:09:32 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Max Brazhnikov
4ac1397e9e Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
2009-03-09 00:55:48 +00:00
Martin Wilke
ef1b3d1071 The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.

New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.

New ports for KDE 4.2.0:
arabic/kde4-l10n		Arabic
hebrew/kde4-l10n		Hebrew
misc/kde4-l10n-bn_IN		Bengali (India)
misc/kde4-l10n-eu		Basque
misc/kde4-l10n-gu		Gujarati
misc/kde4-l10n-is		Icelandic
misc/kde4-l10n-kn		Kannada
misc/kde4-l10n-mai		Maithili
misc/kde4-l10n-mr		Marathi
misc/kde4-l10n-ro		Romanian
misc/kde4-l10n-tg		Tajik
math/eigen2			Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4	KDE4 kipi graphics plugins
sysutils/policykit-kde		PolicyKit manager for KDE

Unfortunately FreeBSD 6.4 support is dropped.

We'd like to say thanks for feedback and help to:
	Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
	David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
	Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
Martin Wilke
18dd6954f3 - Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:	portmgr (pav)
2008-05-27 22:12:09 +00:00
Tilman Keskinoz
b7509990d6 Add Eigen a lightweight C++ template library for vector and matrix math 2008-02-09 21:59:20 +00:00