| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 127064
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/126995
Submitted by: bf <bf2006a at yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for FreeBSD. The official KDE 4.1.1 release notes can be found at
http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php.
KDE Community ships sirst translation and service release of the 4.1
dree desktop, containing numerous bugfixes, Performance Improvements
and Translation Updates.
Pretty much all applications have received the developers' attention,
resulting in a long list of bugfixes and improvements. The most significant
changes are:
* Significant performance, interaction and rendering correctness
improvements in KHTML and Konqueror, KDE's web browser
* User interaction, rendering and stability fixes in Plasma,
the KDE4 desktop shell
* PDF backend fixes in the document viewer Okular
* Fixes in Gwenview, the image viewer's thumbnailing, more
robust retrieval and display of images with broken metadata
* Stability and interaction fixes in KMail
New Ports:
- graphics/kcoloredit
* KColorEdit is a palette files editor. It can be used
for editing color palettes and for color choosing and
naming.
- graphics/kgraphviewer
* KGraphViewer is a GraphViz DOT graph viewer for KDE. The
GraphViz programs are free-software layout engines for graphs.
KGraphViewer displays the graphs in a modern, user-friendly GUI
with all the power of a well integrated KDE application.
- graphics/kiconedit
* KIconEdit is designed to help create icons for KDE using the standard
icon palette.
- graphics/skanlite
* Skanlite is a simple image scanning application that does nothing
more than scan and save images. Skanlite can open a save dialog for
every image scanned or save the images immediately in a specified
directory with auto-generated names and format. The user can also
choose to show the scanned image before saving.
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- added: proc catlines; proc tree; proc image.
- deprecated: server-side image maps (use client-side instead); definition
of categories within proc areadef (use proc categories instead); proc print.
- discontinued attributes: proc processdata's stack; proc usedata's element,
proc getdata's rotate, and proc defineunits (use the $changeunits()
function instead).
- proc rangebar has been renamed proc boxplot and there are major
functionality changes. Any script that uses proc rangebar will need
maintenance.
- rewrite of parser.
- many bugfixes.
For complete list, see http://ploticus.sourceforge.net/doc/news.html.
|
|
|
|
|
| |
PR: 126899
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
|
| |
PR: 126899
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
| |
|
|
|
|
|
|
|
| |
PR: ports/126992
Submitted by: Yoshiaki Uchikawa <yoshiaki at kt.rim.or.jp>
- Eliminate the need of different plist files by using PLIST_SUB
|
|
|
|
|
|
|
|
| |
- While I'm here, use bsd.emacs.mk instead of hard coding the dependency
PR: ports/124859
Submitted by: Peter Jeremy <peterjeremy at optushome.com.au>
Approved by: Andrew Bernard" <andrewb at cs.cmu.edu> (maintainer)
|
|
|
|
|
| |
PR: 126962
Submitted by: old maintainer
|
|
|
|
| |
Reported by: QAT
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Statistics-Contingency/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/AI-DecisionTree/Changes
|
| |
|
| |
|
|
|
|
|
| |
PR: 126808
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
| |
PR: 126725
Submitted by: maintainer
|
|
|
|
| |
Reported by: QAT
|
|
|
|
| |
Reported by: QAT
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
|
|
| |
Plist fixes.
PR: ports/126302
Submitted by: bf <bf2006a@yahoo.com>
|
| |
|
|
|
|
|
| |
Stephen Montgomery-Smith <stephen@math.missouri.edu>
.
|
|
|
|
| |
- Spelling nits in port description
|
| |
|
|
|
|
|
|
| |
PR: ports/126555
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Approved by: Co Nijn <co9co9@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
|
|
| |
of glpk.
|
|
|
|
| |
Tested by: exp build run (erwin)
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
| |
PR: 126598
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 126581
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
|
|
|
|
|
|
| |
experience it, because I had gmkdir installed...
Notified by: Erwin Lansing, QA Tindy
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 126541
Submitted by: Wen heping <wenheping@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Updates the port to the latest Isabelle release. It does
not seem worth the effort to continually patch the bash
script files to make them work under sh, hence the large
number of removed files.
PR: ports/126067
Submitted by: Timothy Bourke <timbob@bigpond.com>
|
|
|
|
|
| |
PR: ports/126066
Submitted by: Timothy Bourke <timbob@bigpond.com>
|
| |
|
| |
|
| |
|
| |
|