diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 14:24:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 14:24:06 +0800 |
commit | 1053695e916acf1fd4a05421ae1c1f34aa66f712 (patch) | |
tree | fe086ebc62857ee7f1ffff7e08ecaba2ed2ee1b3 | |
parent | 3f8c473619d0be6d7cfb769c04e056ce5d31721c (diff) | |
download | marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.gz marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.bz2 marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.lz marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.xz marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.zst marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9555 df743ca5-7f9a-e211-a948-0013205c9059
40 files changed, 1716 insertions, 2 deletions
diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile new file mode 100644 index 000000000..bd4bcb009 --- /dev/null +++ b/net-im/vqcc-gtk/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: vqcc-gtk +# Date created: 07 Sep 2004 +# Whom: Saulius Menkevicius <bob@nulis.lt> +# +# $FreeBSD$ +# + +PORTNAME= vqcc-gtk +PORTVERSION= 0.5 +PORTREVISION= 2 +CATEGORIES?= net-im +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER?= ports@FreeBSD.org +COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM) + +LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification + +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +PLIST_FILES= bin/vqcc-gtk \ + share/applications/vqcc-gtk.desktop \ + share/pixmaps/vqcc-gtk.png \ + share/locale/lt/LC_MESSAGES/vqcc-gtk.mo \ + share/locale/ru/LC_MESSAGES/vqcc-gtk.mo + +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} + +.include <bsd.port.mk> diff --git a/net-im/vqcc-gtk/distinfo b/net-im/vqcc-gtk/distinfo new file mode 100644 index 000000000..19c179580 --- /dev/null +++ b/net-im/vqcc-gtk/distinfo @@ -0,0 +1,3 @@ +MD5 (vqcc-gtk-0.5.tar.gz) = 88c2beaa96b58b380147a1d24c90349d +SHA256 (vqcc-gtk-0.5.tar.gz) = e29577a606eb4992795a0a711092eced90f5abca31609093309f12b04b7f8e1f +SIZE (vqcc-gtk-0.5.tar.gz) = 252284 diff --git a/net-im/vqcc-gtk/pkg-descr b/net-im/vqcc-gtk/pkg-descr new file mode 100644 index 000000000..b6790c331 --- /dev/null +++ b/net-im/vqcc-gtk/pkg-descr @@ -0,0 +1,12 @@ +vqcc-gtk is a chat application written in C for the GTK+ toolkit, primarily +used in small LAN's. It is based on quickChat/Vypress Chat (TM) for Windows +(from Vypress Research) and is licensed under the GPL. + +The application supports both quickChat and Vypress Chat(TM) protocols and +hopefully is compatible enough to substitute those applications when using +Linux, FreeBSD or another *NIX desktop. You need no server to run, however +it is not possible to communicate outside your LAN (or subnet). + +(From the About page) + +WWW: http://vqcc-gtk.sourceforge.net/ diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile new file mode 100644 index 000000000..f5652ecc3 --- /dev/null +++ b/net/linphone-base/Makefile @@ -0,0 +1,105 @@ +# New ports collection makefile for: linphone +# Date created: 30 December 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= linphone +PORTVERSION= 1.7.1 +PORTREVISION= 2 +PORTEPOCH= 1 +CATEGORIES?= net +MASTER_SITES= ${MASTER_SITE_SAVANNAH:S/$/:linphone/} \ + ${MASTER_SITE_GNU:S/$/:libosip2/} +MASTER_SITE_SUBDIR= ${PORTNAME}/stable/sources/:linphone \ + osip/:libosip2 +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:linphone \ + libosip2-2.2.2${EXTRACT_SUFX}:libosip2 + +MAINTAINER= ports@FreeBSD.org +COMMENT= A web phone that supports SIP protocol + +LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ + samplerate.1:${PORTSDIR}/audio/libsamplerate \ + portaudio.0:${PORTSDIR}/audio/portaudio \ + speex.1:${PORTSDIR}/audio/speex \ + osip2.3:${PORTSDIR}/net/libosip2 \ + ortp.5:${PORTSDIR}/net/ortp + +USE_GNOME= glib20 gnomehack gnometarget intlhack pkgconfig +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 +LIBTOOLFILES= configure mediastreamer2/configure +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --disable-ipv6 --disable-manual --disable-ewarning \ + --disable-strict --disable-video --enable-external-ortp \ + --with-osip=${LOCALBASE} +MAKE_ENV= SUBDIRS="${SUBDIRS}" +USE_LDCONFIG= yes + +CFLAGS+= -DPACKAGE_LOCALE_DIR='\"${PREFIX}/share/locale\"' \ + -DPACKAGE_DATA_DIR='\"${PREFIX}/share\"' \ + -DPACKAGE_SOUND_DIR='\"${DATADIR}/sounds\"' \ + -DHAVE_STRUCT_TIMEVAL +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +LIB_DEPENDS+= readline.[5-9]:${PORTSDIR}/devel/readline +.endif + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + +.if defined(LINPHONE_GUI) +LIB_DEPENDS+= linphone.8:${PORTSDIR}/net/linphone-base +DESCR= ${PKGDIR}/pkg-descr.gui +PLIST= ${PKGDIR}/pkg-plist.gui +USE_GNOME+= gnomepanel gnomeprefix +MAN1= linphone.1 +SUBDIRS= pixmaps gtk +.else +PKGNAMESUFFIX= -base +CONFIGURE_ARGS+= --enable-gtk_ui=no +MAN1= linphonec.1 sipomatic.1 +SUBDIRS= po gsmlib mediastreamer2 media_api exosip coreapi console +.endif + +post-extract: + @${CP} -f ${FILESDIR}/GNOME_LinphoneApplet.xml ${WRKSRC}/gtk + @${LN} -sf ${WRKDIR}/libosip2-2.2.2/src/osip2/osip_negotiation.c \ + ${WRKSRC}/exosip + @${LN} -sf ${WRKDIR}/libosip2-2.2.2/include/osip2 \ + ${WRKSRC}/exosip + +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS =/s| =| ?=|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^imgdir =/s|(datadir)|(pkgdatadir)|g' \ + ${WRKSRC}/mediastreamer2/src/Makefile.in + +post-install: +.if defined(LINPHONE_GUI) + ${INSTALL_MAN} ${WRKSRC}/share/C/linphone.1 ${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/share/linphone.desktop \ + ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/share/linphone_applet.desktop \ + ${PREFIX}/share/applications +.else + ${INSTALL_MAN} ${WRKSRC}/share/C/linphonec.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/share/C/sipomatic.1 ${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/share/linphone.pc ${PREFIX}/libdata/pkgconfig + @${MKDIR} ${DATADIR}/sounds + ${INSTALL_DATA} ${WRKSRC}/share/*.wav ${DATADIR}/sounds + @${MKDIR} ${DATADIR}/sounds/rings + ${INSTALL_DATA} ${WRKSRC}/share/rings/*.wav ${DATADIR}/sounds/rings +.endif + +.include <bsd.port.post.mk> diff --git a/net/linphone-base/distinfo b/net/linphone-base/distinfo new file mode 100644 index 000000000..7fb84ab7c --- /dev/null +++ b/net/linphone-base/distinfo @@ -0,0 +1,6 @@ +MD5 (linphone-1.7.1.tar.gz) = 6fe246d072fad2f4a9533317ab7e9060 +SHA256 (linphone-1.7.1.tar.gz) = 3a3c606e2313f9871f07e41dfbeb87f6edb404f7927f7737fc22ab1a59a59e48 +SIZE (linphone-1.7.1.tar.gz) = 7537415 +MD5 (libosip2-2.2.2.tar.gz) = 40ee3ec89030f0d6dfdb2cf6100e6685 +SHA256 (libosip2-2.2.2.tar.gz) = 4e13febd65a2f8f18cb55151cd10f5f0888bf1e7dc2a4c0d54f39f170255de1c +SIZE (libosip2-2.2.2.tar.gz) = 664050 diff --git a/net/linphone-base/files/GNOME_LinphoneApplet.xml b/net/linphone-base/files/GNOME_LinphoneApplet.xml new file mode 100644 index 000000000..9a5350fd2 --- /dev/null +++ b/net/linphone-base/files/GNOME_LinphoneApplet.xml @@ -0,0 +1,7 @@ +<Root> + <popups> + <popup name="button3"> + <menuitem name="About" verb="About" _label="_About..." pixtype="stock" pixname="gnome-stock-about"/> + </popup> + </popups> +</Root> diff --git a/net/linphone-base/files/patch-config.h.in b/net/linphone-base/files/patch-config.h.in new file mode 100644 index 000000000..464bc6583 --- /dev/null +++ b/net/linphone-base/files/patch-config.h.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- config.h.in 2003/02/27 23:47:19 1.1 ++++ config.h.in 2003/02/27 23:47:35 +@@ -122,8 +122,5 @@ + first (like Motorola and SPARC, unlike Intel and VAX). */ + #undef WORDS_BIGENDIAN + +-/* Defined if we are compiling for FreeBSD */ +-#undef __FreeBSD__ +- + /* Defined if we are compiling for linux */ + #undef __LINUX__ diff --git a/net/linphone-base/files/patch-configure b/net/linphone-base/files/patch-configure new file mode 100644 index 000000000..30f1a49da --- /dev/null +++ b/net/linphone-base/files/patch-configure @@ -0,0 +1,39 @@ +--- configure.orig Tue Apr 24 13:11:35 2007 ++++ configure Tue Apr 24 13:14:01 2007 +@@ -23874,7 +23874,7 @@ + echo "GTK interface compilation is disabled." + fi + +-if test "gtk_ui" = "true" ; then ++if test "$gtk_ui" = "true" ; then + + pkg_failed=no + { echo "$as_me:$LINENO: checking for GNOME_APPLETS" >&5 +@@ -24072,27 +24072,6 @@ + if test "x${prefix}" = "xNONE"; then + prefix=${ac_default_prefix} + fi +- +-DATADIRNAME=share +- +-cat >>confdefs.h <<_ACEOF +-#define PACKAGE_LOCALE_DIR "${prefix}/${DATADIRNAME}/locale" +-_ACEOF +- +- +- +-cat >>confdefs.h <<_ACEOF +-#define PACKAGE_DATA_DIR "${prefix}/${DATADIRNAME}" +-_ACEOF +- +- +- +-cat >>confdefs.h <<_ACEOF +-#define PACKAGE_SOUND_DIR "${prefix}/${DATADIRNAME}/sounds/linphone" +-_ACEOF +- +- +- + + for ac_func in getifaddrs + do diff --git a/net/linphone-base/files/patch-coreapi::linphonecore.c b/net/linphone-base/files/patch-coreapi::linphonecore.c new file mode 100644 index 000000000..da6e4fbf3 --- /dev/null +++ b/net/linphone-base/files/patch-coreapi::linphonecore.c @@ -0,0 +1,14 @@ +--- coreapi/linphonecore.c.orig Thu Apr 5 00:19:40 2007 ++++ coreapi/linphonecore.c Fri Apr 13 01:43:09 2007 +@@ -29,11 +29,9 @@ + #include "exevents.h" + + +-#ifdef INET6 + #ifndef WIN32 + #include <netdb.h> + #endif +-#endif + + + static const char *liblinphone_version=LIBLINPHONE_VERSION; diff --git a/net/linphone-base/files/patch-exosip__Makefile.in b/net/linphone-base/files/patch-exosip__Makefile.in new file mode 100644 index 000000000..5f95ca440 --- /dev/null +++ b/net/linphone-base/files/patch-exosip__Makefile.in @@ -0,0 +1,20 @@ +--- exosip/Makefile.in.bak Tue Jan 23 19:20:22 2007 ++++ exosip/Makefile.in Sun Feb 25 12:21:39 2007 +@@ -54,7 +54,7 @@ + LTLIBRARIES = $(noinst_LTLIBRARIES) + am__DEPENDENCIES_1 = + libeXosip_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +-am_libeXosip_la_OBJECTS = eXosip.lo jrequest.lo jresponse.lo \ ++am_libeXosip_la_OBJECTS = osip_negotiation.lo eXosip.lo jrequest.lo jresponse.lo \ + jcallback.lo jdialog.lo udp.lo jcall.lo jreg.lo jfreinds.lo \ + jidentity.lo eXutils.lo jnotify.lo jsubscribers.lo \ + jsubscribe.lo jevents.lo sdp_offans.lo misc.lo jpipe.lo \ +@@ -263,7 +263,7 @@ + target_alias = @target_alias@ + noinst_LTLIBRARIES = libeXosip.la + AM_CFLAGS = $(EXOSIP_CFLAGS) +-libeXosip_la_SOURCES = eXosip.c \ ++libeXosip_la_SOURCES = osip_negotiation.c eXosip.c \ + jrequest.c jresponse.c jcallback.c jdialog.c udp.c \ + jcall.c jreg.c jfreinds.c jidentity.c eXutils.c \ + jnotify.c jsubscribers.c jsubscribe.c jevents.c \ diff --git a/net/linphone-base/files/patch-exosip__jauth.c b/net/linphone-base/files/patch-exosip__jauth.c new file mode 100644 index 000000000..2a3f0ce31 --- /dev/null +++ b/net/linphone-base/files/patch-exosip__jauth.c @@ -0,0 +1,18 @@ +--- exosip/jauth.c.orig Mon Oct 2 21:19:14 2006 ++++ exosip/jauth.c Sun Feb 25 12:38:55 2007 +@@ -285,12 +285,12 @@ + char * pszQop = NULL; + char * pszURI = osip_strdup_without_quote(rquri); + +- szNonceCount = osip_strdup("00000000"); +- sprintf(szNonceCount, "%08d", nc++); +- + HASHHEX HA1; + HASHHEX HA2 = ""; + HASHHEX Response; ++ ++ szNonceCount = osip_strdup("00000000"); ++ sprintf(szNonceCount, "%08d", nc++); + + pszPass=passwd; + diff --git a/net/linphone-base/files/patch-gtk__Makefile.in b/net/linphone-base/files/patch-gtk__Makefile.in new file mode 100644 index 000000000..f736802bf --- /dev/null +++ b/net/linphone-base/files/patch-gtk__Makefile.in @@ -0,0 +1,36 @@ +--- gtk/Makefile.in.orig Tue Apr 10 05:06:20 2007 ++++ gtk/Makefile.in Fri Apr 13 03:49:05 2007 +@@ -73,7 +73,6 @@ + am__DEPENDENCIES_1 = + @BUILD_GTK_TRUE@linphone_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + @BUILD_GTK_TRUE@ $(am__DEPENDENCIES_1) \ +-@BUILD_GTK_TRUE@ $(top_builddir)/coreapi/liblinphone.la \ + @BUILD_GTK_TRUE@ $(am__DEPENDENCIES_1) + am__linphone_applet_SOURCES_DIST = linphone.c linphone.h gui_utils.c \ + gui_utils.h support.c support.h interface.c interface.h \ +@@ -95,7 +94,6 @@ + linphone_applet_OBJECTS = $(am_linphone_applet_OBJECTS) + @BUILD_GNOME_APPLET_TRUE@linphone_applet_DEPENDENCIES = \ + @BUILD_GNOME_APPLET_TRUE@ $(am__DEPENDENCIES_1) \ +-@BUILD_GNOME_APPLET_TRUE@ $(top_builddir)/coreapi/liblinphone.la \ + @BUILD_GNOME_APPLET_TRUE@ $(am__DEPENDENCIES_1) + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/depcomp +@@ -335,7 +333,7 @@ + @BUILD_GTK_TRUE@ $(linphone_common_sources) + + @BUILD_GTK_TRUE@linphone_LDADD = $(LIBGTK_LIBS) $(INTLLIBS) \ +-@BUILD_GTK_TRUE@ $(top_builddir)/coreapi/liblinphone.la \ ++@BUILD_GTK_TRUE@ -llinphone \ + @BUILD_GTK_TRUE@ $(OSIP_LIBS) + + AM_CFLAGS = $(STRICT_OPTIONS) $(LIBGTK_CFLAGS) $(IPV6_CFLAGS) +@@ -347,7 +345,7 @@ + @BUILD_GNOME_APPLET_TRUE@linphone_applet_CFLAGS = $(AM_CFLAGS) $(GNOME_APPLETS_CFLAGS) -DLINPHONE_APPLET + @BUILD_GNOME_APPLET_TRUE@linphone_applet_LDADD = \ + @BUILD_GNOME_APPLET_TRUE@ $(GNOME_APPLETS_LIBS) \ +-@BUILD_GNOME_APPLET_TRUE@ $(top_builddir)/coreapi/liblinphone.la \ ++@BUILD_GNOME_APPLET_TRUE@ -llinphone \ + @BUILD_GNOME_APPLET_TRUE@ $(OSIP_LIBS) + + @BUILD_GNOME_APPLET_TRUE@serverdir = $(libdir)/bonobo/servers diff --git a/net/linphone-base/files/patch-gtk__callbacks.c b/net/linphone-base/files/patch-gtk__callbacks.c new file mode 100644 index 000000000..3b36b7148 --- /dev/null +++ b/net/linphone-base/files/patch-gtk__callbacks.c @@ -0,0 +1,14 @@ +--- gtk/callbacks.c.orig Wed Feb 7 18:11:10 2007 ++++ gtk/callbacks.c Fri Apr 13 03:42:46 2007 +@@ -626,9 +626,10 @@ + gpointer user_data) + { + gchar *sipurl; ++ GtkWidget *gcr; + + sipurl=gtk_editable_get_chars(GTK_EDITABLE(get_main_window()->addressentry),0,-1); +- GtkWidget *gcr=chatroom_new(sipurl,NULL); ++ gcr=chatroom_new(sipurl,NULL); + if (gcr!=NULL) gtk_widget_show(gcr); + g_free(sipurl); + } diff --git a/net/linphone-base/files/patch-mediastreamer2__src__ice.c b/net/linphone-base/files/patch-mediastreamer2__src__ice.c new file mode 100644 index 000000000..e0a9cea36 --- /dev/null +++ b/net/linphone-base/files/patch-mediastreamer2__src__ice.c @@ -0,0 +1,10 @@ +--- mediastreamer2/src/ice.c.orig Fri Jan 5 06:42:59 2007 ++++ mediastreamer2/src/ice.c Sun Feb 25 03:37:44 2007 +@@ -18,6 +18,7 @@ + */ + + #if !defined(WIN32) && !defined(_WIN32_WCE)
++#include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> + #endif diff --git a/net/linphone-base/files/patch-mediastreamer2__src__oss.c b/net/linphone-base/files/patch-mediastreamer2__src__oss.c new file mode 100644 index 000000000..93a948751 --- /dev/null +++ b/net/linphone-base/files/patch-mediastreamer2__src__oss.c @@ -0,0 +1,13 @@ +--- mediastreamer2/src/oss.c.orig Thu Nov 9 19:45:26 2006 ++++ mediastreamer2/src/oss.c Wed Dec 27 23:57:46 2006 +@@ -30,7 +30,10 @@ + #include <sys/time.h> + #include <sys/ioctl.h> + #include <unistd.h> ++ ++#ifdef HAVE_ALLOCA_H + #include <alloca.h> ++#endif + + MSFilter *ms_oss_read_new(MSSndCard *card); + MSFilter *ms_oss_write_new(MSSndCard *card); diff --git a/net/linphone-base/pkg-descr b/net/linphone-base/pkg-descr new file mode 100644 index 000000000..de850441e --- /dev/null +++ b/net/linphone-base/pkg-descr @@ -0,0 +1,7 @@ +Linphone is a web phone: it let you phone to your friends anywhere in the +whole world, freely, simply by using the internet. The cost of the phone call +is the cost that you spend connected to the internet. + +This package includes libraries, headers and cosole frontend. + +WWW: http://www.linphone.org/ diff --git a/net/linphone-base/pkg-descr.gui b/net/linphone-base/pkg-descr.gui new file mode 100644 index 000000000..7f27da8a7 --- /dev/null +++ b/net/linphone-base/pkg-descr.gui @@ -0,0 +1,7 @@ +Linphone is a web phone: it let you phone to your friends anywhere in the +whole world, freely, simply by using the internet. The cost of the phone call +is the cost that you spend connected to the internet. + +This package includes graphical frontend and panel applet for Gnome. + +WWW: http://www.linphone.org/ diff --git a/net/linphone-base/pkg-plist b/net/linphone-base/pkg-plist new file mode 100644 index 000000000..c70da23af --- /dev/null +++ b/net/linphone-base/pkg-plist @@ -0,0 +1,65 @@ +bin/linphonec +bin/sipomatic +include/linphone/config.h +include/linphone/linphonecore.h +include/linphone/lpconfig.h +include/mediastreamer2/allfilters.h +include/mediastreamer2/dtmfgen.h +include/mediastreamer2/ice.h +include/mediastreamer2/mediastream.h +include/mediastreamer2/mscommon.h +include/mediastreamer2/msfileplayer.h +include/mediastreamer2/msfilerec.h +include/mediastreamer2/msfilter.h +include/mediastreamer2/msqueue.h +include/mediastreamer2/msrtp.h +include/mediastreamer2/mssndcard.h +include/mediastreamer2/msticker.h +include/mediastreamer2/msv4l.h +include/mediastreamer2/msvideo.h +include/mediastreamer2/msvideoout.h +include/mediastreamer2/waveheader.h +lib/liblinphone.a +lib/liblinphone.la +lib/liblinphone.so +lib/liblinphone.so.8 +lib/libmediastreamer.a +lib/libmediastreamer.la +lib/libmediastreamer.so +lib/libmediastreamer.so.0 +lib/libquickstream.a +lib/libquickstream.la +lib/libquickstream.so +lib/libquickstream.so.0 +libdata/pkgconfig/linphone.pc +libdata/pkgconfig/mediastreamer.pc +libexec/mediastream +%%DATADIR%%/sounds/hello16000.wav +%%DATADIR%%/sounds/hello8000.wav +%%DATADIR%%/sounds/ringback.wav +%%DATADIR%%/sounds/rings/bigben.wav +%%DATADIR%%/sounds/rings/oldphone.wav +%%DATADIR%%/sounds/rings/orig.wav +%%DATADIR%%/sounds/rings/rock.wav +%%DATADIR%%/sounds/rings/sweet.wav +%%DATADIR%%/sounds/rings/synth.wav +%%DATADIR%%/sounds/rings/tapping.wav +%%DATADIR%%/sounds/rings/toy.wav +share/mediastreamer/images/nowebcamCIF.jpg +%%NLS%%share/locale/cs/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/de/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/es/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/fr/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/it/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/ja/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/nl/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/pl/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/sv/LC_MESSAGES/linphone.mo +@dirrm share/mediastreamer/images +@dirrm share/mediastreamer +@dirrm %%DATADIR%%/sounds/rings +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%% +@dirrm include/mediastreamer2 +@dirrm include/linphone diff --git a/net/linphone-base/pkg-plist.gui b/net/linphone-base/pkg-plist.gui new file mode 100644 index 000000000..6674b192e --- /dev/null +++ b/net/linphone-base/pkg-plist.gui @@ -0,0 +1,18 @@ +bin/linphone +libdata/bonobo/servers/GNOME_LinphoneApplet.server +libexec/linphone_applet +share/applications/linphone.desktop +share/applications/linphone_applet.desktop +share/gnome-2.0/ui/GNOME_LinphoneApplet.xml +share/pixmaps/linphone/linphone.png +share/pixmaps/linphone/linphone2.png +share/pixmaps/linphone/linphone2.xpm +share/pixmaps/linphone/sip-away.png +share/pixmaps/linphone/sip-bifm.png +share/pixmaps/linphone/sip-busy.png +share/pixmaps/linphone/sip-closed.png +share/pixmaps/linphone/sip-online.png +share/pixmaps/linphone/sip-otl.png +share/pixmaps/linphone/sip-otp.png +share/pixmaps/linphone/sip-wfa.png +@dirrm share/pixmaps/linphone diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile new file mode 100644 index 000000000..02e4d219d --- /dev/null +++ b/science/gchemutils/Makefile @@ -0,0 +1,56 @@ +# New ports collection makefile for: gchemutils +# Date created: Mar 18, 2003 +# Whom: Pav Lucistnik <pav@oook.cz> +# +# $FreeBSD$ +# + +PORTNAME= gchemutils +PORTVERSION= 0.8.2 +PORTREVISION= 1 +CATEGORIES= science +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME}/0.8 +DISTNAME= gnome-chemistry-utils-${PORTVERSION} + +MAINTAINER= pav@FreeBSD.org +COMMENT= C++ classes and Gtk2 widgets related to chemistry + +LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ + openbabel.3:${PORTSDIR}/science/openbabel \ + goffice-0.4:${PORTSDIR}/devel/goffice +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \ + ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \ + ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomehack intlhack libglade2 libgnomeprintui libgnomeui gnomedocutils +USE_GMAKE= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf +INSTALLS_ICONS= yes +INSTALLS_OMF= yes +GCONF_SCHEMAS= gcrystal.schemas + +MAN1= gchem3d-viewer.1 gchemcalc.1 gchemtable.1 gcrystal.1 +MAN3= libgcu.3 + +OPTIONS= MOZILLA "Build mozilla plugin" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_MOZILLA) +USE_GECKO= mozilla +.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" +CONFIGURE_ARGS+=--enable-mozilla-plugin +PLIST_SUB= MOZILLA="" +.else +CONFIGURE_ARGS+=--disable-mozilla-plugin +PLIST_SUB= MOZILLA="@comment " +.endif + +.include <bsd.port.post.mk> diff --git a/science/gchemutils/distinfo b/science/gchemutils/distinfo new file mode 100644 index 000000000..5973af047 --- /dev/null +++ b/science/gchemutils/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome-chemistry-utils-0.8.2.tar.bz2) = 804946c5a6f9587e9707918f7f1b4d06 +SHA256 (gnome-chemistry-utils-0.8.2.tar.bz2) = 0a89295243d93ae997dc22db535bb98279a47cf932b68e8ed023bba9c3e81dc9 +SIZE (gnome-chemistry-utils-0.8.2.tar.bz2) = 1535798 diff --git a/science/gchemutils/files/patch-gcu-formula.cc b/science/gchemutils/files/patch-gcu-formula.cc new file mode 100644 index 000000000..dc3bde3c9 --- /dev/null +++ b/science/gchemutils/files/patch-gcu-formula.cc @@ -0,0 +1,31 @@ +--- gcu/formula.cc.orig Thu Feb 9 13:24:54 2006 ++++ gcu/formula.cc Mon Mar 20 18:17:25 2006 +@@ -31,6 +31,19 @@ + #include <glib/gi18n.h> + #include <sstream> + ++/* XXX Implement strndup for FreeBSD. */ ++static char * ++strndup(const char *str, size_t len) { ++ char *ret; ++ ++ if ((str == NULL || len < 0)) return(NULL); ++ ret = (char *)malloc(len + 1); ++ if (ret == NULL) return(NULL); ++ strncpy(ret, str, len); ++ ret[len] = '\0'; ++ return(ret); ++} ++ + using namespace gcu; + + parse_error::parse_error(const string& __arg, int start, int length) +@@ -448,7 +461,7 @@ + atom_weight = Element::GetElement ((*i).first)->GetWeight (atom_prec); + if (atom_prec == 0) + m_Artificial = true; +- delta += pow10 (-atom_prec) * (*i).second; ++ delta += pow (10.0, -atom_prec) * (*i).second; + m_Weight += atom_weight * (*i).second; + } + m_WeightPrec = (int) ceil (-log10 (delta) - 1e-5); diff --git a/science/gchemutils/files/patch-programs-gchemcalc.cc b/science/gchemutils/files/patch-programs-gchemcalc.cc new file mode 100644 index 000000000..04da29c36 --- /dev/null +++ b/science/gchemutils/files/patch-programs-gchemcalc.cc @@ -0,0 +1,11 @@ +--- programs/calc/gchemcalc.cc.orig Sat Feb 25 18:35:50 2006 ++++ programs/calc/gchemcalc.cc Mon Mar 20 18:22:41 2006 +@@ -140,7 +140,7 @@ + } else { + if (prec < 0) { + // round the value to replace not significant figures by 0s. +- double offs = pow10 (prec); ++ double offs = pow (10.0, prec); + weight = rint (weight * offs) / offs; + } + format = artificial? g_strdup ("(%.0f)"): g_strdup ("%.0f"); diff --git a/science/gchemutils/pkg-descr b/science/gchemutils/pkg-descr new file mode 100644 index 000000000..4cea59d9d --- /dev/null +++ b/science/gchemutils/pkg-descr @@ -0,0 +1,5 @@ +Gnome Chemistry Utils provide C++ classes and Gtk+-2 widgets related +to chemistry. They will be used in future versions of Gnome Crystal +and GChemPaint. + +WWW: http://www.nongnu.org/gchemutils/ diff --git a/science/gchemutils/pkg-plist b/science/gchemutils/pkg-plist new file mode 100644 index 000000000..a524d2062 --- /dev/null +++ b/science/gchemutils/pkg-plist @@ -0,0 +1,368 @@ +bin/gchem3d-viewer +bin/gchemcalc +bin/gchemtable +bin/gcrystal +include/gcu/gcu/application.h +include/gcu/gcu/atom.h +include/gcu/gcu/bond.h +include/gcu/gcu/chem3ddoc.h +include/gcu/gcu/chemistry.h +include/gcu/gcu/crystalatom.h +include/gcu/gcu/crystalcleavage.h +include/gcu/gcu/crystaldoc.h +include/gcu/gcu/crystalline.h +include/gcu/gcu/crystalview.h +include/gcu/gcu/dialog-owner.h +include/gcu/gcu/dialog.h +include/gcu/gcu/document.h +include/gcu/gcu/element.h +include/gcu/gcu/filechooser.h +include/gcu/gcu/formula.h +include/gcu/gcu/gldocument.h +include/gcu/gcu/glview.h +include/gcu/gcu/gtkchem3dviewer.h +include/gcu/gcu/gtkcomboperiodic.h +include/gcu/gcu/gtkcrystalviewer.h +include/gcu/gcu/gtkperiodic.h +include/gcu/gcu/isotope.h +include/gcu/gcu/macros.h +include/gcu/gcu/matrix.h +include/gcu/gcu/matrix2d.h +include/gcu/gcu/object.h +include/gcu/gcu/value.h +include/gcu/gcu/xml-utils.h +lib/libgcu.la +lib/libgcu.so +lib/libgcu.so.8 +%%MOZILLA%%lib/mozilla/plugins/libmozgcu.la +%%MOZILLA%%lib/mozilla/plugins/libmozgcu.so +libdata/pkgconfig/gcu.pc +%%MOZILLA%%libexec/chem-viewer +share/applications/gchem3d-viewer.desktop +share/applications/gchemcalc.desktop +share/applications/gchemtable.desktop +share/applications/gcrystal.desktop +share/doc/gchemutils/reference/annotated.html +share/doc/gchemutils/reference/application_8h-source.html +share/doc/gchemutils/reference/atom_8h-source.html +share/doc/gchemutils/reference/bond_8h-source.html +share/doc/gchemutils/reference/chem3ddoc_8h-source.html +share/doc/gchemutils/reference/chemistry_8h-source.html +share/doc/gchemutils/reference/chemistry_8h.html +share/doc/gchemutils/reference/classes.html +share/doc/gchemutils/reference/classgcu_1_1Application-members.html +share/doc/gchemutils/reference/classgcu_1_1Application.html +share/doc/gchemutils/reference/classgcu_1_1Application.png +share/doc/gchemutils/reference/classgcu_1_1Atom-members.html +share/doc/gchemutils/reference/classgcu_1_1Atom.html +share/doc/gchemutils/reference/classgcu_1_1Atom.png +share/doc/gchemutils/reference/classgcu_1_1Bond-members.html +share/doc/gchemutils/reference/classgcu_1_1Bond.html +share/doc/gchemutils/reference/classgcu_1_1Bond.png +share/doc/gchemutils/reference/classgcu_1_1Chem3dDoc-members.html +share/doc/gchemutils/reference/classgcu_1_1Chem3dDoc.html +share/doc/gchemutils/reference/classgcu_1_1Chem3dDoc.png +share/doc/gchemutils/reference/classgcu_1_1CrystalAtom-members.html +share/doc/gchemutils/reference/classgcu_1_1CrystalAtom.html +share/doc/gchemutils/reference/classgcu_1_1CrystalAtom.png +share/doc/gchemutils/reference/classgcu_1_1CrystalCleavage-members.html +share/doc/gchemutils/reference/classgcu_1_1CrystalCleavage.html +share/doc/gchemutils/reference/classgcu_1_1CrystalDoc-members.html +share/doc/gchemutils/reference/classgcu_1_1CrystalDoc.html +share/doc/gchemutils/reference/classgcu_1_1CrystalDoc.png +share/doc/gchemutils/reference/classgcu_1_1CrystalLine-members.html +share/doc/gchemutils/reference/classgcu_1_1CrystalLine.html +share/doc/gchemutils/reference/classgcu_1_1CrystalView-members.html +share/doc/gchemutils/reference/classgcu_1_1CrystalView.html +share/doc/gchemutils/reference/classgcu_1_1CrystalView.png +share/doc/gchemutils/reference/classgcu_1_1Dialog-members.html +share/doc/gchemutils/reference/classgcu_1_1Dialog.html +share/doc/gchemutils/reference/classgcu_1_1DialogOwner-members.html +share/doc/gchemutils/reference/classgcu_1_1DialogOwner.html +share/doc/gchemutils/reference/classgcu_1_1DialogOwner.png +share/doc/gchemutils/reference/classgcu_1_1DimensionalValue-members.html +share/doc/gchemutils/reference/classgcu_1_1DimensionalValue.html +share/doc/gchemutils/reference/classgcu_1_1DimensionalValue.png +share/doc/gchemutils/reference/classgcu_1_1Document-members.html +share/doc/gchemutils/reference/classgcu_1_1Document.html +share/doc/gchemutils/reference/classgcu_1_1Document.png +share/doc/gchemutils/reference/classgcu_1_1Element-members.html +share/doc/gchemutils/reference/classgcu_1_1Element.html +share/doc/gchemutils/reference/classgcu_1_1FileChooser-members.html +share/doc/gchemutils/reference/classgcu_1_1FileChooser.html +share/doc/gchemutils/reference/classgcu_1_1Formula-members.html +share/doc/gchemutils/reference/classgcu_1_1Formula.html +share/doc/gchemutils/reference/classgcu_1_1GLDocument-members.html +share/doc/gchemutils/reference/classgcu_1_1GLDocument.html +share/doc/gchemutils/reference/classgcu_1_1GLDocument.png +share/doc/gchemutils/reference/classgcu_1_1GLView-members.html +share/doc/gchemutils/reference/classgcu_1_1GLView.html +share/doc/gchemutils/reference/classgcu_1_1GLView.png +share/doc/gchemutils/reference/classgcu_1_1Isotope-members.html +share/doc/gchemutils/reference/classgcu_1_1Isotope.html +share/doc/gchemutils/reference/classgcu_1_1Isotope.png +share/doc/gchemutils/reference/classgcu_1_1IsotopicPattern-members.html +share/doc/gchemutils/reference/classgcu_1_1IsotopicPattern.html +share/doc/gchemutils/reference/classgcu_1_1LocalizedStringValue-members.html +share/doc/gchemutils/reference/classgcu_1_1LocalizedStringValue.html +share/doc/gchemutils/reference/classgcu_1_1LocalizedStringValue.png +share/doc/gchemutils/reference/classgcu_1_1Matrix-members.html +share/doc/gchemutils/reference/classgcu_1_1Matrix.html +share/doc/gchemutils/reference/classgcu_1_1Matrix2D-members.html +share/doc/gchemutils/reference/classgcu_1_1Matrix2D.html +share/doc/gchemutils/reference/classgcu_1_1Object-members.html +share/doc/gchemutils/reference/classgcu_1_1Object.html +share/doc/gchemutils/reference/classgcu_1_1Object.png +share/doc/gchemutils/reference/classgcu_1_1SimpleValue-members.html +share/doc/gchemutils/reference/classgcu_1_1SimpleValue.html +share/doc/gchemutils/reference/classgcu_1_1SimpleValue.png +share/doc/gchemutils/reference/classgcu_1_1StringValue-members.html +share/doc/gchemutils/reference/classgcu_1_1StringValue.html +share/doc/gchemutils/reference/classgcu_1_1StringValue.png +share/doc/gchemutils/reference/classgcu_1_1Value-members.html +share/doc/gchemutils/reference/classgcu_1_1Value.html +share/doc/gchemutils/reference/classgcu_1_1Value.png +share/doc/gchemutils/reference/classgcu_1_1parse__error-members.html +share/doc/gchemutils/reference/classgcu_1_1parse__error.html +share/doc/gchemutils/reference/crystalatom_8h-source.html +share/doc/gchemutils/reference/crystalcleavage_8h-source.html +share/doc/gchemutils/reference/crystaldoc_8h-source.html +share/doc/gchemutils/reference/crystalline_8h-source.html +share/doc/gchemutils/reference/crystalview_8h-source.html +share/doc/gchemutils/reference/dialog-owner_8h-source.html +share/doc/gchemutils/reference/dialog_8h-source.html +share/doc/gchemutils/reference/dir_56e7ad8c3419b1751f957adcf4365adc.html +share/doc/gchemutils/reference/dir_9f2d8162e43306b5d99d99e2edbed32d.html +share/doc/gchemutils/reference/dirs.html +share/doc/gchemutils/reference/document_8h-source.html +share/doc/gchemutils/reference/doxygen.css +share/doc/gchemutils/reference/doxygen.png +share/doc/gchemutils/reference/element_8h-source.html +share/doc/gchemutils/reference/filechooser_8h-source.html +share/doc/gchemutils/reference/files.html +share/doc/gchemutils/reference/formula_8h-source.html +share/doc/gchemutils/reference/functions.html +share/doc/gchemutils/reference/functions_0x62.html +share/doc/gchemutils/reference/functions_0x63.html +share/doc/gchemutils/reference/functions_0x64.html +share/doc/gchemutils/reference/functions_0x65.html +share/doc/gchemutils/reference/functions_0x66.html +share/doc/gchemutils/reference/functions_0x67.html +share/doc/gchemutils/reference/functions_0x68.html +share/doc/gchemutils/reference/functions_0x69.html +share/doc/gchemutils/reference/functions_0x6b.html +share/doc/gchemutils/reference/functions_0x6c.html +share/doc/gchemutils/reference/functions_0x6d.html +share/doc/gchemutils/reference/functions_0x6e.html +share/doc/gchemutils/reference/functions_0x6f.html +share/doc/gchemutils/reference/functions_0x70.html +share/doc/gchemutils/reference/functions_0x72.html +share/doc/gchemutils/reference/functions_0x73.html +share/doc/gchemutils/reference/functions_0x74.html +share/doc/gchemutils/reference/functions_0x75.html +share/doc/gchemutils/reference/functions_0x76.html +share/doc/gchemutils/reference/functions_0x77.html +share/doc/gchemutils/reference/functions_0x78.html +share/doc/gchemutils/reference/functions_0x79.html +share/doc/gchemutils/reference/functions_0x7a.html +share/doc/gchemutils/reference/functions_0x7e.html +share/doc/gchemutils/reference/functions_func.html +share/doc/gchemutils/reference/functions_func_0x62.html +share/doc/gchemutils/reference/functions_func_0x63.html +share/doc/gchemutils/reference/functions_func_0x64.html +share/doc/gchemutils/reference/functions_func_0x65.html +share/doc/gchemutils/reference/functions_func_0x66.html +share/doc/gchemutils/reference/functions_func_0x67.html +share/doc/gchemutils/reference/functions_func_0x68.html +share/doc/gchemutils/reference/functions_func_0x69.html +share/doc/gchemutils/reference/functions_func_0x6b.html +share/doc/gchemutils/reference/functions_func_0x6c.html +share/doc/gchemutils/reference/functions_func_0x6d.html +share/doc/gchemutils/reference/functions_func_0x6e.html +share/doc/gchemutils/reference/functions_func_0x6f.html +share/doc/gchemutils/reference/functions_func_0x70.html +share/doc/gchemutils/reference/functions_func_0x72.html +share/doc/gchemutils/reference/functions_func_0x73.html +share/doc/gchemutils/reference/functions_func_0x74.html +share/doc/gchemutils/reference/functions_func_0x75.html +share/doc/gchemutils/reference/functions_func_0x76.html +share/doc/gchemutils/reference/functions_func_0x77.html +share/doc/gchemutils/reference/functions_func_0x78.html +share/doc/gchemutils/reference/functions_func_0x79.html +share/doc/gchemutils/reference/functions_func_0x7a.html +share/doc/gchemutils/reference/functions_func_0x7e.html +share/doc/gchemutils/reference/functions_vars.html +share/doc/gchemutils/reference/gldocument_8h-source.html +share/doc/gchemutils/reference/globals.html +share/doc/gchemutils/reference/globals_enum.html +share/doc/gchemutils/reference/globals_eval.html +share/doc/gchemutils/reference/globals_func.html +share/doc/gchemutils/reference/globals_type.html +share/doc/gchemutils/reference/glview_8h-source.html +share/doc/gchemutils/reference/gtkchem3dviewer_8h-source.html +share/doc/gchemutils/reference/gtkchem3dviewer_8h.html +share/doc/gchemutils/reference/gtkcomboperiodic_8h-source.html +share/doc/gchemutils/reference/gtkcomboperiodic_8h.html +share/doc/gchemutils/reference/gtkcrystalviewer_8h-source.html +share/doc/gchemutils/reference/gtkcrystalviewer_8h.html +share/doc/gchemutils/reference/gtkperiodic_8h-source.html +share/doc/gchemutils/reference/gtkperiodic_8h.html +share/doc/gchemutils/reference/hierarchy.html +share/doc/gchemutils/reference/index.html +share/doc/gchemutils/reference/isotope_8h-source.html +share/doc/gchemutils/reference/macros_8h-source.html +share/doc/gchemutils/reference/macros_8h.html +share/doc/gchemutils/reference/matrix2d_8h-source.html +share/doc/gchemutils/reference/matrix_8h-source.html +share/doc/gchemutils/reference/namespacegcu.html +share/doc/gchemutils/reference/namespacemembers.html +share/doc/gchemutils/reference/namespacemembers_enum.html +share/doc/gchemutils/reference/namespacemembers_eval.html +share/doc/gchemutils/reference/namespacemembers_type.html +share/doc/gchemutils/reference/namespaces.html +share/doc/gchemutils/reference/object_8h-source.html +share/doc/gchemutils/reference/structGcuAtomicRadius-members.html +share/doc/gchemutils/reference/structGcuAtomicRadius.html +share/doc/gchemutils/reference/structGcuDimensionalValue-members.html +share/doc/gchemutils/reference/structGcuDimensionalValue.html +share/doc/gchemutils/reference/structGcuElectronegativity-members.html +share/doc/gchemutils/reference/structGcuElectronegativity.html +share/doc/gchemutils/reference/structGcuIsotope-members.html +share/doc/gchemutils/reference/structGcuIsotope.html +share/doc/gchemutils/reference/structGcuIsotope.png +share/doc/gchemutils/reference/structGcuValue-members.html +share/doc/gchemutils/reference/structGcuValue.html +share/doc/gchemutils/reference/structGtkChem3DViewer.html +share/doc/gchemutils/reference/structGtkComboPeriodic.html +share/doc/gchemutils/reference/structGtkCrystalViewer.html +share/doc/gchemutils/reference/structGtkPeriodic.html +share/doc/gchemutils/reference/tab_b.gif +share/doc/gchemutils/reference/tab_l.gif +share/doc/gchemutils/reference/tab_r.gif +share/doc/gchemutils/reference/tabs.css +share/doc/gchemutils/reference/testgtkchem3dviewer_8c-source.html +share/doc/gchemutils/reference/testgtkchem3dviewer_8c.html +share/doc/gchemutils/reference/testgtkcrystalviewer_8c-source.html +share/doc/gchemutils/reference/testgtkcrystalviewer_8c.html +share/doc/gchemutils/reference/testgtkperiodic_8c-source.html +share/doc/gchemutils/reference/testgtkperiodic_8c.html +share/doc/gchemutils/reference/value_8h-source.html +share/doc/gchemutils/reference/xml-utils_8h-source.html +share/doc/gchemutils/reference/xml-utils_8h.html +share/gchemutils/elecprops.xml +share/gchemutils/elements.xml +share/gchemutils/glade/crystal/atoms.glade +share/gchemutils/glade/crystal/cell.glade +share/gchemutils/glade/crystal/cleavages.glade +share/gchemutils/glade/crystal/lines.glade +share/gchemutils/glade/crystal/prefs.glade +share/gchemutils/glade/crystal/size.glade +share/gchemutils/glade/crystal/view-settings.glade +share/gchemutils/glade/gchemcalc.glade +share/gchemutils/glade/gtkperiodic.glade +share/gchemutils/glade/image-resolution.glade +share/gchemutils/glade/image-size.glade +share/gchemutils/glade/table/curve.glade +share/gchemutils/glade/table/eltpage.glade +share/gchemutils/glade/table/family.glade +share/gchemutils/glade/table/state-thermometer.glade +share/gchemutils/isotopes.xml +share/gchemutils/pixmaps/gcrystal_logo.png +share/gchemutils/radii.xml +share/gnome/help/gchem3d-viewer/C/figures/main-window.png +share/gnome/help/gchem3d-viewer/C/gchem3d-viewer.xml +share/gnome/help/gchem3d-viewer/C/legal.xml +share/gnome/help/gchemcalc/C/figures/braces.png +share/gnome/help/gchemcalc/C/figures/composition.png +share/gnome/help/gchemcalc/C/figures/formula.png +share/gnome/help/gchemcalc/C/figures/pattern.png +share/gnome/help/gchemcalc/C/figures/start.png +share/gnome/help/gchemcalc/C/gchemcalc.xml +share/gnome/help/gchemcalc/C/legal.xml +share/gnome/help/gchemtable/C/figures/curve.png +share/gnome/help/gchemtable/C/figures/elec.png +share/gnome/help/gchemtable/C/figures/family.png +share/gnome/help/gchemtable/C/figures/main.png +share/gnome/help/gchemtable/C/figures/radii.png +share/gnome/help/gchemtable/C/figures/start.png +share/gnome/help/gchemtable/C/figures/state.png +share/gnome/help/gchemtable/C/figures/thermo.png +share/gnome/help/gchemtable/C/gchemtable.xml +share/gnome/help/gchemtable/C/legal.xml +share/gnome/help/gcrystal/C/figures/atoms-dlg.png +share/gnome/help/gcrystal/C/figures/cleavages-dlg.png +share/gnome/help/gcrystal/C/figures/default-view.png +share/gnome/help/gcrystal/C/figures/lattice-dlg.png +share/gnome/help/gcrystal/C/figures/lines-dlg.png +share/gnome/help/gcrystal/C/figures/main-window.png +share/gnome/help/gcrystal/C/figures/print-res.png +share/gnome/help/gcrystal/C/figures/size-dlg.png +share/gnome/help/gcrystal/C/figures/view-settings.png +share/gnome/help/gcrystal/C/gcrystal.xml +share/gnome/help/gcrystal/C/legal.xml +share/omf/gchem3d-viewer/gchem3d-viewer-C.omf +share/omf/gchemcalc/gchemcalc-C.omf +share/omf/gcrystal/gcrystal-C.omf +share/omf/gchemtable/gchemtable-C.omf +share/mimelnk/application/x-gcrystal.desktop +share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-gcrystal.png +share/icons/hicolor/32x32/apps/gchem3d-viewer.png +share/icons/hicolor/32x32/apps/gchemcalc.png +share/icons/hicolor/32x32/apps/gchemtable.png +share/icons/hicolor/32x32/apps/gcrystal.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-gcrystal.png +share/icons/hicolor/48x48/apps/gchem3d-viewer.png +share/icons/hicolor/48x48/apps/gchemcalc.png +share/icons/hicolor/48x48/apps/gchemtable.png +share/icons/hicolor/48x48/apps/gcrystal.png +share/icons/hicolor/72x72/mimetypes/gnome-mime-application-x-gcrystal.png +share/icons/hicolor/72x72/apps/gchem3d-viewer.png +share/icons/hicolor/72x72/apps/gchemcalc.png +share/icons/hicolor/72x72/apps/gchemtable.png +share/icons/hicolor/72x72/apps/gcrystal.png +share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-gcrystal.png +share/icons/hicolor/128x128/apps/gchem3d-viewer.png +share/icons/hicolor/128x128/apps/gchemcalc.png +share/icons/hicolor/128x128/apps/gchemtable.png +share/icons/hicolor/128x128/apps/gcrystal.png +share/locale/de/LC_MESSAGES/gchemutils.mo +share/locale/es/LC_MESSAGES/gchemutils.mo +share/locale/fr/LC_MESSAGES/gchemutils.mo +share/locale/it/LC_MESSAGES/gchemutils.mo +share/locale/pl/LC_MESSAGES/gchemutils.mo +share/locale/ru/LC_MESSAGES/gchemutils.mo +share/mime/chemical/x-mdl-molfile.xml +share/mime/chemical/x-pdb.xml +share/mime/chemical/x-xyz.xml +share/mime/packages/gchemutils.xml +@dirrmtry share/applications +@dirrm share/doc/gchemutils/reference +@dirrm share/doc/gchemutils +@dirrm share/gchemutils/pixmaps +@dirrm share/gchemutils/glade/crystal +@dirrm share/gchemutils/glade/table +@dirrm share/gchemutils/glade +@dirrm share/gchemutils +@dirrm share/omf/gchem3d-viewer +@dirrm share/omf/gchemcalc +@dirrm share/omf/gcrystal +@dirrm share/omf/gchemtable +@dirrm share/gnome/help/gchem3d-viewer/C/figures +@dirrm share/gnome/help/gchem3d-viewer/C +@dirrm share/gnome/help/gchem3d-viewer +@dirrm share/gnome/help/gchemtable/C/figures +@dirrm share/gnome/help/gchemtable/C +@dirrm share/gnome/help/gchemtable +@dirrm share/gnome/help/gchemcalc/C/figures +@dirrm share/gnome/help/gchemcalc/C +@dirrm share/gnome/help/gchemcalc +@dirrm share/gnome/help/gcrystal/C/figures +@dirrm share/gnome/help/gcrystal/C +@dirrm share/gnome/help/gcrystal +@dirrmtry share/mime/chemical +@dirrmtry share/mimelnk/application +@dirrmtry share/mimelnk +@dirrm include/gcu/gcu +@dirrm include/gcu +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime diff --git a/security/gcipher/Makefile b/security/gcipher/Makefile index 92a77f22b..ef1681c30 100644 --- a/security/gcipher/Makefile +++ b/security/gcipher/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcipher PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/security/gcipher/files/patch-gcipher b/security/gcipher/files/patch-gcipher index fd720b42b..2e7ba1abc 100644 --- a/security/gcipher/files/patch-gcipher +++ b/security/gcipher/files/patch-gcipher @@ -10,7 +10,7 @@ diff -ur ../gcipher-1.0.orig/src/gcipher ./src/gcipher # Edit the path below if you need to port GCipher. import sys -# sys.path.append("/usr/share/gcipher/lib") -+sys.path.append("%%PREFIX%%/share/gnome/gcipher/lib") ++sys.path.append("%%PREFIX%%/share/gcipher/lib") from os import environ from os.path import join diff --git a/security/nofgpg/Makefile b/security/nofgpg/Makefile new file mode 100644 index 000000000..c223f9370 --- /dev/null +++ b/security/nofgpg/Makefile @@ -0,0 +1,35 @@ +# ex:ts=8 +# Ports collection makefile for: nofgpg +# Date created: Mar 15, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= nofgpg +PORTVERSION= 0.5.1 +PORTREVISION= 5 +CATEGORIES= security python +MASTER_SITES= http://www.cgabriel.org/download/nofgpg/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= No One Fears GPG + +RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \ + ${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome + +USE_PYTHON= yes +NO_BUILD= yes + +MAN1= nofgpg.1 +PLIST_FILES= bin/nofgpg + +post-patch: + @${REINPLACE_CMD} -e "s,/usr/share,${LOCALBASE}/share,g" \ + ${WRKSRC}/nofgpg + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/security/nofgpg/distinfo b/security/nofgpg/distinfo new file mode 100644 index 000000000..c2cd410fc --- /dev/null +++ b/security/nofgpg/distinfo @@ -0,0 +1,3 @@ +MD5 (nofgpg-0.5.1.tar.gz) = 06f3433bc168d691b7e26e8829679d10 +SHA256 (nofgpg-0.5.1.tar.gz) = 137828838aac74fb59bb434768c0f06773247ab5d7da6ef739dcfccd2010c9bf +SIZE (nofgpg-0.5.1.tar.gz) = 12313 diff --git a/security/nofgpg/pkg-descr b/security/nofgpg/pkg-descr new file mode 100644 index 000000000..4757ed883 --- /dev/null +++ b/security/nofgpg/pkg-descr @@ -0,0 +1,5 @@ +No One Fears GPG + +Simple GPG keyring manager. + +WWW: https://www.cgabriel.org/software/wiki/NofGpg diff --git a/sysutils/gnome-schedule/Makefile b/sysutils/gnome-schedule/Makefile new file mode 100644 index 000000000..2c5c71475 --- /dev/null +++ b/sysutils/gnome-schedule/Makefile @@ -0,0 +1,51 @@ +# New ports collection makefile for: gnome-schedule +# Date created: 2004-11-06 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-schedule +PORTVERSION= 0.9.0 +PORTREVISION= 5 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME GUI for configuring a users crontab + +BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp +RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp + +USE_BZIP2= yes +USE_PYTHON= yes +USE_GNOME= gnomeprefix pygnome2 +USE_XLIB= yes +GNU_CONFIGURE= yes +DATADIR= ${PREFIX}/share + +PORTDOCS= addingandediting.html index.html + +.include <bsd.port.pre.mk> + +post-patch: +.if defined(NOPORTDOCS) +.for f in ${PORTDOCS} + @${REINPLACE_CMD} -e 's|${f}||' ${WRKSRC}/doc/Makefile.in +.endfor +.else + @${REINPLACE_CMD} -e 's|gnome-schedule-$$(VERSION)|gnome-schedule|' \ + ${WRKSRC}/doc/Makefile.in +.endif + @${REINPLACE_CMD} -e 's|/usr/share/icons|${LOCALBASE}/share/icons|; \ + s|@prefix@/share|${DATADIR}|; \ + s|/usr/local/share/|${DATADIR}|; \ + s|/usr/share/|${DATADIR}|; \ + s|/usr/bin/gnome-help|${LOCALBASE}/bin/gnome-help|; \ + s|$$(prefix)/share/|$$(datadir)/|' \ + ${WRKSRC}/src/*.* ${WRKSRC}/Makefile.in \ + ${WRKSRC}/pixmaps/Makefile.in + +.include <bsd.port.post.mk> diff --git a/sysutils/gnome-schedule/distinfo b/sysutils/gnome-schedule/distinfo new file mode 100644 index 000000000..1b712dbb4 --- /dev/null +++ b/sysutils/gnome-schedule/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome-schedule-0.9.0.tar.bz2) = 08c3f7680fe95fc4088289ed25552618 +SHA256 (gnome-schedule-0.9.0.tar.bz2) = 2ed8c0743b571f4821cccc66fbb4d8e9cfe63558cfc3a674e74c3513580e8555 +SIZE (gnome-schedule-0.9.0.tar.bz2) = 234125 diff --git a/sysutils/gnome-schedule/pkg-descr b/sysutils/gnome-schedule/pkg-descr new file mode 100644 index 000000000..29813ffba --- /dev/null +++ b/sysutils/gnome-schedule/pkg-descr @@ -0,0 +1,3 @@ +Gnome GUI for configuring a users crontab for Vixie cron or similar. + +WWW: http://gnome-schedule.sourceforge.net/ diff --git a/sysutils/gnome-schedule/pkg-plist b/sysutils/gnome-schedule/pkg-plist new file mode 100644 index 000000000..e953c431c --- /dev/null +++ b/sysutils/gnome-schedule/pkg-plist @@ -0,0 +1,41 @@ +bin/gnome-schedule +%%DATADIR%%/applications/gnome-schedule.desktop +%%DATADIR%%/gnome-schedule/addWindow.py +%%DATADIR%%/gnome-schedule/addWindow.pyc +%%DATADIR%%/gnome-schedule/addWindow.pyo +%%DATADIR%%/gnome-schedule/at.py +%%DATADIR%%/gnome-schedule/at.pyc +%%DATADIR%%/gnome-schedule/at.pyo +%%DATADIR%%/gnome-schedule/atEditor.py +%%DATADIR%%/gnome-schedule/atEditor.pyc +%%DATADIR%%/gnome-schedule/atEditor.pyo +%%DATADIR%%/gnome-schedule/config.py +%%DATADIR%%/gnome-schedule/config.pyc +%%DATADIR%%/gnome-schedule/config.pyo +%%DATADIR%%/gnome-schedule/crontab.py +%%DATADIR%%/gnome-schedule/crontab.pyc +%%DATADIR%%/gnome-schedule/crontab.pyo +%%DATADIR%%/gnome-schedule/crontabEditor.py +%%DATADIR%%/gnome-schedule/crontabEditor.pyc +%%DATADIR%%/gnome-schedule/crontabEditor.pyo +%%DATADIR%%/gnome-schedule/crontabEditorHelper.py +%%DATADIR%%/gnome-schedule/crontabEditorHelper.pyc +%%DATADIR%%/gnome-schedule/crontabEditorHelper.pyo +%%DATADIR%%/gnome-schedule/gnome-schedule.glade +%%DATADIR%%/gnome-schedule/gnome-schedule.py +%%DATADIR%%/gnome-schedule/gnome-schedule.pyc +%%DATADIR%%/gnome-schedule/gnome-schedule.pyo +%%DATADIR%%/gnome-schedule/lang.py +%%DATADIR%%/gnome-schedule/lang.pyc +%%DATADIR%%/gnome-schedule/lang.pyo +%%DATADIR%%/gnome-schedule/mainWindow.py +%%DATADIR%%/gnome-schedule/mainWindow.pyc +%%DATADIR%%/gnome-schedule/mainWindow.pyo +%%DATADIR%%/gnome-schedule/preset.py +%%DATADIR%%/gnome-schedule/preset.pyc +%%DATADIR%%/gnome-schedule/preset.pyo +%%DATADIR%%/gnome-schedule/setuserWindow.py +%%DATADIR%%/gnome-schedule/setuserWindow.pyc +%%DATADIR%%/gnome-schedule/setuserWindow.pyo +%%DATADIR%%/pixmaps/gnome-schedule.png +@dirrm %%DATADIR%%/gnome-schedule diff --git a/textproc/stardict2-dictd_mova/Makefile b/textproc/stardict2-dictd_mova/Makefile new file mode 100644 index 000000000..8d321c496 --- /dev/null +++ b/textproc/stardict2-dictd_mova/Makefile @@ -0,0 +1,78 @@ +# Ports collection makefile for: stardict-dictd_www.mova.org +# Date created: 16 Dec 2004 +# Whom: Timur I. Bakeyev <timur@gnome.org> +# +# $FreeBSD$ +# + +PORTNAME= stardict +PORTVERSION= 2.4.2 +PORTREVISION= 4 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= stardict +PKGNAMESUFFIX= -dictd_mova +DIST_SUBDIR= stardict + +MAINTAINER= timur@FreeBSD.org +COMMENT= Dictionaries from www.mova.org for StarDict + +RUN_DEPENDS= stardict:${PORTSDIR}/textproc/stardict2 + +NO_BUILD= yes +USE_BZIP2= yes + +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} + +DICTDIR= share/stardict/dic + +DISTSUFFIX= -dictd_www.mova.org + +DICTIONARIES= 1000pbio aviation beslov biology brok_and_efr compbe \ + deutsch engcom ethnographic findict geology_enru geology_ruen \ + idioms korolew_enru korolew_ruen mech mueller7 ozhegov \ + religion sc-abbr \ + sinyagin_abbrev sinyagin_alexeymavrin sinyagin_business \ + sinyagin_computer sinyagin_general_er \ + sinyagin_general_re sinyagin_unsorted \ + slovnyk_be-en slovnyk_be-ru slovnyk_be-uk slovnyk_en-be \ + slovnyk_en-ru slovnyk_en-uk slovnyk_ru-be slovnyk_ru-en \ + slovnyk_ru-uk slovnyk_uk-be slovnyk_uk-en slovnyk_uk-ru \ + smiley sokrat_enru sokrat_ruen swedish teo ushakov \ + zhelezyaki_abbr zhelezyaki_analogs + +.if !defined(DICT_PACK) +OPTIONS= ALL "All dictionaries" on +.for dict in ${DICTIONARIES} +OPTIONS+= ${dict:U:S|-|_|g} "${dict} dictionary" off +.endfor +.endif + +.include <bsd.port.pre.mk> + +.for dict in ${DICTIONARIES} +.if defined(WITH_ALL) || defined(WITH_${dict:U:S|-|_|g}) +INSTALL_DICTIONARIES+= ${dict} +.endif +.endfor + +.for dict in ${INSTALL_DICTIONARIES} +DISTFILES+= ${PORTNAME}${DISTSUFFIX}_${dict}-${PORTVERSION}${EXTRACT_SUFX} +.endfor + +do-build: + @${DO_NADA} + +do-install: + ${MKDIR} ${PREFIX}/${DICTDIR} +.for dict in ${INSTALL_DICTIONARIES} +.for ext in dict.dz idx ifo + ${INSTALL_DATA} \ + ${WRKDIR}/${PORTNAME}${DISTSUFFIX}_${dict}-${PORTVERSION}/${DISTSUFFIX:C|^-||}_${dict}.${ext} \ + ${PREFIX}/${DICTDIR} + @${ECHO_CMD} "${DICTDIR}/${DISTSUFFIX:C|^-||}_${dict}.${ext}" >> ${TMPPLIST} +.endfor +.endfor + @${ECHO_CMD} "@unexec ${RMDIR} %D/${DICTDIR} 2>/dev/null || true" >> ${TMPPLIST} + +.include <bsd.port.post.mk> diff --git a/textproc/stardict2-dictd_mova/distinfo b/textproc/stardict2-dictd_mova/distinfo new file mode 100644 index 000000000..6f0dd6ed1 --- /dev/null +++ b/textproc/stardict2-dictd_mova/distinfo @@ -0,0 +1,141 @@ +MD5 (stardict/stardict-dictd_www.mova.org_1000pbio-2.4.2.tar.bz2) = 66d01edf08a48c3c3c2c031699546d19 +SHA256 (stardict/stardict-dictd_www.mova.org_1000pbio-2.4.2.tar.bz2) = e207453e6313e0b57cb489ac67cc94632ff7d9951cda507787f12ee895494dae +SIZE (stardict/stardict-dictd_www.mova.org_1000pbio-2.4.2.tar.bz2) = 394424 +MD5 (stardict/stardict-dictd_www.mova.org_aviation-2.4.2.tar.bz2) = 94807214f00232424b1adcf64bb5337a +SHA256 (stardict/stardict-dictd_www.mova.org_aviation-2.4.2.tar.bz2) = b1e86eb4da27b93b7d9b8dc3436afb577ff2567850ebfd4f812829a4b2d98913 +SIZE (stardict/stardict-dictd_www.mova.org_aviation-2.4.2.tar.bz2) = 16453 +MD5 (stardict/stardict-dictd_www.mova.org_beslov-2.4.2.tar.bz2) = 9b14b40c0e7af316c7e2322ec8936e1f +SHA256 (stardict/stardict-dictd_www.mova.org_beslov-2.4.2.tar.bz2) = d8664a8783809e376af91ba6b13c049bb0b5b0dc03b2b9abec1e8d63dd7c482a +SIZE (stardict/stardict-dictd_www.mova.org_beslov-2.4.2.tar.bz2) = 14437119 +MD5 (stardict/stardict-dictd_www.mova.org_biology-2.4.2.tar.bz2) = 67e83ece8db31192cb26dc2f71182e8f +SHA256 (stardict/stardict-dictd_www.mova.org_biology-2.4.2.tar.bz2) = e695c0ea36c6a3a0e401081bea511c16d32d99fc930889e543d11998d0789b74 +SIZE (stardict/stardict-dictd_www.mova.org_biology-2.4.2.tar.bz2) = 127036 +MD5 (stardict/stardict-dictd_www.mova.org_brok_and_efr-2.4.2.tar.bz2) = cf133f351b572c2a1f3eab6bf726bd84 +SHA256 (stardict/stardict-dictd_www.mova.org_brok_and_efr-2.4.2.tar.bz2) = 38d89f268f9b0b23cee268a95cb530a84fbbbc5551640938497d7530dae95885 +SIZE (stardict/stardict-dictd_www.mova.org_brok_and_efr-2.4.2.tar.bz2) = 13991821 +MD5 (stardict/stardict-dictd_www.mova.org_compbe-2.4.2.tar.bz2) = 76f40f5d11aca95f91115af4e7cb0046 +SHA256 (stardict/stardict-dictd_www.mova.org_compbe-2.4.2.tar.bz2) = 3aed45d91ee15bfe919381fab81d141a9829a4d7af27693104f02c8193b2af9f +SIZE (stardict/stardict-dictd_www.mova.org_compbe-2.4.2.tar.bz2) = 4724 +MD5 (stardict/stardict-dictd_www.mova.org_deutsch-2.4.2.tar.bz2) = 1ef99858a8e35c93a5fee24dd3fc2e95 +SHA256 (stardict/stardict-dictd_www.mova.org_deutsch-2.4.2.tar.bz2) = 978bbfd5eb67d25e91b2f4f83f7484f875ac300a016789ee719d19463ac0eaba +SIZE (stardict/stardict-dictd_www.mova.org_deutsch-2.4.2.tar.bz2) = 300972 +MD5 (stardict/stardict-dictd_www.mova.org_engcom-2.4.2.tar.bz2) = 2f06f3b6d24c7cb6c90c8e78a428a2b3 +SHA256 (stardict/stardict-dictd_www.mova.org_engcom-2.4.2.tar.bz2) = ad8796c4f99e10da626d671a925681c0b36860cad850aa8b6622f1a0289aa5cd +SIZE (stardict/stardict-dictd_www.mova.org_engcom-2.4.2.tar.bz2) = 130413 +MD5 (stardict/stardict-dictd_www.mova.org_ethnographic-2.4.2.tar.bz2) = 23066da4485a71f46715c8882ec2e572 +SHA256 (stardict/stardict-dictd_www.mova.org_ethnographic-2.4.2.tar.bz2) = 367782abb6ce61fcee30da36f4e9f939ff73e3c04eab130f4a14295228df8d34 +SIZE (stardict/stardict-dictd_www.mova.org_ethnographic-2.4.2.tar.bz2) = 53559 +MD5 (stardict/stardict-dictd_www.mova.org_findict-2.4.2.tar.bz2) = 457efd5a7896c22366aa254d0529cd63 +SHA256 (stardict/stardict-dictd_www.mova.org_findict-2.4.2.tar.bz2) = 564a8c4665cd20fb13a4ddabf6d2f009fb07de2a649cc30af4d78315fe21b072 +SIZE (stardict/stardict-dictd_www.mova.org_findict-2.4.2.tar.bz2) = 466005 +MD5 (stardict/stardict-dictd_www.mova.org_geology_enru-2.4.2.tar.bz2) = 80226dc3c2b58e1e9651dd2f36935991 +SHA256 (stardict/stardict-dictd_www.mova.org_geology_enru-2.4.2.tar.bz2) = 4e95788b127f0a9140fc60b60f0f0850a27fa468a6a055a7b26c3b71acc0da36 +SIZE (stardict/stardict-dictd_www.mova.org_geology_enru-2.4.2.tar.bz2) = 52871 +MD5 (stardict/stardict-dictd_www.mova.org_geology_ruen-2.4.2.tar.bz2) = 144a0555e3801bd130d1e6c9775bf380 +SHA256 (stardict/stardict-dictd_www.mova.org_geology_ruen-2.4.2.tar.bz2) = 0cd0423134446c13a1d2affe9b99c225b15e319a32252788e6381ce76c7c0c67 +SIZE (stardict/stardict-dictd_www.mova.org_geology_ruen-2.4.2.tar.bz2) = 50338 +MD5 (stardict/stardict-dictd_www.mova.org_idioms-2.4.2.tar.bz2) = 4445dc2eb32994c269f06ff239f91314 +SHA256 (stardict/stardict-dictd_www.mova.org_idioms-2.4.2.tar.bz2) = c2248d85ecf7afa7da51e1a3ade46c7e0cc290f7211f306424d2bc2108284203 +SIZE (stardict/stardict-dictd_www.mova.org_idioms-2.4.2.tar.bz2) = 28547 +MD5 (stardict/stardict-dictd_www.mova.org_korolew_enru-2.4.2.tar.bz2) = 77cd53d8e5e092f8ebdd36835a6c5c73 +SHA256 (stardict/stardict-dictd_www.mova.org_korolew_enru-2.4.2.tar.bz2) = c2f3e8dacfbd85a53a8f7a8b6c585a453b589a332e18c413ec572075dddbf374 +SIZE (stardict/stardict-dictd_www.mova.org_korolew_enru-2.4.2.tar.bz2) = 1936685 +MD5 (stardict/stardict-dictd_www.mova.org_korolew_ruen-2.4.2.tar.bz2) = 112b63ca9f7f085de4593f8e47918e47 +SHA256 (stardict/stardict-dictd_www.mova.org_korolew_ruen-2.4.2.tar.bz2) = 32643f8e865c021e5fa4fe9b593f4e18799ad1cbca6c789588a9bfcbc8df15a7 +SIZE (stardict/stardict-dictd_www.mova.org_korolew_ruen-2.4.2.tar.bz2) = 2150315 +MD5 (stardict/stardict-dictd_www.mova.org_mech-2.4.2.tar.bz2) = e201fc0ec409fc47a9a69928da1cc70f +SHA256 (stardict/stardict-dictd_www.mova.org_mech-2.4.2.tar.bz2) = 8f22d010a1bd904b0845747c7fd25d80bd24916a38f8de64a7c6e5696406357e +SIZE (stardict/stardict-dictd_www.mova.org_mech-2.4.2.tar.bz2) = 86456 +MD5 (stardict/stardict-dictd_www.mova.org_mueller7-2.4.2.tar.bz2) = cb2f536a9f04ee3c8c14a8e7d658cc72 +SHA256 (stardict/stardict-dictd_www.mova.org_mueller7-2.4.2.tar.bz2) = 8434e5ccfabf07463e830f35aceedfd77e30c76040c7225e5fd5c92f62a9d06c +SIZE (stardict/stardict-dictd_www.mova.org_mueller7-2.4.2.tar.bz2) = 3369752 +MD5 (stardict/stardict-dictd_www.mova.org_ozhegov-2.4.2.tar.bz2) = 38342845e88d101779a5fabd3925b1af +SHA256 (stardict/stardict-dictd_www.mova.org_ozhegov-2.4.2.tar.bz2) = 7fedc71955f70d1406bbd31ea85aa65a4224d8296df8269c00774598acd8df9a +SIZE (stardict/stardict-dictd_www.mova.org_ozhegov-2.4.2.tar.bz2) = 2882744 +MD5 (stardict/stardict-dictd_www.mova.org_religion-2.4.2.tar.bz2) = bb03dedd9231c28b73b6e3c5f5ddc036 +SHA256 (stardict/stardict-dictd_www.mova.org_religion-2.4.2.tar.bz2) = bb955a1e92316d7c5b47e5f9bce7f76f4b213b8f035f82040b306465ce65cf1d +SIZE (stardict/stardict-dictd_www.mova.org_religion-2.4.2.tar.bz2) = 558603 +MD5 (stardict/stardict-dictd_www.mova.org_sc-abbr-2.4.2.tar.bz2) = bb61dee2ab3c2d0f7bc76692013f0549 +SHA256 (stardict/stardict-dictd_www.mova.org_sc-abbr-2.4.2.tar.bz2) = 171da2c2d8b96e8b3ebb4b40980cd8a30d7da2e9f613467d199c3451888ecc28 +SIZE (stardict/stardict-dictd_www.mova.org_sc-abbr-2.4.2.tar.bz2) = 28707 +MD5 (stardict/stardict-dictd_www.mova.org_sinyagin_abbrev-2.4.2.tar.bz2) = 95e2f8328e74b8fd991039f5d1b26a27 +SHA256 (stardict/stardict-dictd_www.mova.org_sinyagin_abbrev-2.4.2.tar.bz2) = b92a3ecaa23206da92b515c954191f0194d0183f177bebb942457888aaeb9324 +SIZE (stardict/stardict-dictd_www.mova.org_sinyagin_abbrev-2.4.2.tar.bz2) = 6232 +MD5 (stardict/stardict-dictd_www.mova.org_sinyagin_alexeymavrin-2.4.2.tar.bz2) = 661d8a652c8dff66987ef0ab84e60e74 +SHA256 (stardict/stardict-dictd_www.mova.org_sinyagin_alexeymavrin-2.4.2.tar.bz2) = 282a3727f68ebc0087d473c8cc26210f7db415c532597325acc42f30e02ccb89 +SIZE (stardict/stardict-dictd_www.mova.org_sinyagin_alexeymavrin-2.4.2.tar.bz2) = 511105 +MD5 (stardict/stardict-dictd_www.mova.org_sinyagin_business-2.4.2.tar.bz2) = f16944a1bb5ff18f95724cce656e8cf6 +SHA256 (stardict/stardict-dictd_www.mova.org_sinyagin_business-2.4.2.tar.bz2) = 9e2f2b8fa0e97eb798e9f0cd0d9f332e03d1330563b77e1e3df20fbb01358c8c +SIZE (stardict/stardict-dictd_www.mova.org_sinyagin_business-2.4.2.tar.bz2) = 552714 +MD5 (stardict/stardict-dictd_www.mova.org_sinyagin_computer-2.4.2.tar.bz2) = d13ffc32bc2719312b0e1c0d4b09b17e +SHA256 (stardict/stardict-dictd_www.mova.org_sinyagin_computer-2.4.2.tar.bz2) = f0b2c33dd2740cc545d71b73ff9d56931b88bbf43213c6a155d0960187c308de +SIZE (stardict/stardict-dictd_www.mova.org_sinyagin_computer-2.4.2.tar.bz2) = 391318 +MD5 (stardict/stardict-dictd_www.mova.org_sinyagin_general_er-2.4.2.tar.bz2) = 5246b90bc70a0c3e027e02fbbbdd4bb0 +SHA256 (stardict/stardict-dictd_www.mova.org_sinyagin_general_er-2.4.2.tar.bz2) = 561fc85c40680301d5d9c82af4cc8dbce31c376a7c7823c721bd1b5debc9c607 +SIZE (stardict/stardict-dictd_www.mova.org_sinyagin_general_er-2.4.2.tar.bz2) = 580299 +MD5 (stardict/stardict-dictd_www.mova.org_sinyagin_general_re-2.4.2.tar.bz2) = e107b57a817de81929a6b14abf854581 +SHA256 (stardict/stardict-dictd_www.mova.org_sinyagin_general_re-2.4.2.tar.bz2) = 0b329c9f923fe94a78f81f8f12fa2ae1b47b12741fd99083aac854ff40bb5be1 +SIZE (stardict/stardict-dictd_www.mova.org_sinyagin_general_re-2.4.2.tar.bz2) = 543685 +MD5 (stardict/stardict-dictd_www.mova.org_sinyagin_unsorted-2.4.2.tar.bz2) = 8c1275decf5b8833d3d9645413e45b74 +SHA256 (stardict/stardict-dictd_www.mova.org_sinyagin_unsorted-2.4.2.tar.bz2) = 9d93e27f652eb2bc2d7cb6f507c8b5559e68a574fd596707e3cbd091a8d34c0d +SIZE (stardict/stardict-dictd_www.mova.org_sinyagin_unsorted-2.4.2.tar.bz2) = 1484 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_be-en-2.4.2.tar.bz2) = c2c13caa835ab79fe61bf7f79724ae7d +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_be-en-2.4.2.tar.bz2) = 6c3719daed6e6a0fb34127cb713bc8027f90f0a9af061f587a9a64e2540922f1 +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_be-en-2.4.2.tar.bz2) = 159997 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_be-ru-2.4.2.tar.bz2) = 5f9444e8158079134cba0590606bd2e4 +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_be-ru-2.4.2.tar.bz2) = 33f465402b6995d9c77b72835c59a2e1a73fd9655a2a686418d808a7f5bad0cf +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_be-ru-2.4.2.tar.bz2) = 186269 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_be-uk-2.4.2.tar.bz2) = deece10544bfb72d94d7952c848e9342 +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_be-uk-2.4.2.tar.bz2) = c577229a477180c3ea40f076e6ee47910aea102c9c4706ac90b35925d6ab1f54 +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_be-uk-2.4.2.tar.bz2) = 170429 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_en-be-2.4.2.tar.bz2) = ae4534d37b6cad6123f68f5c51b41573 +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_en-be-2.4.2.tar.bz2) = f9258a457a058088764b62d05e603fd6237e851a286067d54e1835daca8a8fd4 +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_en-be-2.4.2.tar.bz2) = 232993 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_en-ru-2.4.2.tar.bz2) = ade0dcd515eb66c82725540bedd4483d +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_en-ru-2.4.2.tar.bz2) = 2db13abd6c147c82499775f5cfdaa9f0d040e16aaea3679c8f746f3aecec234b +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_en-ru-2.4.2.tar.bz2) = 1448325 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_en-uk-2.4.2.tar.bz2) = 4a4dec153dc5423e3d839d7e19bc819b +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_en-uk-2.4.2.tar.bz2) = 7d67a528215945acc15b4297d26e0168e7383ba7cf8a767d84e6794094dd80ba +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_en-uk-2.4.2.tar.bz2) = 1400442 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_ru-be-2.4.2.tar.bz2) = 143233f64afb8cccd6ad34e49be6a1f1 +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_ru-be-2.4.2.tar.bz2) = 6f168c68ad277cdae51444c342f5057debc14ab634f317fb92fc92117cf49a3f +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_ru-be-2.4.2.tar.bz2) = 231270 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_ru-en-2.4.2.tar.bz2) = d668fc55c2457d5ca5b2adb9775a9509 +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_ru-en-2.4.2.tar.bz2) = d6b988d6d42dc61d27c06816a98544f053bd2d69aaa484e3704aff75cf0fda51 +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_ru-en-2.4.2.tar.bz2) = 1270048 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_ru-uk-2.4.2.tar.bz2) = 3d0dfedb1f3b0a97437393cb68d84dee +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_ru-uk-2.4.2.tar.bz2) = 20f335b680e44628c5a367180f3dd1f4bb1ca5d285474a128eb236c5ad9ada44 +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_ru-uk-2.4.2.tar.bz2) = 7212191 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_uk-be-2.4.2.tar.bz2) = fd0ab1e124cc9f20765b6ea772088c61 +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_uk-be-2.4.2.tar.bz2) = 1217189eac329d273cd77197e58b275187ca1b64b9d523465b3928981a735347 +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_uk-be-2.4.2.tar.bz2) = 216463 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_uk-en-2.4.2.tar.bz2) = d356796df1354cb82257c3e5ad209089 +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_uk-en-2.4.2.tar.bz2) = a6ffd048ceb653a4cd7b5b632d18ad6de2709874548f6c13f269beecfda9e711 +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_uk-en-2.4.2.tar.bz2) = 1208494 +MD5 (stardict/stardict-dictd_www.mova.org_slovnyk_uk-ru-2.4.2.tar.bz2) = 3946b0e80cb554398b0b71b7e9158667 +SHA256 (stardict/stardict-dictd_www.mova.org_slovnyk_uk-ru-2.4.2.tar.bz2) = b2e0b17cbead2ebaa6a64e7208d99e4c2be0fbbb6f5270d3e141b3f14e7d5c9f +SIZE (stardict/stardict-dictd_www.mova.org_slovnyk_uk-ru-2.4.2.tar.bz2) = 7068357 +MD5 (stardict/stardict-dictd_www.mova.org_smiley-2.4.2.tar.bz2) = a048d9ef91aa04cc3722e0303129666e +SHA256 (stardict/stardict-dictd_www.mova.org_smiley-2.4.2.tar.bz2) = 654e81e3e33a8b25599f61226ef23f9161cff6dd25dfc9df38bcf2c0124e1b51 +SIZE (stardict/stardict-dictd_www.mova.org_smiley-2.4.2.tar.bz2) = 3625 +MD5 (stardict/stardict-dictd_www.mova.org_sokrat_enru-2.4.2.tar.bz2) = ea2f14271a2e267aad5743b4098bd03f +SHA256 (stardict/stardict-dictd_www.mova.org_sokrat_enru-2.4.2.tar.bz2) = be48935be3e871cea1904a8afa1ffb559f765a8be7d10c4c18aa09f378ce85b4 +SIZE (stardict/stardict-dictd_www.mova.org_sokrat_enru-2.4.2.tar.bz2) = 1114064 +MD5 (stardict/stardict-dictd_www.mova.org_sokrat_ruen-2.4.2.tar.bz2) = 946b7d0d7566d97a58529a2453e6a10a +SHA256 (stardict/stardict-dictd_www.mova.org_sokrat_ruen-2.4.2.tar.bz2) = 418bf6d02751e61e61a44928d700537e5c72a8b99ae11c29613590919bcd9e62 +SIZE (stardict/stardict-dictd_www.mova.org_sokrat_ruen-2.4.2.tar.bz2) = 959829 +MD5 (stardict/stardict-dictd_www.mova.org_swedish-2.4.2.tar.bz2) = 4d06ce21ad9f9f8d59255b20689e9e09 +SHA256 (stardict/stardict-dictd_www.mova.org_swedish-2.4.2.tar.bz2) = 48ff43e64efb8de67e65a8dade9db0c9d1123e0e3085f251c01966d139fe6ca2 +SIZE (stardict/stardict-dictd_www.mova.org_swedish-2.4.2.tar.bz2) = 254476 +MD5 (stardict/stardict-dictd_www.mova.org_teo-2.4.2.tar.bz2) = 093dfae3ebcf0e97219b7bea6dab87b9 +SHA256 (stardict/stardict-dictd_www.mova.org_teo-2.4.2.tar.bz2) = d18a281f882b3be701de38ab55e69b905d4bc36bc025fb584f75dcde6f6cc34f +SIZE (stardict/stardict-dictd_www.mova.org_teo-2.4.2.tar.bz2) = 577494 +MD5 (stardict/stardict-dictd_www.mova.org_ushakov-2.4.2.tar.bz2) = 1bcc3f234ead1e6cd13dd34e2b192242 +SHA256 (stardict/stardict-dictd_www.mova.org_ushakov-2.4.2.tar.bz2) = 97b09ac25c2fdcc255ee7a6eddeb07a4b6303681a9e15ffee1c06e7380ff8ab8 +SIZE (stardict/stardict-dictd_www.mova.org_ushakov-2.4.2.tar.bz2) = 8252356 +MD5 (stardict/stardict-dictd_www.mova.org_zhelezyaki_abbr-2.4.2.tar.bz2) = d8c40774423883b89609a4035adb0956 +SHA256 (stardict/stardict-dictd_www.mova.org_zhelezyaki_abbr-2.4.2.tar.bz2) = e3be6630d2b11142fb3ccc008fc6edd3133d20da07d188477577b1614fa2d3d1 +SIZE (stardict/stardict-dictd_www.mova.org_zhelezyaki_abbr-2.4.2.tar.bz2) = 3940 +MD5 (stardict/stardict-dictd_www.mova.org_zhelezyaki_analogs-2.4.2.tar.bz2) = a779484e6f215f283e3f06f7086bb9e4 +SHA256 (stardict/stardict-dictd_www.mova.org_zhelezyaki_analogs-2.4.2.tar.bz2) = f59e50cb92301f026d0c402ccf056cf9de14912881c2e05f04bf06557374e6ba +SIZE (stardict/stardict-dictd_www.mova.org_zhelezyaki_analogs-2.4.2.tar.bz2) = 69881 diff --git a/textproc/stardict2-dictd_mova/pkg-descr b/textproc/stardict2-dictd_mova/pkg-descr new file mode 100644 index 000000000..f14b1f6cb --- /dev/null +++ b/textproc/stardict2-dictd_mova/pkg-descr @@ -0,0 +1,3 @@ +Dictionaries from www.mova.org for StarDict. + +WWW: http://stardict.sourceforge.net/ diff --git a/textproc/stardict2-quick/Makefile b/textproc/stardict2-quick/Makefile new file mode 100644 index 000000000..f7210ac25 --- /dev/null +++ b/textproc/stardict2-quick/Makefile @@ -0,0 +1,83 @@ +# Ports collection makefile for: stardict-quick +# Date created: 16 Dec 2004 +# Whom: Timur I. Bakeyev <timur@gnome.org> +# +# $FreeBSD$ +# + +PORTNAME= stardict +PORTVERSION= 2.4.2 +PORTREVISION= 5 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= stardict +PKGNAMESUFFIX= -quick +DIST_SUBDIR= stardict + +MAINTAINER= timur@FreeBSD.org +COMMENT= Dictionaries from Quick for StarDict + +RUN_DEPENDS= stardict:${PORTSDIR}/textproc/stardict2 + +NO_BUILD= yes +USE_BZIP2= yes + +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} + +DICTDIR= share/stardict/dic + +DICTIONARIES= afr-eng afr-swe bul-swe dan-deu dan-eng dan-fin dan-fra \ + dan-hun dan-ind dan-ita dan-jpn dan-lat dan-nld dan-nor \ + dan-por dan-rus dan-spa dan-swa dan-swe deu-dan deu-deu \ + deu-eng deu-swe eng-afr eng-dan eng-deu eng-eng eng-fin \ + eng-fra eng-gre eng-hun eng-ind eng-ita eng-jpn eng-lat \ + eng-nld eng-nor eng-por eng-rus eng-spa eng-swa eng-swe \ + esp-swe fin-dan fin-eng fin-swe fra-dan fra-eng fra-swe \ + fry-swe gre-eng gre-swe hun-dan hun-eng hun-swe ind-dan \ + ind-eng ind-swe isl-swe ita-dan ita-eng ita-swe jpn-dan \ + jpn-eng jpn-swe lat-dan lat-eng lat-swe nld-dan nld-eng \ + nld-swe nor-dan nor-eng nor-swe pol-swe por-dan por-eng \ + por-swe rum-swe rus-dan rus-eng rus-swe slo-swe spa-dan \ + spa-eng spa-swe swa-dan swa-eng swa-swe swe-afr swe-bul \ + swe-dan swe-deu swe-eng swe-esp swe-fin swe-fra swe-fry \ + swe-gre swe-hun swe-ind swe-isl swe-ita swe-jpn swe-lat \ + swe-nld swe-nor swe-pol swe-por swe-rum swe-rus swe-slo \ + swe-spa swe-swa swe-wel wel-swe + +.if !defined(DICT_PACK) +OPTIONS= ALL "All dictionaries" on +.for dict in ${DICTIONARIES} +OPTIONS+= ${dict:U:S|-|_|g} "${dict} dictionary" off +.endfor +.endif + +.include <bsd.port.pre.mk> + +.for dict in ${DICTIONARIES} +.if defined(WITH_ALL) || defined(WITH_${dict:U:S|-|_|g}) +INSTALL_DICTIONARIES+= ${dict} +.endif +.endfor + +.for dict in ${INSTALL_DICTIONARIES} +DISTFILES+= ${PORTNAME}${PKGNAMESUFFIX}_${dict}-${PORTVERSION}${EXTRACT_SUFX} +.endfor + +do-build: + @${DO_NADA} + +do-install: + @${MKDIR} ${PREFIX}/${DICTDIR} +.for dict in ${INSTALL_DICTIONARIES} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}_${dict}-${PORTVERSION}/* \ + ${PREFIX}/${DICTDIR} +.endfor + +post-install: +.for dict in ${INSTALL_DICTIONARIES} + @cd ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}_${dict}-${PORTVERSION} && \ + ${FIND} -s . -type f -o -type l | ${SED} -e 's|^\.|${DICTDIR}|' >> ${TMPPLIST} +.endfor + @${ECHO_CMD} "@unexec ${RMDIR} %D/${DICTDIR} 2>/dev/null || true" >> ${TMPPLIST} + +.include <bsd.port.post.mk> diff --git a/textproc/stardict2-quick/distinfo b/textproc/stardict2-quick/distinfo new file mode 100644 index 000000000..77f773c0c --- /dev/null +++ b/textproc/stardict2-quick/distinfo @@ -0,0 +1,348 @@ +MD5 (stardict/stardict-quick_afr-eng-2.4.2.tar.bz2) = afac03b932259a74f9a1770e4bb9c5a4 +SHA256 (stardict/stardict-quick_afr-eng-2.4.2.tar.bz2) = 0b84128c5ce6f5a43a3fa473582f504329a168f28b1271e90c20b203cbd30057 +SIZE (stardict/stardict-quick_afr-eng-2.4.2.tar.bz2) = 45563 +MD5 (stardict/stardict-quick_afr-swe-2.4.2.tar.bz2) = 59803125be69df53c427543cbecdf339 +SHA256 (stardict/stardict-quick_afr-swe-2.4.2.tar.bz2) = 40600ec14a14fcc2bc7ccdb888fb127361f6878d16909925433cc234caa718aa +SIZE (stardict/stardict-quick_afr-swe-2.4.2.tar.bz2) = 30904 +MD5 (stardict/stardict-quick_bul-swe-2.4.2.tar.bz2) = 0c2408fdab28886760e6b1b9135efe35 +SHA256 (stardict/stardict-quick_bul-swe-2.4.2.tar.bz2) = 20f7af69bd06d6b9279c2f09b70314a07f96071dae50ae07ba769137ea71c01f +SIZE (stardict/stardict-quick_bul-swe-2.4.2.tar.bz2) = 241428 +MD5 (stardict/stardict-quick_dan-deu-2.4.2.tar.bz2) = ebf27b7548ec685627f0d9a7761fe12f +SHA256 (stardict/stardict-quick_dan-deu-2.4.2.tar.bz2) = 731284f13b9f82236092cf530c4da5965287546ef51f4089df08cf2c0b85e764 +SIZE (stardict/stardict-quick_dan-deu-2.4.2.tar.bz2) = 53500 +MD5 (stardict/stardict-quick_dan-eng-2.4.2.tar.bz2) = 37d756ca142985dc47222d153d929ac9 +SHA256 (stardict/stardict-quick_dan-eng-2.4.2.tar.bz2) = 78ce58574a91582a9049abc8a9b09edcdf3847e89ec6c7bf589e9c3c14d14f34 +SIZE (stardict/stardict-quick_dan-eng-2.4.2.tar.bz2) = 68829 +MD5 (stardict/stardict-quick_dan-fin-2.4.2.tar.bz2) = 30c60b79b3e27d471dae3460c52c52e8 +SHA256 (stardict/stardict-quick_dan-fin-2.4.2.tar.bz2) = 1ca862e97c861f95670ca50089fc18bec8653c2bf0b509a5f4685fb53a91b727 +SIZE (stardict/stardict-quick_dan-fin-2.4.2.tar.bz2) = 16920 +MD5 (stardict/stardict-quick_dan-fra-2.4.2.tar.bz2) = a2317dc0093a6aeb0b49a446758db87b +SHA256 (stardict/stardict-quick_dan-fra-2.4.2.tar.bz2) = 3956c98e93ac1e916cba67b7ce52f567ba9cb2326d234f819e48c8c54dae6edb +SIZE (stardict/stardict-quick_dan-fra-2.4.2.tar.bz2) = 48425 +MD5 (stardict/stardict-quick_dan-hun-2.4.2.tar.bz2) = 2fb7df1be96fa2baa5bf00048ecd4f97 +SHA256 (stardict/stardict-quick_dan-hun-2.4.2.tar.bz2) = b13abbc1d7aa2c9e2fea70114fab1ee92995a89a8550cd0403e19fef29d6f485 +SIZE (stardict/stardict-quick_dan-hun-2.4.2.tar.bz2) = 14849 +MD5 (stardict/stardict-quick_dan-ind-2.4.2.tar.bz2) = 8cd10a0aaf2822ee40d17a6f5a7b0bc3 +SHA256 (stardict/stardict-quick_dan-ind-2.4.2.tar.bz2) = fd1e95f11a1d68e050a9d5e0298d4a0305abd2d0701daaa3f809dc37e850a048 +SIZE (stardict/stardict-quick_dan-ind-2.4.2.tar.bz2) = 8678 +MD5 (stardict/stardict-quick_dan-ita-2.4.2.tar.bz2) = 347cc55dd5fe14a8ffafd3997d76c5cb +SHA256 (stardict/stardict-quick_dan-ita-2.4.2.tar.bz2) = c891373a68b015f5ece2155b3609a45b2a942df274afb44900a35dbefe60fe1d +SIZE (stardict/stardict-quick_dan-ita-2.4.2.tar.bz2) = 35378 +MD5 (stardict/stardict-quick_dan-jpn-2.4.2.tar.bz2) = 646cd663e3929b0831a57014ddda40d8 +SHA256 (stardict/stardict-quick_dan-jpn-2.4.2.tar.bz2) = 8cf203891ab56e3de1bdc88f7c98579397ea4f03e89d4e8cc6091dc83d3821e9 +SIZE (stardict/stardict-quick_dan-jpn-2.4.2.tar.bz2) = 32426 +MD5 (stardict/stardict-quick_dan-lat-2.4.2.tar.bz2) = d3a970da9f91106b7c144f295cf6ab75 +SHA256 (stardict/stardict-quick_dan-lat-2.4.2.tar.bz2) = 7c53f80e9d16eef0132f1518f05dc20f38eab6c55dc199729d27a3b86a647512 +SIZE (stardict/stardict-quick_dan-lat-2.4.2.tar.bz2) = 10565 +MD5 (stardict/stardict-quick_dan-nld-2.4.2.tar.bz2) = 268660e62a54fa76794829c566709d84 +SHA256 (stardict/stardict-quick_dan-nld-2.4.2.tar.bz2) = dcb3e38854206915eeeee0cbca7830d87b2b0913684ae46285f46e86c34d641c +SIZE (stardict/stardict-quick_dan-nld-2.4.2.tar.bz2) = 41298 +MD5 (stardict/stardict-quick_dan-nor-2.4.2.tar.bz2) = 70eb5b8d07ee81073ea63641a6105b70 +SHA256 (stardict/stardict-quick_dan-nor-2.4.2.tar.bz2) = 726a4ff2334935f4d36fe478cf43b5522fcdea6d748a9ee38aa63da6c7fef753 +SIZE (stardict/stardict-quick_dan-nor-2.4.2.tar.bz2) = 23897 +MD5 (stardict/stardict-quick_dan-por-2.4.2.tar.bz2) = 6bfc7a0b4b7a0f5a3348bbefb54b602f +SHA256 (stardict/stardict-quick_dan-por-2.4.2.tar.bz2) = 94124db0b340cf194fe36064faecbb5a4f2725e894031128449b891933966cca +SIZE (stardict/stardict-quick_dan-por-2.4.2.tar.bz2) = 28785 +MD5 (stardict/stardict-quick_dan-rus-2.4.2.tar.bz2) = 1e1142903697cd6d9544d50651230c98 +SHA256 (stardict/stardict-quick_dan-rus-2.4.2.tar.bz2) = 853ff866cf9b07e0487ba1482bef8599ca4e90a7dd3075a929c26ae03e261548 +SIZE (stardict/stardict-quick_dan-rus-2.4.2.tar.bz2) = 31307 +MD5 (stardict/stardict-quick_dan-spa-2.4.2.tar.bz2) = d77678e7d05151df54d93fb7ebcda937 +SHA256 (stardict/stardict-quick_dan-spa-2.4.2.tar.bz2) = 56a143048fe8357eb230d1853e5a5498deffe0161a7aca0d1fcbed46085027f5 +SIZE (stardict/stardict-quick_dan-spa-2.4.2.tar.bz2) = 41060 +MD5 (stardict/stardict-quick_dan-swa-2.4.2.tar.bz2) = 68a2037a656e0a82801dde35acb0c1a8 +SHA256 (stardict/stardict-quick_dan-swa-2.4.2.tar.bz2) = 86af069821b7ae48c263f5fa305a2b205a37a16b1aeea943093bdf7a22f1aa3d +SIZE (stardict/stardict-quick_dan-swa-2.4.2.tar.bz2) = 6909 +MD5 (stardict/stardict-quick_dan-swe-2.4.2.tar.bz2) = ef4410d093dba1ca8299676fc8e21e8a +SHA256 (stardict/stardict-quick_dan-swe-2.4.2.tar.bz2) = d66da8a9af77c26dcb95119ca36bd8f6c9574933b5c4f1908e7ccc672be7f3d0 +SIZE (stardict/stardict-quick_dan-swe-2.4.2.tar.bz2) = 190350 +MD5 (stardict/stardict-quick_deu-dan-2.4.2.tar.bz2) = 7d52afed7051d1e1fa020632c4dfba68 +SHA256 (stardict/stardict-quick_deu-dan-2.4.2.tar.bz2) = 0264a58569c5a42b178f0cd4532f13b20b8e01ac1b57c7dd7b6ce80bf53ef0a2 +SIZE (stardict/stardict-quick_deu-dan-2.4.2.tar.bz2) = 65612 +MD5 (stardict/stardict-quick_deu-deu-2.4.2.tar.bz2) = 6ea395e1b95d1b60bef0d459c0e1d5cb +SHA256 (stardict/stardict-quick_deu-deu-2.4.2.tar.bz2) = eccd6fdcb5e6201d3f719219da31edbb5ed79e5065b1c096102c97d4dcc66434 +SIZE (stardict/stardict-quick_deu-deu-2.4.2.tar.bz2) = 947228 +MD5 (stardict/stardict-quick_deu-eng-2.4.2.tar.bz2) = 0f3bef1fa30af8d654e62f184fbd0e8e +SHA256 (stardict/stardict-quick_deu-eng-2.4.2.tar.bz2) = 0d70b01bb5f4d85e23d96066142951c1408ebcee046aaa059e0f750108960a9d +SIZE (stardict/stardict-quick_deu-eng-2.4.2.tar.bz2) = 2702565 +MD5 (stardict/stardict-quick_deu-swe-2.4.2.tar.bz2) = 36cfefe67dc4075a49d3fd7129c7dc54 +SHA256 (stardict/stardict-quick_deu-swe-2.4.2.tar.bz2) = 78b68ed3d7fcb6dd346cd91160640b9801e3bde1637e85482b98236379e94c66 +SIZE (stardict/stardict-quick_deu-swe-2.4.2.tar.bz2) = 657469 +MD5 (stardict/stardict-quick_eng-afr-2.4.2.tar.bz2) = b6c2768946a7c067b4e78ab4f5c71131 +SHA256 (stardict/stardict-quick_eng-afr-2.4.2.tar.bz2) = f8a4070ef7ede154803e893ced8f80fae55106efe75e2e64741ad48dad3f3e43 +SIZE (stardict/stardict-quick_eng-afr-2.4.2.tar.bz2) = 49631 +MD5 (stardict/stardict-quick_eng-dan-2.4.2.tar.bz2) = 4c67ea9a26f0f45b754f9fcec3bea715 +SHA256 (stardict/stardict-quick_eng-dan-2.4.2.tar.bz2) = 2dd1bc7c9ff21dfdcc5b12353abf111ff3f3612f338574775542e5535c84878a +SIZE (stardict/stardict-quick_eng-dan-2.4.2.tar.bz2) = 73734 +MD5 (stardict/stardict-quick_eng-deu-2.4.2.tar.bz2) = cde1d350d941c5da16433ad1e7373571 +SHA256 (stardict/stardict-quick_eng-deu-2.4.2.tar.bz2) = 786445cc5e4c84c1bc41d16be973d7a51966965ca1237888a2259e8bf3b30eed +SIZE (stardict/stardict-quick_eng-deu-2.4.2.tar.bz2) = 2979748 +MD5 (stardict/stardict-quick_eng-eng-2.4.2.tar.bz2) = 2ae3d2d55d84f3a0096a04c091b68dff +SHA256 (stardict/stardict-quick_eng-eng-2.4.2.tar.bz2) = b9792aed2040a9c9b3ea8f1123b9ec7fe19ffb4656e265d52678471277495bc0 +SIZE (stardict/stardict-quick_eng-eng-2.4.2.tar.bz2) = 4251870 +MD5 (stardict/stardict-quick_eng-fin-2.4.2.tar.bz2) = 413312b485326cb7124beb7728b6ac15 +SHA256 (stardict/stardict-quick_eng-fin-2.4.2.tar.bz2) = 59b714973b4160ef8618fb516168839190d963ef41cf0667a9774f1975790563 +SIZE (stardict/stardict-quick_eng-fin-2.4.2.tar.bz2) = 30712 +MD5 (stardict/stardict-quick_eng-fra-2.4.2.tar.bz2) = 439c90b1e1309b635eda5718f75151b2 +SHA256 (stardict/stardict-quick_eng-fra-2.4.2.tar.bz2) = 2952e4bbb919412e9544e8f9b046c19053f5209acbe81eff4c8535a1f934f65c +SIZE (stardict/stardict-quick_eng-fra-2.4.2.tar.bz2) = 304397 +MD5 (stardict/stardict-quick_eng-gre-2.4.2.tar.bz2) = 0471513b88358d2ab4870d56ab0c68dc +SHA256 (stardict/stardict-quick_eng-gre-2.4.2.tar.bz2) = 68aa5ad7319e0ae0f5c8e3240a9e0358d08fb55fa2f3009301bd436c2af7d36f +SIZE (stardict/stardict-quick_eng-gre-2.4.2.tar.bz2) = 296436 +MD5 (stardict/stardict-quick_eng-hun-2.4.2.tar.bz2) = 0e2c28807d8dfc412da42db1fea7be41 +SHA256 (stardict/stardict-quick_eng-hun-2.4.2.tar.bz2) = c15911ae2d4c3374504ff602f4b7b74175093089228eec724ab090b314deb758 +SIZE (stardict/stardict-quick_eng-hun-2.4.2.tar.bz2) = 1398842 +MD5 (stardict/stardict-quick_eng-ind-2.4.2.tar.bz2) = cd244a35ca9d615ff7bea8edfff430e2 +SHA256 (stardict/stardict-quick_eng-ind-2.4.2.tar.bz2) = 24d0ee94922177d325fb6dd7a69ffb257d492cccadf98e0dc20a45e58482497d +SIZE (stardict/stardict-quick_eng-ind-2.4.2.tar.bz2) = 357706 +MD5 (stardict/stardict-quick_eng-ita-2.4.2.tar.bz2) = 0af6c975f51c999282cd243d0c83a2db +SHA256 (stardict/stardict-quick_eng-ita-2.4.2.tar.bz2) = 439e59acd82ed582d6d0fd2abf347d8a0aac61d22599d5ca5df5e53587003bac +SIZE (stardict/stardict-quick_eng-ita-2.4.2.tar.bz2) = 168267 +MD5 (stardict/stardict-quick_eng-jpn-2.4.2.tar.bz2) = 5c612e474eac84d9b3911fe91c20a3fb +SHA256 (stardict/stardict-quick_eng-jpn-2.4.2.tar.bz2) = 96aff71d0e8ab713be67a7efd3b848b7c59281bf5f72c08bbb581feb82badc6a +SIZE (stardict/stardict-quick_eng-jpn-2.4.2.tar.bz2) = 792487 +MD5 (stardict/stardict-quick_eng-lat-2.4.2.tar.bz2) = 9a459ead78de877b3b39afc08b494669 +SHA256 (stardict/stardict-quick_eng-lat-2.4.2.tar.bz2) = 56b90483fd28330d79ba51aad0288701ca81dbcb5f39c38e1ca0f266514ee2d1 +SIZE (stardict/stardict-quick_eng-lat-2.4.2.tar.bz2) = 112705 +MD5 (stardict/stardict-quick_eng-nld-2.4.2.tar.bz2) = e5bdc56378dfc243a23130e64fc26f64 +SHA256 (stardict/stardict-quick_eng-nld-2.4.2.tar.bz2) = cfaaa08d87d085ededa822f2b72c5d84cd162dcc7cf5cf7474c364c0fb8bf022 +SIZE (stardict/stardict-quick_eng-nld-2.4.2.tar.bz2) = 152965 +MD5 (stardict/stardict-quick_eng-nor-2.4.2.tar.bz2) = 3bbc2fd3159ded04a70241f62c114b7d +SHA256 (stardict/stardict-quick_eng-nor-2.4.2.tar.bz2) = 1095fb6cc40a60dbdbec2672a9c5f12be43169ee93a1c5079f13ba3b1c7092c0 +SIZE (stardict/stardict-quick_eng-nor-2.4.2.tar.bz2) = 77310 +MD5 (stardict/stardict-quick_eng-por-2.4.2.tar.bz2) = 005b215f9d7656af637744bf47167b81 +SHA256 (stardict/stardict-quick_eng-por-2.4.2.tar.bz2) = b58e999647b5ffe9c839daacaf22331f98705e189e94c469aae3209a5869391b +SIZE (stardict/stardict-quick_eng-por-2.4.2.tar.bz2) = 78154 +MD5 (stardict/stardict-quick_eng-rus-2.4.2.tar.bz2) = e329f7fe171a9948b46bafcc72495038 +SHA256 (stardict/stardict-quick_eng-rus-2.4.2.tar.bz2) = ab47664aca2a11a16bb8fb1d46d56241fbbe80ef52a6b90ce908b7f754b49194 +SIZE (stardict/stardict-quick_eng-rus-2.4.2.tar.bz2) = 430850 +MD5 (stardict/stardict-quick_eng-spa-2.4.2.tar.bz2) = 40d16a47b3f8da7a3d2fb9b1d0168687 +SHA256 (stardict/stardict-quick_eng-spa-2.4.2.tar.bz2) = 15477efb008ebc9d30f26371ca6304abf1d3ac433991a83d3c8b726004d05701 +SIZE (stardict/stardict-quick_eng-spa-2.4.2.tar.bz2) = 267171 +MD5 (stardict/stardict-quick_eng-swa-2.4.2.tar.bz2) = 2c6d1f893e4939dc919bfadd8449154d +SHA256 (stardict/stardict-quick_eng-swa-2.4.2.tar.bz2) = f24851ed00363981c2c537e96a741a74c1b3b094f556823a4c6203b60cf56ab9 +SIZE (stardict/stardict-quick_eng-swa-2.4.2.tar.bz2) = 10402 +MD5 (stardict/stardict-quick_eng-swe-2.4.2.tar.bz2) = dca9ea94612be1de908d43c92583a268 +SHA256 (stardict/stardict-quick_eng-swe-2.4.2.tar.bz2) = 1299bab25cb8ddc85f40421ce29fd1eac41e9191fedf37728f7491bcaed60c2d +SIZE (stardict/stardict-quick_eng-swe-2.4.2.tar.bz2) = 451850 +MD5 (stardict/stardict-quick_esp-swe-2.4.2.tar.bz2) = 7290a5b27714c128aac922cd1a1a7745 +SHA256 (stardict/stardict-quick_esp-swe-2.4.2.tar.bz2) = d112e1843decb74a7932b9f91950a39fba91ab23167eff5823e4b9ee3e3fef7d +SIZE (stardict/stardict-quick_esp-swe-2.4.2.tar.bz2) = 56774 +MD5 (stardict/stardict-quick_fin-dan-2.4.2.tar.bz2) = ecbb8f2f084387ae47bfb9d7acfc8acc +SHA256 (stardict/stardict-quick_fin-dan-2.4.2.tar.bz2) = 0ccfacf9ea70bce63a64db3140802948330297cbed7f601790b8251291a203bd +SIZE (stardict/stardict-quick_fin-dan-2.4.2.tar.bz2) = 16082 +MD5 (stardict/stardict-quick_fin-eng-2.4.2.tar.bz2) = 4e43a6bf8c94b1a296e671ed1aeea02e +SHA256 (stardict/stardict-quick_fin-eng-2.4.2.tar.bz2) = 6e718c025bf8216b25385473001bd064f958a2e5198669de2fbf79ab26e84413 +SIZE (stardict/stardict-quick_fin-eng-2.4.2.tar.bz2) = 25625 +MD5 (stardict/stardict-quick_fin-swe-2.4.2.tar.bz2) = 9d638bbd30084e3ce372c082a0428a49 +SHA256 (stardict/stardict-quick_fin-swe-2.4.2.tar.bz2) = 3ac9482474336824b342bcedad36394f7b1eab2a7b5cf29a2a92c46840c30404 +SIZE (stardict/stardict-quick_fin-swe-2.4.2.tar.bz2) = 23104 +MD5 (stardict/stardict-quick_fra-dan-2.4.2.tar.bz2) = a73d90ddff7e233c74ab11a37451b7f3 +SHA256 (stardict/stardict-quick_fra-dan-2.4.2.tar.bz2) = a4fa85a5091a786735bf1d734772b54f497735ab2ef093507bb531236135b495 +SIZE (stardict/stardict-quick_fra-dan-2.4.2.tar.bz2) = 60676 +MD5 (stardict/stardict-quick_fra-eng-2.4.2.tar.bz2) = b1003aa64678ddd5a09d65f30f2b1235 +SHA256 (stardict/stardict-quick_fra-eng-2.4.2.tar.bz2) = 8dc4acb45f300d7f91e5178877241bbd7d537d4a0a0f75edb2a58927546e55f6 +SIZE (stardict/stardict-quick_fra-eng-2.4.2.tar.bz2) = 359868 +MD5 (stardict/stardict-quick_fra-swe-2.4.2.tar.bz2) = 538065409025b6d9914a731899cc139b +SHA256 (stardict/stardict-quick_fra-swe-2.4.2.tar.bz2) = 5b3a761a34073c401deebc0cd3868c4ba852276fadfc9bf7be8cd356ea58c2b5 +SIZE (stardict/stardict-quick_fra-swe-2.4.2.tar.bz2) = 119445 +MD5 (stardict/stardict-quick_fry-swe-2.4.2.tar.bz2) = 54803aa06af83d04ed641bb1ddae58d0 +SHA256 (stardict/stardict-quick_fry-swe-2.4.2.tar.bz2) = 6bd83afc73df79bb0619f788cd3c82f1c66727b0fd7eea25a344874f605e297e +SIZE (stardict/stardict-quick_fry-swe-2.4.2.tar.bz2) = 2553 +MD5 (stardict/stardict-quick_gre-eng-2.4.2.tar.bz2) = c71dfbadaede1dde40302778fce32f2a +SHA256 (stardict/stardict-quick_gre-eng-2.4.2.tar.bz2) = dab370f9f8f0c42f322f9c5bc3515df4bd8259e7f10ca131863f35d7ecda581d +SIZE (stardict/stardict-quick_gre-eng-2.4.2.tar.bz2) = 146682 +MD5 (stardict/stardict-quick_gre-swe-2.4.2.tar.bz2) = 19093b7db422283bb82412ea59498053 +SHA256 (stardict/stardict-quick_gre-swe-2.4.2.tar.bz2) = 8e7cd7dd17bfa69e406a5a7fbc1d833bf6c8546ae185832aff474f460241fef2 +SIZE (stardict/stardict-quick_gre-swe-2.4.2.tar.bz2) = 24417 +MD5 (stardict/stardict-quick_hun-dan-2.4.2.tar.bz2) = 799117393bb632efcdfaa389af83d6b7 +SHA256 (stardict/stardict-quick_hun-dan-2.4.2.tar.bz2) = 569d8fac813bd0ce224c43147302f7496bf7f2c3734adaed7649b60d57bca785 +SIZE (stardict/stardict-quick_hun-dan-2.4.2.tar.bz2) = 14690 +MD5 (stardict/stardict-quick_hun-eng-2.4.2.tar.bz2) = f3bb2d8995c1386cace4b366fc14cf21 +SHA256 (stardict/stardict-quick_hun-eng-2.4.2.tar.bz2) = 202e8cb2a8a4c96ea40d8db77196245e4881058e4dfd4af3d534a806eed50e79 +SIZE (stardict/stardict-quick_hun-eng-2.4.2.tar.bz2) = 1536835 +MD5 (stardict/stardict-quick_hun-swe-2.4.2.tar.bz2) = f2fa7811f76f82a96bc161a94a543f5b +SHA256 (stardict/stardict-quick_hun-swe-2.4.2.tar.bz2) = 08a7bab252fcd4d35529d2d65002f2da17af94923b87046121662bd8b8b32cb5 +SIZE (stardict/stardict-quick_hun-swe-2.4.2.tar.bz2) = 20127 +MD5 (stardict/stardict-quick_ind-dan-2.4.2.tar.bz2) = 726f8004b841dcbc61c80f5e7cd144ad +SHA256 (stardict/stardict-quick_ind-dan-2.4.2.tar.bz2) = 31bd3ccca7bb479640cab1e4ea55062f35e5e13afc8ee51bc21bc0b21a04330c +SIZE (stardict/stardict-quick_ind-dan-2.4.2.tar.bz2) = 8394 +MD5 (stardict/stardict-quick_ind-eng-2.4.2.tar.bz2) = 8ab7ab12b1e39966e340d4aa271e85c1 +SHA256 (stardict/stardict-quick_ind-eng-2.4.2.tar.bz2) = 5c71b29589e1d80876b5308fbcaa932e541f1f38726ee26b31e1417f855ca46f +SIZE (stardict/stardict-quick_ind-eng-2.4.2.tar.bz2) = 347450 +MD5 (stardict/stardict-quick_ind-swe-2.4.2.tar.bz2) = 6641c862abca7d5af1b214719cb36951 +SHA256 (stardict/stardict-quick_ind-swe-2.4.2.tar.bz2) = 4c6b99f6030193d0f12ae6cacee46b966b9569d4432bf4d9c4cb64be1788d62d +SIZE (stardict/stardict-quick_ind-swe-2.4.2.tar.bz2) = 11188 +MD5 (stardict/stardict-quick_isl-swe-2.4.2.tar.bz2) = 8d16a3d43bada3af7f2a8e684b69285a +SHA256 (stardict/stardict-quick_isl-swe-2.4.2.tar.bz2) = b500641f4b636e034b160de36524b6b389dac7eaa7da4fed65e205c7863898cc +SIZE (stardict/stardict-quick_isl-swe-2.4.2.tar.bz2) = 9640 +MD5 (stardict/stardict-quick_ita-dan-2.4.2.tar.bz2) = af91b521de8d4265a3a8eb9158e58f9f +SHA256 (stardict/stardict-quick_ita-dan-2.4.2.tar.bz2) = be39ec0d82c8c08b5b9ef36f897e21e309e31e3f5900c6b655c70c7a854fa473 +SIZE (stardict/stardict-quick_ita-dan-2.4.2.tar.bz2) = 38800 +MD5 (stardict/stardict-quick_ita-eng-2.4.2.tar.bz2) = c5a9fc9907bdeb5e44ad12b89ba20bb3 +SHA256 (stardict/stardict-quick_ita-eng-2.4.2.tar.bz2) = f623280b7042b3328a7421bbdfd8e58f384c517dedf7bc7529943ffaffe9d451 +SIZE (stardict/stardict-quick_ita-eng-2.4.2.tar.bz2) = 143971 +MD5 (stardict/stardict-quick_ita-swe-2.4.2.tar.bz2) = 88a581b6d0466ab1e7e3c7825bbc594d +SHA256 (stardict/stardict-quick_ita-swe-2.4.2.tar.bz2) = 5b38281d47467bb66a31711847a1ed7272e81f8bd71c0c01c14010895f598841 +SIZE (stardict/stardict-quick_ita-swe-2.4.2.tar.bz2) = 166889 +MD5 (stardict/stardict-quick_jpn-dan-2.4.2.tar.bz2) = 8623cfd854206ca37d76a1ba60b7f18c +SHA256 (stardict/stardict-quick_jpn-dan-2.4.2.tar.bz2) = 5287555797af8e8bd4e05491192fb8f3cd9002d42b60d48337e973aaba37cec9 +SIZE (stardict/stardict-quick_jpn-dan-2.4.2.tar.bz2) = 45436 +MD5 (stardict/stardict-quick_jpn-eng-2.4.2.tar.bz2) = c6559fb0111edf7544e266132e994b72 +SHA256 (stardict/stardict-quick_jpn-eng-2.4.2.tar.bz2) = c3a4e00df2c9a3705e316bcb9ac7d2b76e2f2f13feeec0264a59730942bc6d7e +SIZE (stardict/stardict-quick_jpn-eng-2.4.2.tar.bz2) = 842456 +MD5 (stardict/stardict-quick_jpn-swe-2.4.2.tar.bz2) = 8fc6a50fb41df0e225d8d7cc00ce8825 +SHA256 (stardict/stardict-quick_jpn-swe-2.4.2.tar.bz2) = 603990abf6799b0c9c002ce032015b36b286fc42868558776b517dd5ea1bf5a4 +SIZE (stardict/stardict-quick_jpn-swe-2.4.2.tar.bz2) = 97570 +MD5 (stardict/stardict-quick_lat-dan-2.4.2.tar.bz2) = 3c9a9405334bb19bb8fb611d006a8aec +SHA256 (stardict/stardict-quick_lat-dan-2.4.2.tar.bz2) = a0cdcdac63a038695b5ca776bae3cf6e392145e100f444f617b3cd6b93ac3800 +SIZE (stardict/stardict-quick_lat-dan-2.4.2.tar.bz2) = 10565 +MD5 (stardict/stardict-quick_lat-eng-2.4.2.tar.bz2) = 814b5b4d6354ead03a67850e2f4d0c9e +SHA256 (stardict/stardict-quick_lat-eng-2.4.2.tar.bz2) = d3d8b48ff84142fe48ff029066b08da38e42b7110c625cddd93595cd83e57dd5 +SIZE (stardict/stardict-quick_lat-eng-2.4.2.tar.bz2) = 91075 +MD5 (stardict/stardict-quick_lat-swe-2.4.2.tar.bz2) = f81b47ce0741b615e4d09b44dc10713e +SHA256 (stardict/stardict-quick_lat-swe-2.4.2.tar.bz2) = e186a0899cb5f44720d6815af32966fb05cf8e4540fdcee067e903576b8fca58 +SIZE (stardict/stardict-quick_lat-swe-2.4.2.tar.bz2) = 14687 +MD5 (stardict/stardict-quick_nld-dan-2.4.2.tar.bz2) = a2653d1f873812e5ccc5fa9684717cdb +SHA256 (stardict/stardict-quick_nld-dan-2.4.2.tar.bz2) = ffc9da24c4d9f168cc6a3b35ba49b23bc384e0ad21fa729dbd2e9914a7e7c576 +SIZE (stardict/stardict-quick_nld-dan-2.4.2.tar.bz2) = 50482 +MD5 (stardict/stardict-quick_nld-eng-2.4.2.tar.bz2) = 4ac8fbb3b77c5a886524a2a7b27a6fa6 +SHA256 (stardict/stardict-quick_nld-eng-2.4.2.tar.bz2) = aca964402781ef1203224f7b1c3c7c8cfc37737f318bb89447459198258992cb +SIZE (stardict/stardict-quick_nld-eng-2.4.2.tar.bz2) = 169008 +MD5 (stardict/stardict-quick_nld-swe-2.4.2.tar.bz2) = 19755140d9a91953551dc0cdf7de1d38 +SHA256 (stardict/stardict-quick_nld-swe-2.4.2.tar.bz2) = 32cc060635767b3a8ac4a4060ce8002dda808b908caac4b47e2003a09ceb3a23 +SIZE (stardict/stardict-quick_nld-swe-2.4.2.tar.bz2) = 122125 +MD5 (stardict/stardict-quick_nor-dan-2.4.2.tar.bz2) = b6e9f822a9b772bc9d394cd76d0c7ac4 +SHA256 (stardict/stardict-quick_nor-dan-2.4.2.tar.bz2) = b281fcfbd03a0c6f829ddbe24d191054782be31bbb73ae6ef6a4530bf79171dc +SIZE (stardict/stardict-quick_nor-dan-2.4.2.tar.bz2) = 26131 +MD5 (stardict/stardict-quick_nor-eng-2.4.2.tar.bz2) = 6345428c6a9a1e8711d36ef4e6b96277 +SHA256 (stardict/stardict-quick_nor-eng-2.4.2.tar.bz2) = 30fd455d9ce626d19268c5586dac334df81c8813978bc1cac93218e8d3e7bdfc +SIZE (stardict/stardict-quick_nor-eng-2.4.2.tar.bz2) = 79930 +MD5 (stardict/stardict-quick_nor-swe-2.4.2.tar.bz2) = 3a4472fa7ade66bdf5a4baec96bbc04d +SHA256 (stardict/stardict-quick_nor-swe-2.4.2.tar.bz2) = b9d18dd1344624f12a5f34b94edfe60b119e194108578c5c3b7c61fcecb4a570 +SIZE (stardict/stardict-quick_nor-swe-2.4.2.tar.bz2) = 56233 +MD5 (stardict/stardict-quick_pol-swe-2.4.2.tar.bz2) = 3456a955e3e7bc21ec2d072dbcb91b8a +SHA256 (stardict/stardict-quick_pol-swe-2.4.2.tar.bz2) = 3bc488dcd11034ce3bd42ee20bf06d580b0de1223aa8c074c1e47ad165a83535 +SIZE (stardict/stardict-quick_pol-swe-2.4.2.tar.bz2) = 5911 +MD5 (stardict/stardict-quick_por-dan-2.4.2.tar.bz2) = 0f570cd043dc5ec78c661f345c15651b +SHA256 (stardict/stardict-quick_por-dan-2.4.2.tar.bz2) = dbd1484fb94a2eeb34050606cef36b61a931b54b4d567422bb515ee92678d856 +SIZE (stardict/stardict-quick_por-dan-2.4.2.tar.bz2) = 29610 +MD5 (stardict/stardict-quick_por-eng-2.4.2.tar.bz2) = 6ea980689e6987f4538f7aabc814de6a +SHA256 (stardict/stardict-quick_por-eng-2.4.2.tar.bz2) = 2abbf1c100a8a1feb6dacd9b4e950112007a09fb27b8985c819d7b0953d7786a +SIZE (stardict/stardict-quick_por-eng-2.4.2.tar.bz2) = 70340 +MD5 (stardict/stardict-quick_por-swe-2.4.2.tar.bz2) = eb73e45f4d3154de35ae484f691adc7e +SHA256 (stardict/stardict-quick_por-swe-2.4.2.tar.bz2) = b912cdfbf8775d87086158fc6a43d866d96a39253af290a10cdf11538117f176 +SIZE (stardict/stardict-quick_por-swe-2.4.2.tar.bz2) = 46630 +MD5 (stardict/stardict-quick_rum-swe-2.4.2.tar.bz2) = bb1b241c62af144af9b78ea67da9aad6 +SHA256 (stardict/stardict-quick_rum-swe-2.4.2.tar.bz2) = 31fd66beb32baf00aea12af683db05067fbd29e7c84ca8c3bec4f37d6393c392 +SIZE (stardict/stardict-quick_rum-swe-2.4.2.tar.bz2) = 45271 +MD5 (stardict/stardict-quick_rus-dan-2.4.2.tar.bz2) = 64078802e3c82455ebe0b4a70f421bee +SHA256 (stardict/stardict-quick_rus-dan-2.4.2.tar.bz2) = 292864c4c79a15d10a2ec9b20b59494fb03c567c1fa2374c03f38a2c914c889c +SIZE (stardict/stardict-quick_rus-dan-2.4.2.tar.bz2) = 27887 +MD5 (stardict/stardict-quick_rus-eng-2.4.2.tar.bz2) = 3915153d630491cd9291807255ae39ee +SHA256 (stardict/stardict-quick_rus-eng-2.4.2.tar.bz2) = f8bd969ce07329eafb59e2e44c5b99744b424731b02beeca2c72d136b7a7cdca +SIZE (stardict/stardict-quick_rus-eng-2.4.2.tar.bz2) = 320743 +MD5 (stardict/stardict-quick_rus-swe-2.4.2.tar.bz2) = bd42587545936d9aa80a010b7e577022 +SHA256 (stardict/stardict-quick_rus-swe-2.4.2.tar.bz2) = 9b74acd634ccd02757fa8d452a17f7ed02ee6ff5bc741b25ab216f70dda898d5 +SIZE (stardict/stardict-quick_rus-swe-2.4.2.tar.bz2) = 171898 +MD5 (stardict/stardict-quick_slo-swe-2.4.2.tar.bz2) = 0aa1223ebf3e03a2a40ac9b9cfc955f8 +SHA256 (stardict/stardict-quick_slo-swe-2.4.2.tar.bz2) = 3c91028e85512808f5e5c731ecbcdf61906492781cfba19ff227dc33920ef662 +SIZE (stardict/stardict-quick_slo-swe-2.4.2.tar.bz2) = 42717 +MD5 (stardict/stardict-quick_spa-dan-2.4.2.tar.bz2) = 018fc93498913da4d2d08acb6ba24e47 +SHA256 (stardict/stardict-quick_spa-dan-2.4.2.tar.bz2) = 78a02fa527ff3c066e507b05c7e959a2d6a9d322f8fc6e5f2094893b6bc6b003 +SIZE (stardict/stardict-quick_spa-dan-2.4.2.tar.bz2) = 49152 +MD5 (stardict/stardict-quick_spa-eng-2.4.2.tar.bz2) = 84d5d81c098d49d038de4ef0d4429456 +SHA256 (stardict/stardict-quick_spa-eng-2.4.2.tar.bz2) = bd8542ba39b35a86359c1033e34db8f7c6b2a018923e5b2f771722ab99131bd0 +SIZE (stardict/stardict-quick_spa-eng-2.4.2.tar.bz2) = 251758 +MD5 (stardict/stardict-quick_spa-swe-2.4.2.tar.bz2) = 40006130d730758fe73e0da9c8bb5071 +SHA256 (stardict/stardict-quick_spa-swe-2.4.2.tar.bz2) = af03fb3986188038bf4129d9b407702089635449724d154b2d6800caeadedc64 +SIZE (stardict/stardict-quick_spa-swe-2.4.2.tar.bz2) = 104056 +MD5 (stardict/stardict-quick_swa-dan-2.4.2.tar.bz2) = f1f2906eb7482b94e372576a7c3cf612 +SHA256 (stardict/stardict-quick_swa-dan-2.4.2.tar.bz2) = 8452e1edff62c33ebfdec1349183e70609ff022217fcea4752ac6925bd432e73 +SIZE (stardict/stardict-quick_swa-dan-2.4.2.tar.bz2) = 6603 +MD5 (stardict/stardict-quick_swa-eng-2.4.2.tar.bz2) = 6606cb1a1b259204295cc542a511c69a +SHA256 (stardict/stardict-quick_swa-eng-2.4.2.tar.bz2) = 29ab0f3f829f083b600164c21cc8d5df9235b2c0ebafd44b0b0e1b34ce1daf90 +SIZE (stardict/stardict-quick_swa-eng-2.4.2.tar.bz2) = 9289 +MD5 (stardict/stardict-quick_swa-swe-2.4.2.tar.bz2) = 250852031d9d32cae76e0daba675ccef +SHA256 (stardict/stardict-quick_swa-swe-2.4.2.tar.bz2) = 3ab0f11fef11560c4f105ab5dec41b457e0a5cd5084d1f8f28a7039c0da1ed69 +SIZE (stardict/stardict-quick_swa-swe-2.4.2.tar.bz2) = 8144 +MD5 (stardict/stardict-quick_swe-afr-2.4.2.tar.bz2) = fa660849a52df5c1165348f5795f5121 +SHA256 (stardict/stardict-quick_swe-afr-2.4.2.tar.bz2) = d9b11194f6afd704ab4db73cc8e3114a938c5e58b6ecb551b4bf9b7e3f59130a +SIZE (stardict/stardict-quick_swe-afr-2.4.2.tar.bz2) = 35695 +MD5 (stardict/stardict-quick_swe-bul-2.4.2.tar.bz2) = 5fb73167e8a12866ee4e6af8fd0f4bbc +SHA256 (stardict/stardict-quick_swe-bul-2.4.2.tar.bz2) = 0468551676d4a3d03295fd3a681f6b7fd1b92372222b1e3e4805411256311b33 +SIZE (stardict/stardict-quick_swe-bul-2.4.2.tar.bz2) = 286038 +MD5 (stardict/stardict-quick_swe-dan-2.4.2.tar.bz2) = 067b129d1cd46e0cfda44b1b4dd5026b +SHA256 (stardict/stardict-quick_swe-dan-2.4.2.tar.bz2) = 40c972bcf71d7d24c8bb5c0fe3ea5926a070c9eda523e119446190ff5755294f +SIZE (stardict/stardict-quick_swe-dan-2.4.2.tar.bz2) = 282506 +MD5 (stardict/stardict-quick_swe-deu-2.4.2.tar.bz2) = 4cde3d6f52738ebf472028c67dc2db63 +SHA256 (stardict/stardict-quick_swe-deu-2.4.2.tar.bz2) = 77ff5743c6d3dabea96bb9d3534664f022f075868fefb131b801c2a73df4d3d2 +SIZE (stardict/stardict-quick_swe-deu-2.4.2.tar.bz2) = 662563 +MD5 (stardict/stardict-quick_swe-eng-2.4.2.tar.bz2) = aa2b284731a89642bf6d6fcb6f1a4467 +SHA256 (stardict/stardict-quick_swe-eng-2.4.2.tar.bz2) = 6c1fc538f1de946a46c6350a87bd322a8defee58ccb8920bc228c0e697584367 +SIZE (stardict/stardict-quick_swe-eng-2.4.2.tar.bz2) = 449625 +MD5 (stardict/stardict-quick_swe-esp-2.4.2.tar.bz2) = c7baeac9de8cc0aeab83304af8597238 +SHA256 (stardict/stardict-quick_swe-esp-2.4.2.tar.bz2) = 4a886ac034bc8a39c0a2902c0064040c2b2da4eee6226dda901b7f2110cbbc9d +SIZE (stardict/stardict-quick_swe-esp-2.4.2.tar.bz2) = 83386 +MD5 (stardict/stardict-quick_swe-fin-2.4.2.tar.bz2) = 4208fd6d147081316a5805bcf5d06a06 +SHA256 (stardict/stardict-quick_swe-fin-2.4.2.tar.bz2) = 776915a1148bf7c1399ffb41e7baea3fa5b1e2fa5b7332be4a07fa5c6b248c10 +SIZE (stardict/stardict-quick_swe-fin-2.4.2.tar.bz2) = 28790 +MD5 (stardict/stardict-quick_swe-fra-2.4.2.tar.bz2) = 11422b374104a88738ca89e0a680d46e +SHA256 (stardict/stardict-quick_swe-fra-2.4.2.tar.bz2) = 7550e7f7c47fce416bd14c07d110d996ce5258ae0b559a9bccbec26a1b79a7fd +SIZE (stardict/stardict-quick_swe-fra-2.4.2.tar.bz2) = 115675 +MD5 (stardict/stardict-quick_swe-fry-2.4.2.tar.bz2) = 31b8a191f87226514768707a42732e31 +SHA256 (stardict/stardict-quick_swe-fry-2.4.2.tar.bz2) = c2069d3fa4becbda865560b6873e3e5ea4894538e8aa63b553b68bf8de57733a +SIZE (stardict/stardict-quick_swe-fry-2.4.2.tar.bz2) = 2766 +MD5 (stardict/stardict-quick_swe-gre-2.4.2.tar.bz2) = e8f712bcb7cc67c16d903a91feb0b904 +SHA256 (stardict/stardict-quick_swe-gre-2.4.2.tar.bz2) = 55288ab92507e151e84bc08e532983c07e70fde5abdd6ee2c728e5be01d2fea8 +SIZE (stardict/stardict-quick_swe-gre-2.4.2.tar.bz2) = 32063 +MD5 (stardict/stardict-quick_swe-hun-2.4.2.tar.bz2) = 0871d815d93e1fed8e2801efabc23667 +SHA256 (stardict/stardict-quick_swe-hun-2.4.2.tar.bz2) = dff2fe64250a8755023966e858c8e1bf899f72e2ebc084e7399471fd7531a58f +SIZE (stardict/stardict-quick_swe-hun-2.4.2.tar.bz2) = 23276 +MD5 (stardict/stardict-quick_swe-ind-2.4.2.tar.bz2) = fe4d2d4aa89b1965263897835c14c002 +SHA256 (stardict/stardict-quick_swe-ind-2.4.2.tar.bz2) = 01cf479e57fd886998e0a413e19eab7f86e1aa4e1dfc66e613fc9434d5a0d026 +SIZE (stardict/stardict-quick_swe-ind-2.4.2.tar.bz2) = 13639 +MD5 (stardict/stardict-quick_swe-isl-2.4.2.tar.bz2) = 1e69e405af9b429311c49f13159e4cfe +SHA256 (stardict/stardict-quick_swe-isl-2.4.2.tar.bz2) = aa5a899fe620ca83c62d604e3e01d3cf5b20aeba12ce12c5601a01ff65816d2f +SIZE (stardict/stardict-quick_swe-isl-2.4.2.tar.bz2) = 12060 +MD5 (stardict/stardict-quick_swe-ita-2.4.2.tar.bz2) = 11ee5f40cf1011244f65bb8dd9b4c596 +SHA256 (stardict/stardict-quick_swe-ita-2.4.2.tar.bz2) = 02676ae09ae0382303547d4ce3f478e6919bbe649bc71d773374153690cea46d +SIZE (stardict/stardict-quick_swe-ita-2.4.2.tar.bz2) = 111777 +MD5 (stardict/stardict-quick_swe-jpn-2.4.2.tar.bz2) = 47b838343eb509f9fc78b515ceacd225 +SHA256 (stardict/stardict-quick_swe-jpn-2.4.2.tar.bz2) = 7859a6213d58dbbdd40f3a9cb2b0631962a4b27b9578115b7c6c98c641a5c98c +SIZE (stardict/stardict-quick_swe-jpn-2.4.2.tar.bz2) = 82443 +MD5 (stardict/stardict-quick_swe-lat-2.4.2.tar.bz2) = 5c5d02dca50e804ca449ff78928b01f8 +SHA256 (stardict/stardict-quick_swe-lat-2.4.2.tar.bz2) = cc711a52f889544e4392b8df5ce2edf8c8e5482be1c1bab4d0c85de4e0090c8a +SIZE (stardict/stardict-quick_swe-lat-2.4.2.tar.bz2) = 17246 +MD5 (stardict/stardict-quick_swe-nld-2.4.2.tar.bz2) = 5dd9c30dbe1cadfd8605f1bd5951d462 +SHA256 (stardict/stardict-quick_swe-nld-2.4.2.tar.bz2) = a4ab32c47b7d39d4383047b325da771a330eff583dc02ab44fa5e5827068e720 +SIZE (stardict/stardict-quick_swe-nld-2.4.2.tar.bz2) = 118405 +MD5 (stardict/stardict-quick_swe-nor-2.4.2.tar.bz2) = b00eb402829f5ac70eb861a2f201a034 +SHA256 (stardict/stardict-quick_swe-nor-2.4.2.tar.bz2) = c55042467db72d5121441cef12a5ea40d6e37dcd37b074cabd9847968902c895 +SIZE (stardict/stardict-quick_swe-nor-2.4.2.tar.bz2) = 58621 +MD5 (stardict/stardict-quick_swe-pol-2.4.2.tar.bz2) = ae9f789c1a4fcc3b765d40d4f0774df6 +SHA256 (stardict/stardict-quick_swe-pol-2.4.2.tar.bz2) = 0eddbaebdc1788ce22b5b86995e1472cd23f323871dd5a3623c629d24db04d8a +SIZE (stardict/stardict-quick_swe-pol-2.4.2.tar.bz2) = 7045 +MD5 (stardict/stardict-quick_swe-por-2.4.2.tar.bz2) = 2a94f3758ac2ec6c57a89b7698f95462 +SHA256 (stardict/stardict-quick_swe-por-2.4.2.tar.bz2) = 3674f50bc359e2e50f91a6092f2fb46d038342893b33d661bd09191bb569041b +SIZE (stardict/stardict-quick_swe-por-2.4.2.tar.bz2) = 54430 +MD5 (stardict/stardict-quick_swe-rum-2.4.2.tar.bz2) = f5532e90d6ff31652f0ee8489f81a3df +SHA256 (stardict/stardict-quick_swe-rum-2.4.2.tar.bz2) = f5430a4f926ee747dfeb748be3e29a208cf539cfb63fa7aaa9a593cba6bdb727 +SIZE (stardict/stardict-quick_swe-rum-2.4.2.tar.bz2) = 46630 +MD5 (stardict/stardict-quick_swe-rus-2.4.2.tar.bz2) = 11d23e6ca97d1fdc05481d34b4eed579 +SHA256 (stardict/stardict-quick_swe-rus-2.4.2.tar.bz2) = 7529ef700c97fa8993da5b242e5008380f535271b7e49ed08897a65fe1096f96 +SIZE (stardict/stardict-quick_swe-rus-2.4.2.tar.bz2) = 188750 +MD5 (stardict/stardict-quick_swe-slo-2.4.2.tar.bz2) = 3aaa7604242603ded5de7b73a39cb356 +SHA256 (stardict/stardict-quick_swe-slo-2.4.2.tar.bz2) = 5e747c5ca5e943336cf04904ebda8299268fb06e1a5260d7a959ab5937948239 +SIZE (stardict/stardict-quick_swe-slo-2.4.2.tar.bz2) = 57262 +MD5 (stardict/stardict-quick_swe-spa-2.4.2.tar.bz2) = 1122ac863d342401e621020644fe3b79 +SHA256 (stardict/stardict-quick_swe-spa-2.4.2.tar.bz2) = d0b4fcf5e07d3bf000c0377d921581c7e9446467aaa965b778778b33f0906f53 +SIZE (stardict/stardict-quick_swe-spa-2.4.2.tar.bz2) = 105757 +MD5 (stardict/stardict-quick_swe-swa-2.4.2.tar.bz2) = a04a6b29e5fd75424098df5c5405d7ed +SHA256 (stardict/stardict-quick_swe-swa-2.4.2.tar.bz2) = 768a0286e1d09e2b8db2647f93662a6b85a89bc0f4f8ced6cf0c500cd84cb3fb +SIZE (stardict/stardict-quick_swe-swa-2.4.2.tar.bz2) = 9571 +MD5 (stardict/stardict-quick_swe-wel-2.4.2.tar.bz2) = 9359e2f48be1584ec96c6e1fff1adffb +SHA256 (stardict/stardict-quick_swe-wel-2.4.2.tar.bz2) = 7866ad7253b3933289b77cc221fda5891b97b56cfa3d05bfd24367e505e089be +SIZE (stardict/stardict-quick_swe-wel-2.4.2.tar.bz2) = 36105 +MD5 (stardict/stardict-quick_wel-swe-2.4.2.tar.bz2) = f7a9585bcfce2289144e2aca3805f27b +SHA256 (stardict/stardict-quick_wel-swe-2.4.2.tar.bz2) = a85da95049bc72ba38a7505cf585d39a7b70f734d235fbe256d17115f65df961 +SIZE (stardict/stardict-quick_wel-swe-2.4.2.tar.bz2) = 27326 diff --git a/textproc/stardict2-quick/pkg-descr b/textproc/stardict2-quick/pkg-descr new file mode 100644 index 000000000..b7df7c011 --- /dev/null +++ b/textproc/stardict2-quick/pkg-descr @@ -0,0 +1,3 @@ +Dictionaries from Quick for StarDict. + +WWW: http://stardict.sourceforge.net/ |