aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/q4wine
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2013-11-27 06:32:54 +0800
committernemysis <nemysis@FreeBSD.org>2013-11-27 06:32:54 +0800
commita6ef3ef486fc7c52f860c1e0a3bac714b7cb6c7d (patch)
treefc2a43dc2acaac9da1dd008a3911af3024e45ada /deskutils/q4wine
parent16fb45e1292c05271842d9cb26cdf00c5cf5be28 (diff)
downloadfreebsd-ports-gnome-a6ef3ef486fc7c52f860c1e0a3bac714b7cb6c7d.tar.gz
freebsd-ports-gnome-a6ef3ef486fc7c52f860c1e0a3bac714b7cb6c7d.tar.zst
freebsd-ports-gnome-a6ef3ef486fc7c52f860c1e0a3bac714b7cb6c7d.zip
- Update to 1.1
- Change CATEGORIES deskutils to emulators - Adjust patches - Change pkg-message Approved by: pawel (mentor)
Diffstat (limited to 'deskutils/q4wine')
-rw-r--r--deskutils/q4wine/Makefile66
-rw-r--r--deskutils/q4wine/distinfo2
-rw-r--r--deskutils/q4wine/files/patch-src__q4wine-gui__process.h10
-rw-r--r--deskutils/q4wine/files/patch-src__q4wine-lib__q4wine-lib.h10
-rw-r--r--deskutils/q4wine/pkg-descr16
-rw-r--r--deskutils/q4wine/pkg-message24
-rw-r--r--deskutils/q4wine/pkg-plist71
7 files changed, 0 insertions, 199 deletions
diff --git a/deskutils/q4wine/Makefile b/deskutils/q4wine/Makefile
deleted file mode 100644
index aa2a73a1136d..000000000000
--- a/deskutils/q4wine/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
-# $FreeBSD$
-
-PORTNAME= q4wine
-PORTVERSION= 1.0r3
-CATEGORIES= deskutils emulators
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20$${PORTVERSION:S/r/-r/}/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-r/}
-
-MAINTAINER= nemysis@FreeBSD.org
-COMMENT= QT4 front-end for WINE
-
-LICENSE= GPLv3
-
-BUILD_DEPENDS= icotool:${PORTSDIR}/graphics/icoutils
-RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \
- wget:${PORTSDIR}/ftp/wget \
- cabextract:${PORTSDIR}/archivers/cabextract \
- icotool:${PORTSDIR}/graphics/icoutils
-
-USES= cmake desktop-file-utils
-CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${MANPREFIX}/man
-USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
-USE_QT4= qmake_build rcc_build moc_build uic_build \
- linguist_build corelib gui sql network
-ONLY_FOR_ARCHS= i386 amd64
-
-PORTDOCS= AUTHORS ChangeLog README TODO
-
-OPTIONS_DEFINE= DOCS NLS DBUS
-OPTIONS_DEFAULT= DBUS
-
-OPTIONS_SUB= yes
-
-NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext
-DBUS_CMAKE_ON= -DWITH_DBUS:BOOL=ON
-DBUS_CMAKE_OFF= -DWITH_DBUS:BOOL=OFF
-
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == "i386"
-RUN_DEPENDS+= wine:${PORTSDIR}/emulators/wine-devel
-.endif
-
-.if ${PORT_OPTIONS:MDBUS}
-USE_QT4+= dbus
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/share/man|/man|' \
- ${WRKSRC}/src/CMakeLists.txt
- @${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Qt;System;Emulator;Utility;Game;|' \
- ${WRKSRC}/${PORTNAME}.desktop
-
-.if ! ${PORT_OPTIONS:MNLS}
- @${REINPLACE_CMD} -e 's|install(FILES|#install(FILES|' \
- ${WRKSRC}/src/i18n/CMakeLists.txt
-.endif
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/deskutils/q4wine/distinfo b/deskutils/q4wine/distinfo
deleted file mode 100644
index d5418fd16cf2..000000000000
--- a/deskutils/q4wine/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (q4wine-1.0-r3.tar.gz) = c23c0dfa30fec67794663cd000100da5633a286c55c86dbdc1c49984d0e72fc9
-SIZE (q4wine-1.0-r3.tar.gz) = 1105792
diff --git a/deskutils/q4wine/files/patch-src__q4wine-gui__process.h b/deskutils/q4wine/files/patch-src__q4wine-gui__process.h
deleted file mode 100644
index 8b937ff674fd..000000000000
--- a/deskutils/q4wine/files/patch-src__q4wine-gui__process.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/q4wine-gui/process.h.orig 2013-05-02 22:38:39.000000000 +0200
-+++ ./src/q4wine-gui/process.h 2013-10-29 00:24:57.000000000 +0100
-@@ -32,6 +32,7 @@
- #include <QLibrary>
- #include <QTextCodec>
- #include <QTextStream>
-+#include <locale.h>
-
- #ifdef DEBUG
- #include <QDebug>
diff --git a/deskutils/q4wine/files/patch-src__q4wine-lib__q4wine-lib.h b/deskutils/q4wine/files/patch-src__q4wine-lib__q4wine-lib.h
deleted file mode 100644
index 8afe5e6c352e..000000000000
--- a/deskutils/q4wine/files/patch-src__q4wine-lib__q4wine-lib.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/q4wine-lib/q4wine-lib.h.orig 2013-05-02 22:38:39.000000000 +0200
-+++ ./src/q4wine-lib/q4wine-lib.h 2013-10-29 00:21:12.000000000 +0100
-@@ -47,6 +47,7 @@
- #include <QDesktopServices>
- #include <QUrl>
- #include <QTranslator>
-+#include <locale.h>
-
- #include "process.h"
-
diff --git a/deskutils/q4wine/pkg-descr b/deskutils/q4wine/pkg-descr
deleted file mode 100644
index 235d5e71aecf..000000000000
--- a/deskutils/q4wine/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Q4wine is an Qt4 (http://www.qtsoftware.com/) GUI for wine (http://winehq.org/).
-It will help you to manage wine prefixes and installed applications.
-
-General features:
- - Exports QT color theme into wine colors settings
- - Works with different wine versions at same time
- - Creates, deletes and manages prefixes (WINEPREFIX)
- - Easy controlling wine process
- - Autostart icons support
- - Easy CD image usage
- - Supports extraction of icons from PE files (.exe, .dll)
- - Easy backup and restore for managed prefixes
- - Winetricks support
- - More
-
-WWW: http://q4wine.brezblock.org.ua/
diff --git a/deskutils/q4wine/pkg-message b/deskutils/q4wine/pkg-message
deleted file mode 100644
index d169ca88cdc8..000000000000
--- a/deskutils/q4wine/pkg-message
+++ /dev/null
@@ -1,24 +0,0 @@
-################################################################################
-
-FreeBSD/amd64 users:
-You need to manually install Wine 32bit binary from:
-http://www.mediafire.com/wine_fbsd64
-
-For more info about running wine on FreeBSD please see:
-http://wiki.freebsd.org/Wine
-
-This program will attempt to obtain some system information by accessing files
-in procfs. You must mount procfs filesystem for this to work correctly.
-This can be accomplished by adding the following line to your /etc/fstab file:
-
-# Device Mountpoint FStype Options Dump Pass#
-proc /proc procfs rw 0 0
-
-and then, as root, executing the command:
-
-mount /proc
-
-Also you need passwordless sudo for mdconfig, mount_cd9660, umount commands for
-work with ISO images
-
-################################################################################
diff --git a/deskutils/q4wine/pkg-plist b/deskutils/q4wine/pkg-plist
deleted file mode 100644
index 49e98801157c..000000000000
--- a/deskutils/q4wine/pkg-plist
+++ /dev/null
@@ -1,71 +0,0 @@
-bin/q4wine
-bin/q4wine-cli
-bin/q4wine-helper
-lib/q4wine/libq4wine-core.so
-man/man1/q4wine-cli.1.gz
-man/man1/q4wine-helper.1.gz
-man/man1/q4wine.1.gz
-share/applications/q4wine.desktop
-share/icons/hicolor/128x128/apps/q4wine.png
-share/icons/hicolor/16x16/apps/q4wine.png
-share/icons/hicolor/192x192/apps/q4wine.png
-share/icons/hicolor/22x22/apps/q4wine.png
-share/icons/hicolor/256x256/apps/q4wine.png
-share/icons/hicolor/32x32/apps/q4wine.png
-share/icons/hicolor/48x48/apps/q4wine.png
-share/icons/hicolor/64x64/apps/q4wine.png
-share/icons/hicolor/96x96/apps/q4wine.png
-share/icons/hicolor/scalable/apps/q4wine.svg
-%%NLS%%%%DATADIR%%/i18n/q4wine_af_za.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_cs_cz.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_de_de.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_en_us.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_es_es.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_fa_ir.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_he_il.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_it_it.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_pl_pl.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_pt_br.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_ru_ru.qm
-%%NLS%%%%DATADIR%%/i18n/q4wine_uk_ua.qm
-%%DATADIR%%/icons/control.png
-%%DATADIR%%/icons/eject.png
-%%DATADIR%%/icons/exec_wine.png
-%%DATADIR%%/icons/explorer.png
-%%DATADIR%%/icons/iexplore.png
-%%DATADIR%%/icons/notepad.png
-%%DATADIR%%/icons/oleview.png
-%%DATADIR%%/icons/regedit.png
-%%DATADIR%%/icons/taskmgr.png
-%%DATADIR%%/icons/uninstaller.png
-%%DATADIR%%/icons/winecfg.png
-%%DATADIR%%/icons/wineconsole.png
-%%DATADIR%%/icons/winemine.png
-%%DATADIR%%/icons/wordpad.png
-%%DATADIR%%/scripts/mount_image.sh
-%%DATADIR%%/scripts/umount.sh
-%%DATADIR%%/theme/nuvola/data/configure.png
-%%DATADIR%%/theme/nuvola/data/down.png
-%%DATADIR%%/theme/nuvola/data/edit.png
-%%DATADIR%%/theme/nuvola/data/exec.png
-%%DATADIR%%/theme/nuvola/data/exec_wine.png
-%%DATADIR%%/theme/nuvola/data/exit.png
-%%DATADIR%%/theme/nuvola/data/folder.png
-%%DATADIR%%/theme/nuvola/data/folder_open.png
-%%DATADIR%%/theme/nuvola/data/kill.png
-%%DATADIR%%/theme/nuvola/data/power.png
-%%DATADIR%%/theme/nuvola/data/prefix.png
-%%DATADIR%%/theme/nuvola/data/rebuild.png
-%%DATADIR%%/theme/nuvola/data/reload.png
-%%DATADIR%%/theme/nuvola/data/stop.png
-%%DATADIR%%/theme/nuvola/data/up.png
-%%DATADIR%%/theme/nuvola/data/wine.png
-%%DATADIR%%/theme/nuvola/data/wizard.png
-@dirrm %%DATADIR%%/theme/nuvola/data
-@dirrm %%DATADIR%%/theme/nuvola
-@dirrm %%DATADIR%%/theme
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/icons
-%%NLS%%@dirrm %%DATADIR%%/i18n
-@dirrm %%DATADIR%%
-@dirrm lib/q4wine