summaryrefslogtreecommitdiff
path: root/editors/textroom
diff options
context:
space:
mode:
Diffstat (limited to 'editors/textroom')
-rw-r--r--editors/textroom/Makefile38
-rw-r--r--editors/textroom/distinfo2
-rw-r--r--editors/textroom/files/patch-application_application.pro83
-rw-r--r--editors/textroom/files/patch-library_sxfile_getusername.cpp10
-rw-r--r--editors/textroom/pkg-descr7
-rw-r--r--editors/textroom/pkg-plist9
6 files changed, 0 insertions, 149 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile
deleted file mode 100644
index e50c93c627ca..000000000000
--- a/editors/textroom/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: admin@mjbrune.org
-# $FreeBSD$
-
-PORTNAME= textroom
-PORTVERSION= 0.8.2
-PORTREVISION= 14
-CATEGORIES= editors
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Full screen text editor
-
-LICENSE= GPLv3
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-LIB_DEPENDS= libcurl.so:ftp/curl \
- libhunspell-1.7.so:textproc/hunspell \
- libxml++-2.6.so:textproc/libxml++26
-
-USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:4
-USE_CXXSTD= c++11
-USE_GL= gl
-USE_SDL= mixer
-USE_QT= moc_build rcc_build uic_build \
- corelib gui opengl qt3support svg xml
-
-post-patch:
-.for i in getaword.cpp optionsdialog.cpp textroom.cpp
- @${REINPLACE_CMD} -e \
- 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/application/src/${i}
-.endfor
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/textroom
-
-.include <bsd.port.mk>
diff --git a/editors/textroom/distinfo b/editors/textroom/distinfo
deleted file mode 100644
index d6991e2c3775..000000000000
--- a/editors/textroom/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (textroom-0.8.2.tar.gz) = f051523c9d5c57bb986f42eb9026c842e7946cec5c865ca62524a4a1379327b2
-SIZE (textroom-0.8.2.tar.gz) = 5906777
diff --git a/editors/textroom/files/patch-application_application.pro b/editors/textroom/files/patch-application_application.pro
deleted file mode 100644
index b65dc11820fa..000000000000
--- a/editors/textroom/files/patch-application_application.pro
+++ /dev/null
@@ -1,83 +0,0 @@
---- application/application.pro.orig 2011-01-22 03:25:20.000000000 +0100
-+++ application/application.pro 2011-02-10 21:37:18.000000000 +0100
-@@ -4,20 +4,16 @@
- src \
- ui
-
--linux-g++ {
-+unix {
- INCLUDEPATH += . \
- src \
-- src/include \
-- /usr/include \
-- /usr/include/hunspell \
-- /usr/include/libxml++-2.6 \
-- /usr/include/glibmm-2.4 \
-- /usr/lib/glibmm-2.4/include \
-- /usr/include/glib-2.0 \
-- /usr/lib/glib-2.0/include \
-- /usr/lib/libxml++-2.6/include \
-- /usr/include/SDL
--
-+ src/include
-+ PKGCONFIG += \
-+ glib-2.0 \
-+ hunspell \
-+ libcurl \
-+ libxml++-2.6 \
-+ SDL_mixer
- }
-
- macx {
-@@ -85,40 +81,33 @@
- src/asciireporter.cpp
- RESOURCES += resource/textroom.qrc \
- resource/images/icons-app.qrc
--linux-g++ {
-+unix {
- CONFIG += release \
-+ link_pkgconfig \
- build_all
- INSTALLS += data \
- dict \
- target \
- desktop \
-- uninstaller \
- mime \
- words \
- icon
-- LIBS = -lSDL_mixer \
-- -lSDL \
-- -lhunspell \
-- -lglibmm-2.4 \
-- -lcurl \
-- -lxml++-2.6 \
-+ LIBS = \
- $$TOPDIR/lib/libflo.a
-- data.path = /usr/share/sounds
-+ data.path = $$PREFIX/share/sounds
- data.files = resource/sounds/*
-- target.path = /usr/bin
-- words.path = /usr/share/textroom
-+ target.path = $$PREFIX/bin
-+ words.path = $$PREFIX/share/textroom
- words.files = resource/words.txt
-- desktop.path = /usr/share/applications
-+ desktop.path = $$PREFIX/share/applications
- desktop.files = resource/desktop/textroom.desktop
-- doc-icon.path = /usr/share/textroom
-+ doc-icon.path = $$PREFIX/share/textroom
- doc-icon.files = resource/images/textroom-doc.png
-- mime.path = /usr/share/textroom
-+ mime.path = $$PREFIX/share/textroom
- mime.files = resource/desktop/textroom-txr-mime.xml
-- uninstaller.path = /usr/bin
-- uninstaller.files = resource/desktop/textroom-uninstall
-- dict.path = /usr/share/hunspell
-+ dict.path = $$PREFIX/share/hunspell
- dict.files = resource/dict/*
-- icon.path = /usr/share/pixmaps
-+ icon.path = $$PREFIX/share/pixmaps
- icon.files = resource/images/textroom.png
- }
-
diff --git a/editors/textroom/files/patch-library_sxfile_getusername.cpp b/editors/textroom/files/patch-library_sxfile_getusername.cpp
deleted file mode 100644
index 39a929f453e4..000000000000
--- a/editors/textroom/files/patch-library_sxfile_getusername.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- library/sxfile/getusername.cpp.orig 2011-01-15 18:50:03.000000000 +0000
-+++ library/sxfile/getusername.cpp
-@@ -16,6 +16,7 @@
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-+#include <unistd.h>
- #include "getusername.h"
-
- #ifdef Q_OS_UNIX
diff --git a/editors/textroom/pkg-descr b/editors/textroom/pkg-descr
deleted file mode 100644
index a1555e8a1458..000000000000
--- a/editors/textroom/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-TextRoom and all other similar editors share one goal: to get you
-writing right away by providing distraction free environment to
-your liking, as well as familiar set of keyboard shortcuts to control
-its behavior. If you don't feel comfortable already with your editor
-of choice, you may find it useful.
-
-WWW: http://code.google.com/p/textroom/
diff --git a/editors/textroom/pkg-plist b/editors/textroom/pkg-plist
deleted file mode 100644
index dceedcb897a6..000000000000
--- a/editors/textroom/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/textroom
-share/applications/textroom.desktop
-share/hunspell/tr.aff
-share/hunspell/tr.dic
-share/pixmaps/textroom.png
-share/sounds/keyany.wav
-share/sounds/keyenter.wav
-%%DATADIR%%/textroom-txr-mime.xml
-%%DATADIR%%/words.txt