summaryrefslogtreecommitdiff
path: root/textproc/stardict3
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/stardict3')
-rw-r--r--textproc/stardict3/Makefile55
-rw-r--r--textproc/stardict3/distinfo3
-rw-r--r--textproc/stardict3/files/patch-src::conf.cpp11
-rw-r--r--textproc/stardict3/files/patch-src::docklet.h11
-rw-r--r--textproc/stardict3/files/patch-src::mainwin.h11
-rw-r--r--textproc/stardict3/files/patch-src::stardict-application-server.cpp8
-rw-r--r--textproc/stardict3/pkg-descr5
-rw-r--r--textproc/stardict3/pkg-message9
-rw-r--r--textproc/stardict3/pkg-plist95
9 files changed, 0 insertions, 208 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile
deleted file mode 100644
index 2d5f0174ce0a..000000000000
--- a/textproc/stardict3/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# Ports collection makefile for: stardict2
-# Date created: 13 April 2003
-# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= stardict
-PORTVERSION= 2.4.8
-PORTREVISION= 4
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DIST_SUBDIR= stardict
-
-MAINTAINER= delphij@FreeBSD.org
-COMMENT= A cross-platform and international dictionary written in Gtk2
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-USE_GMAKE= yes
-USE_GCC= 3.4
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix
-USE_GETTEXT= yes
-
-OPTIONS= GNOMEUI "GNOME support" On
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_GNOMEUI)
-USE_GNOME+= libgnomeui
-GCONF_SCHEMAS= stardict.schemas
-INSTALLS_OMF= yes
-PLIST_SUB= GNOME=""
-.else
-USE_GNOME+= gtk20
-CONFIGURE_ARGS+=--disable-gnome-support --disable-schemas-install
-PLIST_SUB= GNOME="@comment not installed: "
-.endif
-
-MAN1= stardict.1
-
-post-patch:
-# gcc 2.95 does not know std::string::clear()
- @${REINPLACE_CMD} -e 's|.clear()|.erase()|' \
- ${WRKSRC}/src/docklet.cpp ${WRKSRC}/src/floatwin.cpp \
- ${WRKSRC}/src/selection.cpp
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/textproc/stardict3/distinfo b/textproc/stardict3/distinfo
deleted file mode 100644
index 9f8f34c059b1..000000000000
--- a/textproc/stardict3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (stardict/stardict-2.4.8.tar.bz2) = 2f743d809737ca157bad71791c45ce63
-SHA256 (stardict/stardict-2.4.8.tar.bz2) = 160dd1dfe46ae0b9d44f9059a40eee71ff389be498aa4478355ff4640969680f
-SIZE (stardict/stardict-2.4.8.tar.bz2) = 1235020
diff --git a/textproc/stardict3/files/patch-src::conf.cpp b/textproc/stardict3/files/patch-src::conf.cpp
deleted file mode 100644
index 1c6dd3846df6..000000000000
--- a/textproc/stardict3/files/patch-src::conf.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/conf.cpp.orig Mon Jul 10 05:23:39 2006
-+++ src/conf.cpp Mon Jul 10 05:24:36 2006
-@@ -93,7 +93,7 @@
- #ifdef _WIN32
- add_entry("/apps/stardict/preferences/dictionary/tts_path", std::string("C:\\Program Files\\WyabdcRealPeopleTTS\nC:\\Program Files\\OtdRealPeopleTTS\nWyabdcRealPeopleTTS\nOtdRealPeopleTTS"));
- #else
-- add_entry("/apps/stardict/preferences/dictionary/tts_path", std::string("/usr/share/WyabdcRealPeopleTTS\n/usr/share/OtdRealPeopleTTS"));
-+ add_entry("/apps/stardict/preferences/dictionary/tts_path", std::string("/usr/local/share/WyabdcRealPeopleTTS\n/usr/local/share/OtdRealPeopleTTS"));
- #endif
- add_entry("/apps/stardict/preferences/dictionary/history", get_default_history_filename());
- add_entry("/apps/stardict/preferences/dictionary/only_export_word", true);
diff --git a/textproc/stardict3/files/patch-src::docklet.h b/textproc/stardict3/files/patch-src::docklet.h
deleted file mode 100644
index b2f7c9634b1b..000000000000
--- a/textproc/stardict3/files/patch-src::docklet.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/docklet.h.orig Tue Sep 23 18:19:44 2003
-+++ src/docklet.h Tue Jan 18 02:20:01 2005
-@@ -7,7 +7,7 @@
- enum DockLetIconType {
- DOCKLET_NORMAL_ICON,
- DOCKLET_SCAN_ICON,
-- DOCKLET_STOP_ICON,
-+ DOCKLET_STOP_ICON
- };
-
- class DockLet{
diff --git a/textproc/stardict3/files/patch-src::mainwin.h b/textproc/stardict3/files/patch-src::mainwin.h
deleted file mode 100644
index 6f2d4d6a21ea..000000000000
--- a/textproc/stardict3/files/patch-src::mainwin.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mainwin.h.orig Tue Sep 23 18:19:44 2003
-+++ src/mainwin.h Tue Jan 18 02:23:04 2005
-@@ -22,7 +22,7 @@
- TEXT_WIN_PATTERN_NOT_FOUND,
- TEXT_WIN_TIPS, // when the word entry is empty,it will show tip
- TEXT_WIN_INFO,
-- TEXT_WIN_TREEDICT,
-+ TEXT_WIN_TREEDICT
- };
-
- enum ListWinListWordType
diff --git a/textproc/stardict3/files/patch-src::stardict-application-server.cpp b/textproc/stardict3/files/patch-src::stardict-application-server.cpp
deleted file mode 100644
index 38f2b4416b05..000000000000
--- a/textproc/stardict3/files/patch-src::stardict-application-server.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
---- src/stardict-application-server.cpp.orig Tue Sep 23 18:19:48 2003
-+++ src/stardict-application-server.cpp Tue Jan 18 02:25:54 2005
-@@ -117,4 +117,4 @@
- StardictApplicationServer,
- GNOME_Stardict_Application,
- BONOBO_TYPE_OBJECT,
-- stardict_application_server);
-+ stardict_application_server)
diff --git a/textproc/stardict3/pkg-descr b/textproc/stardict3/pkg-descr
deleted file mode 100644
index ec73b921057d..000000000000
--- a/textproc/stardict3/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-StarDict is a Cross-Platform and international dictionary written in Gtk2.
-It has powerful features such as "Glob-style pattern matching," "Scan
-selection word," "Fuzzy query," etc.
-
-WWW: http://stardict.sourceforge.net/
diff --git a/textproc/stardict3/pkg-message b/textproc/stardict3/pkg-message
deleted file mode 100644
index ef455877c6d2..000000000000
--- a/textproc/stardict3/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-Now it's time to install some dictionary files:
-
- chinese/stardict2-dict-zh_CN Simplified Chinese - English
- chinese/stardict2-dict-zh_TW Traditional Chinese - English
- japanese/stardict2-dict-ja Japanese - English
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
diff --git a/textproc/stardict3/pkg-plist b/textproc/stardict3/pkg-plist
deleted file mode 100644
index 85342966e0fc..000000000000
--- a/textproc/stardict3/pkg-plist
+++ /dev/null
@@ -1,95 +0,0 @@
-bin/stardict
-%%GNOME%%libdata/bonobo/servers/GNOME_Stardict.server
-share/applications/stardict.desktop
-%%GNOME%%share/gnome/help/stardict/C/figures/stardict_float_window.png
-%%GNOME%%share/gnome/help/stardict/C/figures/stardict_main_window.png
-%%GNOME%%share/gnome/help/stardict/C/figures/stardict_notification_area.png
-%%GNOME%%share/gnome/help/stardict/C/legal.xml
-%%GNOME%%share/gnome/help/stardict/C/stardict.xml
-%%GNOME%%share/gnome/help/stardict/mk/figures/stardict_float_window.png
-%%GNOME%%share/gnome/help/stardict/mk/figures/stardict_main_window.png
-%%GNOME%%share/gnome/help/stardict/mk/figures/stardict_notification_area.png
-%%GNOME%%share/gnome/help/stardict/mk/legal.xml
-%%GNOME%%share/gnome/help/stardict/mk/stardict.xml
-%%GNOME%%share/gnome/help/stardict/nl/figures/stardict_float_window.png
-%%GNOME%%share/gnome/help/stardict/nl/figures/stardict_main_window.png
-%%GNOME%%share/gnome/help/stardict/nl/figures/stardict_notification_area.png
-%%GNOME%%share/gnome/help/stardict/nl/legal.xml
-%%GNOME%%share/gnome/help/stardict/nl/stardict.xml
-%%GNOME%%share/gnome/help/stardict/ru/figures/stardict_float_window.png
-%%GNOME%%share/gnome/help/stardict/ru/figures/stardict_main_window.png
-%%GNOME%%share/gnome/help/stardict/ru/figures/stardict_notification_area.png
-%%GNOME%%share/gnome/help/stardict/ru/legal.xml
-%%GNOME%%share/gnome/help/stardict/ru/stardict.xml
-%%GNOME%%share/gnome/help/stardict/uk/figures/stardict_float_window.png
-%%GNOME%%share/gnome/help/stardict/uk/figures/stardict_main_window.png
-%%GNOME%%share/gnome/help/stardict/uk/figures/stardict_notification_area.png
-%%GNOME%%share/gnome/help/stardict/uk/legal.xml
-%%GNOME%%share/gnome/help/stardict/uk/stardict.xml
-%%GNOME%%share/gnome/help/stardict/zh_CN/figures/stardict_float_window.png
-%%GNOME%%share/gnome/help/stardict/zh_CN/figures/stardict_main_window.png
-%%GNOME%%share/gnome/help/stardict/zh_CN/figures/stardict_notification_area.png
-%%GNOME%%share/gnome/help/stardict/zh_CN/legal.xml
-%%GNOME%%share/gnome/help/stardict/zh_CN/stardict.xml
-%%GNOME%%share/gnome/help/stardict/zh_TW/figures/stardict_float_window.png
-%%GNOME%%share/gnome/help/stardict/zh_TW/figures/stardict_main_window.png
-%%GNOME%%share/gnome/help/stardict/zh_TW/figures/stardict_notification_area.png
-%%GNOME%%share/gnome/help/stardict/zh_TW/legal.xml
-%%GNOME%%share/gnome/help/stardict/zh_TW/stardict.xml
-%%GNOME%%share/idl/GNOME_Stardict.idl
-%%GNOME%%share/omf/stardict/stardict-C.omf
-%%GNOME%%share/omf/stardict/stardict-mk.omf
-%%GNOME%%share/omf/stardict/stardict-nl.omf
-%%GNOME%%share/omf/stardict/stardict-ru.omf
-%%GNOME%%share/omf/stardict/stardict-uk.omf
-%%GNOME%%share/omf/stardict/stardict-zh_CN.omf
-%%GNOME%%share/omf/stardict/stardict-zh_TW.omf
-share/pixmaps/stardict.png
-share/stardict/pixmaps/docklet_normal.png
-share/stardict/pixmaps/docklet_scan.png
-share/stardict/pixmaps/docklet_stop.png
-share/stardict/pixmaps/index_appendix.png
-share/stardict/pixmaps/index_dictlist.png
-share/stardict/pixmaps/index_wazard.png
-share/stardict/pixmaps/splash.png
-share/stardict/sounds/buttonactive.wav
-share/stardict/sounds/menushow.wav
-share/locale/cs/LC_MESSAGES/stardict.mo
-share/locale/de/LC_MESSAGES/stardict.mo
-share/locale/el/LC_MESSAGES/stardict.mo
-share/locale/fr/LC_MESSAGES/stardict.mo
-share/locale/hr/LC_MESSAGES/stardict.mo
-share/locale/hu/LC_MESSAGES/stardict.mo
-share/locale/ku/LC_MESSAGES/stardict.mo
-share/locale/mk/LC_MESSAGES/stardict.mo
-share/locale/nl/LC_MESSAGES/stardict.mo
-share/locale/pt_BR/LC_MESSAGES/stardict.mo
-share/locale/ru/LC_MESSAGES/stardict.mo
-share/locale/sk/LC_MESSAGES/stardict.mo
-share/locale/tt/LC_MESSAGES/stardict.mo
-share/locale/uk/LC_MESSAGES/stardict.mo
-share/locale/vi/LC_MESSAGES/stardict.mo
-share/locale/zh_CN/LC_MESSAGES/stardict.mo
-share/locale/zh_TW/LC_MESSAGES/stardict.mo
-@dirrmtry share/locale/tt/LC_MESSAGES
-@dirrmtry share/locale/tt
-@dirrm share/stardict/sounds
-@dirrm share/stardict/pixmaps
-@dirrmtry share/stardict
-%%GNOME%%@dirrm share/omf/stardict
-%%GNOME%%@dirrm share/gnome/help/stardict/zh_TW/figures
-%%GNOME%%@dirrm share/gnome/help/stardict/zh_TW
-%%GNOME%%@dirrm share/gnome/help/stardict/zh_CN/figures
-%%GNOME%%@dirrm share/gnome/help/stardict/zh_CN
-%%GNOME%%@dirrm share/gnome/help/stardict/uk/figures
-%%GNOME%%@dirrm share/gnome/help/stardict/uk
-%%GNOME%%@dirrm share/gnome/help/stardict/ru/figures
-%%GNOME%%@dirrm share/gnome/help/stardict/ru
-%%GNOME%%@dirrm share/gnome/help/stardict/nl/figures
-%%GNOME%%@dirrm share/gnome/help/stardict/nl
-%%GNOME%%@dirrm share/gnome/help/stardict/mk/figures
-%%GNOME%%@dirrm share/gnome/help/stardict/mk
-%%GNOME%%@dirrm share/gnome/help/stardict/C/figures
-%%GNOME%%@dirrm share/gnome/help/stardict/C
-%%GNOME%%@dirrm share/gnome/help/stardict
-@dirrmtry share/applications