diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 21:55:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 21:55:51 +0000 |
commit | 369eb054b0edf196641e8706f3f6fcd77788f690 (patch) | |
tree | d44bab2e528ec5663705a59ae511ea0a4e027206 /textproc | |
parent | 0905a6eadceddc6507f0dffa4fbb18f40feda17c (diff) | |
download | ports-369eb054b0edf196641e8706f3f6fcd77788f690.tar.gz ports-369eb054b0edf196641e8706f3f6fcd77788f690.zip |
Notes
Diffstat (limited to 'textproc')
54 files changed, 0 insertions, 1095 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b1525ea84350..018c68edffb9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -61,7 +61,6 @@ SUBDIR += bbe SUBDIR += be-aspell SUBDIR += bedic-data - SUBDIR += beediff SUBDIR += belr SUBDIR += bg-aspell SUBDIR += bg-hyphen @@ -132,7 +131,6 @@ SUBDIR += diffutils SUBDIR += dikt SUBDIR += discount - SUBDIR += dixit SUBDIR += doc-mode.el SUBDIR += docbook SUBDIR += docbook-sgml @@ -225,7 +223,6 @@ SUBDIR += gnome-doc-utils SUBDIR += gnugrep SUBDIR += go.text - SUBDIR += goldendict SUBDIR += google-ctemplate SUBDIR += google-translate-cli SUBDIR += gpp @@ -341,7 +338,6 @@ SUBDIR += ibus-el SUBDIR += ibus-kmfl SUBDIR += ibus-m17n - SUBDIR += ibus-qt SUBDIR += ibus-table SUBDIR += ibus-typing-booster SUBDIR += ibus-uniemoji @@ -1391,8 +1387,6 @@ SUBDIR += py-pytidylib SUBDIR += py-pyx12 SUBDIR += py-qrcode - SUBDIR += py-qt4-xml - SUBDIR += py-qt4-xmlpatterns SUBDIR += py-qt5-xml SUBDIR += py-qt5-xmlpatterns SUBDIR += py-rdflib @@ -1466,10 +1460,6 @@ SUBDIR += qprint SUBDIR += qrcodegen SUBDIR += qstardict - SUBDIR += qt4-clucene - SUBDIR += qt4-xml - SUBDIR += qt4-xmlpatterns - SUBDIR += qt4-xmlpatterns-tool SUBDIR += qt5-xml SUBDIR += qt5-xmlpatterns SUBDIR += qu-aspell @@ -1695,7 +1685,6 @@ SUBDIR += scew SUBDIR += scim SUBDIR += scim-bridge - SUBDIR += scim-bridge-qt4 SUBDIR += scim-input-pad SUBDIR += scim-kmfl-imengine SUBDIR += scim-m17n @@ -1803,7 +1792,6 @@ SUBDIR += uim-gtk SUBDIR += uim-gtk3 SUBDIR += uim-m17nlib - SUBDIR += uim-qt4 SUBDIR += uim-qt5 SUBDIR += uml2svg SUBDIR += uncle @@ -1877,7 +1865,6 @@ SUBDIR += xsv SUBDIR += xsv-rs SUBDIR += xwindiff - SUBDIR += xxdiff SUBDIR += xxdiff-scripts SUBDIR += y2l SUBDIR += yali diff --git a/textproc/beediff/Makefile b/textproc/beediff/Makefile deleted file mode 100644 index 1a853ed40b8a..000000000000 --- a/textproc/beediff/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $FreeBSD$ - -PORTNAME= beediff -PORTVERSION= 1.9 -PORTREVISION= 3 -CATEGORIES= textproc devel -MASTER_SITES= http://www.beesoft.pl/download/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Qt 4 based diff frontend - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/licence.txt - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake qt:4 -USE_QT= corelib gui moc_build rcc_build -USE_XORG= x11 xext - -WRKSRC= ${WRKDIR}/${PORTNAME} - -PLIST_FILES= bin/beediff share/pixmaps/beediff.png - -DESKTOP_ENTRIES="BeeDiff" \ - "diff frontend" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ - "beediff" \ - "" \ - true - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/beediff ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/img/beediff.png ${STAGEDIR}${PREFIX}/share/pixmaps - -.include <bsd.port.mk> diff --git a/textproc/beediff/distinfo b/textproc/beediff/distinfo deleted file mode 100644 index 9db9fc38baa1..000000000000 --- a/textproc/beediff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (beediff_1.9_src.tar.gz) = c733071a1884dea3eecc582d7006bb7c165563489ba65dc85bdfb58e2ab11bc8 -SIZE (beediff_1.9_src.tar.gz) = 77382 diff --git a/textproc/beediff/files/patch-beediff.pro b/textproc/beediff/files/patch-beediff.pro deleted file mode 100644 index 03f778657032..000000000000 --- a/textproc/beediff/files/patch-beediff.pro +++ /dev/null @@ -1,10 +0,0 @@ ---- beediff.pro.orig 2008-09-14 07:47:41 UTC -+++ beediff.pro -@@ -1,7 +1,5 @@ - TEMPLATE = app - CONFIG += qt release warn_on x11 --QMAKE_CXXFLAGS_DEBUG = -O0 -g --QMAKE_CXXFLAGS_RELEASE = -O3 - OBJECTS_DIR = ./tmp - MOC_DIR = ./tmp - SOURCES = \ diff --git a/textproc/beediff/pkg-descr b/textproc/beediff/pkg-descr deleted file mode 100644 index b9f779c0d0a0..000000000000 --- a/textproc/beediff/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -BeeDiff is a graphical file comparator. User have a possibility -to compare and merge a two text files. All differences are highlighted -in colors. - -WWW: http://www.beesoft.pl/index.php?id=beediff diff --git a/textproc/dixit/Makefile b/textproc/dixit/Makefile deleted file mode 100644 index d00f896a2294..000000000000 --- a/textproc/dixit/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> -# $FreeBSD$ - -PORTNAME= dixit -PORTVERSION= 11.11 -DISTVERSIONSUFFIX= .${QT_VER} -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= SF \ - SF/${PORTNAME}/${PORTNAME}_qdb:db \ - LOCAL/bdrewery/${PORTNAME}/ \ - LOCAL/bdrewery/${PORTNAME}:db -DISTFILES= ${DISTNAME}.tgz \ - ${_DB_D}:db -EXTRACT_ONLY= ${DISTNAME}.tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Romanian dictionaries databases and query application - -LICENSE= GPLv3+ - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake qt:4 -USE_QT= corelib gui network moc_build rcc_build -LDFLAGS+= -lz - -PLIST_SUB= _DB=${_DB} DB_DIR=${DB_DIR} _DB_F=${_DB_F} \ - DB_OWNER=${DB_OWNER} DB_GROUP=${DB_GROUP} DB_MODE=${DB_MODE} - -QT_VER= 4 - -DB_DIR?= /var/db/dixit -DB_OWNER?= root -DB_GROUP?= wheel -DB_MODE?= 0664 -# DB_DATE is the time of the file in the zip archive, not the time of the last -# update of the database (which is a little earlier, but TZ makes it appear to -# be later), but it's all we can do in a makefile. -DB_DATE=201204010000 -_DB_D= ${PORTNAME}.qdb.tar.bz2 -_DB_F= ${PORTNAME}.qdb -_DB= ${DB_DIR}/${_DB_F} - -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "Your dictionary database directory is:" - @${ECHO_MSG} "DB_DIR=${DB_DIR} (default /var/db/dixit)" - @${ECHO_MSG} "You need about 65MB for the dictionary db." - @${ECHO_MSG} - @${ECHO_MSG} "You can allow all users to update (but potentially also delete" - @${ECHO_MSG} "or alter) the dictionaries database by setting DB_MODE=0666" - @${ECHO_MSG} "DB_OWNER=${DB_OWNER} (default: root)" - @${ECHO_MSG} "DB_GROUP=${DB_GROUP} (default: wheel)" - @${ECHO_MSG} "DB_MODE=${DB_MODE} (default: 0664)" - @${ECHO_MSG} - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-O3||' ${WRKSRC}/${PORTNAME}-${PORTVERSION}.${QT_VER}.pro - @${REINPLACE_CMD} -e \ - 's|dixit.qdb|${_DB}|' ${WRKSRC}/src/dixit.h - -do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin) - @${MKDIR} ${STAGEDIR}${DB_DIR} - @${TOUCH} -t ${DB_DATE} ${WRKSRC}/${_DB_F} - @${ECHO_MSG} " ===> Installing database ... .. ." - @if [ ! -e "${_DB}" -o "${_DB}" -ot "${WRKSRC}/${_DB_F}" ]; \ - then ${TAR} -C ${STAGEDIR}${DB_DIR:S/${PORTNAME}//} -xf ${DISTDIR}/${_DB_D} && \ - ${ECHO_MSG} " ===> ... Done."; \ - else ${ECHO_MSG} " ===> Exisitng database is newer, skiping";\ - fi - -.include <bsd.port.mk> diff --git a/textproc/dixit/distinfo b/textproc/dixit/distinfo deleted file mode 100644 index ac7916707e1a..000000000000 --- a/textproc/dixit/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (dixit-11.11.4.tgz) = 559cb5a509d33611680eef8ee1bfdeed80863bfef3a25a8fea6e5fba4273dbcc -SIZE (dixit-11.11.4.tgz) = 158584 -SHA256 (dixit.qdb.tar.bz2) = 27cc07cd6b44867c49d0b7917c0a9f9e9dcfaa4c45aa750fd24894fd5b10b855 -SIZE (dixit.qdb.tar.bz2) = 32306028 diff --git a/textproc/dixit/pkg-descr b/textproc/dixit/pkg-descr deleted file mode 100644 index dda98bb296f2..000000000000 --- a/textproc/dixit/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Dixit is a cross-platform application for consulting off-line a Romanian -definitions dictionary (DEX). It features a browser-like interface, -with cross-references between definitions, and the capability of adding new -definitions from a server. - -The distributed database is currently based on 14 dictionaries plus 5 DEX -editions. The database contains more that 235.000 definitions from various -sources. The most important "Dictionarul explicativ al limbii romane" (DEX 1998) -All 65.542 definitions from DEX have been introduced in the database by -"DEX online" Project (dexonline.ro) volunteers. - -The following dictionaries are also complete, with help from Siveco and Editura -Litera International: "Dictionar de sinonime" (2002), "Dictionar de antonime" -(2002), "Dictionar ortografic al limbii romane" (2002), "Noul dictionar -explicativ al limbii romane" (2002). - -Any resemblance to dict is not entirely coincidental, but the database doesn't -have the same format :( - -WWW: https://sourceforge.net/projects/dixit/ diff --git a/textproc/dixit/pkg-plist b/textproc/dixit/pkg-plist deleted file mode 100644 index 469ac148ae1b..000000000000 --- a/textproc/dixit/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/dixit -@(%%DB_OWNER%%,%%DB_GROUP%%,%%DB_MODE%%) %%DB_DIR%%/%%_DB_F%% -%%DB_DIR%%/LICENSE.GPL3 -@dir %%DB_DIR%% diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile deleted file mode 100644 index bd33e316493d..000000000000 --- a/textproc/goldendict/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Boris Samorodov <bsam@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= goldendict -PORTVERSION= 1.0.1 -PORTREVISION= 16 -CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C|(.*)\.[0-9]*$|\1|}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= bsam@FreeBSD.org -COMMENT= Feature-rich Qt4 based dictionary lookup program - -LICENSE= GPLv3 - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ - libvorbis.so:audio/libvorbis - -NO_WRKSUBDIR= yes -USES= compiler:c++11-lang dos2unix iconv:wchar_t pkgconfig qmake qt:4 tar:bzip2 -DOS2UNIX_FILES= processwrapper.cc -USE_XORG= xtst -USE_QT= corelib gui webkit phonon \ - linguist_build moc_build rcc_build script_build uic_build -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -INSTALLS_ICONS= yes - -post-patch: - @${REINPLACE_CMD} 's:/usr:${PREFIX}:' ${WRKSRC}/redist/goldendict.desktop - -post-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/locale - ${INSTALL_DATA} ${WRKSRC}/locale/*.qm ${STAGEDIR}${DATADIR}/locale - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.mk> diff --git a/textproc/goldendict/distinfo b/textproc/goldendict/distinfo deleted file mode 100644 index 04dd8d50db2e..000000000000 --- a/textproc/goldendict/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (goldendict-1.0.1-src.tar.bz2) = b3fb0405a5edb38f02ef881b48c36e46e2eacf641b0caf8d99403f595a4be9a6 -SIZE (goldendict-1.0.1-src.tar.bz2) = 2705932 diff --git a/textproc/goldendict/files/patch-bgl_babylon.cc b/textproc/goldendict/files/patch-bgl_babylon.cc deleted file mode 100644 index 7c185934881c..000000000000 --- a/textproc/goldendict/files/patch-bgl_babylon.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- ./bgl_babylon.cc.orig 2010-12-04 00:12:46.000000000 +0300 -+++ ./bgl_babylon.cc 2010-12-28 11:46:37.203723541 +0300 -@@ -26,6 +26,7 @@ - #include<stdlib.h> - #include<string.h> - #include<stdio.h> -+#include<unistd.h> - #include<iconv.h> - #include <QTextDocument> - diff --git a/textproc/goldendict/files/patch-dictzip.c b/textproc/goldendict/files/patch-dictzip.c deleted file mode 100644 index 2aaab52bb626..000000000000 --- a/textproc/goldendict/files/patch-dictzip.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./dictzip.c.orig 2010-12-04 00:12:46.000000000 +0300 -+++ ./dictzip.c 2010-12-28 11:46:37.205720708 +0300 -@@ -23,6 +23,7 @@ - */ - - #include <stdlib.h> -+#include <time.h> - #include "dictzip.h" - #include <limits.h> - #include <stdarg.h> diff --git a/textproc/goldendict/files/patch-goldendict.pro b/textproc/goldendict/files/patch-goldendict.pro deleted file mode 100644 index 4f7442d0666f..000000000000 --- a/textproc/goldendict/files/patch-goldendict.pro +++ /dev/null @@ -1,36 +0,0 @@ ---- ./goldendict.pro.orig 2010-12-04 00:12:46.000000000 +0300 -+++ ./goldendict.pro 2010-12-28 11:46:37.207723741 +0300 -@@ -58,12 +58,12 @@ - ogg \ - hunspell - LIBS += -lX11 \ -- -lXtst -+ -lXtst -lexecinfo - PREFIX = $$(PREFIX) - isEmpty( PREFIX ):PREFIX = /usr/local -- DEFINES += PROGRAM_DATA_DIR=\\\"$$PREFIX/share/apps/goldendict/\\\" -+ DEFINES += PROGRAM_DATA_DIR=\\\"$$PREFIX/share/goldendict/\\\" - target.path = $$PREFIX/bin/ -- locale.path = $$PREFIX/share/apps/goldendict/locale/ -+ locale.path = $$PREFIX/share/goldendict/locale/ - locale.files = locale/*.qm - INSTALLS += target \ - locale -@@ -72,13 +72,15 @@ - INSTALLS += icons - icons2.path = $$PREFIX/share/app-install/icons - icons2.files = redist/icons/*.* -- INSTALLS += icons2 -+ # we don't use icons2 directory at FreeBSD -+ #INSTALLS += icons2 - desktops.path = $$PREFIX/share/applications - desktops.files = redist/*.desktop - INSTALLS += desktops - desktops2.path = $$PREFIX/share/app-install/desktop - desktops2.files = redist/*.desktop -- INSTALLS += desktops2 -+ # we don't use desktop2 directory at FreeBSD -+ #INSTALLS += desktops2 - } - DEFINES += PROGRAM_VERSION=\\\"$$VERSION\\\" - diff --git a/textproc/goldendict/files/patch-greektranslit.cc b/textproc/goldendict/files/patch-greektranslit.cc deleted file mode 100644 index a17422a8c6ee..000000000000 --- a/textproc/goldendict/files/patch-greektranslit.cc +++ /dev/null @@ -1,8 +0,0 @@ ---- ./greektranslit.cc.orig 2010-12-28 11:54:33.498725323 +0300 -+++ ./greektranslit.cc 2010-12-28 11:54:44.774724956 +0300 -@@ -1,4 +1,4 @@ --/* This file is (c) 2010 Jennie Petoumenou <epetoumenou@gmail.com> -+/* This file is (c) 2010 Jennie Petoumenou <epetoumenou@gmail.com> - * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ - - #include "greektranslit.hh" diff --git a/textproc/goldendict/files/patch-processwrapper.cc b/textproc/goldendict/files/patch-processwrapper.cc deleted file mode 100644 index 3ae6f65b00e7..000000000000 --- a/textproc/goldendict/files/patch-processwrapper.cc +++ /dev/null @@ -1,9 +0,0 @@ ---- ./processwrapper.cc.orig 2013-09-12 13:03:02.450955685 +0400 -+++ ./processwrapper.cc 2013-09-12 13:04:34.115949039 +0400 -@@ -1,5 +1,6 @@ - #include "processwrapper.hh" - -+#include <unistd.h> - #include <QtCore> - - #ifdef Q_OS_WIN32 diff --git a/textproc/goldendict/files/patch-qtsingleapplication-src-qtlocalpeer.cpp b/textproc/goldendict/files/patch-qtsingleapplication-src-qtlocalpeer.cpp deleted file mode 100644 index 7b11ff12f01a..000000000000 --- a/textproc/goldendict/files/patch-qtsingleapplication-src-qtlocalpeer.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- qtsingleapplication/src/qtlocalpeer.cpp.orig 2013-09-12 13:40:34.269802688 +0400 -+++ qtsingleapplication/src/qtlocalpeer.cpp 2013-09-12 13:41:07.606795170 +0400 -@@ -50,6 +50,7 @@ - #endif - #if defined(Q_OS_UNIX) - #include <time.h> -+#include <unistd.h> - #endif - - namespace QtLP_Private { diff --git a/textproc/goldendict/pkg-descr b/textproc/goldendict/pkg-descr deleted file mode 100644 index 8713409884fa..000000000000 --- a/textproc/goldendict/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The project aims to create a feature-rich dictionary lookup program. -It supports: - * Babylon .BGL files, complete with images and resources; - * StarDict .ifo/.dict./.idx/.syn dictionaries; - * Dictd .index/.dict(.dz) dictionary files; - * ABBYY Lingvo .dsl source files, together with abbreviations. - The files can be optionally compressed with dictzip. Dictionary - resources can be packed together into a .zip file; - * ABBYY Lingvo .lsa/.dat audio archives. Those can be indexed - separately, or be referred to from .dsl files. - -WWW: http://goldendict.org/ diff --git a/textproc/goldendict/pkg-plist b/textproc/goldendict/pkg-plist deleted file mode 100644 index a316100ad53a..000000000000 --- a/textproc/goldendict/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/goldendict -share/applications/goldendict.desktop -share/pixmaps/goldendict.png -%%DATADIR%%/locale/ar_SA.qm -%%DATADIR%%/locale/bg_BG.qm -%%DATADIR%%/locale/cs_CZ.qm -%%DATADIR%%/locale/de_DE.qm -%%DATADIR%%/locale/el_GR.qm -%%DATADIR%%/locale/it_IT.qm -%%DATADIR%%/locale/lt_LT.qm -%%DATADIR%%/locale/ru_RU.qm -%%DATADIR%%/locale/uk_UA.qm -%%DATADIR%%/locale/vi_VN.qm -%%DATADIR%%/locale/zh_CN.qm diff --git a/textproc/ibus-qt/Makefile b/textproc/ibus-qt/Makefile deleted file mode 100644 index 0a5ec585cd77..000000000000 --- a/textproc/ibus-qt/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Henry Hu <henry.hu.sh@gmail.com> -# $FreeBSD$ - -PORTNAME= ibus-qt -PORTVERSION= 1.3.3 -PORTREVISION= 12 -CATEGORIES= textproc -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-Source - -MAINTAINER= henry.hu.sh@gmail.com -COMMENT= IBus input method module for Qt4 - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -BUILD_DEPENDS= ibus>=1.3.7:textproc/ibus -RUN_DEPENDS= ibus>=1.3.7:textproc/ibus -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libicuuc.so:devel/icu - -GH_ACCOUNT= ibus - -USE_QT= gui dbus moc_build qmake_build moc_build uic_build rcc_build -USES= cmake compiler:c++14-lang pkgconfig qt:4 -CMAKE_ARGS= -DDOCDIR=${PREFIX}/share/doc/ibus-qt -DLIBDIR=lib -USE_LDCONFIG= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -WRKSRC= ${WRKDIR}/${DISTNAME} - -.include <bsd.port.mk> diff --git a/textproc/ibus-qt/distinfo b/textproc/ibus-qt/distinfo deleted file mode 100644 index b0fe0e7fdf9b..000000000000 --- a/textproc/ibus-qt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ibus-qt-1.3.3-Source.tar.gz) = 2f856bb66ad175a68fb4d3b956afe8b893949c3fd10a46d53ec0b10b1f3e2fe1 -SIZE (ibus-qt-1.3.3-Source.tar.gz) = 144004 diff --git a/textproc/ibus-qt/files/patch-CMakeLists.txt b/textproc/ibus-qt/files/patch-CMakeLists.txt deleted file mode 100644 index 1740f75b1e1d..000000000000 --- a/textproc/ibus-qt/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2015-03-08 17:25:30.122453000 -0400 -+++ CMakeLists.txt 2015-03-08 17:25:37.447858000 -0400 -@@ -77,7 +77,7 @@ - pkg_check_modules(IBUS REQUIRED ibus-1.0>=1.3.7) - - # check doxygen --find_package(Doxygen REQUIRED) -+find_package(Doxygen) - - # ===== - # Define variables diff --git a/textproc/ibus-qt/pkg-descr b/textproc/ibus-qt/pkg-descr deleted file mode 100644 index ea7d6587ad96..000000000000 --- a/textproc/ibus-qt/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Intelligent Input Bus for Linux / Unix OS, iBus, is the next generation -input framework, developed by the developer of scim-python, includes all -its function, and much more. - -This is the ibus-qt port, the input method module for Qt4 of ibus. -You may select ibus as the input method in qtconfig after installation. - -WWW: http://code.google.com/p/ibus diff --git a/textproc/ibus-qt/pkg-message b/textproc/ibus-qt/pkg-message deleted file mode 100644 index 57288b1ab5db..000000000000 --- a/textproc/ibus-qt/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ --------------------------------------------------------- -ibus-qt install finished. You may select ibus as the -input method in qtconfig. - --------------------------------------------------------- diff --git a/textproc/ibus-qt/pkg-plist b/textproc/ibus-qt/pkg-plist deleted file mode 100644 index 8a307737e2bc..000000000000 --- a/textproc/ibus-qt/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -include/ibus-qt/qibusattribute.h -include/ibus-qt/qibusattrlist.h -include/ibus-qt/qibusbus.h -include/ibus-qt/qibuscomponent.h -include/ibus-qt/qibusconfig.h -include/ibus-qt/qibusconfigadaptor.h -include/ibus-qt/qibusconfigproxy.h -include/ibus-qt/qibusconfigservice.h -include/ibus-qt/qibusdbusproxy.h -include/ibus-qt/qibusengine.h -include/ibus-qt/qibusengineadaptor.h -include/ibus-qt/qibusenginedesc.h -include/ibus-qt/qibusenginefactory.h -include/ibus-qt/qibusfactoryadaptor.h -include/ibus-qt/qibusibusproxy.h -include/ibus-qt/qibusinputcontext.h -include/ibus-qt/qibusinputcontextproxy.h -include/ibus-qt/qibuslookuptable.h -include/ibus-qt/qibusobject.h -include/ibus-qt/qibusobservedpath.h -include/ibus-qt/qibusproperty.h -include/ibus-qt/qibusproplist.h -include/ibus-qt/qibusserializable.h -include/ibus-qt/qibustext.h -lib/libibus-qt.so -lib/libibus-qt.so.1 -lib/libibus-qt.so.1.3.0 -lib/qt4/plugins/inputmethods/libqtim-ibus.so diff --git a/textproc/py-qt4-xml/Makefile b/textproc/py-qt4-xml/Makefile deleted file mode 100644 index 6d4e356601da..000000000000 --- a/textproc/py-qt4-xml/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Danny Pansters <danny@ricin.com> -# $FreeBSD$ - -PORTNAME= xml -PORTEPOCH= 1 -PORTREVISION= 4 -CATEGORIES= textproc devel python - -MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtXml module - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -CONFIGURE_ARGS= --enable QtXml -PYQT_DIST= yes - -USES= python pyqt:4 qt:4 -USE_PYQT= sip_build core_run -USE_PYTHON= concurrent flavors py3kplist -USE_QT= corelib xml moc_build qmake_build - -OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API -OPTIONS_SUB= yes - -API_DESC= Install QtXml API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} -API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 -DEBUG_CONFIGURE_ON= --debug --trace - -.include <bsd.port.mk> diff --git a/textproc/py-qt4-xml/pkg-descr b/textproc/py-qt4-xml/pkg-descr deleted file mode 100644 index 6cb2ea04b8c8..000000000000 --- a/textproc/py-qt4-xml/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. -This package provides the QtXml module. - -WWW: https://riverbankcomputing.com/software/pyqt diff --git a/textproc/py-qt4-xml/pkg-plist b/textproc/py-qt4-xml/pkg-plist deleted file mode 100644 index 052b909e6da9..000000000000 --- a/textproc/py-qt4-xml/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/pylupdate4 -bin/pyrcc4 -%%PYTHON_SITELIBDIR%%/PyQt4/QtXml.so -%%PYQT_SIPDIR%%/QtXml/QtXmlmod.sip -%%PYQT_SIPDIR%%/QtXml/qdom.sip -%%PYQT_SIPDIR%%/QtXml/qxml.sip -%%PYQT_SIPDIR%%/QtXml/qxmlstream.sip -%%API%%%%PYQT_APIDIR%%/api/python/QtXml.api diff --git a/textproc/py-qt4-xmlpatterns/Makefile b/textproc/py-qt4-xmlpatterns/Makefile deleted file mode 100644 index 25e71a0dbd75..000000000000 --- a/textproc/py-qt4-xmlpatterns/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Dima Panov <fluffy@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xmlpatterns -PORTREVISION= 4 -CATEGORIES= textproc devel python - -MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtXmlPatterns module - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -CONFIGURE_ARGS= --enable QtXmlPatterns -PYQT_DIST= yes - -USES= python pyqt:4 qt:4 -USE_PYQT= sip_build core_run network_run -USE_PYTHON= concurrent flavors py3kplist -USE_QT= corelib network xmlpatterns moc_build qmake_build - -OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API -OPTIONS_SUB= yes - -API_DESC= Install QtXmlPatterns API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} -API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 -DEBUG_CONFIGURE_ON= --debug --trace - -.include <bsd.port.mk> diff --git a/textproc/py-qt4-xmlpatterns/pkg-descr b/textproc/py-qt4-xmlpatterns/pkg-descr deleted file mode 100644 index 0db8fa6a337a..000000000000 --- a/textproc/py-qt4-xmlpatterns/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. -This package provides the QtXmlPatterns module. - -WWW: https://riverbankcomputing.com/software/pyqt diff --git a/textproc/py-qt4-xmlpatterns/pkg-plist b/textproc/py-qt4-xmlpatterns/pkg-plist deleted file mode 100644 index 35f10d1ae41e..000000000000 --- a/textproc/py-qt4-xmlpatterns/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtXmlPatterns.so -%%PYQT_SIPDIR%%/QtXmlPatterns/QtXmlPatternsmod.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractmessagehandler.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qabstracturiresolver.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlnodemodel.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlreceiver.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qsimplexmlnodemodel.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qsourcelocation.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlformatter.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlname.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlnamepool.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlquery.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlresultitems.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschema.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschemavalidator.sip -%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlserializer.sip -%%API%%%%PYQT_APIDIR%%/api/python/QtXmlPatterns.api diff --git a/textproc/qt4-clucene/Makefile b/textproc/qt4-clucene/Makefile deleted file mode 100644 index 277f2a845a56..000000000000 --- a/textproc/qt4-clucene/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Created by: danny@ricin.com -# $FreeBSD$ - -PORTNAME= clucene -DISTVERSION= ${QT4_VERSION} -PORTREVISION= 2 -CATEGORIES= textproc -PKGNAMEPREFIX= qt4- - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt bindings for the CLucene full-text search library - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake:no_env qt-dist:4 -USE_QT= corelib - -HAS_CONFIGURE= yes -USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} - -ALL_TARGET= first -CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \ - PATH=${WRKSRC}/bin:$$PATH - -DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \ - src/activeqt src/dbus src/gui src/multimedia src/network \ - src/opengl src/openvg src/phonon src/qt3support \ - src/s60installs src/s60main src/script src/scripttools \ - src/sql src/svg src/testlib src/tools src/winmain src/xml \ - src/xmlpatterns src/3rdparty/freetype src/3rdparty/libjpeg \ - src/3rdparty/libmng src/3rdparty/libpng src/3rdparty/libtiff \ - src/3rdparty/phonon src/3rdparty/webkit -.for dne in ${DO_NOT_EXTRACT} -EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' -.endfor - -BUILD_WRKSRC= ${WRKSRC}/tools/assistant/lib/fulltextsearch -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -pre-configure: - ${MKDIR} ${WRKSRC}/mkspecs - ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake - -post-configure: - ${REINPLACE_CMD} \ - -e 's|${PREFIX}/${QT_LIBDIR_REL}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' \ - -e 's|-fno-exceptions ||g' \ - ${BUILD_WRKSRC}/Makefile - ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ - -E -e 's|(.*location=).*moc|\1${PREFIX}/${QT_BINDIR_REL}/${MOC:T}|g' \ - ${WRKSRC}/lib/pkgconfig/QtCLucene.pc - -.include <bsd.port.mk> diff --git a/textproc/qt4-clucene/files/patch-src_3rdparty_clucene_src_CLucene_queryParser_Lexer.cpp b/textproc/qt4-clucene/files/patch-src_3rdparty_clucene_src_CLucene_queryParser_Lexer.cpp deleted file mode 100644 index cefda457eddc..000000000000 --- a/textproc/qt4-clucene/files/patch-src_3rdparty_clucene_src_CLucene_queryParser_Lexer.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp.orig 2018-01-19 16:28:34 UTC -+++ src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp -@@ -117,7 +117,7 @@ bool Lexer::GetNextToken(QueryToken* tok - if( _istspace(ch)!=0 ) { - continue; - } -- TCHAR buf[2] = {ch,'\0'}; -+ TCHAR buf[2] = {static_cast<TCHAR>(ch),'\0'}; - switch(ch) { - case '+': - token->set(buf, QueryToken::PLUS); diff --git a/textproc/qt4-clucene/files/patch-src__3rdparty__clucene__src__CLucene__search__FieldCacheImpl.cpp b/textproc/qt4-clucene/files/patch-src__3rdparty__clucene__src__CLucene__search__FieldCacheImpl.cpp deleted file mode 100644 index 1e6b73d69a4e..000000000000 --- a/textproc/qt4-clucene/files/patch-src__3rdparty__clucene__src__CLucene__search__FieldCacheImpl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/3rdparty/clucene/src/CLucene/search/FieldCacheImpl.cpp~ -+++ src/3rdparty/clucene/src/CLucene/search/FieldCacheImpl.cpp -@@ -11,6 +11,8 @@ CL_NS_USE(util) - CL_NS_USE(index) - CL_NS_DEF(search) - -+using ::wcschr; -+ - FieldCacheImpl::FieldCacheImpl(): - cache(false,true){ - } diff --git a/textproc/qt4-clucene/pkg-plist b/textproc/qt4-clucene/pkg-plist deleted file mode 100644 index 09f728cc2feb..000000000000 --- a/textproc/qt4-clucene/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%QT_LIBDIR%%/libQtCLucene.prl -%%QT_LIBDIR%%/libQtCLucene.so -%%QT_LIBDIR%%/libQtCLucene.so.4 -%%QT_LIBDIR%%/libQtCLucene.so.%%SHORTVER%% -%%QT_LIBDIR%%/libQtCLucene.so.%%FULLVER%% -%%DEBUG%%%%QT_LIBDIR%%/libQtCLucene.so.%%FULLVER%%.debug -libdata/pkgconfig/QtCLucene.pc diff --git a/textproc/qt4-xml/Makefile b/textproc/qt4-xml/Makefile deleted file mode 100644 index 1abc30736160..000000000000 --- a/textproc/qt4-xml/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Created by: lofi@FreeBSD.org -# $FreeBSD$ - -PORTNAME= xml -DISTVERSION= ${QT4_VERSION} -PORTREVISION= 2 -CATEGORIES= textproc -PKGNAMEPREFIX= qt4- - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt SAX and DOM implementations - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake:no_env qt-dist:4 -USE_QT= moc_build corelib - -HAS_CONFIGURE= yes -USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} - -ALL_TARGET= first -CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \ - PATH=${WRKSRC}/bin:$$PATH - -DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \ - src/activeqt src/dbus src/gui src/multimedia src/network \ - src/opengl src/openvg src/phonon src/qt3support \ - src/s60installs src/s60main src/script src/scripttools src/sql \ - src/svg src/testlib src/tools src/winmain src/xmlpatterns \ - src/3rdparty/clucene src/3rdparty/freetype \ - src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \ - src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit -.for dne in ${DO_NOT_EXTRACT} -EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' -.endfor - -BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -pre-configure: - ${MKDIR} ${WRKSRC}/mkspecs - ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake - ${LN} -sf ${MOC} ${WRKSRC}/bin/moc - -post-configure: - ${REINPLACE_CMD} -e 's|${PREFIX}/${QT_LIBDIR_REL}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile - ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ - -E -e 's|(.*location=).*moc|\1${PREFIX}/${QT_BINDIR_REL}/${MOC:T}|g' \ - -E -e 's|(.*location=).*uic|\1${PREFIX}/${QT_BINDIR_REL}/${UIC:T}|g' \ - ${WRKSRC}/lib/pkgconfig/QtXml.pc -#disable installation of include/Qt/qxmlstream.h, it handled by qt-corelib package - ${REINPLACE_CMD} -e '\,stream/qxmlstream.h.*${QT_INCDIR}/Qt/,d' ${WRKSRC}/src/xml/Makefile - -.include <bsd.port.mk> diff --git a/textproc/qt4-xml/pkg-plist b/textproc/qt4-xml/pkg-plist deleted file mode 100644 index 457ff681ddab..000000000000 --- a/textproc/qt4-xml/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -%%QT_INCDIR%%/Qt/QtXml -%%QT_INCDIR%%/Qt/qdom.h -%%QT_INCDIR%%/Qt/qxml.h -%%QT_INCDIR%%/QtXml/QDomAttr -%%QT_INCDIR%%/QtXml/QDomCDATASection -%%QT_INCDIR%%/QtXml/QDomCharacterData -%%QT_INCDIR%%/QtXml/QDomComment -%%QT_INCDIR%%/QtXml/QDomDocument -%%QT_INCDIR%%/QtXml/QDomDocumentFragment -%%QT_INCDIR%%/QtXml/QDomDocumentType -%%QT_INCDIR%%/QtXml/QDomElement -%%QT_INCDIR%%/QtXml/QDomEntity -%%QT_INCDIR%%/QtXml/QDomEntityReference -%%QT_INCDIR%%/QtXml/QDomImplementation -%%QT_INCDIR%%/QtXml/QDomNamedNodeMap -%%QT_INCDIR%%/QtXml/QDomNode -%%QT_INCDIR%%/QtXml/QDomNodeList -%%QT_INCDIR%%/QtXml/QDomNotation -%%QT_INCDIR%%/QtXml/QDomProcessingInstruction -%%QT_INCDIR%%/QtXml/QDomText -%%QT_INCDIR%%/QtXml/QXmlAttributes -%%QT_INCDIR%%/QtXml/QXmlContentHandler -%%QT_INCDIR%%/QtXml/QXmlDTDHandler -%%QT_INCDIR%%/QtXml/QXmlDeclHandler -%%QT_INCDIR%%/QtXml/QXmlDefaultHandler -%%QT_INCDIR%%/QtXml/QXmlEntityResolver -%%QT_INCDIR%%/QtXml/QXmlErrorHandler -%%QT_INCDIR%%/QtXml/QXmlInputSource -%%QT_INCDIR%%/QtXml/QXmlLexicalHandler -%%QT_INCDIR%%/QtXml/QXmlLocator -%%QT_INCDIR%%/QtXml/QXmlNamespaceSupport -%%QT_INCDIR%%/QtXml/QXmlParseException -%%QT_INCDIR%%/QtXml/QXmlReader -%%QT_INCDIR%%/QtXml/QXmlSimpleReader -%%QT_INCDIR%%/QtXml/QXmlStreamAttribute -%%QT_INCDIR%%/QtXml/QXmlStreamAttributes -%%QT_INCDIR%%/QtXml/QXmlStreamEntityDeclaration -%%QT_INCDIR%%/QtXml/QXmlStreamEntityDeclarations -%%QT_INCDIR%%/QtXml/QXmlStreamEntityResolver -%%QT_INCDIR%%/QtXml/QXmlStreamNamespaceDeclaration -%%QT_INCDIR%%/QtXml/QXmlStreamNamespaceDeclarations -%%QT_INCDIR%%/QtXml/QXmlStreamNotationDeclaration -%%QT_INCDIR%%/QtXml/QXmlStreamNotationDeclarations -%%QT_INCDIR%%/QtXml/QXmlStreamReader -%%QT_INCDIR%%/QtXml/QXmlStreamStringRef -%%QT_INCDIR%%/QtXml/QXmlStreamWriter -%%QT_INCDIR%%/QtXml/QtXml -%%QT_INCDIR%%/QtXml/qdom.h -%%QT_INCDIR%%/QtXml/qxml.h -%%QT_INCDIR%%/QtXml/qxmlstream.h -%%QT_LIBDIR%%/libQtXml.prl -%%QT_LIBDIR%%/libQtXml.so -%%QT_LIBDIR%%/libQtXml.so.4 -%%QT_LIBDIR%%/libQtXml.so.%%SHORTVER%% -%%QT_LIBDIR%%/libQtXml.so.%%FULLVER%% -%%DEBUG%%%%QT_LIBDIR%%/libQtXml.so.%%FULLVER%%.debug -libdata/pkgconfig/QtXml.pc diff --git a/textproc/qt4-xmlpatterns-tool/Makefile b/textproc/qt4-xmlpatterns-tool/Makefile deleted file mode 100644 index dc5fe44c9ef2..000000000000 --- a/textproc/qt4-xmlpatterns-tool/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: danny@ricin.com -# $FreeBSD$ - -PORTNAME= xmlpatterns-tool -DISTVERSION= ${QT4_VERSION} -PORTREVISION= 2 -CATEGORIES= textproc -PKGNAMEPREFIX= qt4- - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt command-line utility for running XQueries - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake:no_env qt-dist:4 -USE_QT= xmlpatterns - -HAS_CONFIGURE= yes - -ALL_TARGET= first -CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \ - PATH=${WRKSRC}/bin:$$PATH - -DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \ - src/activeqt src/dbus src/gui src/multimedia src/network \ - src/opengl src/openvg src/phonon src/qt3support \ - src/s60installs src/s60main src/script src/scripttools \ - src/sql src/svg src/testlib src/tools src/winmain src/xml \ - src/3rdparty/clucene src/3rdparty/freetype \ - src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \ - src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit -.for dne in ${DO_NOT_EXTRACT} -EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' -.endfor - -BUILD_WRKSRC= ${WRKSRC}/tools/xmlpatterns -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -pre-configure: - ${MKDIR} ${WRKSRC}/mkspecs -# ${REINPLACE_CMD} -e 's|^TARGET.*|TARGET=xmlpatterns|g' \ -# ${BUILD_WRKSRC}/xmlpatterns.pro - ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake - -.include <bsd.port.mk> diff --git a/textproc/qt4-xmlpatterns-tool/pkg-plist b/textproc/qt4-xmlpatterns-tool/pkg-plist deleted file mode 100644 index 8244cf85c0f9..000000000000 --- a/textproc/qt4-xmlpatterns-tool/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%QT_BINDIR%%/xmlpatterns -%%DEBUG%%%%QT_BINDIR%%/xmlpatterns.debug diff --git a/textproc/qt4-xmlpatterns/Makefile b/textproc/qt4-xmlpatterns/Makefile deleted file mode 100644 index ab99e37c4fa8..000000000000 --- a/textproc/qt4-xmlpatterns/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Created by: danny@ricin.com -# $FreeBSD$ - -PORTNAME= xmlpatterns -DISTVERSION= ${QT4_VERSION} -PORTREVISION= 2 -CATEGORIES= textproc -PKGNAMEPREFIX= qt4- - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt support for XPath, XQuery, XSLT and XML Schema - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake:no_env qt-dist:4 -USE_QT= moc_build rcc_build corelib network - -HAS_CONFIGURE= yes -USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} - -ALL_TARGET= first -CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \ - PATH=${WRKSRC}/bin:$$PATH - -DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \ - src/activeqt src/dbus src/gui src/multimedia src/opengl \ - src/openvg src/phonon src/qt3support src/s60installs \ - src/s60main src/script src/scripttools src/sql src/svg \ - src/testlib src/tools src/winmain src/3rdparty/clucene \ - src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \ - src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/phonon \ - src/3rdparty/webkit -.for dne in ${DO_NOT_EXTRACT} -EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' -.endfor - -BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -pre-configure: - ${MKDIR} ${WRKSRC}/mkspecs - ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake - ${LN} -sf ${MOC} ${WRKSRC}/bin/moc - ${LN} -sf ${RCC} ${WRKSRC}/bin/rcc - -post-configure: - ${REINPLACE_CMD} \ - -e 's|${PREFIX}/${QT_LIBDIR_REL}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' \ - -e 's|-fno-exceptions ||g' \ - ${BUILD_WRKSRC}/Makefile - ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ - -E -e 's|(.*location=).*moc|\1${PREFIX}/${QT_BINDIR_REL}/${MOC:T}|g' \ - ${WRKSRC}/lib/pkgconfig/QtXmlPatterns.pc - -.include <bsd.port.mk> diff --git a/textproc/qt4-xmlpatterns/pkg-plist b/textproc/qt4-xmlpatterns/pkg-plist deleted file mode 100644 index ff98540b75df..000000000000 --- a/textproc/qt4-xmlpatterns/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -%%QT_INCDIR%%/Qt/QtXmlPatterns -%%QT_INCDIR%%/Qt/qabstractmessagehandler.h -%%QT_INCDIR%%/Qt/qabstracturiresolver.h -%%QT_INCDIR%%/Qt/qabstractxmlnodemodel.h -%%QT_INCDIR%%/Qt/qabstractxmlreceiver.h -%%QT_INCDIR%%/Qt/qsimplexmlnodemodel.h -%%QT_INCDIR%%/Qt/qsourcelocation.h -%%QT_INCDIR%%/Qt/qxmlformatter.h -%%QT_INCDIR%%/Qt/qxmlname.h -%%QT_INCDIR%%/Qt/qxmlnamepool.h -%%QT_INCDIR%%/Qt/qxmlquery.h -%%QT_INCDIR%%/Qt/qxmlresultitems.h -%%QT_INCDIR%%/Qt/qxmlschema.h -%%QT_INCDIR%%/Qt/qxmlschemavalidator.h -%%QT_INCDIR%%/Qt/qxmlserializer.h -%%QT_INCDIR%%/QtXmlPatterns/QAbstractMessageHandler -%%QT_INCDIR%%/QtXmlPatterns/QAbstractUriResolver -%%QT_INCDIR%%/QtXmlPatterns/QAbstractXmlNodeModel -%%QT_INCDIR%%/QtXmlPatterns/QAbstractXmlReceiver -%%QT_INCDIR%%/QtXmlPatterns/QSimpleXmlNodeModel -%%QT_INCDIR%%/QtXmlPatterns/QSourceLocation -%%QT_INCDIR%%/QtXmlPatterns/QXmlFormatter -%%QT_INCDIR%%/QtXmlPatterns/QXmlItem -%%QT_INCDIR%%/QtXmlPatterns/QXmlName -%%QT_INCDIR%%/QtXmlPatterns/QXmlNamePool -%%QT_INCDIR%%/QtXmlPatterns/QXmlNodeModelIndex -%%QT_INCDIR%%/QtXmlPatterns/QXmlQuery -%%QT_INCDIR%%/QtXmlPatterns/QXmlResultItems -%%QT_INCDIR%%/QtXmlPatterns/QXmlSchema -%%QT_INCDIR%%/QtXmlPatterns/QXmlSchemaValidator -%%QT_INCDIR%%/QtXmlPatterns/QXmlSerializer -%%QT_INCDIR%%/QtXmlPatterns/QtXmlPatterns -%%QT_INCDIR%%/QtXmlPatterns/qabstractmessagehandler.h -%%QT_INCDIR%%/QtXmlPatterns/qabstracturiresolver.h -%%QT_INCDIR%%/QtXmlPatterns/qabstractxmlnodemodel.h -%%QT_INCDIR%%/QtXmlPatterns/qabstractxmlreceiver.h -%%QT_INCDIR%%/QtXmlPatterns/qsimplexmlnodemodel.h -%%QT_INCDIR%%/QtXmlPatterns/qsourcelocation.h -%%QT_INCDIR%%/QtXmlPatterns/qxmlformatter.h -%%QT_INCDIR%%/QtXmlPatterns/qxmlname.h -%%QT_INCDIR%%/QtXmlPatterns/qxmlnamepool.h -%%QT_INCDIR%%/QtXmlPatterns/qxmlquery.h -%%QT_INCDIR%%/QtXmlPatterns/qxmlresultitems.h -%%QT_INCDIR%%/QtXmlPatterns/qxmlschema.h -%%QT_INCDIR%%/QtXmlPatterns/qxmlschemavalidator.h -%%QT_INCDIR%%/QtXmlPatterns/qxmlserializer.h -%%QT_LIBDIR%%/libQtXmlPatterns.prl -%%QT_LIBDIR%%/libQtXmlPatterns.so -%%QT_LIBDIR%%/libQtXmlPatterns.so.4 -%%QT_LIBDIR%%/libQtXmlPatterns.so.%%SHORTVER%% -%%QT_LIBDIR%%/libQtXmlPatterns.so.%%FULLVER%% -%%DEBUG%%%%QT_LIBDIR%%/libQtXmlPatterns.so.%%FULLVER%%.debug -libdata/pkgconfig/QtXmlPatterns.pc diff --git a/textproc/scim-bridge-qt4/Makefile b/textproc/scim-bridge-qt4/Makefile deleted file mode 100644 index 2cba6022920d..000000000000 --- a/textproc/scim-bridge-qt4/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Henry Hu <henry.hu.sh@gmail.com> -# $FreeBSD$ - -PORTNAME= scim-bridge -PORTVERSION= 0.4.16 -PORTREVISION= 2 -CATEGORIES= textproc -MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} -PKGNAMESUFFIX= -qt4 - -MAINTAINER= ashish@FreeBSD.org -COMMENT= Qt4 client for Scim-bridge - -LICENSE= GPLv2 LGPL21 -LICENSE_COMB= dual - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -LICENSE_FILE_GPLv2= ${WRKSRC}/doc/LICENSE.GPL -LICENSE_FILE_LGPL21= ${WRKSRC}/doc/LICENSE.LGPL - -RUN_DEPENDS= scim-bridge:textproc/scim-bridge - -USE_QT= corelib gui moc_build -USES= gettext gmake libtool pkgconfig qmake:no_env qt:4 -GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ -CXXFLAGS+= ${CPPFLAGS} - -CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} \ - --disable-agent \ - --disable-gtk2-immodule \ - --disable-qt3-immodule \ - --enable-qt4-immodule - -post-patch: - @${GREP} -lR "<malloc\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<malloc\.h>|<stdlib.h>|g' - @${GREP} -lR "<alloca\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<alloca\.h>|<stdlib.h>|g' - @${REINPLACE_CMD} -e '/^MOC/s|=.*|=${MOC}|' \ - -e '/^moduledir/s|=.*|=${PREFIX}/lib/qt4/plugins/inputmethods|' \ - ${WRKSRC}/client-qt/qt4/Makefile.in - -.include <bsd.port.mk> diff --git a/textproc/scim-bridge-qt4/distinfo b/textproc/scim-bridge-qt4/distinfo deleted file mode 100644 index 5594672d2859..000000000000 --- a/textproc/scim-bridge-qt4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (scim-bridge-0.4.16.tar.gz) = 50d9da4a2842ab31cd3b27b1baacb14c458614bdb35855c6ecd09ab855ac702c -SIZE (scim-bridge-0.4.16.tar.gz) = 508870 diff --git a/textproc/scim-bridge-qt4/files/patch-agent_scim-bridge-agent-accept-listener.cpp b/textproc/scim-bridge-qt4/files/patch-agent_scim-bridge-agent-accept-listener.cpp deleted file mode 100644 index fddd2d79f7ce..000000000000 --- a/textproc/scim-bridge-qt4/files/patch-agent_scim-bridge-agent-accept-listener.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- agent/scim-bridge-agent-accept-listener.cpp.orig -+++ agent/scim-bridge-agent-accept-listener.cpp -@@ -106,12 +106,12 @@ - struct sockaddr_un socket_addr; - memset (&socket_addr, 0, sizeof (struct sockaddr_un)); - socket_addr.sun_family = AF_UNIX; -- strcpy (socket_addr.sun_path, socket_path); -+ strncpy (socket_addr.sun_path, socket_path, 104); /* 104 is the maximum length of sun_path in FreeBSD */ - - const int MAX_TRIAL = 5; - for (int i = 0; i < MAX_TRIAL; ++i) { - scim_bridge_pdebugln (8, "Pinging for the another agent process..."); -- if (connect (socket_fd, (struct sockaddr*)&socket_addr, sizeof (socket_addr.sun_family) + strlen (socket_addr.sun_path))) { -+ if (connect (socket_fd, (struct sockaddr*)&socket_addr, SUN_LEN(&socket_addr))) { - if (i == MAX_TRIAL - 1) { - scim_bridge_pdebugln (6, "It seems like there is no other agent for the old socket."); - break; -@@ -163,7 +163,7 @@ - return RETVAL_FAILED; - } - -- if (bind (socket_fd, (struct sockaddr*)&socket_addr, strlen (socket_addr.sun_path) + sizeof (socket_addr.sun_family)) != 0) { -+ if (bind (socket_fd, (struct sockaddr*)&socket_addr, SUN_LEN(&socket_addr)) != 0) { - scim_bridge_perrorln ("Cannot bind the socket: %s", strerror (errno)); - close (socket_fd); - socket_fd = -1; diff --git a/textproc/scim-bridge-qt4/files/patch-client-qt_qt4_Makefile.in b/textproc/scim-bridge-qt4/files/patch-client-qt_qt4_Makefile.in deleted file mode 100644 index 293c0745cd88..000000000000 --- a/textproc/scim-bridge-qt4/files/patch-client-qt_qt4_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- client-qt/qt4/Makefile.in.orig -+++ client-qt/qt4/Makefile.in -@@ -243,7 +243,7 @@ - @SCIM_BRIDGE_BUILD_QT4_IMMODULE_TRUE@ -I$(top_srcdir)/client-common - - @SCIM_BRIDGE_BUILD_QT4_IMMODULE_TRUE@noinst_HEADERS = ../scim-bridge-client-qt.h ../scim-bridge-client-imcontext-qt.h ../scim-bridge-client-key-event-utility-qt.h ../scim-bridge-client-common-qt.h --@SCIM_BRIDGE_BUILD_QT4_IMMODULE_TRUE@moduledir = @QT4_PREFIX@/plugins/inputmethods -+@SCIM_BRIDGE_BUILD_QT4_IMMODULE_TRUE@moduledir = @QT4_PREFIX@/lib/qt4/plugins/inputmethods - @SCIM_BRIDGE_BUILD_QT4_IMMODULE_TRUE@module_LTLIBRARIES = im-scim-bridge.la - @SCIM_BRIDGE_BUILD_QT4_IMMODULE_TRUE@im_scim_bridge_la_SOURCES = ../im-scim-bridge-qt.cpp \ - @SCIM_BRIDGE_BUILD_QT4_IMMODULE_TRUE@ ../scim-bridge-client-qt.cpp \ diff --git a/textproc/scim-bridge-qt4/files/patch-configure b/textproc/scim-bridge-qt4/files/patch-configure deleted file mode 100644 index 1de4cefacfd6..000000000000 --- a/textproc/scim-bridge-qt4/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig -+++ configure -@@ -24584,6 +24584,8 @@ - enable_gtk2_immodule="yes"; - fi - -+enable_gtk2_immodule="no"; -+ - # Check if we should build scim-bridge-qt-immodule - - pkg_failed=no -@@ -24661,6 +24663,7 @@ - enable_qt3_immodule="yes"; - fi - -+enable_qt3_immodule="no"; - - pkg_failed=no - { $as_echo "$as_me:$LINENO: checking for QT4" >&5 diff --git a/textproc/scim-bridge-qt4/pkg-descr b/textproc/scim-bridge-qt4/pkg-descr deleted file mode 100644 index 5d71cc579730..000000000000 --- a/textproc/scim-bridge-qt4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Scim-bridge is wrapper library for SCIM, written in C. Scim-bridge -is separated in two parts, the agent and the clients. The agent is -the IME server which communicates with SCIM. The clients are IMModules -which communicate only with the agent so that there is no binary -dependency between the clients and SCIM. - -WWW: http://www.scim-im.org/projects/scim_bridge/ diff --git a/textproc/scim-bridge-qt4/pkg-plist b/textproc/scim-bridge-qt4/pkg-plist deleted file mode 100644 index 6ab1ca28f9f3..000000000000 --- a/textproc/scim-bridge-qt4/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/qt4/plugins/inputmethods/im-scim-bridge.a -lib/qt4/plugins/inputmethods/im-scim-bridge.so diff --git a/textproc/uim-qt4/Makefile b/textproc/uim-qt4/Makefile deleted file mode 100644 index 17070e798fb5..000000000000 --- a/textproc/uim-qt4/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Yamashiro Jun <yamajun@ofug.net> -# $FreeBSD$ - -PKGNAMESUFFIX= -qt4 - -COMMENT= Qt4 modules of uim input method - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -LIB_DEPENDS= libuim.so:textproc/uim - -USE_QT= gui corelib qmake_build moc_build network qt3support \ - sql uic xml -USES= iconv libtool qt:4 - -MASTERDIR= ${.CURDIR}/../../textproc/uim -PKGDIR= ${.CURDIR} -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-qt4 --with-qt4-immodule -CONFIGURE_ENV= DATADIRNAME="share" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include -UIM_SLAVE= yes - -.if defined(WITHOUT_X11) -IGNORE= cannot be built without X11. Please, unset WITHOUT_X11 -.endif - -do-build: - (cd ${WRKSRC}/uim && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} libuim-x-util.la libuim-counted-init.la) - (cd ${WRKSRC}/replace && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) - (cd ${WRKSRC}/qt4 && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) - -do-install: - (cd ${WRKSRC}/qt4 && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} DESTDIR=${STAGEDIR} install) - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/uim-qt4/pkg-descr b/textproc/uim-qt4/pkg-descr deleted file mode 100644 index 90301eb6b7a2..000000000000 --- a/textproc/uim-qt4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Qt4 IM modules of uim input method. - -WWW: https://github.com/uim/uim diff --git a/textproc/uim-qt4/pkg-plist b/textproc/uim-qt4/pkg-plist deleted file mode 100644 index 29f6059d4017..000000000000 --- a/textproc/uim-qt4/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/uim-chardict-qt4 -bin/uim-im-switcher-qt4 -bin/uim-pref-qt4 -bin/uim-toolbar-qt4 -lib/qt4/plugins/inputmethods/libuiminputcontextplugin.so -libexec/uim-candwin-qt4 -%%DATADIR%%/helperdata/bushu.t diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile deleted file mode 100644 index 6dbdd3cebf06..000000000000 --- a/textproc/xxdiff/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Pete Fritchman <petef@databits.net> -# $FreeBSD$ - -PORTNAME= xxdiff -PORTVERSION= 4.0.1 -CATEGORIES= textproc -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical file and directories comparator and merge tool - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= bison gmake qt:4 tar:bz2 -USE_QT= gui moc_build qmake_build uic_build - -BUILD_WRKSRC= ${WRKSRC}/src - -PLIST_FILES= bin/xxdiff -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -pre-build: - @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} QMAKE=${QMAKE} \ - ${MAKE_CMD} -f Makefile.bootstrap ${MAKE_ARGS} Makefile) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/xxdiff ${STAGEDIR}${PREFIX}/bin - -do-install-DOCS-on: - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "${PORTDOCS} ! -name Makefile" \ - ${STAGEDIR}/${DOCSDIR} - -.include <bsd.port.mk> diff --git a/textproc/xxdiff/distinfo b/textproc/xxdiff/distinfo deleted file mode 100644 index 7902564be209..000000000000 --- a/textproc/xxdiff/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1463407091 -SHA256 (xxdiff-4.0.1.tar.bz2) = bf58ddda9d7a887f4f5cae20070ed5f2e0d65f575af20860738c6e2742c3a000 -SIZE (xxdiff-4.0.1.tar.bz2) = 1981869 diff --git a/textproc/xxdiff/pkg-descr b/textproc/xxdiff/pkg-descr deleted file mode 100644 index 612c5c1b6376..000000000000 --- a/textproc/xxdiff/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -xxdiff is a graphical tool for viewing the differences between two or three -files, or between two directories, and can produce a merged version thereof. - -Some of its features: - - - Comparing two files, three files, or two directories (shallow and - recursive) - - Horizontal diffs highlighting - - Files can be merged interactively and resulting output visualized - and saved - - Has features to assist in performing merge reviews/policing - - Can unmerge CVS conflicts in automatically merged file and display - them as two files, to help resolve conflicts - - Uses external diff program to compute differences: works with GNU - diff, SGI diff and ClearCase's cleardiff, and any other diff whose - output is similar to those - - Fully customizable with a resource file - - Look-and-feel similar to Rudy Wortel's/SGI xdiff; it is desktop - agnostic (i.e. will work equally well with KDE or GNOME) - - Features and output that ease integration with scripts - -WWW: http://furius.ca/xxdiff/ |