# New ports collection makefile for: kdebindings4-perl-perlkde # Date created: 2012-02-24 # Whom: Max Brazhnikov # # $FreeBSD$ # PORTNAME= perlkde PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde perl5 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= p5-kdebindings- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Perl bindings for KDE USE_XZ= yes USE_PERL5= yes # Build fails with system gcc USE_GCC= 4.6+ USE_KDE4= kdehier kdeprefix perlqt smokekde automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build USE_CMAKE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes # Respect PREFIX CMAKE_ARGS+= -DCUSTOM_PERL_SITE_ARCH_DIR=${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH} # Fix build PREFIX != KDE4_PREFIX CMAKE_ARGS+= -DSmoke_DIR=${KDE4_PREFIX}/lib/cmake/smoke \ -DPerlQt_DIR=${KDE4_PREFIX}/share/perlqt/cmake \ -DOkular_DIR=${KDE4_PREFIX}/lib/cmake/Okular OPTIONS= ATTICA "Bindings for libattica" off .include .ifdef(WITH_ATTICA) .if exists(${KDE4_PREFIX}/lib/libsmokekdecore.so) && \ !exists(${KDE4_PREFIX}/lib/libsmokeattica.so) IGNORE= requires devel/kdebindings4-smoke-smokekde built with ATTICA option .endif PLIST_SUB+= ATTICA="" .else CMAKE_ARGS+= -DWITH_LibAttica:BOOL=FALSE PLIST_SUB+= ATTICA="@comment " .endif .include 88161ac2706'/> FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The first iteration of the py-qt4-* ports had a snapshot date as itsmiwi2008-07-261-0/+1
| | | | | | | | | | PORTVERSION. After that the PORTVERSION became 4.foo. Because this is numerically lower than before, the PORTEPOCH should have been bumped. Poked by: kris@ PR: 125814 Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-254-4/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-258-10/+4
| | | | MAKE_ENV
* Update to 1.54.demon2008-07-242-4/+4
| | | | | PR: 125918 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
* - Add sample rc.d script to packagepav2008-07-242-0/+2
| | | | Reported by: pointyhat
* Update my ports to my freebsd addresspgollucci2008-07-236-6/+6
| | | | Approved by: araujo (mentor)
* - Mark BROKEN on !i386: incompatible types in assignmentpav2008-07-231-1/+7
|
* databases/gnats4: use sh-compatible syntax in install-sid.shvd2008-07-222-0/+12
| | | | | PR: ports/124677 Submitted by: Callum Gibson <callumgibson@optusnet.com.au>
* - Unbreak and Update to 6.5.12miwi2008-07-212-6/+4
| | | | | PR: 125811 Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
* - Update to 1.2.11.araujo2008-07-202-5/+7
| | | | | | | - Pass maintainership to submitter. PR: ports/125530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
* - Update to 1.2rafan2008-07-204-32/+14
| | | | | | | | | The original mysql2pgsql has changed maintainership. So this port is also changed to based on the new maintainer's version. - Pass maintainership to submitter PR: ports/125580 Submitted by: Alex Kloss <klossalex at gmail.com> (maintainer)
* - Update to 0.9.11miwi2008-07-202-6/+6
| | | | | PR: 125784 Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer)
* Update to 0.12erwin2008-07-192-4/+4
|
* - Update to 1.5.1.54.40rafan2008-07-196-31/+16
| | | | | | | | | http://www.oracle.com/technology/products/database/sql_developer/files/relnotes_v151.html - MySQL dependency is removed due to databases/mysql-connector-odbc is updated to 5.1 and this port only supports 5.0 (see pkg-message for details) PR: ports/125724 Submitted by: José García Juanino <jjuanino at gmail.com> (maintainer)
* hamsterdb is a lightweight embedded database engine. It ismiwi2008-07-195-0/+62
| | | | | | | | | | | | | | | | | | | | | | in development for more than three years and concentrates on ease of use, high performance, stability and portability. The hamsterdb API is simple and self-documenting.The interface is similar to other widely-used database engines.Fast algorithms and data structures guarantee high performance for all scenarios. Hamsterdb has hundreds of unittests with a test coverage of over 90%. Each release is tested with thousands of acceptance tests in many different configurations, tested on up to six different hardware architectures and operating systems.Written in plain ANSI-C, hamsterdb runs on many architectures: Intel-compatible (x86, x64), PowerPC, SPARC, ARM, RISC and others. Tested operating systems include Microsoft Windows, Microsoft Windows CE, Linux, SunOS and other Unices. WWW: http://hamsterdb.com/index PR: ports/125699 Submitted by: Wen Heping <wenheping at gmail.com>
* pg8000 is a Pure-Python interface to the PostgreSQL databasemiwi2008-07-195-0/+55
| | | | | | | | | | | | | | engine. It is one of many PostgreSQL interfaces for the Python programming language. pg8000 is somewhat distinctive in that it is written entirely in Python and does not rely on any external libraries (such as a compiled python module, or PostgreSQL's libpq library). pg8000 supports the standard Python DB-API version 2.0. WWW: http://pybrary.net/pg8000/ PR: ports/125664 Submitted by: Wen Heping <wenheping at gmail.com>
* Convenient way to use dynamic subclassing. This plugin implementsmiwi2008-07-195-0/+41
| | | | | | | | | | methodics described in "Dynamic Sub-classing DBIx::Class proxy classes" in DBIx::Class::Manual::Cookbook. WWW: http://search.cpan.org/dist/DBIx-Class-DynamicSubclass/ PR: ports/125618 Submitted by: Vladimir Timofeev <vovkasm at gmail.com>
* - Update to 2.11.7.1miwi2008-07-194-8/+8
| | | | | | PR: 125650 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Security: http://www.vuxml.org/freebsd/35e54755-54e4-11dd-ad8b-0030843d3802.html
* SpatiaLite is just a small sized SQLite extension. Once you have installedmiwi2008-07-185-0/+53
| | | | | | | | | | | | | SpatiaLite (a very simple and elementary task), the SQLite DBMS is enable to load, store and manipulate Spatial Data (aka GeographicData, GIS Data, Cartographic Data, GeoSpatial Data, Geometry Data and alike). SpatiaLite implements spatial extensions following the specification of the Open Geospatial Consortium (OGC). WWW: http://www.gaia-gis.it/spatialite-2.0/index.html PR: ports/125528 Submitted by: Wen Heping <wenheping at gmail.com>
* - Update to 1972miwi2008-07-183-5/+10
| | | | | | PR: 125373 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer
* - Update to 3.51.26rafan2008-07-179-98/+27
| | | | | | | - Fix pkg-plist when NOPORTDOCS is defined PR: ports/125547 Submitted by: Sergey Prikhodko <sergey at network-asp.biz> (maintainer)
* - Update to 0.1.3rc1gahr2008-07-172-15/+6
|
* update to 0.61.0oliver2008-07-161-1/+0
|
* Add support for --with-fast-mutexes.ale2008-07-155-0/+20
| | | | | PR: ports/125616 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Update to 5.1.26 release.ale2008-07-1310-20/+20
|
* - use SF macroitetcu2008-07-132-12/+13
| | | | | | | - use [NO]PORTEXAMPLES where appropriately and fix plist - bump PORTREVISION Prompted by: QA Tindy run
* - Update to 0.02005miwi2008-07-113-4/+7
| | | | | PR: 125146 Submitted by: hido (Maintainer)
* - Update to 1.3.22miwi2008-07-113-5/+17
| | | | | PR: 125333 Submitted by: José García Juanino <jjuanino@gmail.com>
* Update to 1.24 (apparantly 1.23 was FUBAR: ↵lbr2008-07-102-5/+4
| | | | http://search.cpan.org/src/MSTROUT/SQL-Abstract-1.24/Changes)