| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
- Support staging.
|
|
|
|
|
|
| |
the mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
|
| |
|
|
|
|
| |
. remove well-known license file (GPLv3).
|
| |
|
| |
|
|
|
|
| |
french)
|
| |
|
| |
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
my own ftp site
- Trim Makefile's header
- Pet portlint(1)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
| |
|
|
|
|
|
|
|
|
| |
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
|
|
|
|
|
|
| |
- Remove patches and checks for unsupported FreeBSD versions.
The area51 repository features commits by avilla, rakuco and myself.
|
| |
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
| |
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
Reported by: miwi
|
|
|
|
| |
See http://www.code-aster.org/forum2/viewtopic.php?pid=36304#p36304
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Trim header
Submitted by: bapt
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
- Update to 2.5.5
- Convert to new options framework
- minor cleanups
Courtesy of: avilla
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
| |
|
|
|
|
|
| |
- Trim headers while I am here
- Clean up some trailing whitespace
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
|
|
|
|
|
| |
- Trim Makefile headers.
Feature safe: yes
|
|
|
|
|
|
| |
restore working i18n.
Feature safe: yes
|
|
|
|
| |
. convert headers to the new style.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
France.
PR: ports/171171
Submitted by: matthias@petermann.it
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
|
|
|
|
|
| |
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
|
| |
|
|
|
|
| |
- Add new language packs, i.e., ast, bo, kn, lb, and ug.
|
| |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
for FreeBSD platform!
Now with system boost-1.48 support and powered by clang-3.1 by default
Dima, behalf of FreeBSD Office team
|
| |
|
| |
|
|
|
|
|
|
| |
series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
| |
|
|
|
|
| |
editors/koffice-kde3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Tested at: redports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Feature safe: yes
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
| |
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Discussed with: bapt
Feature safe: yes
|
|
|
|
|
|
|
|
| |
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
. add dependency upon misc/shared-mime-info and devel/desktop-file-utils.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
|
|
|
|
|
|
|
|
|
| |
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
|
|
|
|
| |
Approved by: maintainer timeout (8 weeks)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/158427
Submitted by: Takefu <takefu@airport.fm> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via Pav
|
|
|
|
|
|
| |
for a long time, not to mention upstream.
Discussed a while ago among the KDE/FreeBSD team.
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
Since I'm there, release maintainership.
PR: ports/158359
Submitted by: ohauer
|
|
|
|
|
| |
Reported by: pointyhat via Pav
Pointyhat to: lwhsu
|
|
|
|
| |
announcement here: http://kde.org/announcements/announce-4.6.4.php
|
| |
|
|
|
|
|
| |
issue in GUI mode. A linux_adobe.ko kernel module has to be loaded before
acroread is invoked.
|
|
|
|
| |
Special thanks to Raphael Kubo da Costa for his work on this update.
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
- Force dependency on new libwpg.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Pointy hat to: miwi
Reported by: pointyhat
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
| |
where no distfiles can be found and are not used by maintained ports
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- Remove obsolete MD5 checksum while I'm here
PR: ports/153634
Submitted by: sunpoet (myself)
Approved by: pav (with portmgr hat)
|
|
|
|
|
|
| |
for FreeBSD.
It's a bugfix-only release, January 2011 set.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
QListWidgetItem.
Obtained from: Code_Aster forums (bjng)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
Note: qtEficas does not run at the moment, it's disabled.
|
| |
|
|
|
|
| |
installed even if we never link against it.
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
| |
and videos from French websites. It uses plugins to enlarge software
possibilities.
|
|
|
|
|
| |
PR: ports/152989
Submitted by: "SimaMoto, RyoTa" <liangtai.s4@gmail.com> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: sahil@ (mentor)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/151278
Submitted by: Takefu <takefu@airport.fm>
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
| |
|
|
|
|
| |
other related ports, and depends on Tcl/Tk 8.5.
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
|
|
|
| |
Expiration date set to the end of the year.
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
"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>
|
|
|
|
| |
SHA256 checksum information in the distinfo file.
|
|
|
|
|
| |
New ports added:
misc/kde4-l10n-ia - Interlingua localization for KDE
|
|
|
|
| |
keep -devel port, and it's unmaintained
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: pav
|
| |
|
|
|
|
| |
do not have SIZE and/or SHA256 in their distinfo files.
|
|
|
|
|
|
| |
. use LICENSE infrastructure.
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
| |
Major changes:
Kexi now returns back
New import filters for MS OOXML (Office 2007) Formats
Improved OO.org and MS Office traditional formats compatibility
Improved stability at all
Discussed with: miwi, itetcu
Approved by: portmgr (erwin)
Feature safe: yes
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The GIMP User Manual is distributed as a set of HTML pages for use
with the internal GIMP help browser or any web browser.
WWW: http://docs.gimp.org/
PR: ports/145650, ports/145652
Submitted by: SimaMoto, RyoTa <liangtai.s4 at gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Add ca@valencia localization for KOffice
With hat on: kde@
|
|
|
|
| |
With hat on: kde@
|
|
|
|
|
| |
Security: http://www.adobe.com/support/security/bulletins/apsb10-09.html
PR: ports/145686
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
|
| |
- upgrade Code_Aster to 10.1.0-4 (2).
PR: ports/142516 (1)
Submitted by: Sevan Janiyan <venture37 (at) geeklan.co.uk> (1)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
not run on the current Linux emulation yet.
Feature safe: yes
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
|
|
|
| |
release can be found at http://kde.org/announcements/announce-4.3.5.php.
KDE 4.3.5, the last bugfix release in 4.3.x series. We'd like to say
thanks to all helpers and submitters.
|
| |
|
|
|
|
|
|
|
| |
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters.
|
|
|
|
|
|
| |
(part 12).
Approved by: portmgr (itetcu)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
have been identified in Adobe Reader 9.2.
Security: http://www.adobe.com/support/security/bulletins/apsb10-02.html
Security: APSB10-02
Security: CVE-2009-3953
Security: CVE-2009-3954
Security: CVE-2009-3955
Security: CVE-2009-3956
Security: CVE-2009-3957
Security: CVE-2009-3958
Security: CVE-2009-3959
Security: CVE-2009-4324
|
|
|
|
|
| |
http://eric-ide.python-projects.org/eric-news.html ;
. sort devel/eric4/pkg-plist.
|
|
|
|
| |
Approved by: miwi (mentor implicit)
|
|
|
|
|
|
|
| |
- Update polish langpack to 2.1.0
Noticed by: QAT, miwi
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD. The official KOffice 2.1.0 notes can be found here
(http://www.koffice.org/news/koffice-2-1-released/)
We'd like to say thanks to all helpers, testers and submitters.
Happy Installing.
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
| |
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
|
|
|
|
| |
bump PORTREVISION
|
|
|
|
|
|
|
| |
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.4.php
We'd like to say thanks to all helpers and submitters.
|
|
|
|
|
|
| |
- Bump PORTREVISION if needed
- Fix some portlint errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for FreeBSD.
For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (myself)
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
. add "LICENSE: GPL v3" to pkg-descr.
|
|
|
|
|
|
| |
PR: ports/139739
Submitted by: Timothy Bourke <timbob@bigpond.com> (maintainer)
Approved by: mentors(implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
application to crash and could potentially allow an attacker to
take control of the affected system have been fixed.
Security: CVE-2007-0048
Security: CVE-2007-0045
Security: CVE-2009-2564
Security: CVE-2009-2979
Security: CVE-2009-2980
Security: CVE-2009-2981
Security: CVE-2009-2982
Security: CVE-2009-2983
Security: CVE-2009-2985
Security: CVE-2009-2986
Security: CVE-2009-2987
Security: CVE-2009-2988
Security: CVE-2009-2989
Security: CVE-2009-2990
Security: CVE-2009-2991
Security: CVE-2009-2992
Security: CVE-2009-2993
Security: CVE-2009-2994
Security: CVE-2009-2996
Security: CVE-2009-2997
Security: CVE-2009-2998
Security: CVE-2009-3431
Security: CVE-2009-3458
Security: CVE-2009-3459
Security: CVE-2009-3461
Security: CVE-2009-3462
Security: APSB09-15
Security: http://www.adobe.com/support/security/bulletins/apsb09-15.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
application to crash and could potentially allow an attacker to
take control of the affected system have been fixed.
Security: CVE-2007-0048
Security: CVE-2007-0045
Security: CVE-2009-2564
Security: CVE-2009-2979
Security: CVE-2009-2980
Security: CVE-2009-2981
Security: CVE-2009-2982
Security: CVE-2009-2983
Security: CVE-2009-2985
Security: CVE-2009-2986
Security: CVE-2009-2987
Security: CVE-2009-2988
Security: CVE-2009-2989
Security: CVE-2009-2990
Security: CVE-2009-2991
Security: CVE-2009-2992
Security: CVE-2009-2993
Security: CVE-2009-2994
Security: CVE-2009-2996
Security: CVE-2009-2997
Security: CVE-2009-2998
Security: CVE-2009-3431
Security: CVE-2009-3458
Security: CVE-2009-3459
Security: CVE-2009-3462
Security: APSB09-15
Security: http://www.adobe.com/support/security/bulletins/apsb09-15.html
|
| |
|
|
|
|
|
|
|
| |
Security: CVE-2009-1862
Security: APSB09-10
Security: http://www.adobe.com/support/security/bulletins/apsb09-10.html
PR: ports/137331
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php
We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
|
|
|
|
| |
starting with E,F
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
. remove an "A" flag from FETCH_ARGS (SF seems to use a new
technology to redirect distfiles, a fetch ends up with
the message "Moved Temporarily");
. adjust WWW address to a new one at pkg-descr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
| |
be used with the default linux_base-f10.
|
| |
|
|
|
|
| |
Tested by: pav on pointyhat
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
french/eficas).
WWW: http://www.code-aster.org/
|