mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Remove expired ports:
2018-12-15 graphics/cuneiform: Unmaintained upstream 2018-12-15 dns/knot1: EOL upstream; successor dns/knot2 is in place
This commit is contained in:
parent
ae75efd1e8
commit
228fe4b18e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487552
2
MOVED
2
MOVED
@ -10783,3 +10783,5 @@ sysutils/cog||2018-12-11|Has expired: GNOME 2 application
|
||||
sysutils/gcdmaster||2018-12-11|Has expired: GNOME 2 application
|
||||
biology/njplot|biology/seaview|2018-12-11|Has expired: Deprecated by upstream; use biology/seaview instead
|
||||
devel/dcmtk|graphics/dcmtk|2018-12-12|Move to a proper category
|
||||
graphics/cuneiform||2018-12-16|Has expired: Unmaintained upstream
|
||||
dns/knot1|dns/knot2|2018-12-16|Has expired: EOL upstream; successor dns/knot2 is in place
|
||||
|
@ -91,7 +91,6 @@
|
||||
SUBDIR += kadnode
|
||||
SUBDIR += kf5-kdnssd
|
||||
SUBDIR += knot-resolver
|
||||
SUBDIR += knot1
|
||||
SUBDIR += knot2
|
||||
SUBDIR += knot2-lib
|
||||
SUBDIR += ldapdns
|
||||
|
@ -1,73 +0,0 @@
|
||||
# Created by: Leo Vandewoestijne <freebsd@dns.company>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= knot
|
||||
PORTVERSION= 1.6.8
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||
http://dns-lab.com/downloads/knot-dns/
|
||||
PKGNAMESUFFIX= 1
|
||||
|
||||
MAINTAINER= freebsd@dns.company
|
||||
COMMENT= High performance authoritative-only DNS server
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
DEPRECATED= EOL upstream; successor dns/knot2 is in place
|
||||
EXPIRATION_DATE= 2018-12-15
|
||||
|
||||
BUILD_DEPENDS= flex>=2.5.35_1:textproc/flex
|
||||
LIB_DEPENDS= liburcu.so:sysutils/liburcu
|
||||
|
||||
CONFLICTS= knot-2.* knot2-.*
|
||||
|
||||
USES= alias bison libtool pkgconfig ssl tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-storage=/var/db/knot \
|
||||
--with-rundir=/var/run/knot \
|
||||
--with-openssl=${OPENSSLBASE} \
|
||||
--enable-recvmmsg=no
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
USERS= knot
|
||||
GROUPS= knot
|
||||
SUB_LIST+= USERS="${USERS}" GROUPS="${GROUPS}"
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS
|
||||
|
||||
OPTIONS_DEFINE= DNSTAP IDN LMDB DOCS
|
||||
|
||||
DNSTAP_DESC= dnstap support (see dnstap.info)
|
||||
LMDB_DESC= Enable LMDB backend
|
||||
|
||||
DNSTAP_CONFIGURE_ENABLE= dnstap
|
||||
DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \
|
||||
libprotobuf-c.so:devel/protobuf-c
|
||||
|
||||
IDN_CONFIGURE_WITH= libidn
|
||||
IDN_LIB_DEPENDS= libidn.so:dns/libidn
|
||||
|
||||
LMDB_CONFIGURE_ENABLE= lmdb
|
||||
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
@${RM} -r ${WRKSRC}/src/zscanner/scanner.c
|
||||
|
||||
post-install:
|
||||
${MV} ${STAGEDIR}${ETCDIR}/knot.sample.conf \
|
||||
${STAGEDIR}${ETCDIR}/knot.conf.sample
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1470790030
|
||||
SHA256 (knot-1.6.8.tar.xz) = 8d95dfd359fb187289d7d085e217d8fabb6022135d358134ed4165418a269237
|
||||
SIZE (knot-1.6.8.tar.xz) = 806748
|
@ -1,58 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: knot
|
||||
# REQUIRE: SERVERS cleanvar
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf to enable knot:
|
||||
#
|
||||
# knot_enable="YES": Set to NO by default.
|
||||
# Set it to YES to enable knot.
|
||||
# knot_config="": Set to /usr/local/etc/knot/knot.conf
|
||||
# by default.
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=knot
|
||||
rcvar=knot_enable
|
||||
|
||||
load_rc_config ${name}
|
||||
|
||||
: ${knot_enable:=NO}
|
||||
: ${knot_config="%%PREFIX%%/etc/knot/knot.conf"}
|
||||
|
||||
command=%%PREFIX%%/sbin/knotd
|
||||
command_args="-c ${knot_config} -d"
|
||||
control=%%PREFIX%%/sbin/knotc
|
||||
pidfile=/var/run/knot/knot.pid
|
||||
|
||||
required_files=${knot_config}
|
||||
|
||||
extra_commands=reload
|
||||
reload_cmd="${name}_reload"
|
||||
start_precmd="${name}_prestart"
|
||||
|
||||
knot_prestart()
|
||||
{
|
||||
if [ ! -d /var/run/knot ]; then
|
||||
install -d -o %%USERS%% -g %%GROUPS%% /var/run/knot
|
||||
fi
|
||||
if [ ! -d /var/db/knot ]; then
|
||||
install -d -o %%USERS%% -g %%GROUPS%% /var/db/knot
|
||||
fi
|
||||
grep -v '#' ${knot_config} | grep -q -E 'knot.knot;|bind.bind;'
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Notice: not running as uid.gid knot.knot or bind.bind"
|
||||
fi
|
||||
${control} -c ${knot_config} checkconf
|
||||
}
|
||||
|
||||
knot_reload()
|
||||
{
|
||||
echo "Reloading ${name}."
|
||||
${control} -c ${knot_config} reload
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
@ -1,11 +0,0 @@
|
||||
######################################################################
|
||||
|
||||
To start using Knot DNS, you should complete the following tasks:
|
||||
|
||||
cp %%ETCDIR%%/knot.conf.sample %%ETCDIR%%/knot.conf
|
||||
$EDITOR %%ETCDIR%%/knot.conf
|
||||
sysrc knot_enable=YES
|
||||
sysrc knot_config=%%ETCDIR%%/knot.conf
|
||||
service knot start
|
||||
|
||||
######################################################################
|
@ -1,14 +0,0 @@
|
||||
Knot DNS is a high-performance authoritative-only DNS server which
|
||||
supports all key features of the domain name system including zone
|
||||
AXFR and IXFR, DDNS and DNSSEC. Its key features:
|
||||
|
||||
* Open source
|
||||
* High-performance, multi-threaded, and mostly lock-free
|
||||
implementation which scales well on SMPs
|
||||
* Object-oriented design
|
||||
* Support for all important DNS protocols:
|
||||
- Full and incremental zone transfers
|
||||
- EDNS0 and DNSSEC extensions, including NSEC3
|
||||
- NSID
|
||||
|
||||
WWW: http://www.knot-dns.cz/
|
@ -1,21 +0,0 @@
|
||||
%%ETCDIR%%/example.com.zone
|
||||
@sample %%ETCDIR%%/knot.conf.sample
|
||||
bin/kdig
|
||||
bin/khost
|
||||
bin/knsec3hash
|
||||
bin/knsupdate
|
||||
lib/libknot.so
|
||||
lib/libknot.so.0
|
||||
lib/libknot.so.0.0.1
|
||||
lib/libzscanner.so
|
||||
lib/libzscanner.so.0
|
||||
lib/libzscanner.so.0.0.1
|
||||
man/man1/kdig.1.gz
|
||||
man/man1/khost.1.gz
|
||||
man/man1/knsec3hash.1.gz
|
||||
man/man1/knsupdate.1.gz
|
||||
man/man5/knot.conf.5.gz
|
||||
man/man8/knotc.8.gz
|
||||
man/man8/knotd.8.gz
|
||||
sbin/knotc
|
||||
sbin/knotd
|
@ -113,7 +113,6 @@
|
||||
SUBDIR += cptutils
|
||||
SUBDIR += crw
|
||||
SUBDIR += cthumb
|
||||
SUBDIR += cuneiform
|
||||
SUBDIR += curator
|
||||
SUBDIR += cuttlefish
|
||||
SUBDIR += danpei
|
||||
|
@ -1,36 +0,0 @@
|
||||
# Created by: samm
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cuneiform
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://launchpadlibrarian.net/69906918/
|
||||
DISTNAME= ${PORTNAME}-linux-${PORTVERSION}
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= OCR system developed and open sourced by Cognitive technologies
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/cuneiform_src/Kern/license.txt
|
||||
|
||||
DEPRECATED= Unmaintained upstream
|
||||
EXPIRATION_DATE= 2018-12-15
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
USES= cmake:outsource tar:bzip2
|
||||
USE_CXXSTD= gnu++98
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= IMAGEMAGICK
|
||||
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
IMAGEMAGICK_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_ImageMagick
|
||||
|
||||
post-patch:
|
||||
${MV} ${WRKSRC}/cuneiform_src/Kern/hhh/tigerh/h/strings.h \
|
||||
${WRKSRC}/cuneiform_src/Kern/hhh/tigerh/h/cf_strings.h
|
||||
@${REINPLACE_CMD} -e 's:\[(uchar):\[(uchar)L:' \
|
||||
${WRKSRC}/cuneiform_src/Kern/leo/src/leo_dll.c
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (cuneiform-linux-1.1.0.tar.bz2) = 577e0d054de72086c33b4e8ae15033657776509b9a7af6eb272888eefcbdbbad
|
||||
SIZE (cuneiform-linux-1.1.0.tar.bz2) = 26388511
|
@ -1,25 +0,0 @@
|
||||
Fix with modern Clang, e.g.
|
||||
|
||||
cuneiform_src/Kern/ced/sources/main/ced_func_rtf.cpp:215:12: error: ordered comparison between pointer and zero ('CEDSection *' and 'int')
|
||||
for (;sect>0;sect=sect->next)
|
||||
|
||||
--- cuneiform_src/Kern/ced/sources/main/ced_func_rtf.cpp.orig 2018-03-11 17:08:11 UTC
|
||||
+++ cuneiform_src/Kern/ced/sources/main/ced_func_rtf.cpp
|
||||
@@ -212,7 +212,7 @@ Bool32 CEDPage::FormattedWriteRtf(const
|
||||
}
|
||||
*/
|
||||
// write the text lines
|
||||
- for (;sect>0;sect=sect->next)
|
||||
+ for (;sect;sect=sect->next)
|
||||
{
|
||||
if (!WriteRtfSection(rtf,sect)) goto WRITE_END; //write section properties
|
||||
// int sectNum=0;
|
||||
@@ -897,7 +897,7 @@ Bool WriteRtfCharFmt(struct StrRtfOut fa
|
||||
// if (curChar->fontNum>=rtf->page->fontsUsed || (prevChar&&prevChar->fontNum>=rtf->page->fontsUsed)) return TRUE;
|
||||
|
||||
// extract value for comparison
|
||||
- if (prevChar>0) {
|
||||
+ if (prevChar) {
|
||||
// lstrcpy(PrevTypeFace,TerFont[PrevFont].TypeFace);
|
||||
PrevFamily=rtf->table[rtf->page->GetFontByNum(prevChar->fontNum)];
|
||||
PrevStyle=prevChar->fontAttribs;
|
@ -1,13 +0,0 @@
|
||||
--- cuneiform_src/Kern/rimage/sources/main/cricontrol.cpp.orig 2011-04-19 12:49:57 UTC
|
||||
+++ cuneiform_src/Kern/rimage/sources/main/cricontrol.cpp
|
||||
@@ -594,8 +594,8 @@ Bool32 CRIControl::CreateDestinatonDIB(u
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
- wNewHeight = (mbMarginsFlag ? abs(mrMargins.rmBottomMarg - mrMargins.rmTopMarg) : mpSourceDIB->GetLinesNumber());
|
||||
- wNewWidth = (mbMarginsFlag ? abs(mrMargins.rmLeftMarg - mrMargins.rmRightMarg) : mpSourceDIB->GetLineWidth());
|
||||
+ wNewHeight = (mbMarginsFlag ? abs((int32_t)(mrMargins.rmBottomMarg - mrMargins.rmTopMarg)) : mpSourceDIB->GetLinesNumber());
|
||||
+ wNewWidth = (mbMarginsFlag ? abs((int32_t)(mrMargins.rmLeftMarg - mrMargins.rmRightMarg)) : mpSourceDIB->GetLineWidth());
|
||||
mpSourceDIB->GetResolutionDPM( &wXResolution, &wYResolution);
|
||||
|
||||
if ( !mpDestinationDIB->CreateDIBBegin( wNewWidth, wNewHeight, BitCount) )
|
@ -1,5 +0,0 @@
|
||||
Cuneiform is an multi-language OCR system originally developed and open sourced
|
||||
by Cognitive Technologies. Cuneiform was originally a Windows program, which
|
||||
was ported to Linux by Jussi Pakkanen.
|
||||
|
||||
WWW: https://launchpad.net/cuneiform-linux
|
@ -1,284 +0,0 @@
|
||||
bin/cuneiform
|
||||
include/cuneiform.h
|
||||
lib/libccom.so
|
||||
lib/libccom.so.0
|
||||
lib/libccom.so.1.1.0
|
||||
lib/libced.so
|
||||
lib/libced.so.0
|
||||
lib/libced.so.1.1.0
|
||||
lib/libcfcompat.so
|
||||
lib/libcfcompat.so.0
|
||||
lib/libcfcompat.so.1.1.0
|
||||
lib/libcfio.so
|
||||
lib/libcfio.so.0
|
||||
lib/libcfio.so.1.1.0
|
||||
lib/libcimage.so
|
||||
lib/libcimage.so.0
|
||||
lib/libcimage.so.1.1.0
|
||||
lib/libcline.so
|
||||
lib/libcline.so.0
|
||||
lib/libcline.so.1.1.0
|
||||
lib/libcpage.so
|
||||
lib/libcpage.so.0
|
||||
lib/libcpage.so.1.1.0
|
||||
lib/libcpu32.so
|
||||
lib/libcpu32.so.0
|
||||
lib/libcpu32.so.1.1.0
|
||||
lib/libcstr.so
|
||||
lib/libcstr.so.0
|
||||
lib/libcstr.so.1.1.0
|
||||
lib/libctb32.so
|
||||
lib/libctb32.so.0
|
||||
lib/libctb32.so.1.1.0
|
||||
lib/libcuneiform.so
|
||||
lib/libcuneiform.so.0
|
||||
lib/libcuneiform.so.1.1.0
|
||||
lib/libdif32.so
|
||||
lib/libdif32.so.0
|
||||
lib/libdif32.so.1.1.0
|
||||
lib/libevn32.so
|
||||
lib/libevn32.so.0
|
||||
lib/libevn32.so.1.1.0
|
||||
lib/libexc.so
|
||||
lib/libexc.so.0
|
||||
lib/libexc.so.1.1.0
|
||||
lib/libfon32.so
|
||||
lib/libfon32.so.0
|
||||
lib/libfon32.so.1.1.0
|
||||
lib/libleo32.so
|
||||
lib/libleo32.so.0
|
||||
lib/libleo32.so.1.1.0
|
||||
lib/liblns32.so
|
||||
lib/liblns32.so.0
|
||||
lib/liblns32.so.1.1.0
|
||||
lib/libloc32.so
|
||||
lib/libloc32.so.0
|
||||
lib/libloc32.so.1.1.0
|
||||
lib/libmmx32.so
|
||||
lib/libmmx32.so.0
|
||||
lib/libmmx32.so.1.1.0
|
||||
lib/libmsk32.so
|
||||
lib/libmsk32.so.0
|
||||
lib/libmsk32.so.1.1.0
|
||||
lib/libpass2.so
|
||||
lib/libpass2.so.0
|
||||
lib/libpass2.so.1.1.0
|
||||
lib/libr3532.so
|
||||
lib/libr3532.so.0
|
||||
lib/libr3532.so.1.1.0
|
||||
lib/librbal.so
|
||||
lib/librbal.so.0
|
||||
lib/librbal.so.1.1.0
|
||||
lib/librblock.so
|
||||
lib/librblock.so.0
|
||||
lib/librblock.so.1.1.0
|
||||
lib/librcorrkegl.so
|
||||
lib/librcorrkegl.so.0
|
||||
lib/librcorrkegl.so.1.1.0
|
||||
lib/librcutp.so
|
||||
lib/librcutp.so.0
|
||||
lib/librcutp.so.1.1.0
|
||||
lib/librdib.so
|
||||
lib/librdib.so.0
|
||||
lib/librdib.so.1.1.0
|
||||
lib/librfrmt.so
|
||||
lib/librfrmt.so.0
|
||||
lib/librfrmt.so.1.1.0
|
||||
lib/librimage.so
|
||||
lib/librimage.so.0
|
||||
lib/librimage.so.1.1.0
|
||||
lib/librline.so
|
||||
lib/librline.so.0
|
||||
lib/librline.so.1.1.0
|
||||
lib/librling.so
|
||||
lib/librling.so.0
|
||||
lib/librling.so.1.1.0
|
||||
lib/librlings.so
|
||||
lib/librlings.so.0
|
||||
lib/librlings.so.1.1.0
|
||||
lib/librmarker.so
|
||||
lib/librmarker.so.0
|
||||
lib/librmarker.so.1.1.0
|
||||
lib/librneg.so
|
||||
lib/librneg.so.0
|
||||
lib/librneg.so.1.1.0
|
||||
lib/librout.so
|
||||
lib/librout.so.0
|
||||
lib/librout.so.1.1.0
|
||||
lib/librpic.so
|
||||
lib/librpic.so.0
|
||||
lib/librpic.so.1.1.0
|
||||
lib/librpstr.so
|
||||
lib/librpstr.so.0
|
||||
lib/librpstr.so.1.1.0
|
||||
lib/librreccom.so
|
||||
lib/librreccom.so.0
|
||||
lib/librreccom.so.1.1.0
|
||||
lib/librsadd.so
|
||||
lib/librsadd.so.0
|
||||
lib/librsadd.so.1.1.0
|
||||
lib/librselstr.so
|
||||
lib/librselstr.so.0
|
||||
lib/librselstr.so.1.1.0
|
||||
lib/librshelllines.so
|
||||
lib/librshelllines.so.0
|
||||
lib/librshelllines.so.1.1.0
|
||||
lib/librstr.so
|
||||
lib/librstr.so.0
|
||||
lib/librstr.so.1.1.0
|
||||
lib/librstuff.so
|
||||
lib/librstuff.so.0
|
||||
lib/librstuff.so.1.1.0
|
||||
lib/librverline.so
|
||||
lib/librverline.so.0
|
||||
lib/librverline.so.1.1.0
|
||||
lib/libsmetric.so
|
||||
lib/libsmetric.so.0
|
||||
lib/libsmetric.so.1.1.0
|
||||
lib/libstd32.so
|
||||
lib/libstd32.so.0
|
||||
lib/libstd32.so.1.1.0
|
||||
%%DATADIR%%/cube16pd.dat
|
||||
%%DATADIR%%/cube16pl.dat
|
||||
%%DATADIR%%/cube16pr.dat
|
||||
%%DATADIR%%/cube16ps.dat
|
||||
%%DATADIR%%/cube16pt.dat
|
||||
%%DATADIR%%/cubeabde.dat
|
||||
%%DATADIR%%/dc010101.dat
|
||||
%%DATADIR%%/dc0201.dat
|
||||
%%DATADIR%%/dc0202.dat
|
||||
%%DATADIR%%/dc0203.dat
|
||||
%%DATADIR%%/dc0204.dat
|
||||
%%DATADIR%%/dc0205.dat
|
||||
%%DATADIR%%/dc0206.dat
|
||||
%%DATADIR%%/dc1201.dat
|
||||
%%DATADIR%%/dc1203.dat
|
||||
%%DATADIR%%/dc1204.dat
|
||||
%%DATADIR%%/dc2201.dat
|
||||
%%DATADIR%%/dc2203.dat
|
||||
%%DATADIR%%/dc2204.dat
|
||||
%%DATADIR%%/dc_agr.dat
|
||||
%%DATADIR%%/dc_etrd.dat
|
||||
%%DATADIR%%/dc_rtrd.dat
|
||||
%%DATADIR%%/pln_hpd.dat
|
||||
%%DATADIR%%/pln_prc.dat
|
||||
%%DATADIR%%/rec1.dat
|
||||
%%DATADIR%%/rec1blt.dat
|
||||
%%DATADIR%%/rec1cen.dat
|
||||
%%DATADIR%%/rec1n.dat
|
||||
%%DATADIR%%/rec1r&e.dat
|
||||
%%DATADIR%%/rec1rus.dat
|
||||
%%DATADIR%%/rec1tur.dat
|
||||
%%DATADIR%%/rec2.dat
|
||||
%%DATADIR%%/rec2blt.dat
|
||||
%%DATADIR%%/rec2cen.dat
|
||||
%%DATADIR%%/rec2n.dat
|
||||
%%DATADIR%%/rec2r&e.dat
|
||||
%%DATADIR%%/rec2rus.dat
|
||||
%%DATADIR%%/rec2tur.dat
|
||||
%%DATADIR%%/rec3.dat
|
||||
%%DATADIR%%/rec3blt.dat
|
||||
%%DATADIR%%/rec3cen.dat
|
||||
%%DATADIR%%/rec3n.dat
|
||||
%%DATADIR%%/rec3r&e.dat
|
||||
%%DATADIR%%/rec3rus.dat
|
||||
%%DATADIR%%/rec3tur.dat
|
||||
%%DATADIR%%/rec4cour.dat
|
||||
%%DATADIR%%/rec4inc.dat
|
||||
%%DATADIR%%/rec4mtr.dat
|
||||
%%DATADIR%%/rec4r&e.dat
|
||||
%%DATADIR%%/rec6.dat
|
||||
%%DATADIR%%/rec6all.dat
|
||||
%%DATADIR%%/rec6bul.dat
|
||||
%%DATADIR%%/rec6cro.dat
|
||||
%%DATADIR%%/rec6cze.dat
|
||||
%%DATADIR%%/rec6dan.dat
|
||||
%%DATADIR%%/rec6dut.dat
|
||||
%%DATADIR%%/rec6est.dat
|
||||
%%DATADIR%%/rec6frn.dat
|
||||
%%DATADIR%%/rec6grm.dat
|
||||
%%DATADIR%%/rec6hun.dat
|
||||
%%DATADIR%%/rec6ita.dat
|
||||
%%DATADIR%%/rec6lat.dat
|
||||
%%DATADIR%%/rec6lit.dat
|
||||
%%DATADIR%%/rec6pol.dat
|
||||
%%DATADIR%%/rec6por.dat
|
||||
%%DATADIR%%/rec6rom.dat
|
||||
%%DATADIR%%/rec6rus.dat
|
||||
%%DATADIR%%/rec6ser.dat
|
||||
%%DATADIR%%/rec6slo.dat
|
||||
%%DATADIR%%/rec6spa.dat
|
||||
%%DATADIR%%/rec6swe.dat
|
||||
%%DATADIR%%/rec6tur.dat
|
||||
%%DATADIR%%/rec6ukr.dat
|
||||
%%DATADIR%%/rec7.dat
|
||||
%%DATADIR%%/rec7bul.dat
|
||||
%%DATADIR%%/rec7cro.dat
|
||||
%%DATADIR%%/rec7cze.dat
|
||||
%%DATADIR%%/rec7dan.dat
|
||||
%%DATADIR%%/rec7dut.dat
|
||||
%%DATADIR%%/rec7est.dat
|
||||
%%DATADIR%%/rec7frn.dat
|
||||
%%DATADIR%%/rec7grm.dat
|
||||
%%DATADIR%%/rec7hun.dat
|
||||
%%DATADIR%%/rec7ita.dat
|
||||
%%DATADIR%%/rec7lat.dat
|
||||
%%DATADIR%%/rec7lit.dat
|
||||
%%DATADIR%%/rec7pol.dat
|
||||
%%DATADIR%%/rec7por.dat
|
||||
%%DATADIR%%/rec7rom.dat
|
||||
%%DATADIR%%/rec7rus.dat
|
||||
%%DATADIR%%/rec7ser.dat
|
||||
%%DATADIR%%/rec7slo.dat
|
||||
%%DATADIR%%/rec7spa.dat
|
||||
%%DATADIR%%/rec7swe.dat
|
||||
%%DATADIR%%/rec7tur.dat
|
||||
%%DATADIR%%/rec7ukr.dat
|
||||
%%DATADIR%%/rec8.dat
|
||||
%%DATADIR%%/rec8bul.dat
|
||||
%%DATADIR%%/rec8cro.dat
|
||||
%%DATADIR%%/rec8cze.dat
|
||||
%%DATADIR%%/rec8dan.dat
|
||||
%%DATADIR%%/rec8dut.dat
|
||||
%%DATADIR%%/rec8est.dat
|
||||
%%DATADIR%%/rec8frn.dat
|
||||
%%DATADIR%%/rec8grm.dat
|
||||
%%DATADIR%%/rec8hun.dat
|
||||
%%DATADIR%%/rec8ita.dat
|
||||
%%DATADIR%%/rec8lat.dat
|
||||
%%DATADIR%%/rec8lit.dat
|
||||
%%DATADIR%%/rec8pol.dat
|
||||
%%DATADIR%%/rec8por.dat
|
||||
%%DATADIR%%/rec8rom.dat
|
||||
%%DATADIR%%/rec8rus.dat
|
||||
%%DATADIR%%/rec8ser.dat
|
||||
%%DATADIR%%/rec8slo.dat
|
||||
%%DATADIR%%/rec8spa.dat
|
||||
%%DATADIR%%/rec8swe.dat
|
||||
%%DATADIR%%/rec8tur.dat
|
||||
%%DATADIR%%/rec8ukr.dat
|
||||
%%DATADIR%%/rec9.dat
|
||||
%%DATADIR%%/rec9bul.dat
|
||||
%%DATADIR%%/rec9cro.dat
|
||||
%%DATADIR%%/rec9cze.dat
|
||||
%%DATADIR%%/rec9dan.dat
|
||||
%%DATADIR%%/rec9dut.dat
|
||||
%%DATADIR%%/rec9est.dat
|
||||
%%DATADIR%%/rec9frn.dat
|
||||
%%DATADIR%%/rec9grm.dat
|
||||
%%DATADIR%%/rec9hun.dat
|
||||
%%DATADIR%%/rec9ita.dat
|
||||
%%DATADIR%%/rec9lat.dat
|
||||
%%DATADIR%%/rec9lit.dat
|
||||
%%DATADIR%%/rec9pol.dat
|
||||
%%DATADIR%%/rec9por.dat
|
||||
%%DATADIR%%/rec9rom.dat
|
||||
%%DATADIR%%/rec9rus.dat
|
||||
%%DATADIR%%/rec9ser.dat
|
||||
%%DATADIR%%/rec9slo.dat
|
||||
%%DATADIR%%/rec9spa.dat
|
||||
%%DATADIR%%/rec9swe.dat
|
||||
%%DATADIR%%/rec9tur.dat
|
||||
%%DATADIR%%/rec9ukr.dat
|
||||
%%DATADIR%%/vital.dat
|
||||
%%DATADIR%%/viteng.dat
|
Loading…
Reference in New Issue
Block a user