- Update to digiKam and Kipi Plugins ports to 3.1.0

- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port

Approved by:	portmgr (miwi)
This commit is contained in:
Max Brazhnikov 2013-04-08 17:10:56 +00:00
parent f4de7e7414
commit e7ae0125df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315762
108 changed files with 2783 additions and 2169 deletions

View File

@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20130408:
AFFECTS: users of astro/libkgeomap, graphics/digikam-kde4, graphics/kipi-plugins-kde4
AUTHOR: makc@FreeBSD.org
Digikam ports have been updated and split. Previous versions have
to be deinstalled before upgrade:
# pkg_delete -f digikam-2\* kipi-plugins-2\* libkgeomap-2\*
or
# pkg delete -fg digikam-2\* kipi-plugins-2\* libkgeomap-2\*
20130403:
AFFECTS: users of mail/thunderbird-esr*
AUTHOR: flo@FreeBSD.org

View File

@ -1,13 +1,7 @@
# New ports collection makefile for: libkgeomap
# Date created: 2012-05-12
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libkgeomap
PORTVERSION= ${DIGIKAM_VER}
PORTREVISION= 2
CATEGORIES= astro kde
MAINTAINER= kde@FreeBSD.org
@ -16,21 +10,10 @@ COMMENT= KDE4 library for browsing photos on a map
.include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common"
USE_KDE4+= libkexiv2 marble
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CMAKE_ARGS+= -DWITH_NLS:BOOL=OFF
PLIST_SUB+= NLS="@comment "
.endif
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
${WRKSRC}/CMakeLists.txt
${LN} -s ../../po ${WRKSRC}/po
${RM} ${WRKSRC}/po/*/digikam.po ${WRKSRC}/po/*/kipi*
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
--- ./CMakeLists.txt.orig 2012-06-08 00:20:53.000000000 -0400
+++ ./CMakeLists.txt 2012-06-08 00:23:05.000000000 -0400
@@ -94,15 +94,22 @@
--- ./CMakeLists.txt.orig 2013-03-11 08:24:22.000000000 +0000
+++ ./CMakeLists.txt 2013-03-27 12:48:34.236663211 +0000
@@ -94,9 +94,9 @@
SUBDIRS(libkgeomap)
SUBDIRS(test)
@ -12,16 +12,3 @@
MESSAGE(STATUS "kexiv2 found, the demo application will be compiled.")
ELSE(KEXIV2_FOUND)
MESSAGE(STATUS "kexiv2 NOT found, the demo application will NOT be compiled.")
ENDIF(KEXIV2_FOUND)
SUBDIRS(data)
+OPTION(WITH_NLS "NLS Support" ON)
+IF(WITH_NLS)
+ FIND_PACKAGE(Msgfmt REQUIRED)
+ FIND_PACKAGE(Gettext REQUIRED)
+ ADD_SUBDIRECTORY(po)
+ENDIF(WITH_NLS)
+
IF(NOT WIN32)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkgeomap.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/libkgeomap.pc)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkgeomap.lsm.cmake ${CMAKE_CURRENT_BINARY_DIR}/libkgeomap.lsm)

View File

@ -51,37 +51,5 @@ share/apps/libkgeomap/marker-ffff00-selected.png
share/apps/libkgeomap/marker-ffff00-someselected.png
share/apps/libkgeomap/marker-ffff00.png
share/apps/libkgeomap/marker-icon-16x16.png
%%NLS%%share/locale/bg/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/bs/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/ca/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/cs/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/da/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/de/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/el/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/es/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/et/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/fi/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/fr/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/ga/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/gl/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/hu/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/it/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/ja/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/km/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/lt/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/nb/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/nds/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/nl/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/nn/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/pl/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/pt/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/ro/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/sk/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/sv/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/uk/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libkgeomap.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libkgeomap.mo
@dirrm share/apps/libkgeomap
@dirrm include/libkgeomap

View File

@ -127,6 +127,8 @@
SUBDIR += digikam
SUBDIR += digikam-doc
SUBDIR += digikam-kde4
SUBDIR += digikam-kde4-doc
SUBDIR += digikam-kde4-l10n
SUBDIR += ditaa
SUBDIR += divxcalc
SUBDIR += djview4
@ -423,6 +425,44 @@
SUBDIR += kdegraphics4-thumbnailers
SUBDIR += kgraphviewer
SUBDIR += kiconedit
SUBDIR += kipi-plugin-acquireimages
SUBDIR += kipi-plugin-advancedslideshow
SUBDIR += kipi-plugin-batchprocess
SUBDIR += kipi-plugin-calendar
SUBDIR += kipi-plugin-debianscreenshots
SUBDIR += kipi-plugin-dngconverter
SUBDIR += kipi-plugin-expoblending
SUBDIR += kipi-plugin-facebook
SUBDIR += kipi-plugin-flashexport
SUBDIR += kipi-plugin-flickrexport
SUBDIR += kipi-plugin-galleryexport
SUBDIR += kipi-plugin-gpssync
SUBDIR += kipi-plugin-htmlexport
SUBDIR += kipi-plugin-imageshackexport
SUBDIR += kipi-plugin-imageviewer
SUBDIR += kipi-plugin-imgurexport
SUBDIR += kipi-plugin-ipodexport
SUBDIR += kipi-plugin-jpeglossless
SUBDIR += kipi-plugin-kioexport
SUBDIR += kipi-plugin-kmlexport
SUBDIR += kipi-plugin-kopete
SUBDIR += kipi-plugin-mediawiki
SUBDIR += kipi-plugin-metadataedit
SUBDIR += kipi-plugin-panorama
SUBDIR += kipi-plugin-photolayoutseditor
SUBDIR += kipi-plugin-picasawebexport
SUBDIR += kipi-plugin-piwigoexport
SUBDIR += kipi-plugin-printimages
SUBDIR += kipi-plugin-rajceexport
SUBDIR += kipi-plugin-rawconverter
SUBDIR += kipi-plugin-removeredeyes
SUBDIR += kipi-plugin-sendimages
SUBDIR += kipi-plugin-shwup
SUBDIR += kipi-plugin-smug
SUBDIR += kipi-plugin-timeadjust
SUBDIR += kipi-plugin-videoslideshow
SUBDIR += kipi-plugin-vkontakte
SUBDIR += kipi-plugin-yandexfotki
SUBDIR += kipi-plugins
SUBDIR += kipi-plugins-kde4
SUBDIR += kisomandel
@ -492,6 +532,7 @@
SUBDIR += libkface
SUBDIR += libkipi
SUBDIR += libkipi-kde4
SUBDIR += libkipiplugins
SUBDIR += libksane
SUBDIR += liblqr-1
SUBDIR += liblug

View File

@ -0,0 +1,16 @@
# $FreeBSD$
PORTNAME= digikam-doc
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Documentation for digiKam, showFoto, and Kipi-plugins
LATEST_LINK= digikam-kde4-doc
CONFLICTS_INSTALL= digikam-2.* kipi-plugins-2.*
WRKSRC= ${WRKDIR}/${DISTNAME}/doc
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,13 @@
--- ./CMakeLists.txt.orig 2013-03-27 14:07:50.660666933 +0000
+++ ./CMakeLists.txt 2013-03-27 14:08:56.837666063 +0000
@@ -22,6 +22,10 @@
#
# ============================================================
+FIND_PACKAGE(KDE4 REQUIRED)
+INCLUDE(KDE4Defaults)
+INCLUDE(MacroOptionalAddSubdirectory)
+
MACRO_OPTIONAL_ADD_SUBDIRECTORY(digikam/digikam)
MACRO_OPTIONAL_ADD_SUBDIRECTORY(digikam/showfoto)
MACRO_OPTIONAL_ADD_SUBDIRECTORY(kipi-plugins)

View File

@ -0,0 +1,3 @@
Documentation for digiKam, showFoto, and Kipi-plugins.
WWW: http://www.digikam.org

View File

@ -0,0 +1,297 @@
share/doc/HTML/en/digikam/2Greens.png
share/doc/HTML/en/digikam/542px-CIExy1931_sRGB_svg.png
share/doc/HTML/en/digikam/DAM-Metadata.png
share/doc/HTML/en/digikam/DAM-Workflow.png
share/doc/HTML/en/digikam/DAM-errors.png
share/doc/HTML/en/digikam/DAM-pyramid.png
share/doc/HTML/en/digikam/DAM-story.png
share/doc/HTML/en/digikam/DAM-transmission.png
share/doc/HTML/en/digikam/ICCworkflowlogic.png
share/doc/HTML/en/digikam/addinglibraries.png
share/doc/HTML/en/digikam/adjustcurvesdialog.png
share/doc/HTML/en/digikam/adjustcurvespreview.png
share/doc/HTML/en/digikam/adjustlevelsdialog.png
share/doc/HTML/en/digikam/adjustlevelspreview.png
share/doc/HTML/en/digikam/antivignettingdialog.png
share/doc/HTML/en/digikam/antivignettingpreview.png
share/doc/HTML/en/digikam/blowupdialog.png
share/doc/HTML/en/digikam/blowuppreview.png
share/doc/HTML/en/digikam/blowupsettings1.png
share/doc/HTML/en/digikam/blowupsettings2.png
share/doc/HTML/en/digikam/blurfx_farblur.png
share/doc/HTML/en/digikam/blurfx_focusblur.png
share/doc/HTML/en/digikam/blurfx_frostglass.png
share/doc/HTML/en/digikam/blurfx_mosaic.png
share/doc/HTML/en/digikam/blurfx_motionblur.png
share/doc/HTML/en/digikam/blurfx_radialblur.png
share/doc/HTML/en/digikam/blurfx_shakeblur.png
share/doc/HTML/en/digikam/blurfx_smartblur.png
share/doc/HTML/en/digikam/blurfx_softenerblur.png
share/doc/HTML/en/digikam/blurfx_zoomblur.png
share/doc/HTML/en/digikam/blurfxpreview.png
share/doc/HTML/en/digikam/borderpreview.png
share/doc/HTML/en/digikam/cameraclient.png
share/doc/HTML/en/digikam/cameraclientdownload.png
share/doc/HTML/en/digikam/cameraclientidentity.png
share/doc/HTML/en/digikam/cameraclientitemproperties.png
share/doc/HTML/en/digikam/cameraclientsetting1.png
share/doc/HTML/en/digikam/cameraclientsetting2.png
share/doc/HTML/en/digikam/cameraclientsetting3.png
share/doc/HTML/en/digikam/camerafolderselectiondialog.png
share/doc/HTML/en/digikam/cameratargetalbumdialog.png
share/doc/HTML/en/digikam/channelmixerdialog.png
share/doc/HTML/en/digikam/channelmixerpreview.png
share/doc/HTML/en/digikam/charcoalpreview.png
share/doc/HTML/en/digikam/cimg-logo.png
share/doc/HTML/en/digikam/color-management.docbook
share/doc/HTML/en/digikam/colormanagement.png
share/doc/HTML/en/digikam/common
share/doc/HTML/en/digikam/credits-annex.docbook
share/doc/HTML/en/digikam/digikamlogo.png
share/doc/HTML/en/digikam/distortionfx_blockwaves1.png
share/doc/HTML/en/digikam/distortionfx_blockwaves2.png
share/doc/HTML/en/digikam/distortionfx_caricature.png
share/doc/HTML/en/digikam/distortionfx_circularwaves1.png
share/doc/HTML/en/digikam/distortionfx_circularwaves2.png
share/doc/HTML/en/digikam/distortionfx_corners.png
share/doc/HTML/en/digikam/distortionfx_cylinderh.png
share/doc/HTML/en/digikam/distortionfx_cylinderhv.png
share/doc/HTML/en/digikam/distortionfx_cylinderv.png
share/doc/HTML/en/digikam/distortionfx_fisheyes.png
share/doc/HTML/en/digikam/distortionfx_polarcoord.png
share/doc/HTML/en/digikam/distortionfx_tiles.png
share/doc/HTML/en/digikam/distortionfx_twirl.png
share/doc/HTML/en/digikam/distortionfx_unpolarcoord.png
share/doc/HTML/en/digikam/distortionfx_wavesh.png
share/doc/HTML/en/digikam/distortionfx_wavesv.png
share/doc/HTML/en/digikam/distortionfxpreview.png
share/doc/HTML/en/digikam/distortions.png
share/doc/HTML/en/digikam/duplicates_albumsfilter.png
share/doc/HTML/en/digikam/editor-color.docbook
share/doc/HTML/en/digikam/editor-decorate.docbook
share/doc/HTML/en/digikam/editor-enhance.docbook
share/doc/HTML/en/digikam/editor-filters.docbook
share/doc/HTML/en/digikam/editor-redeyes-correction.png
share/doc/HTML/en/digikam/editor-transform.docbook
share/doc/HTML/en/digikam/editorautolevels.png
share/doc/HTML/en/digikam/editorautosizebutton.png
share/doc/HTML/en/digikam/editorbcgadjust.png
share/doc/HTML/en/digikam/editorblurplugin.png
share/doc/HTML/en/digikam/editorbwfilter.png
share/doc/HTML/en/digikam/editorcolorbalance.png
share/doc/HTML/en/digikam/editorcommondialogtools.png
share/doc/HTML/en/digikam/editorconvert_brown.png
share/doc/HTML/en/digikam/editorconvert_bw.png
share/doc/HTML/en/digikam/editorconvert_bwgreen.png
share/doc/HTML/en/digikam/editorconvert_bworange.png
share/doc/HTML/en/digikam/editorconvert_bwred.png
share/doc/HTML/en/digikam/editorconvert_bwyellow.png
share/doc/HTML/en/digikam/editorconvert_cold.png
share/doc/HTML/en/digikam/editorconvert_original.png
share/doc/HTML/en/digikam/editorconvert_platinium.png
share/doc/HTML/en/digikam/editorconvert_selenium.png
share/doc/HTML/en/digikam/editorconvert_sepia.png
share/doc/HTML/en/digikam/editorcropbutton.png
share/doc/HTML/en/digikam/editorequalize.png
share/doc/HTML/en/digikam/editorgoldensectionsexample.png
share/doc/HTML/en/digikam/editorgoldenspiralexample.png
share/doc/HTML/en/digikam/editorgoldenspiralsectionsexample.png
share/doc/HTML/en/digikam/editorgoldentrianglesexample.png
share/doc/HTML/en/digikam/editorharmonioustrianglesexample.png
share/doc/HTML/en/digikam/editorhistogramdescription.png
share/doc/HTML/en/digikam/editorhistogramsample1.png
share/doc/HTML/en/digikam/editorhistogramsample2.png
share/doc/HTML/en/digikam/editorhistogramsample3.png
share/doc/HTML/en/digikam/editorhsladjust.png
share/doc/HTML/en/digikam/editoriccprofile.png
share/doc/HTML/en/digikam/editorimageselection.png
share/doc/HTML/en/digikam/editorneon.png
share/doc/HTML/en/digikam/editornoisereductionplugin.png
share/doc/HTML/en/digikam/editornormalize.png
share/doc/HTML/en/digikam/editorpreview.png
share/doc/HTML/en/digikam/editorraindropsplugin.png
share/doc/HTML/en/digikam/editorratiocroptool.png
share/doc/HTML/en/digikam/editorresizetool.png
share/doc/HTML/en/digikam/editorrevertbutton.png
share/doc/HTML/en/digikam/editorrulethirdlinesexample.png
share/doc/HTML/en/digikam/editorsharpenplugin.png
share/doc/HTML/en/digikam/editorstretchcontrast.png
share/doc/HTML/en/digikam/editortoolbar.png
share/doc/HTML/en/digikam/editorunsharpedmaskplugin.png
share/doc/HTML/en/digikam/editorvivid.png
share/doc/HTML/en/digikam/editorzoombuttons.png
share/doc/HTML/en/digikam/embosspreview.png
share/doc/HTML/en/digikam/file-formats.docbook
share/doc/HTML/en/digikam/filmgrainpreview.png
share/doc/HTML/en/digikam/firstrunassistant_step1.png
share/doc/HTML/en/digikam/firstrunassistant_step2.png
share/doc/HTML/en/digikam/firstrunassistant_step3.png
share/doc/HTML/en/digikam/firstrunassistant_step4.png
share/doc/HTML/en/digikam/firstrunassistant_step5.png
share/doc/HTML/en/digikam/firstrunassistant_step6.png
share/doc/HTML/en/digikam/firstrunassistant_step7.png
share/doc/HTML/en/digikam/firstrunassistant_step8.png
share/doc/HTML/en/digikam/freerotationpreview.png
share/doc/HTML/en/digikam/fuzzysearchsimilar.png
share/doc/HTML/en/digikam/handheld_gps.png
share/doc/HTML/en/digikam/hotpixelsdialog.png
share/doc/HTML/en/digikam/hotpixelspreview.png
share/doc/HTML/en/digikam/ie-menu.docbook
share/doc/HTML/en/digikam/index.cache.bz2
share/doc/HTML/en/digikam/index.docbook
share/doc/HTML/en/digikam/infraredpreview.png
share/doc/HTML/en/digikam/inpaintingdialog.png
share/doc/HTML/en/digikam/inpaintingpreview.png
share/doc/HTML/en/digikam/inpaintingsettings1.png
share/doc/HTML/en/digikam/inpaintingsettings2.png
share/doc/HTML/en/digikam/inserttextpreview.png
share/doc/HTML/en/digikam/introductionfirewireconnector.png
share/doc/HTML/en/digikam/introductionfirstrundialog.png
share/doc/HTML/en/digikam/introductionfoldericon.png
share/doc/HTML/en/digikam/introductionplugininterfaces.png
share/doc/HTML/en/digikam/introductionscandialog.png
share/doc/HTML/en/digikam/introductionserialconnector.png
share/doc/HTML/en/digikam/introductionusbconnector.png
share/doc/HTML/en/digikam/lensdistortiondialog.png
share/doc/HTML/en/digikam/lensdistortionpreview.png
share/doc/HTML/en/digikam/lighttable.png
share/doc/HTML/en/digikam/logo.png
share/doc/HTML/en/digikam/maininterfacealbumproperties.png
share/doc/HTML/en/digikam/maininterfaceassigntags.png
share/doc/HTML/en/digikam/maininterfacedateview.png
share/doc/HTML/en/digikam/maininterfacepreview.png
share/doc/HTML/en/digikam/maininterfacequicksearch.png
share/doc/HTML/en/digikam/maininterfacesearchview.png
share/doc/HTML/en/digikam/maininterfacetagsview.png
share/doc/HTML/en/digikam/maininterfacetoolbar.png
share/doc/HTML/en/digikam/maininterfaceview.png
share/doc/HTML/en/digikam/menu-descriptions.docbook
share/doc/HTML/en/digikam/menualbum.png
share/doc/HTML/en/digikam/menucamera.png
share/doc/HTML/en/digikam/menuexport.png
share/doc/HTML/en/digikam/menuhelp.png
share/doc/HTML/en/digikam/menuimage.png
share/doc/HTML/en/digikam/menuimagemetadata.png
share/doc/HTML/en/digikam/menuimport.png
share/doc/HTML/en/digikam/menuselect.png
share/doc/HTML/en/digikam/menusettings.png
share/doc/HTML/en/digikam/menutag.png
share/doc/HTML/en/digikam/menutools.png
share/doc/HTML/en/digikam/menutoolsbatch.png
share/doc/HTML/en/digikam/menuview.png
share/doc/HTML/en/digikam/noisereductiondialog.png
share/doc/HTML/en/digikam/noisereductionpreview.png
share/doc/HTML/en/digikam/noiseremovaltool.png
share/doc/HTML/en/digikam/oilpaintpreview.png
share/doc/HTML/en/digikam/perspectivepreview.png
share/doc/HTML/en/digikam/photo-editing.docbook
share/doc/HTML/en/digikam/raindropspreview.png
share/doc/HTML/en/digikam/rawcamerasupport.png
share/doc/HTML/en/digikam/refocus-notsharpened.png
share/doc/HTML/en/digikam/refocus-refocus.png
share/doc/HTML/en/digikam/refocus-sharped.png
share/doc/HTML/en/digikam/refocus-unsharpmask.png
share/doc/HTML/en/digikam/refocusdialog.png
share/doc/HTML/en/digikam/restorationdialog.png
share/doc/HTML/en/digikam/restorationpreview.png
share/doc/HTML/en/digikam/restorationpreview2.png
share/doc/HTML/en/digikam/restorationsettings1.png
share/doc/HTML/en/digikam/restorationsettings2.png
share/doc/HTML/en/digikam/searchinterface.png
share/doc/HTML/en/digikam/setupaddcamera.png
share/doc/HTML/en/digikam/setupalbum.png
share/doc/HTML/en/digikam/setupcamera.png
share/doc/HTML/en/digikam/setupcollections.png
share/doc/HTML/en/digikam/setupembeddedinfo.png
share/doc/HTML/en/digikam/setupiccprofiles.png
share/doc/HTML/en/digikam/setupimageeditor.png
share/doc/HTML/en/digikam/setupimageplugins.png
share/doc/HTML/en/digikam/setupkipiplugins.png
share/doc/HTML/en/digikam/setuplighttable.png
share/doc/HTML/en/digikam/setupmimetypes.png
share/doc/HTML/en/digikam/setupmisc.png
share/doc/HTML/en/digikam/setuprawfiledecoding.png
share/doc/HTML/en/digikam/setupsaveimages.png
share/doc/HTML/en/digikam/setupslideshow.png
share/doc/HTML/en/digikam/setuptooltip.png
share/doc/HTML/en/digikam/sheartoolpreview.png
share/doc/HTML/en/digikam/sidebar.docbook
share/doc/HTML/en/digikam/sidebarcolorshistogramviewer.png
share/doc/HTML/en/digikam/sidebarcommentstags.png
share/doc/HTML/en/digikam/sidebarfileproperties.png
share/doc/HTML/en/digikam/sidebargeolocation.png
share/doc/HTML/en/digikam/sidebarmetadata.png
share/doc/HTML/en/digikam/sidebarmetadataexif.png
share/doc/HTML/en/digikam/sidebarmetadatagps.png
share/doc/HTML/en/digikam/sidebarmetadataiptc.png
share/doc/HTML/en/digikam/sidebarmetadatamakernote.png
share/doc/HTML/en/digikam/sidebartagfilters.png
share/doc/HTML/en/digikam/solarizepreview.png
share/doc/HTML/en/digikam/superimposepreview.png
share/doc/HTML/en/digikam/texturedialog.png
share/doc/HTML/en/digikam/texturepreview.png
share/doc/HTML/en/digikam/timeline.png
share/doc/HTML/en/digikam/unsharpdialog.png
share/doc/HTML/en/digikam/unsharppreview.png
share/doc/HTML/en/digikam/vignettingcorrectiondialog.png
share/doc/HTML/en/digikam/whitebalancedialog.png
share/doc/HTML/en/kipi-plugins/acquire-final-button.png
share/doc/HTML/en/kipi-plugins/acquire-main-window.png
share/doc/HTML/en/kipi-plugins/acquire-multiple-selections.png
share/doc/HTML/en/kipi-plugins/acquire-no-scanner-found.png
share/doc/HTML/en/kipi-plugins/acquire-other-options.png
share/doc/HTML/en/kipi-plugins/acquire-preview-button.png
share/doc/HTML/en/kipi-plugins/acquire-scanning.png
share/doc/HTML/en/kipi-plugins/acquire-zoom-in.png
share/doc/HTML/en/kipi-plugins/acquire-zoom-to-fit.png
share/doc/HTML/en/kipi-plugins/acquireimages.docbook
share/doc/HTML/en/kipi-plugins/colorimages.docbook
share/doc/HTML/en/kipi-plugins/common
share/doc/HTML/en/kipi-plugins/convertimages.docbook
share/doc/HTML/en/kipi-plugins/effectimages.docbook
share/doc/HTML/en/kipi-plugins/filterimages.docbook
share/doc/HTML/en/kipi-plugins/flickrexport.docbook
share/doc/HTML/en/kipi-plugins/flickrexportauthenticated.png
share/doc/HTML/en/kipi-plugins/flickrexportcontinue.png
share/doc/HTML/en/kipi-plugins/flickrexportsignup.png
share/doc/HTML/en/kipi-plugins/flickrexportuploaddialog.png
share/doc/HTML/en/kipi-plugins/flickrexportuploading.png
share/doc/HTML/en/kipi-plugins/geolocation.docbook
share/doc/HTML/en/kipi-plugins/geolocationcorrelate.png
share/doc/HTML/en/kipi-plugins/geolocationcorrelate1.png
share/doc/HTML/en/kipi-plugins/geolocationeditcoords.png
share/doc/HTML/en/kipi-plugins/imagegallery_albumsettings.png
share/doc/HTML/en/kipi-plugins/imagegallery_collectionselection.png
share/doc/HTML/en/kipi-plugins/imagegallery_looksettings.png
share/doc/HTML/en/kipi-plugins/imagegallery_preview.png
share/doc/HTML/en/kipi-plugins/imagegallery_progress.png
share/doc/HTML/en/kipi-plugins/imagegallery_thumbsettings.png
share/doc/HTML/en/kipi-plugins/imagesgallery.docbook
share/doc/HTML/en/kipi-plugins/imageviewer.docbook
share/doc/HTML/en/kipi-plugins/index.cache.bz2
share/doc/HTML/en/kipi-plugins/index.docbook
share/doc/HTML/en/kipi-plugins/jpeglossless.docbook
share/doc/HTML/en/kipi-plugins/metadataeditor.docbook
share/doc/HTML/en/kipi-plugins/printwizard.docbook
share/doc/HTML/en/kipi-plugins/raw_converter_batch.png
share/doc/HTML/en/kipi-plugins/raw_converter_single.png
share/doc/HTML/en/kipi-plugins/rawconverter.docbook
share/doc/HTML/en/kipi-plugins/recompressimages.docbook
share/doc/HTML/en/kipi-plugins/renameimages.docbook
share/doc/HTML/en/kipi-plugins/resizeimages.docbook
share/doc/HTML/en/kipi-plugins/sendimages.docbook
share/doc/HTML/en/kipi-plugins/sendimages_mail.png
share/doc/HTML/en/kipi-plugins/sendimages_progress.png
share/doc/HTML/en/kipi-plugins/slideshow.docbook
share/doc/HTML/en/kipi-plugins/slideshow.png
share/doc/HTML/en/kipi-plugins/slideshow_dialog.png
share/doc/HTML/en/showfoto/common
share/doc/HTML/en/showfoto/index.cache.bz2
share/doc/HTML/en/showfoto/index.docbook
share/doc/HTML/en/showfoto/introductionplugininterfaces.png
share/doc/HTML/en/showfoto/setupgeneral.png
share/doc/HTML/en/showfoto/setupplugins.png
share/doc/HTML/en/showfoto/setupslideshow.png
@dirrm share/doc/HTML/en/showfoto
@dirrm share/doc/HTML/en/kipi-plugins
@dirrm share/doc/HTML/en/digikam

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= digikam-l10n
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= l10n for digiKam, showFoto, and Kipi-plugins
LATEST_LINK= digikam-kde4-l10n
CONFLICTS_INSTALL= digikam-2.* kipi-plugins-2.* libkgeomap-2.*
USE_GETTEXT= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/po
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- ./CMakeLists.txt.orig 2013-03-11 08:25:30.000000000 +0000
+++ ./CMakeLists.txt 2013-03-28 00:04:06.718340999 +0000
@@ -1,3 +1,8 @@
+FIND_PACKAGE(KDE4 REQUIRED)
+INCLUDE(KDE4Defaults)
+FIND_PACKAGE(Msgfmt REQUIRED)
+FIND_PACKAGE(Gettext REQUIRED)
+
add_subdirectory( af )
add_subdirectory( ar )
add_subdirectory( az )

View File

@ -0,0 +1,3 @@
l10n for digiKam, showFoto, and Kipi-plugins.
WWW: http://www.digikam.org

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,8 @@
# New ports collection makefile for: digikam
# Date created: 3 February 2003
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# Created by: Arjan van Leeuwen <avleeuwen@piwebs.com>
# $FreeBSD$
#
PORTNAME= digikam
PORTVERSION= ${DIGIKAM_VER}
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= graphics kde
@ -28,7 +23,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
LATEST_LINK= ${PORTNAME}-kde4
OPTIONS_DEFINE= NLS GPHOTO2 PIMLIBS MYSQL
OPTIONS_DEFINE= DOCS NLS GPHOTO2 PIMLIBS MYSQL
OPTIONS_DEFAULT= GPHOTO2 PIMLIBS
NO_OPTIONS_SORT= yes
@ -38,6 +33,8 @@ PIMLIBS_DESC= Enable address book support
USE_PKGCONFIG= build
USE_KDE4+= libkdcraw libkexiv2 libkipi
USE_QT4+= sql-sqlite3_run
USE_LDCONFIG= yes
CMAKE_ARGS+= -DWITH_Sqlite2=off
MAN1= digitaglinktree.1 \
cleanup_digikamdb.1
@ -47,11 +44,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/core
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CMAKE_ARGS+= -DWITH_NLS:BOOL=OFF
PLIST_SUB+= NLS="@comment "
RUN_DEPENDS+= digikam-l10n>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-l10n
.endif
.if ${PORT_OPTIONS:MDOCS}
RUN_DEPENDS+= digikam-doc>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-doc
.endif
.if ${PORT_OPTIONS:MGPHOTO2}
@ -77,9 +74,4 @@ CMAKE_ARGS+= -DENABLE_INTERNALMYSQL:BOOL=OFF
PLIST_SUB+= MYSQL="@comment "
.endif
post-patch:
${LN} -s ../doc ${WRKSRC}/doc
${LN} -s ../po ${WRKSRC}/po
${RM} ${WRKSRC}/po/*/libkgeomap.po ${WRKSRC}/po/*/kipi*
.include <bsd.port.mk>

View File

@ -3,24 +3,150 @@
# Make sure when DIGIKAM_VER is updated that the following ports are updated:
# astro/libkgeomap
# graphics/digikam-kde4
# digikam-kde4-doc
# digikam-kde4-l10n
# graphics/kipi-plugin-*
# graphics/kipi-plugins-kde4
# graphics/libkface
# graphics/libkipiplugins
# net/libkvkontakte
# net/libmediawiki
DIGIKAM_VER= 2.9.0
MASTER_SITES= SF/digikam/digikam/${DIGIKAM_VER}
DIGIKAM_VER= 3.1.0
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/digikam
KIPI_PLUGINS_ALL= acquireimages \
advancedslideshow \
batchprocess \
calendar \
debianscreenshots \
dngconverter \
expoblending \
facebook \
flashexport \
flickrexport \
galleryexport \
gpssync \
htmlexport \
imageshackexport \
imageviewer \
imgurexport \
ipodexport \
jpeglossless \
kioexport \
kmlexport \
kopete \
mediawiki \
metadataedit \
panorama \
photolayoutseditor \
picasawebexport \
piwigoexport \
printimages \
rajceexport \
rawconverter \
removeredeyes \
sendimages \
shwup \
smug \
timeadjust \
videoslideshow \
vkontakte \
yandexfotki
# libkipiplugins is special: it's not listed in KIPI_PLUGINS_ALL,
# and every plugin depends on it
libkipiplugins_DIR= common
libkipiplugins_DESC= Common library for kipi plugins
batchprocess_DIR= batchprocessimages
kioexport_DIR= kioexportimport
acquireimages_DESC= Acquire images using flat scanner
advancedslideshow_DESC= Slide images with 2D and 3D effects using OpenGL
batchprocess_DESC= Batch process images (convert, resize, rename, etc.)
calendar_DESC= Create calendars
# broken
# dlnaexport_DESC= Export collection on DLNA network service
debianscreenshots_DESC= Export images to Debian Screenshots web service
dngconverter_DESC= Convert Raw Image to Digital NeGative
expoblending_DESC= Create pseudo HDR image with a stack of bracketed images
facebook_DESC= Import/export images to/from a remote Facebook web service
flashexport_DESC= Export images to Flash using SimpleViewer
flickrexport_DESC= Export images to a remote Flickr based web service
gpssync_DESC= Geolocalize pictures
galleryexport_DESC= Export images to a remote Gallery
htmlexport_DESC= Export images collections into a static XHTML page
imageshackexport_DESC= Export images to ImageShack web service
imageviewer_DESC= Preview images using OpenGL
imgurexport_DESC= Export images to ImgUr web service
ipodexport_DESC= Export pictures to an Ipod device
jpeglossless_DESC= Rotate/flip images without losing quality
kioexport_DESC= Export images to remote computer using network protocol
kmlexport_DESC= Create KML files to present images with coordinates
kopete_DESC= Export images to an instant messaging contact
mediawiki_DESC= Export images to Mediawiki based web service
metadataedit_DESC= Edit EXIF, IPTC and XMP metadata
panorama_DESC= Assemble panoramic photo automatically
# not ready for production yet
# photivointegration_DESC= Integration of the Photivo RAW-Processor
photolayoutseditor_DESC=Assemble images together
picasawebexport_DESC= Export images to a remote Picasa web service
piwigoexport_DESC= Export images to a remote Piwigo (PHPWebGallery) server
printimages_DESC= Print images in various format
rajceexport_DESC= Export images to Rajce web service
rawconverter_DESC= Convert Raw Image to JPEG/PNG/TIFF
removeredeyes_DESC= Remove red eyes on image automatically
sendimages_DESC= Send images by e-mail
shwup_DESC= Export images to Shwup web service
smug_DESC= Import/export images to/from a remote SmugMug web service
timeadjust_DESC= Adjust date and time
videoslideshow_DESC= Export images as Video Slide Show
vkontakte_DESC= Export images to VKontakte web service
# Requires https://bugs.kde.org/show_bug.cgi?id=217950
# wallpaper_DESC= Set image as background on desktop
yandexfotki_DESC= Export images to Yandex web service
.if !defined(NO_BUILD)
DISTNAME= digikam-${DIGIKAM_VER}
LICENSE?= GPLv2
USE_BZIP2= yes
USES= cmake
USES+= cmake
USE_KDE4+= automoc4 kdehier kdeprefix kdelibs
USE_QT4+= qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
WRKSRC?= ${WRKDIR}/${DISTNAME}/extra/${PORTNAME}
DISTINFO_FILE= ${.CURDIR}/../../graphics/digikam-kde4/distinfo
. if defined(KIPI_PLUGIN)
CONFLICTS_INSTALL= kipi-plugins-2.*
DESCR= ${.CURDIR}/../../graphics/kipi-plugins-kde4/pkg-descr
USE_PKGCONFIG= build
.if ${KIPI_PLUGIN} != "libkipiplugins"
EXTRA_PATCHES= ${.CURDIR}/../../graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt
LIB_DEPENDS+= kipiplugins:${PORTSDIR}/graphics/libkipiplugins
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/extra/kipi-plugins
BUILD_WRKSRC= ${WRKSRC}/${${KIPI_PLUGIN}_DIR}
INSTALL_WRKSRC= ${BUILD_WRKSRC}
${KIPI_PLUGIN}_DIR?= ${KIPI_PLUGIN}
post-configure: post-kipi-configure
post-kipi-configure:
${ECHO_CMD} '#define GITVERSION "unknown"' > ${WRKSRC}/common/libkipiplugins/gitversion.h
.if ${KIPI_PLUGIN} != "libkipiplugins"
${LN} -s ${KDE4_PREFIX}/lib/libkipiplugins.so ${WRKSRC}/lib/libkipiplugins.so
.endif
. endif # defined(KIPI_PLUGIN)
.endif # !defined(NO_BUILD)

View File

@ -1,2 +1,2 @@
SHA256 (digikam-2.9.0.tar.bz2) = 73dd0f3820fc44bba7b72c98cab73d0391e98687674da8be11ff07590c703ba0
SIZE (digikam-2.9.0.tar.bz2) = 56765772
SHA256 (digikam-3.1.0.tar.bz2) = f70fc84f3a680a855642fcc4664710116406bbe4068b0ad4d2cfb4127684c2aa
SIZE (digikam-3.1.0.tar.bz2) = 58559707

View File

@ -25,20 +25,3 @@
IF(USE_SCRIPT_IFACE)
INCLUDE_DIRECTORIES(${QT_QTSCRIPT_INCLUDE_DIR})
ENDIF(USE_SCRIPT_IFACE)
@@ -1689,6 +1694,16 @@
MACRO_OPTIONAL_ADD_SUBDIRECTORY(tests)
ENDIF(KDE4_BUILD_TESTS)
+ OPTION(WITH_NLS "NLS Support" ON)
+ IF(WITH_NLS)
+ FIND_PACKAGE(Msgfmt REQUIRED)
+ FIND_PACKAGE(Gettext REQUIRED)
+ ADD_SUBDIRECTORY(po)
+ ENDIF(WITH_NLS)
+
+ ADD_SUBDIRECTORY(doc/digikam/digikam)
+ ADD_SUBDIRECTORY(doc/digikam/showfoto)
+
IF(NOT WIN32)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/digikam.lsm.cmake ${CMAKE_CURRENT_BINARY_DIR}/digikam.lsm)
ENDIF(NOT WIN32)

View File

@ -1,53 +0,0 @@
--- ./cmake/modules/FindPGF.cmake.orig 2012-07-07 19:25:02.000000000 -0400
+++ ./cmake/modules/FindPGF.cmake 2012-07-14 10:17:02.000000000 -0400
@@ -4,27 +4,34 @@
# PGF_FOUND - system has libgf
# PGF_INCLUDE_DIRS - the libpgf include directory
# PGF_LIBRARIES - Link these to use libpgf
-# PGF_CODEC_VERSION_ID - PGF codec version ID.
-# PKG-CONFIG is required.
-INCLUDE(FindPkgConfig REQUIRED)
+INCLUDE(FindPkgConfig)
IF(PKG_CONFIG_FOUND)
- INCLUDE(FindPkgConfig)
+ PKG_CHECK_MODULES(PC_LIBPGF libpgf)
- PKG_CHECK_MODULES(PGF libpgf)
+ENDIF(PKG_CONFIG_FOUND)
- IF(PGF_FOUND)
- MESSAGE(STATUS "PGF_INCLUDE_DIRS = ${PGF_INCLUDE_DIRS}")
- MESSAGE(STATUS "PGF_INCLUDEDIR = ${PGF_INCLUDEDIR}")
- MESSAGE(STATUS "PGF_LIBRARIES = ${PGF_LIBRARIES}")
- MESSAGE(STATUS "PGF_LDFLAGS = ${PGF_LDFLAGS}")
- MESSAGE(STATUS "PGF_CFLAGS = ${PGF_CFLAGS}")
- MESSAGE(STATUS "PGF_VERSION = ${PGF_VERSION}")
+FIND_LIBRARY (PGF_LIBRARIES
+ NAMES
+ pgf
+ HINTS
+ ${PC_LIBPGF_LIBDIR}
+ ${PC_LIBPGF_LIBRARY_DIRS}
+ ${LIB_INSTALL_DIR}
+)
- STRING(REPLACE "." "" PGF_CODEC_VERSION_ID "${PGF_VERSION}")
- MESSAGE(STATUS "PGF_CODEC_VERSION_ID = ${PGF_CODEC_VERSION_ID}")
- ENDIF(PGF_FOUND)
+FIND_PATH (PGF_INCLUDE_DIRS
+ NAMES
+ PGFtypes.h
+ PATH_SUFFIXES
+ libpgf
+ HINTS
+ ${PC_LIBPGF_INCLUDEDIR}
+ ${PC_LIBPGF_INCLUDE_DIRS}
+ ${INCLUDE_INSTALL_DIR}
+)
-ENDIF(PKG_CONFIG_FOUND)
+INCLUDE(FindPackageHandleStandardArgs)
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(PGF DEFAULT_MSG PGF_LIBRARIES PGF_INCLUDE_DIRS)

View File

@ -1,11 +1,11 @@
--- ./digikam/album/albumwatch.cpp.orig 2012-09-05 19:38:42.000000000 -0400
+++ ./digikam/album/albumwatch.cpp 2012-09-05 19:40:59.000000000 -0400
@@ -221,7 +221,7 @@
#ifdef Q_WS_MAC
--- ./digikam/album/albumwatch.cpp.orig 2013-04-04 16:03:45.920385000 +0000
+++ ./digikam/album/albumwatch.cpp 2013-04-04 16:04:05.410385977 +0000
@@ -278,7 +278,7 @@
// Disable file watch for OS X and Windows and hope for future
// improvement (possibly with the improvements planned for
// QFileSystemWatcher in Qt 5.1)
-#if defined(Q_WS_MAC) || defined(Q_WS_WIN)
+#if defined(Q_WS_MAC) || defined(Q_WS_WIN) || defined(Q_OS_FREEBSD)
d->dirWatch->addDir(dir, KDirWatch::WatchDirOnly);
#else
- d->dirWatch->addDir(dir, KDirWatch::WatchFiles | KDirWatch::WatchDirOnly);
+ d->dirWatch->addDir(dir, KDirWatch::WatchDirOnly);
#endif
}
}
#else
d->dirWatch->addDir(dir, KDirWatch::WatchFiles | KDirWatch::WatchDirOnly);

View File

@ -7,7 +7,6 @@ lib/kde4/digikamimageplugin_decorate.so
lib/kde4/digikamimageplugin_enhance.so
lib/kde4/digikamimageplugin_fxfilters.so
lib/kde4/digikamimageplugin_transform.so
lib/kde4/digikamnepomukservice.so
lib/kde4/kio_digikamalbums.so
lib/kde4/kio_digikamdates.so
lib/kde4/kio_digikammapimages.so
@ -15,17 +14,16 @@ lib/kde4/kio_digikamsearch.so
lib/kde4/kio_digikamtags.so
%%MYSQL%%lib/kde4/libexec/digikamdatabaseserver
lib/libdigikamcore.so
lib/libdigikamcore.so.2
lib/libdigikamcore.so.2.0.0
lib/libdigikamcore.so.3
lib/libdigikamcore.so.3.0.0
lib/libdigikamdatabase.so
lib/libdigikamdatabase.so.2
lib/libdigikamdatabase.so.2.0.0
lib/libdigikamdatabase.so.3
lib/libdigikamdatabase.so.3.0.0
share/applications/kde4/digikam.desktop
share/applications/kde4/showfoto.desktop
share/apps/digikam/about/digikam.css
share/apps/digikam/about/main.html
share/apps/digikam/about/top-left-digikam.png
share/apps/digikam/cameraui.rc
share/apps/digikam/data/assistant-collection.png
share/apps/digikam/data/assistant-metadata.png
share/apps/digikam/data/assistant-openfile.png
@ -62,6 +60,7 @@ share/apps/digikam/data/ice-pattern.png
share/apps/digikam/data/image-full.png
share/apps/digikam/data/image-selection.png
share/apps/digikam/data/leaf-pattern.png
share/apps/digikam/data/logo-beta.png
share/apps/digikam/data/logo-cimg.png
share/apps/digikam/data/logo-digikam.png
share/apps/digikam/data/logo-exiv2.png
@ -499,41 +498,7 @@ share/apps/digikam/icons/hicolor/scalable/actions/superimpose.svgz
share/apps/digikam/icons/hicolor/scalable/actions/texture.svgz
share/apps/digikam/icons/hicolor/scalable/actions/tonemap.svgz
share/apps/digikam/icons/hicolor/scalable/actions/whitebalance.svgz
share/apps/digikam/lensfun/6x6.xml
share/apps/digikam/lensfun/compact-canon.xml
share/apps/digikam/lensfun/compact-casio.xml
share/apps/digikam/lensfun/compact-fujifilm.xml
share/apps/digikam/lensfun/compact-kodak.xml
share/apps/digikam/lensfun/compact-konica-minolta.xml
share/apps/digikam/lensfun/compact-leica.xml
share/apps/digikam/lensfun/compact-nikon.xml
share/apps/digikam/lensfun/compact-olympus.xml
share/apps/digikam/lensfun/compact-panasonic.xml
share/apps/digikam/lensfun/compact-pentax.xml
share/apps/digikam/lensfun/compact-ricoh.xml
share/apps/digikam/lensfun/compact-sigma.xml
share/apps/digikam/lensfun/compact-sony.xml
share/apps/digikam/lensfun/generic.xml
share/apps/digikam/lensfun/mil-olympus.xml
share/apps/digikam/lensfun/mil-panasonic.xml
share/apps/digikam/lensfun/mil-samsung.xml
share/apps/digikam/lensfun/mil-sony.xml
share/apps/digikam/lensfun/rf-leica.xml
share/apps/digikam/lensfun/slr-canon.xml
share/apps/digikam/lensfun/slr-contax.xml
share/apps/digikam/lensfun/slr-hasselblad.xml
share/apps/digikam/lensfun/slr-konica-minolta.xml
share/apps/digikam/lensfun/slr-nikon.xml
share/apps/digikam/lensfun/slr-olympus.xml
share/apps/digikam/lensfun/slr-panasonic.xml
share/apps/digikam/lensfun/slr-pentax.xml
share/apps/digikam/lensfun/slr-samsung.xml
share/apps/digikam/lensfun/slr-schneider.xml
share/apps/digikam/lensfun/slr-sigma.xml
share/apps/digikam/lensfun/slr-sony.xml
share/apps/digikam/lensfun/slr-tamron.xml
share/apps/digikam/lensfun/slr-tokina.xml
share/apps/digikam/lensfun/slr-ussr.xml
share/apps/digikam/importui.rc
share/apps/digikam/lighttablewindowui.rc
share/apps/digikam/queuemgrwindowui.rc
share/apps/digikam/tips
@ -544,259 +509,6 @@ share/apps/showfoto/data/logo-showfoto.png
share/apps/showfoto/data/splash-showfoto.png
share/apps/showfoto/showfotoui.rc
share/apps/solid/actions/digikam-opencamera.desktop
share/doc/HTML/en/digikam/2Greens.png
share/doc/HTML/en/digikam/542px-CIExy1931_sRGB_svg.png
share/doc/HTML/en/digikam/DAM-Metadata.png
share/doc/HTML/en/digikam/DAM-Workflow.png
share/doc/HTML/en/digikam/DAM-errors.png
share/doc/HTML/en/digikam/DAM-pyramid.png
share/doc/HTML/en/digikam/DAM-story.png
share/doc/HTML/en/digikam/DAM-transmission.png
share/doc/HTML/en/digikam/ICCworkflowlogic.png
share/doc/HTML/en/digikam/addinglibraries.png
share/doc/HTML/en/digikam/adjustcurvesdialog.png
share/doc/HTML/en/digikam/adjustcurvespreview.png
share/doc/HTML/en/digikam/adjustlevelsdialog.png
share/doc/HTML/en/digikam/adjustlevelspreview.png
share/doc/HTML/en/digikam/antivignettingdialog.png
share/doc/HTML/en/digikam/antivignettingpreview.png
share/doc/HTML/en/digikam/blowupdialog.png
share/doc/HTML/en/digikam/blowuppreview.png
share/doc/HTML/en/digikam/blowupsettings1.png
share/doc/HTML/en/digikam/blowupsettings2.png
share/doc/HTML/en/digikam/blurfx_farblur.png
share/doc/HTML/en/digikam/blurfx_focusblur.png
share/doc/HTML/en/digikam/blurfx_frostglass.png
share/doc/HTML/en/digikam/blurfx_mosaic.png
share/doc/HTML/en/digikam/blurfx_motionblur.png
share/doc/HTML/en/digikam/blurfx_radialblur.png
share/doc/HTML/en/digikam/blurfx_shakeblur.png
share/doc/HTML/en/digikam/blurfx_smartblur.png
share/doc/HTML/en/digikam/blurfx_softenerblur.png
share/doc/HTML/en/digikam/blurfx_zoomblur.png
share/doc/HTML/en/digikam/blurfxpreview.png
share/doc/HTML/en/digikam/borderpreview.png
share/doc/HTML/en/digikam/cameraclient.png
share/doc/HTML/en/digikam/cameraclientdownload.png
share/doc/HTML/en/digikam/cameraclientidentity.png
share/doc/HTML/en/digikam/cameraclientitemproperties.png
share/doc/HTML/en/digikam/cameraclientsetting1.png
share/doc/HTML/en/digikam/cameraclientsetting2.png
share/doc/HTML/en/digikam/cameraclientsetting3.png
share/doc/HTML/en/digikam/camerafolderselectiondialog.png
share/doc/HTML/en/digikam/cameratargetalbumdialog.png
share/doc/HTML/en/digikam/channelmixerdialog.png
share/doc/HTML/en/digikam/channelmixerpreview.png
share/doc/HTML/en/digikam/charcoalpreview.png
share/doc/HTML/en/digikam/cimg-logo.png
share/doc/HTML/en/digikam/color-management.docbook
share/doc/HTML/en/digikam/colormanagement.png
share/doc/HTML/en/digikam/common
share/doc/HTML/en/digikam/credits-annex.docbook
share/doc/HTML/en/digikam/digikamlogo.png
share/doc/HTML/en/digikam/distortionfx_blockwaves1.png
share/doc/HTML/en/digikam/distortionfx_blockwaves2.png
share/doc/HTML/en/digikam/distortionfx_caricature.png
share/doc/HTML/en/digikam/distortionfx_circularwaves1.png
share/doc/HTML/en/digikam/distortionfx_circularwaves2.png
share/doc/HTML/en/digikam/distortionfx_corners.png
share/doc/HTML/en/digikam/distortionfx_cylinderh.png
share/doc/HTML/en/digikam/distortionfx_cylinderhv.png
share/doc/HTML/en/digikam/distortionfx_cylinderv.png
share/doc/HTML/en/digikam/distortionfx_fisheyes.png
share/doc/HTML/en/digikam/distortionfx_polarcoord.png
share/doc/HTML/en/digikam/distortionfx_tiles.png
share/doc/HTML/en/digikam/distortionfx_twirl.png
share/doc/HTML/en/digikam/distortionfx_unpolarcoord.png
share/doc/HTML/en/digikam/distortionfx_wavesh.png
share/doc/HTML/en/digikam/distortionfx_wavesv.png
share/doc/HTML/en/digikam/distortionfxpreview.png
share/doc/HTML/en/digikam/distortions.png
share/doc/HTML/en/digikam/duplicates_albumsfilter.png
share/doc/HTML/en/digikam/editor-color.docbook
share/doc/HTML/en/digikam/editor-decorate.docbook
share/doc/HTML/en/digikam/editor-enhance.docbook
share/doc/HTML/en/digikam/editor-filters.docbook
share/doc/HTML/en/digikam/editor-redeyes-correction.png
share/doc/HTML/en/digikam/editor-transform.docbook
share/doc/HTML/en/digikam/editorautolevels.png
share/doc/HTML/en/digikam/editorautosizebutton.png
share/doc/HTML/en/digikam/editorbcgadjust.png
share/doc/HTML/en/digikam/editorblurplugin.png
share/doc/HTML/en/digikam/editorbwfilter.png
share/doc/HTML/en/digikam/editorcolorbalance.png
share/doc/HTML/en/digikam/editorcommondialogtools.png
share/doc/HTML/en/digikam/editorconvert_brown.png
share/doc/HTML/en/digikam/editorconvert_bw.png
share/doc/HTML/en/digikam/editorconvert_bwgreen.png
share/doc/HTML/en/digikam/editorconvert_bworange.png
share/doc/HTML/en/digikam/editorconvert_bwred.png
share/doc/HTML/en/digikam/editorconvert_bwyellow.png
share/doc/HTML/en/digikam/editorconvert_cold.png
share/doc/HTML/en/digikam/editorconvert_original.png
share/doc/HTML/en/digikam/editorconvert_platinium.png
share/doc/HTML/en/digikam/editorconvert_selenium.png
share/doc/HTML/en/digikam/editorconvert_sepia.png
share/doc/HTML/en/digikam/editorcropbutton.png
share/doc/HTML/en/digikam/editorequalize.png
share/doc/HTML/en/digikam/editorgoldensectionsexample.png
share/doc/HTML/en/digikam/editorgoldenspiralexample.png
share/doc/HTML/en/digikam/editorgoldenspiralsectionsexample.png
share/doc/HTML/en/digikam/editorgoldentrianglesexample.png
share/doc/HTML/en/digikam/editorharmonioustrianglesexample.png
share/doc/HTML/en/digikam/editorhistogramdescription.png
share/doc/HTML/en/digikam/editorhistogramsample1.png
share/doc/HTML/en/digikam/editorhistogramsample2.png
share/doc/HTML/en/digikam/editorhistogramsample3.png
share/doc/HTML/en/digikam/editorhsladjust.png
share/doc/HTML/en/digikam/editoriccprofile.png
share/doc/HTML/en/digikam/editorimageselection.png
share/doc/HTML/en/digikam/editorneon.png
share/doc/HTML/en/digikam/editornoisereductionplugin.png
share/doc/HTML/en/digikam/editornormalize.png
share/doc/HTML/en/digikam/editorpreview.png
share/doc/HTML/en/digikam/editorraindropsplugin.png
share/doc/HTML/en/digikam/editorratiocroptool.png
share/doc/HTML/en/digikam/editorresizetool.png
share/doc/HTML/en/digikam/editorrevertbutton.png
share/doc/HTML/en/digikam/editorrulethirdlinesexample.png
share/doc/HTML/en/digikam/editorsharpenplugin.png
share/doc/HTML/en/digikam/editorstretchcontrast.png
share/doc/HTML/en/digikam/editortoolbar.png
share/doc/HTML/en/digikam/editorunsharpedmaskplugin.png
share/doc/HTML/en/digikam/editorvivid.png
share/doc/HTML/en/digikam/editorzoombuttons.png
share/doc/HTML/en/digikam/embosspreview.png
share/doc/HTML/en/digikam/file-formats.docbook
share/doc/HTML/en/digikam/filmgrainpreview.png
share/doc/HTML/en/digikam/firstrunassistant_step1.png
share/doc/HTML/en/digikam/firstrunassistant_step2.png
share/doc/HTML/en/digikam/firstrunassistant_step3.png
share/doc/HTML/en/digikam/firstrunassistant_step4.png
share/doc/HTML/en/digikam/firstrunassistant_step5.png
share/doc/HTML/en/digikam/firstrunassistant_step6.png
share/doc/HTML/en/digikam/firstrunassistant_step7.png
share/doc/HTML/en/digikam/firstrunassistant_step8.png
share/doc/HTML/en/digikam/freerotationpreview.png
share/doc/HTML/en/digikam/fuzzysearchsimilar.png
share/doc/HTML/en/digikam/handheld_gps.png
share/doc/HTML/en/digikam/hotpixelsdialog.png
share/doc/HTML/en/digikam/hotpixelspreview.png
share/doc/HTML/en/digikam/ie-menu.docbook
share/doc/HTML/en/digikam/index.cache.bz2
share/doc/HTML/en/digikam/index.docbook
share/doc/HTML/en/digikam/infraredpreview.png
share/doc/HTML/en/digikam/inpaintingdialog.png
share/doc/HTML/en/digikam/inpaintingpreview.png
share/doc/HTML/en/digikam/inpaintingsettings1.png
share/doc/HTML/en/digikam/inpaintingsettings2.png
share/doc/HTML/en/digikam/inserttextpreview.png
share/doc/HTML/en/digikam/introductionfirewireconnector.png
share/doc/HTML/en/digikam/introductionfirstrundialog.png
share/doc/HTML/en/digikam/introductionfoldericon.png
share/doc/HTML/en/digikam/introductionplugininterfaces.png
share/doc/HTML/en/digikam/introductionscandialog.png
share/doc/HTML/en/digikam/introductionserialconnector.png
share/doc/HTML/en/digikam/introductionusbconnector.png
share/doc/HTML/en/digikam/lensdistortiondialog.png
share/doc/HTML/en/digikam/lensdistortionpreview.png
share/doc/HTML/en/digikam/lighttable.png
share/doc/HTML/en/digikam/logo.png
share/doc/HTML/en/digikam/maininterfacealbumproperties.png
share/doc/HTML/en/digikam/maininterfaceassigntags.png
share/doc/HTML/en/digikam/maininterfacedateview.png
share/doc/HTML/en/digikam/maininterfacepreview.png
share/doc/HTML/en/digikam/maininterfacequicksearch.png
share/doc/HTML/en/digikam/maininterfacesearchview.png
share/doc/HTML/en/digikam/maininterfacetagsview.png
share/doc/HTML/en/digikam/maininterfacetoolbar.png
share/doc/HTML/en/digikam/maininterfaceview.png
share/doc/HTML/en/digikam/menu-descriptions.docbook
share/doc/HTML/en/digikam/menualbum.png
share/doc/HTML/en/digikam/menucamera.png
share/doc/HTML/en/digikam/menuexport.png
share/doc/HTML/en/digikam/menuhelp.png
share/doc/HTML/en/digikam/menuimage.png
share/doc/HTML/en/digikam/menuimagemetadata.png
share/doc/HTML/en/digikam/menuimport.png
share/doc/HTML/en/digikam/menuselect.png
share/doc/HTML/en/digikam/menusettings.png
share/doc/HTML/en/digikam/menutag.png
share/doc/HTML/en/digikam/menutools.png
share/doc/HTML/en/digikam/menutoolsbatch.png
share/doc/HTML/en/digikam/menuview.png
share/doc/HTML/en/digikam/noisereductiondialog.png
share/doc/HTML/en/digikam/noisereductionpreview.png
share/doc/HTML/en/digikam/noiseremovaltool.png
share/doc/HTML/en/digikam/oilpaintpreview.png
share/doc/HTML/en/digikam/perspectivepreview.png
share/doc/HTML/en/digikam/photo-editing.docbook
share/doc/HTML/en/digikam/raindropspreview.png
share/doc/HTML/en/digikam/rawcamerasupport.png
share/doc/HTML/en/digikam/refocus-notsharpened.png
share/doc/HTML/en/digikam/refocus-refocus.png
share/doc/HTML/en/digikam/refocus-sharped.png
share/doc/HTML/en/digikam/refocus-unsharpmask.png
share/doc/HTML/en/digikam/refocusdialog.png
share/doc/HTML/en/digikam/restorationdialog.png
share/doc/HTML/en/digikam/restorationpreview.png
share/doc/HTML/en/digikam/restorationpreview2.png
share/doc/HTML/en/digikam/restorationsettings1.png
share/doc/HTML/en/digikam/restorationsettings2.png
share/doc/HTML/en/digikam/searchinterface.png
share/doc/HTML/en/digikam/setupaddcamera.png
share/doc/HTML/en/digikam/setupalbum.png
share/doc/HTML/en/digikam/setupcamera.png
share/doc/HTML/en/digikam/setupcollections.png
share/doc/HTML/en/digikam/setupembeddedinfo.png
share/doc/HTML/en/digikam/setupiccprofiles.png
share/doc/HTML/en/digikam/setupimageeditor.png
share/doc/HTML/en/digikam/setupimageplugins.png
share/doc/HTML/en/digikam/setupkipiplugins.png
share/doc/HTML/en/digikam/setuplighttable.png
share/doc/HTML/en/digikam/setupmimetypes.png
share/doc/HTML/en/digikam/setupmisc.png
share/doc/HTML/en/digikam/setuprawfiledecoding.png
share/doc/HTML/en/digikam/setupsaveimages.png
share/doc/HTML/en/digikam/setupslideshow.png
share/doc/HTML/en/digikam/setupthemeclean.png
share/doc/HTML/en/digikam/setupthemedark.png
share/doc/HTML/en/digikam/setupthemedefault.png
share/doc/HTML/en/digikam/setupthemedessert.png
share/doc/HTML/en/digikam/setupthemedigicasa.png
share/doc/HTML/en/digikam/setupthemedreary.png
share/doc/HTML/en/digikam/setupthememarine.png
share/doc/HTML/en/digikam/setupthemeorangecrush.png
share/doc/HTML/en/digikam/setupthemesandy.png
share/doc/HTML/en/digikam/setuptooltip.png
share/doc/HTML/en/digikam/sheartoolpreview.png
share/doc/HTML/en/digikam/sidebar.docbook
share/doc/HTML/en/digikam/sidebarcolorshistogramviewer.png
share/doc/HTML/en/digikam/sidebarcommentstags.png
share/doc/HTML/en/digikam/sidebarfileproperties.png
share/doc/HTML/en/digikam/sidebargeolocation.png
share/doc/HTML/en/digikam/sidebarmetadata.png
share/doc/HTML/en/digikam/sidebarmetadataexif.png
share/doc/HTML/en/digikam/sidebarmetadatagps.png
share/doc/HTML/en/digikam/sidebarmetadataiptc.png
share/doc/HTML/en/digikam/sidebarmetadatamakernote.png
share/doc/HTML/en/digikam/sidebartagfilters.png
share/doc/HTML/en/digikam/solarizepreview.png
share/doc/HTML/en/digikam/superimposepreview.png
share/doc/HTML/en/digikam/texturedialog.png
share/doc/HTML/en/digikam/texturepreview.png
share/doc/HTML/en/digikam/timeline.png
share/doc/HTML/en/digikam/unsharpdialog.png
share/doc/HTML/en/digikam/unsharppreview.png
share/doc/HTML/en/digikam/vignettingcorrectiondialog.png
share/doc/HTML/en/digikam/whitebalancedialog.png
share/doc/HTML/en/showfoto/common
share/doc/HTML/en/showfoto/index.cache.bz2
share/doc/HTML/en/showfoto/index.docbook
share/doc/HTML/en/showfoto/introductionplugininterfaces.png
share/doc/HTML/en/showfoto/setupgeneral.png
share/doc/HTML/en/showfoto/setupplugins.png
share/doc/HTML/en/showfoto/setupslideshow.png
share/icons/hicolor/128x128/apps/digikam.png
share/icons/hicolor/128x128/apps/showfoto.png
share/icons/hicolor/16x16/apps/digikam.png
@ -821,71 +533,12 @@ share/kde4/services/digikamimageplugin_enhance.desktop
share/kde4/services/digikamimageplugin_fxfilters.desktop
share/kde4/services/digikamimageplugin_transform.desktop
share/kde4/services/digikammapimages.protocol
share/kde4/services/digikamnepomukservice.desktop
share/kde4/services/digikamsearch.protocol
share/kde4/services/digikamtags.protocol
share/kde4/servicetypes/digikamimageplugin.desktop
%%NLS%%share/locale/ar/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/be/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/bg/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/bs/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ca/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/cs/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/da/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/de/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/el/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/eo/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/es/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/et/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/eu/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/fa/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/fi/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/fr/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ga/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/gl/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/he/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/hi/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/hr/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/hu/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/is/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/it/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ja/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/km/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ko/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/lt/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/lv/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ms/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/nb/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/nds/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ne/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/nl/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/nn/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/pa/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/pl/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/pt/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ro/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ru/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/se/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/sk/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/sl/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/sq/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/sv/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/th/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/tr/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/uk/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/vi/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/digikam.mo
@dirrmtry share/icons/hicolor/256x256/apps
@dirrmtry share/icons/hicolor/256x256
@dirrm share/doc/HTML/en/showfoto
@dirrm share/doc/HTML/en/digikam
@dirrm share/apps/showfoto/data
@dirrm share/apps/showfoto
@dirrm share/apps/digikam/utils
@dirrm share/apps/digikam/lensfun
@dirrm share/apps/digikam/icons/hicolor/scalable/actions
@dirrm share/apps/digikam/icons/hicolor/scalable
@dirrm share/apps/digikam/icons/hicolor/64x64/mimetypes

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
USE_KDE4= libksane
KIPI_PLUGIN= acquireimages
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
bin/scangui
lib/kde4/kipiplugin_acquireimages.so
share/applications/kde4/scangui.desktop
share/apps/kipi/kipiplugin_acquireimagesui.rc
share/kde4/services/kipiplugin_acquireimages.desktop

View File

@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
USE_GL= glu
USE_XORG= xrandr
KIPI_PLUGIN= advancedslideshow
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
lib/kde4/kipiplugin_advancedslideshow.so
share/apps/kipi/kipiplugin_advancedslideshowui.rc
share/icons/hicolor/22x22/actions/slideshow.png
share/kde4/services/kipiplugin_advancedslideshow.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= batchprocess
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
lib/kde4/kipiplugin_batchprocessimages.so
share/apps/kipi/kipiplugin_batchprocessimagesui.rc
share/icons/hicolor/32x32/actions/borderimages.png
share/icons/hicolor/32x32/actions/colorimages.png
share/icons/hicolor/32x32/actions/convertimages.png
share/icons/hicolor/32x32/actions/effectimages.png
share/icons/hicolor/32x32/actions/filterimages.png
share/icons/hicolor/32x32/actions/recompressimages.png
share/icons/hicolor/32x32/actions/renameimages.png
share/icons/hicolor/32x32/actions/resizeimages.png
share/kde4/services/kipiplugin_batchprocessimages.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
USE_KDE4= pimlibs
KIPI_PLUGIN= calendar
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
lib/kde4/kipiplugin_calendar.so
share/apps/kipi/kipiplugin_calendarui.rc
share/kde4/services/kipiplugin_calendar.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson
KIPI_PLUGIN= debianscreenshots
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
lib/kde4/kipiplugin_debianscreenshots.so
share/apps/kipi/kipiplugin_debianscreenshotsui.rc
share/icons/hicolor/16x16/actions/debianscreenshots.png
share/icons/hicolor/22x22/actions/debianscreenshots.png
share/icons/hicolor/32x32/actions/debianscreenshots.png
share/icons/hicolor/48x48/actions/debianscreenshots.png
share/icons/hicolor/scalable/actions/debianscreenshots.svgz
share/kde4/services/kipiplugin_debianscreenshots.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
KIPI_PLUGIN= dngconverter
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,13 @@
bin/dngconverter
bin/dnginfo
lib/kde4/kipiplugin_dngconverter.so
share/applications/kde4/dngconverter.desktop
share/apps/kipi/kipiplugin_dngconverterui.rc
share/icons/hicolor/128x128/apps/dngconverter.png
share/icons/hicolor/16x16/apps/dngconverter.png
share/icons/hicolor/22x22/apps/dngconverter.png
share/icons/hicolor/32x32/apps/dngconverter.png
share/icons/hicolor/48x48/apps/dngconverter.png
share/icons/hicolor/64x64/apps/dngconverter.png
share/icons/hicolor/scalable/apps/dngconverter.svgz
share/kde4/services/kipiplugin_dngconverter.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= expoblending
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,15 @@
bin/expoblending
lib/kde4/kipiplugin_expoblending.so
share/applications/kde4/expoblending.desktop
share/apps/kipi/kipiplugin_expoblendingui.rc
share/apps/kipiplugin_expoblending/pics/assistant-enfuse.png
share/apps/kipiplugin_expoblending/pics/assistant-preprocessing.png
share/apps/kipiplugin_expoblending/pics/assistant-stack.png
share/apps/kipiplugin_expoblending/pics/assistant-tripod.png
share/icons/hicolor/16x16/actions/expoblending.png
share/icons/hicolor/22x22/actions/expoblending.png
share/icons/hicolor/32x32/actions/expoblending.png
share/icons/hicolor/48x48/actions/expoblending.png
share/kde4/services/kipiplugin_expoblending.desktop
@dirrm share/apps/kipiplugin_expoblending/pics
@dirrm share/apps/kipiplugin_expoblending

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson
KIPI_PLUGIN= facebook
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
lib/kde4/kipiplugin_facebook.so
share/apps/kipi/kipiplugin_facebookui.rc
share/icons/hicolor/16x16/actions/facebook.png
share/icons/hicolor/22x22/actions/facebook.png
share/icons/hicolor/32x32/actions/facebook.png
share/icons/hicolor/48x48/actions/facebook.png
share/icons/hicolor/scalable/actions/facebook.svgz
share/kde4/services/kipiplugin_facebook.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= flashexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,16 @@
lib/kde4/kipiplugin_flashexport.so
share/apps/kipi/kipiplugin_flashexportui.rc
share/apps/kipiplugin_flashexport/index.template
share/apps/kipiplugin_flashexport/index2.template
share/apps/kipiplugin_flashexport/index3.template
share/apps/kipiplugin_flashexport/index4.template
share/apps/kipiplugin_flashexport/simpleviewer_html/space.png
share/icons/hicolor/128x128/actions/flash.png
share/icons/hicolor/16x16/actions/flash.png
share/icons/hicolor/22x22/actions/flash.png
share/icons/hicolor/32x32/actions/flash.png
share/icons/hicolor/48x48/actions/flash.png
share/icons/hicolor/scalable/actions/flash.svgz
share/kde4/services/kipiplugin_flashexport.desktop
@dirrm share/apps/kipiplugin_flashexport/simpleviewer_html
@dirrm share/apps/kipiplugin_flashexport

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= flickrexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,18 @@
lib/kde4/kipiplugin_flickrexport.so
share/apps/kipi/kipiplugin_flickrexportui.rc
share/icons/hicolor/16x16/actions/flickr.png
share/icons/hicolor/16x16/actions/hq.png
share/icons/hicolor/16x16/actions/zooomr.png
share/icons/hicolor/22x22/actions/flickr.png
share/icons/hicolor/22x22/actions/hq.png
share/icons/hicolor/22x22/actions/zooomr.png
share/icons/hicolor/32x32/actions/flickr.png
share/icons/hicolor/32x32/actions/hq.png
share/icons/hicolor/32x32/actions/zooomr.png
share/icons/hicolor/48x48/actions/flickr.png
share/icons/hicolor/48x48/actions/hq.png
share/icons/hicolor/48x48/actions/zooomr.png
share/icons/hicolor/scalable/actions/flickr.svgz
share/icons/hicolor/scalable/actions/hq.svgz
share/icons/hicolor/scalable/actions/zooomr.svgz
share/kde4/services/kipiplugin_flickrexport.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= galleryexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
lib/kde4/kipiplugin_galleryexport.so
share/apps/kipi/kipiplugin_galleryexportui.rc
share/apps/kipiplugin_galleryexport/pics/gallery_logo.png
share/icons/hicolor/16x16/actions/gallery.png
share/icons/hicolor/22x22/actions/gallery.png
share/icons/hicolor/32x32/actions/gallery.png
share/icons/hicolor/48x48/actions/gallery.png
share/icons/hicolor/scalable/actions/gallery.svgz
share/kde4/services/kipiplugin_galleryexport.desktop
@dirrm share/apps/kipiplugin_galleryexport/pics
@dirrm share/apps/kipiplugin_galleryexport

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= kgeomap:${PORTSDIR}/astro/libkgeomap
KIPI_PLUGIN= gpssync
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,9 @@
lib/kde4/kipiplugin_gpssync.so
share/apps/gpssync/bookmarks-marker.png
share/apps/gpssync/searchmarker-normal.png
share/apps/gpssync/searchmarker-selected.png
share/apps/kipi/kipiplugin_gpssyncui.rc
share/icons/hicolor/16x16/actions/gpsimagetag.png
share/icons/hicolor/32x32/actions/gpsimagetag.png
share/kde4/services/kipiplugin_gpssync.desktop
@dirrm share/apps/gpssync

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= htmlexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- ./CMakeLists.txt.orig 2013-03-11 08:24:11.000000000 +0000
+++ ./CMakeLists.txt 2013-04-05 00:55:39.175660960 +0000
@@ -468,7 +468,7 @@
# Currently the cmake module distributed w/ cmake uses a different variable
# name LIBXLST_EXSLT_LIBRARIES for libxeslt than the cmake modeule
# distributed w/ kdelibs LIBEXSLT_LIBRARIES.
- if (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
+ if (NOT LIBXSLT_EXSLT_LIBRARIES AND LIBXSLT_LIBRARIES)
set(LIBXSLT_EXSLT_LIBRARIES ${LIBXSLT_LIBRARIES})
endif (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
IF(LIBXML2_FOUND AND LIBXSLT_FOUND AND LIBXSLT_EXSLT_LIBRARIES)

View File

@ -0,0 +1,88 @@
lib/kde4/kipiplugin_htmlexport.so
share/apps/kipi/kipiplugin_htmlexportui.rc
share/apps/kipiplugin_htmlexport/THEME_HOWTO
share/apps/kipiplugin_htmlexport/themes/classic/classic.desktop
share/apps/kipiplugin_htmlexport/themes/classic/gohome.png
share/apps/kipiplugin_htmlexport/themes/classic/preview.png
share/apps/kipiplugin_htmlexport/themes/classic/template.xsl
share/apps/kipiplugin_htmlexport/themes/classic/up.png
share/apps/kipiplugin_htmlexport/themes/cleanframes/black.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/blue.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/brown.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/cleanframes.desktop
share/apps/kipiplugin_htmlexport/themes/cleanframes/green.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/lavender.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/pink.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/preview.png
share/apps/kipiplugin_htmlexport/themes/cleanframes/red.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/star.png
share/apps/kipiplugin_htmlexport/themes/cleanframes/template.xsl
share/apps/kipiplugin_htmlexport/themes/cleanframes/yellow.css
share/apps/kipiplugin_htmlexport/themes/dateframes/dateframes.desktop
share/apps/kipiplugin_htmlexport/themes/dateframes/preview.png
share/apps/kipiplugin_htmlexport/themes/dateframes/template.xsl
share/apps/kipiplugin_htmlexport/themes/details/details.desktop
share/apps/kipiplugin_htmlexport/themes/details/next.png
share/apps/kipiplugin_htmlexport/themes/details/next_disabled.png
share/apps/kipiplugin_htmlexport/themes/details/preview.png
share/apps/kipiplugin_htmlexport/themes/details/previous.png
share/apps/kipiplugin_htmlexport/themes/details/previous_disabled.png
share/apps/kipiplugin_htmlexport/themes/details/style.css
share/apps/kipiplugin_htmlexport/themes/details/template.xsl
share/apps/kipiplugin_htmlexport/themes/details/up.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/back.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/floating_cards.desktop
share/apps/kipiplugin_htmlexport/themes/floating_cards/forward.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/image_nav.js
share/apps/kipiplugin_htmlexport/themes/floating_cards/next.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/prev.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/preview.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/style.css
share/apps/kipiplugin_htmlexport/themes/floating_cards/template.xsl
share/apps/kipiplugin_htmlexport/themes/floating_cards/up.png
share/apps/kipiplugin_htmlexport/themes/frames/frames.desktop
share/apps/kipiplugin_htmlexport/themes/frames/preview.png
share/apps/kipiplugin_htmlexport/themes/frames/style.css
share/apps/kipiplugin_htmlexport/themes/frames/template.xsl
share/apps/kipiplugin_htmlexport/themes/matrix/bg.png
share/apps/kipiplugin_htmlexport/themes/matrix/matrix.desktop
share/apps/kipiplugin_htmlexport/themes/matrix/preview.png
share/apps/kipiplugin_htmlexport/themes/matrix/style.css
share/apps/kipiplugin_htmlexport/themes/matrix/template.xsl
share/apps/kipiplugin_htmlexport/themes/s0/arrows_source.svg
share/apps/kipiplugin_htmlexport/themes/s0/next.png
share/apps/kipiplugin_htmlexport/themes/s0/next_disabled.png
share/apps/kipiplugin_htmlexport/themes/s0/preview.png
share/apps/kipiplugin_htmlexport/themes/s0/previous.png
share/apps/kipiplugin_htmlexport/themes/s0/previous_disabled.png
share/apps/kipiplugin_htmlexport/themes/s0/s0.desktop
share/apps/kipiplugin_htmlexport/themes/s0/style.css
share/apps/kipiplugin_htmlexport/themes/s0/template.xsl
share/apps/kipiplugin_htmlexport/themes/s0/up.png
share/apps/kipiplugin_htmlexport/themes/simple/dark.css
share/apps/kipiplugin_htmlexport/themes/simple/natural.css
share/apps/kipiplugin_htmlexport/themes/simple/preview.png
share/apps/kipiplugin_htmlexport/themes/simple/simple.desktop
share/apps/kipiplugin_htmlexport/themes/simple/template.xsl
share/apps/kipiplugin_htmlexport/themes/snow/next.png
share/apps/kipiplugin_htmlexport/themes/snow/next.svg
share/apps/kipiplugin_htmlexport/themes/snow/next_disabled.png
share/apps/kipiplugin_htmlexport/themes/snow/preview.png
share/apps/kipiplugin_htmlexport/themes/snow/previous.png
share/apps/kipiplugin_htmlexport/themes/snow/previous_disabled.png
share/apps/kipiplugin_htmlexport/themes/snow/snow.desktop
share/apps/kipiplugin_htmlexport/themes/snow/style.css
share/apps/kipiplugin_htmlexport/themes/snow/template.xsl
share/kde4/services/kipiplugin_htmlexport.desktop
@dirrm share/apps/kipiplugin_htmlexport/themes/snow
@dirrm share/apps/kipiplugin_htmlexport/themes/simple
@dirrm share/apps/kipiplugin_htmlexport/themes/s0
@dirrm share/apps/kipiplugin_htmlexport/themes/matrix
@dirrm share/apps/kipiplugin_htmlexport/themes/frames
@dirrm share/apps/kipiplugin_htmlexport/themes/floating_cards
@dirrm share/apps/kipiplugin_htmlexport/themes/details
@dirrm share/apps/kipiplugin_htmlexport/themes/dateframes
@dirrm share/apps/kipiplugin_htmlexport/themes/cleanframes
@dirrm share/apps/kipiplugin_htmlexport/themes/classic
@dirrm share/apps/kipiplugin_htmlexport/themes
@dirrm share/apps/kipiplugin_htmlexport

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= imageshackexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,6 @@
lib/kde4/kipiplugin_imageshackexport.so
share/apps/kipi/kipiplugin_imageshackexportui.rc
share/icons/hicolor/32x32/actions/imageshack.png
share/icons/hicolor/48x48/actions/imageshack.png
share/icons/hicolor/64x64/actions/imageshack.png
share/kde4/services/kipiplugin_imageshackexport.desktop

View File

@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
USE_GL= glu
USE_XORG= xrandr
KIPI_PLUGIN= imageviewer
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,10 @@
lib/kde4/kipiplugin_imageviewer.so
share/apps/kipi/kipiplugin_imageviewerui.rc
share/apps/kipiplugin_imageviewer/pics/hand.png
share/apps/kipiplugin_imageviewer/pics/nullImage.png
share/apps/kipiplugin_imageviewer/pics/zoom.png
share/icons/hicolor/16x16/actions/ogl.png
share/icons/hicolor/32x32/actions/ogl.png
share/kde4/services/kipiplugin_imageviewer.desktop
@dirrm share/apps/kipiplugin_imageviewer/pics
@dirrm share/apps/kipiplugin_imageviewer

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson
KIPI_PLUGIN= imgurexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
lib/kde4/kipiplugin_imgurexport.so
share/apps/kipi/kipiplugin_imgurexportui.rc
share/icons/hicolor/16x16/actions/imgur.png
share/icons/hicolor/22x22/actions/imgur.png
share/icons/hicolor/32x32/actions/imgur.png
share/icons/hicolor/48x48/actions/imgur.png
share/icons/hicolor/scalable/actions/imgur.svgz
share/kde4/services/kipiplugin_imgurexport.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= gpod:${PORTSDIR}/audio/libgpod
KIPI_PLUGIN= ipodexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
lib/kde4/kipiplugin_ipodexport.so
share/apps/kipi/kipiplugin_ipodexportui.rc
share/kde4/services/kipiplugin_ipodexport.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= jpeglossless
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
lib/kde4/kipiplugin_jpeglossless.so
share/apps/kipi/kipiplugin_jpeglosslessui.rc
share/icons/hicolor/32x32/actions/flip-horizontal.png
share/icons/hicolor/32x32/actions/grayscaleconvert.png
share/kde4/services/kipiplugin_jpeglossless.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= kioexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
lib/kde4/kipiplugin_kioexportimport.so
share/apps/kipi/kipiplugin_kioexportimportui.rc
share/kde4/services/kipiplugin_kioexportimport.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= kmlexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
lib/kde4/kipiplugin_kmlexport.so
share/apps/kipi/kipiplugin_kmlexportui.rc
share/kde4/services/kipiplugin_kmlexport.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= kopete
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
lib/kde4/kipiplugin_kopete.so
share/apps/kipi/kipiplugin_kopeteui.rc
share/kde4/services/kipiplugin_kopete.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= mediawiki:${PORTSDIR}/net/libmediawiki
KIPI_PLUGIN= mediawiki
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
lib/kde4/kipiplugin_wikimedia.so
share/apps/kipi/kipiplugin_wikimediaui.rc
share/icons/hicolor/16x16/actions/wikimedia.png
share/icons/hicolor/22x22/actions/wikimedia.png
share/icons/hicolor/32x32/actions/wikimedia.png
share/icons/hicolor/48x48/actions/wikimedia.png
share/icons/hicolor/scalable/actions/wikimedia.svgz
share/kde4/services/kipiplugin_wikimedia.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= metadataedit
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
lib/kde4/kipiplugin_metadataedit.so
share/apps/kipi/kipiplugin_metadataeditui.rc
share/icons/hicolor/64x64/actions/metadataedit.png
share/kde4/services/kipiplugin_metadataedit.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
USES= bison:build
KIPI_PLUGIN= panorama
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,16 @@
bin/panoramagui
lib/kde4/kipiplugin_panorama.so
share/applications/kde4/panoramagui.desktop
share/apps/kipi/kipiplugin_panoramaui.rc
share/apps/kipiplugin_panorama/pics/assistant-hugin.png
share/apps/kipiplugin_panorama/pics/assistant-preprocessing.png
share/apps/kipiplugin_panorama/pics/assistant-stack.png
share/apps/kipiplugin_panorama/pics/assistant-tripod.png
share/icons/hicolor/16x16/actions/panorama.png
share/icons/hicolor/22x22/actions/panorama.png
share/icons/hicolor/32x32/actions/panorama.png
share/icons/hicolor/48x48/actions/panorama.png
share/icons/hicolor/scalable/actions/panorama.svgz
share/kde4/services/kipiplugin_panorama.desktop
@dirrm share/apps/kipiplugin_panorama/pics
@dirrm share/apps/kipiplugin_panorama

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= photolayoutseditor
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,29 @@
bin/photolayoutseditor
lib/kde4/kipiplugin_photolayoutseditor.so
lib/libPropertyBrowser.a
share/applications/kde4/photolayoutseditor.desktop
share/apps/kipi/kipiplugin_photolayoutseditorui.rc
share/apps/photolayoutseditor/photolayoutseditorui.rc
share/config.kcfg/PLEConfigSkeleton.kcfgc
share/icons/hicolor/128x128/apps/photolayoutseditor.png
share/icons/hicolor/16x16/apps/photolayoutseditor.png
share/icons/hicolor/22x22/apps/photolayoutseditor.png
share/icons/hicolor/32x32/apps/photolayoutseditor.png
share/icons/hicolor/48x48/apps/photolayoutseditor.png
share/icons/hicolor/64x64/apps/photolayoutseditor.png
share/kde4/services/kipiplugin_photolayoutseditor.desktop
share/kde4/servicetypes/photolayoutseditorborderplugin.desktop
share/kde4/servicetypes/photolayoutseditoreffectplugin.desktop
share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Bear boy.ple
share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Bear girl.ple
share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Flipping Tux Black.ple
share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Flipping Tux White.ple
share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Its a boy.ple
share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Its a girl.ple
share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Tux Rider.ple
@dirrm share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h
@dirrm share/templates/kipiplugins_photolayoutseditor/data/templates/a4
@dirrm share/templates/kipiplugins_photolayoutseditor/data/templates
@dirrm share/templates/kipiplugins_photolayoutseditor/data
@dirrm share/templates/kipiplugins_photolayoutseditor
@dirrm share/apps/photolayoutseditor

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= picasawebexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
lib/kde4/kipiplugin_picasawebexport.so
share/apps/kipi/kipiplugin_picasawebexportui.rc
share/icons/hicolor/16x16/actions/picasa.png
share/icons/hicolor/22x22/actions/picasa.png
share/icons/hicolor/32x32/actions/picasa.png
share/icons/hicolor/48x48/actions/picasa.png
share/icons/hicolor/scalable/actions/picasa.svgz
share/kde4/services/kipiplugin_picasawebexport.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= piwigoexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
lib/kde4/kipiplugin_piwigoexport.so
share/apps/kipi/kipiplugin_piwigoexportui.rc
share/apps/kipiplugin_piwigoexport/pics/piwigo_logo.png
share/icons/hicolor/16x16/actions/piwigo.png
share/icons/hicolor/22x22/actions/piwigo.png
share/icons/hicolor/32x32/actions/piwigo.png
share/icons/hicolor/48x48/actions/piwigo.png
share/icons/hicolor/scalable/actions/piwigo.svgz
share/kde4/services/kipiplugin_piwigoexport.desktop
@dirrm share/apps/kipiplugin_piwigoexport/pics
@dirrm share/apps/kipiplugin_piwigoexport

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= printimages
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,32 @@
lib/kde4/kipiplugin_printimages.so
share/apps/kipi/kipiplugin_printimagesui.rc
share/apps/kipiplugin_printimages/TEMPLATE_HOWTO
share/apps/kipiplugin_printimages/templates/1_photo_10.5x14.8cm.desktop
share/apps/kipiplugin_printimages/templates/1_photo_10x15cm.desktop
share/apps/kipiplugin_printimages/templates/1_photo_20x25cm.desktop
share/apps/kipiplugin_printimages/templates/1_photo_8x10.desktop
share/apps/kipiplugin_printimages/templates/1_photo_9x13cm.desktop
share/apps/kipiplugin_printimages/templates/2_photos_13x18cm.desktop
share/apps/kipiplugin_printimages/templates/2_photos_5x7.desktop
share/apps/kipiplugin_printimages/templates/3_photos_10x15cm.desktop
share/apps/kipiplugin_printimages/templates/3_photos_4x6.desktop
share/apps/kipiplugin_printimages/templates/4_photos_10x13.33cm.desktop
share/apps/kipiplugin_printimages/templates/4_photos_3.5x5.desktop
share/apps/kipiplugin_printimages/templates/4_photos_4.5x5cm.desktop
share/apps/kipiplugin_printimages/templates/4_photos_9x13cm.desktop
share/apps/kipiplugin_printimages/templates/4x6Album.desktop
share/apps/kipiplugin_printimages/templates/6_photos_3.5x4.5cm.desktop
share/apps/kipiplugin_printimages/templates/6_photos_3.5x4cm.desktop
share/apps/kipiplugin_printimages/templates/8_photos_6x9cm.desktop
share/apps/kipiplugin_printimages/templates/Album-Collage.desktop
share/apps/kipiplugin_printimages/templates/Album-Collage1.desktop
share/apps/kipiplugin_printimages/templates/Album_10x15cm.desktop
share/apps/kipiplugin_printimages/templates/Album_11.5x15cm.desktop
share/apps/kipiplugin_printimages/templates/FullPage.desktop
share/apps/kipiplugin_printimages/templates/Photoframe.desktop
share/apps/kipiplugin_printimages/templates/Thumbnails_5x4.desktop
share/apps/kipiplugin_printimages/templates/Thumbnails_6x5.desktop
share/apps/kipiplugin_printimages/templates/templates.xml
share/kde4/services/kipiplugin_printimages.desktop
@dirrm share/apps/kipiplugin_printimages/templates
@dirrm share/apps/kipiplugin_printimages

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= rajceexport
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,7 @@
lib/kde4/kipiplugin_rajceexport.so
share/apps/kipi/kipiplugin_rajceexportui.rc
share/icons/hicolor/16x16/actions/rajce.png
share/icons/hicolor/32x32/actions/rajce.png
share/icons/hicolor/48x48/actions/rajce.png
share/icons/hicolor/64x64/actions/rajce.png
share/kde4/services/kipiplugin_rajceexport.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= rawconverter
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,10 @@
lib/kde4/kipiplugin_rawconverter.so
share/apps/kipi/kipiplugin_rawconverterui.rc
share/icons/oxygen/128x128/apps/rawconverter.png
share/icons/oxygen/16x16/apps/rawconverter.png
share/icons/oxygen/22x22/apps/rawconverter.png
share/icons/oxygen/32x32/apps/rawconverter.png
share/icons/oxygen/48x48/apps/rawconverter.png
share/icons/oxygen/64x64/apps/rawconverter.png
share/icons/oxygen/scalable/apps/rawconverter.svgz
share/kde4/services/kipiplugin_rawconverter.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= opencv_legacy:${PORTSDIR}/graphics/opencv
KIPI_PLUGIN= removeredeyes
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,6 @@
lib/kde4/kipiplugin_removeredeyes.so
share/apps/kipi/kipiplugin_removeredeyesui.rc
share/apps/kipiplugin_removeredeyes/controlwidget.svg
share/apps/kipiplugin_removeredeyes/removeredeyes_classifier_eye_20_20.xml
share/kde4/services/kipiplugin_removeredeyes.desktop
@dirrm share/apps/kipiplugin_removeredeyes

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= sendimages
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
lib/kde4/kipiplugin_sendimages.so
share/apps/kipi/kipiplugin_sendimagesui.rc
share/kde4/services/kipiplugin_sendimages.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= qca:${PORTSDIR}/devel/qca
KIPI_PLUGIN= shwup
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,7 @@
lib/kde4/kipiplugin_shwup.so
share/apps/kipi/kipiplugin_shwupui.rc
share/icons/hicolor/16x16/actions/shwup.png
share/icons/hicolor/22x22/actions/shwup.png
share/icons/hicolor/32x32/actions/shwup.png
share/icons/hicolor/48x48/actions/shwup.png
share/kde4/services/kipiplugin_shwup.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= smug
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
lib/kde4/kipiplugin_smug.so
share/apps/kipi/kipiplugin_smugui.rc
share/icons/hicolor/16x16/actions/smugmug.png
share/icons/hicolor/22x22/actions/smugmug.png
share/icons/hicolor/32x32/actions/smugmug.png
share/icons/hicolor/48x48/actions/smugmug.png
share/icons/hicolor/scalable/actions/smugmug.svgz
share/kde4/services/kipiplugin_smug.desktop

View File

@ -0,0 +1,12 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= timeadjust
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
lib/kde4/kipiplugin_timeadjust.so
share/apps/kipi/kipiplugin_timeadjustui.rc
share/icons/hicolor/32x32/actions/timeadjust.png
share/kde4/services/kipiplugin_timeadjust.desktop

View File

@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= MagickCore:${PORTSDIR}/graphics/ImageMagick \
QtGStreamer-0.10:${PORTSDIR}/multimedia/gstreamer-qt4
KIPI_PLUGIN= videoslideshow
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
lib/kde4/kipiplugin_videoslideshow.so
share/apps/kipi/kipiplugin_videoslideshowui.rc
share/kde4/services/kipiplugin_videoslideshow.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= kvkontakte:${PORTSDIR}/net/libkvkontakte
KIPI_PLUGIN= vkontakte
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
lib/kde4/kipiplugin_vkontakte.so
share/apps/kipi/kipiplugin_vkontakteui.rc
share/kde4/services/kipiplugin_vkontakte.desktop

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= qca:${PORTSDIR}/devel/qca
KIPI_PLUGIN= yandexfotki
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
lib/kde4/kipiplugin_yandexfotki.so
share/apps/kipi/kipiplugin_yandexfotkiui.rc
share/kde4/services/kipiplugin_yandexfotki.desktop

View File

@ -1,122 +1,44 @@
# New ports collection makefile for: kipi-plugins-kde4
# Date created: Jan 23, 2009
# Whom: Kris Moore
#
# $FreeBSD$
#
PORTNAME= kipi-plugins
PORTVERSION= ${DIGIKAM_VER}
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= graphics kde
DISTFILES= #
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE4 kipi graphics plugins
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
qjson:${PORTSDIR}/devel/qjson
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
COMMENT= KDE 4 kipi graphics plugins (meta port)
LATEST_LINK= ${PORTNAME}-kde4
OPTIONS_DEFINE= NLS EXPOBLEND GPOD KGEOMAP KSANE KVKONTAKTE MEDIAWIKI OPENCV PIMLIBS
OPTIONS_DEFAULT= KGEOMAP KSANE OPENCV PIMLIBS
NO_BUILD= yes
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
OPTIONS_DEFINE= DOCS NLS
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
# DOCS ans NLS options first, then plugins sorted in KIPI_PLUGINS_ALL
NO_OPTIONS_SORT= yes
EXPOBLEND_DESC= Add runtime deps for ExpoBlending plugin
GPOD_DESC= Enable Ipod Export plugin
KGEOMAP_DESC= Enable GPSSync (geolocalize pictures) plugin
KSANE_DESC= Enable Scanning plugin
KVKONTAKTE_DESC= Enable VKontakte (VK) plugin
MEDIAWIKI_DESC= Enable MediaWiki plugin
OPENCV_DESC= Enable Red Eye Removal plugin
PIMLIBS_DESC= Enable Calendar plugins
.for plugin in ${KIPI_PLUGINS_ALL}
OPTIONS_DEFINE+= ${plugin:U}
${plugin:U}_DESC= ${${plugin}_DESC}
${plugin:U}_DEP= kipi-plugin-${plugin}>=${DIGIKAM_VER}:${PORTSDIR}/graphics/kipi-plugin-${plugin}
.endfor
USE_PKGCONFIG= build
USE_GL= glu
USE_KDE4+= libkdcraw libkexiv2 libkipi
CMAKE_ARGS= -DCMAKE_PREFIX_PATH:PATH=${KDE4_PREFIX}
NLS_DEP= digikam-l10n>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-l10n
DOCS_DEP= digikam-doc>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-doc
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CMAKE_ARGS+= -DWITH_NLS:BOOL=OFF
PLIST_SUB+= NLS="@comment "
.endif
.for opt in ${OPTIONS_DEFINE}
. if ${PORT_OPTIONS:M${opt}}
RUN_DEPENDS+= ${${opt}_DEP}
. endif
.endfor
.if ${PORT_OPTIONS:MEXPOBLEND}
RUN_DEPENDS+= align_image_stack:${PORTSDIR}/graphics/hugin
.endif
.if ${PORT_OPTIONS:MGPOD}
LIB_DEPENDS+= gpod:${PORTSDIR}/audio/libgpod
PLIST_SUB+= GPOD=""
.else
CMAKE_ARGS+= -DWITH_GLIB2:BOOL=OFF \
-DWITH_GObject:BOOL=OFF \
-DWITH_Gdk:BOOL=OFF \
-DWITH_Ipod:BOOL=OFF
PLIST_SUB+= GPOD="@comment "
.endif
.if ${PORT_OPTIONS:MKGEOMAP}
LIB_DEPENDS+= kgeomap:${PORTSDIR}/astro/libkgeomap
PLIST_SUB+= KGEOMAP=""
.else
CMAKE_ARGS+= -DWITH_KGeoMap:BOOL=OFF
PLIST_SUB+= KGEOMAP="@comment "
.endif
.if ${PORT_OPTIONS:MKSANE}
USE_KDE4+= libksane
PLIST_SUB+= KSANE=""
.else
CMAKE_ARGS+= -DWITH_KSane:BOOL=OFF
PLIST_SUB+= KSANE="@comment "
.endif
.if ${PORT_OPTIONS:MKVKONTAKTE}
LIB_DEPENDS+= kvkontakte:${PORTSDIR}/net/libkvkontakte
PLIST_SUB+= KVKONTAKTE=""
.else
CMAKE_ARGS+= -DWITH_LibKVkontakte:BOOL=OFF
PLIST_SUB+= KVKONTAKTE="@comment "
.endif
.if ${PORT_OPTIONS:MMEDIAWIKI}
LIB_DEPENDS+= mediawiki:${PORTSDIR}/net/libmediawiki
PLIST_SUB+= MEDIAWIKI=""
.else
CMAKE_ARGS+= -DWITH_Mediawiki:BOOL=OFF
PLIST_SUB+= MEDIAWIKI="@comment "
.endif
.if ${PORT_OPTIONS:MOPENCV}
LIB_DEPENDS+= opencv_legacy:${PORTSDIR}/graphics/opencv
PLIST_SUB+= OPENCV=""
.else
CMAKE_ARGS+= -DWITH_OpenCV:BOOL=OFF
PLIST_SUB+= OPENCV="@comment "
.endif
.if ${PORT_OPTIONS:MPIMLIBS}
USE_KDE4+= pimlibs
PLIST_SUB+= PIMLIBS=""
.else
CMAKE_ARGS+= -DWITH_KdepimLibs:BOOL=OFF
PLIST_SUB+= PIMLIBS="@comment "
.endif
post-patch:
${LN} -s ../../doc ${WRKSRC}/doc
${LN} -s ../../po ${WRKSRC}/po
${RM} ${WRKSRC}/po/*/digikam.po ${WRKSRC}/po/*/libkgeomap.po
do-install:
${DO_NADA}
.include <bsd.port.mk>

View File

@ -0,0 +1,15 @@
--- ./CMakeLists.txt.orig 2013-03-11 08:24:11.000000000 +0000
+++ ./CMakeLists.txt 2013-04-05 19:33:30.200669787 +0000
@@ -410,7 +410,6 @@
# Plugins which will be always compiled
- ADD_SUBDIRECTORY(common)
ADD_SUBDIRECTORY(timeadjust)
ADD_SUBDIRECTORY(jpeglossless)
ADD_SUBDIRECTORY(rawconverter)
@@ -515,3 +514,4 @@
ENDIF(NOT WIN32)
ENDIF(KIPIPLUGINS_CAN_BE_COMPILED)
+CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/common/libkipiplugins/tools/kpversion.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/common/libkipiplugins/kpversion.h)

Some files were not shown because too many files have changed in this diff Show More