5734 FreshPorts -- textproc/qt4-clucene
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
qt4-clucene 4.8.4 textproc on this many watch lists=20 search for ports that depend on this port
QtCLucene full text search library wrapper
Maintained by: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Aug 2008 23:31:05
License: not specified in port


Qt is a C++ toolkit for application development.  It lets application
developers target all major operating systems with a single application
source code.

Qt provides a platform-independent API to all central platform functionality:
GUI, database access, networking, file handling, etc.  The Qt library
encapsulates the different APIs of different operating systems, providing
the application programmer with a single, common API for all operating systems.
The native C APIs are encapsulated in a set of well-designed, fully
object-oriented C++ classes. 

WWW: http://qt.nokia.com/products/qt/index.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/qt4-corelib
  2. devel/qmake4
Required To Run:
  1. devel/qt4-corelib

This port is required by:

for Build for Run

To install the port: cd /usr/ports/textproc/qt4-clucene/ && make install clean
To add the package: pkg_add -r qt4-clucene


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/
  2. ftp://ftp.heanet.ie/mirrors/trolltech/pub/qt/source/
  3. ftp://ftp.trolltech.com/qt/source/
  4. http://download.qt.nokia.com/qt/source/
  5. http://releases.qt-project.org/qt4/source/

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Apr 2013 08:57:13
Original commit files touched by this commit  4.8.4
bapt search for other commits by this committer
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
03 Feb 2013 17:21:57
Original commit files touched by this commit  4.8.4
makc search for other commits by this committer
KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.
The area51 repository features commits by Alonso Schaich, avilla, fluffy,
jhale, makc and rakuco.

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

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

devel/qmake:
- Fix crash due to off-by one error [2]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Jul 2012 17:39:10
Original commit files touched by this commit  4.8.2
rakuco search for other commits by this committer
Apply patch to make the port build with libc++.

libc++'s cwchar header introduces an ambiguity with clang that makes a
few different versions of wcschr() be found. Talking to theraven@ it
looks like a problem in the C++ standard itself, so there is not much
more to do other than working around the issue with this patch.

Since the clucene copy in Qt is old and has no maintainer, there is
not much value in committing this upstream, even though it may be
worth a try in the future.

No PORTREVISION bump, as users of libstdc++ are not affected, and no
dependencies have been changed.

PR:               ports/169872
Submitted by:     Jan Beich <jbeich@tormail.org>
06 Jun 2012 06:44:38
Original commit files touched by this commit  4.8.2
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
02 Dec 2010 19:47:17
Original commit files touched by this commit  4.7.1
makc search for other commits by this committer
KDE FreeBSD team is glad to present Qt 4.7.1 in ports.

Along with Qt4 the following ports are updated:

PyQt4 ports to 4.8.1
devel/py-sip to 4.11.2
devel/qscintilla2 to 2.4.5
PyKDE3 to 3.16.7
PyQt3 tp 3.18.2-snapshot-20091119

New ports added:
devel/qt4-declarative
devel/py-qt4-declarative
x11/qt4-graphicssystems-opengl

This release has been contributed by:
Thomas Abthorpe (tabthorpe)
Max Brazhnikov (makc)
Dima Panov (fluffy)
Alberto Villa (avilla)

We'd like to thank Martin Wilke (miwi) for exp-run.
15 Oct 2010 20:54:22
Original commit files touched by this commit  4.6.3
kmoore search for other commits by this committer
Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.
21 Jan 2010 21:13:21
Original commit files touched by this commit  4.6.1
makc search for other commits by this committer
The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.
26 Nov 2009 23:24:38
Original commit files touched by this commit  4.5.3
miwi search for other commits by this committer
- Update to Qt-4.5

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:      pointyhat-exp-run (myself)
04 Aug 2009 20:04:38
Original commit files touched by this commit  4.5.2
miwi search for other commits by this committer
- Update Qt4 to 4.5.2

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:      pointyhat-exp-run (pav/miwi)
13 Jan 2009 20:34:49
Original commit files touched by this commit  4.4.3
makc search for other commits by this committer
kde@freebsd team is pleased to announce the update for Qt4 ports.
Qt4 ports have been updated from 4.4.1 to 4.4.3.  With this update
new port misc/qt4-l10n has been added.  This port provides localisation
support for Qt4 developers tools designer, linguist, etc.

Approved by:    miwi (mentor)
04 Aug 2008 23:30:39
Original commit files touched by this commit  4.4.1
miwi search for other commits by this committer
- Update to qt 4.4.1

Note:
        With this update several ports specific problems
        have been fixed. Qt4 headers and libraries have
        been moved to include/qt4 and lib/qt4. bsd.qt.mk
        defines QT_INCDIR and QT_LIBDIR now, which could
        be used in qt4-dependent ports if required.

Thanks to:      Max Brazhnikov Danny Pansters

Number of commits found: 11

2851
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

6 vulnerabilities affecting 28 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24514
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 29
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours4
new 7 days31
new fortnight71
new month203

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0