Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed Jan 10, 2021
1 parent 4c24bb7 commit fe3258e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 77 deletions.
52 changes: 2 additions & 50 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,55 +1,7 @@
* text=auto !eol
/AUTHORS -text
/COPYING -text
/ChangeLog -text
/Makefile.am -text
/NEWS -text
/README -text
/TODO -text
/apertium-srd-ita.ita-srd.lrx -text
/apertium-srd-ita.ita-srd.t1x -text
/apertium-srd-ita.ita-srd.t2x -text
/apertium-srd-ita.ita-srd.t3x -text
/apertium-srd-ita.srd-ita.dix -text
/apertium-srd-ita.srd-ita.lrx -text
/apertium-srd-ita.srd-ita.t1x -text
/apertium-srd-ita.srd-ita.t2x -text
/apertium-srd-ita.srd-ita.t3x -text
/autogen.sh -text
/configure.ac -text
/corpus_ita_4000.txt -text
dev/glossariu.ita-srd.nospaces.txt -text
dev/glossariu.ita-srd.spaces.txt -text
dev/testvoc/bidix-unknowns.sh -text
dev/testvoc/generation.sh -text
dev/testvoc/streamparser.py -text
evaluacion/notas_evaluacion_final.txt -text
/evaluation.gsoc17 -text
/evaluation.gsoc2017 -text
/modes.xml -text
t/README.org -text
t/config.sh -text
t/config.sh.in -text
t/pending-tests -text
t/regression-tests -text
t/update-latest -text
t/wiki-tests -text
texts/cuento.2.srd.txt -text
texts/cuento.ita.txt -text
texts/cuento.srd.txt -text
texts/guernica.ita.txt -text
texts/guernica.srd.txt -text
texts/pantomaca.ita.txt -text
texts/pintxo.ita.txt -text
texts/pintxo.srd.txt -text
texts/pompia.ita.txt -text
texts/pompia.srd.txt -text
texts/sogliola.ita.txt -text
texts/sogliola.srd.txt -text
texts_bi/comunicadu_ita.txt -text
texts_bi/comunicadu_srd.txt -text
* text eol=lf
*.dix linguist-language=XML linguist-detectable=true
*.lrx linguist-language=XML linguist-detectable=true
*.lsx linguist-language=XML linguist-detectable=true
*.tsx linguist-language=XML linguist-detectable=true
*.t[[:digit:]]x linguist-language=XML linguist-detectable=true
*.prob binary
9 changes: 6 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Copyright (C) 2016--2016 Francis Tyers <[email protected]>
Copyright (C) 2016--2021 Gianfranco Fronteddu <[email protected]>
Copyright (C) 2016--2021 Hèctor Alòs i Font <[email protected]>
2016-2021, Hèctor Alòs i Font <[email protected]>
2016-2020, Gianfranco Fronteddu <[email protected]>
2018, Sushain Cherivirala <[email protected]>
2017, Tino Didriksen <[email protected]>
2016, Francis M. Tyers <[email protected]>
2016, Kevin Brubeck Unhammer <[email protected]>
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
## Makefile for Sardinian--Italian
###############################################################################

VERSION=0.9.5
LANG1=srd
LANG2=ita
PREFIX1=$(LANG1)-$(LANG2)
Expand Down Expand Up @@ -217,4 +216,3 @@ test: all
@echo "Piattaforma di traduzione automatica." > .test-ref
@diff .test-ref .test-mt
@rm .test-ref .test-mt

27 changes: 5 additions & 22 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
AC_PREREQ(2.52)

AC_INIT([Apertium Sardinian-Italian], [1.1.0], [[email protected]], [apertium-srd-ita], [http://wiki.apertium.org/wiki/Apertium-srd-ita])
AC_INIT([Apertium Sardinian-Italian], [1.1.0], [[email protected]], [apertium-srd-ita], [https://wiki.apertium.org/wiki/Apertium-srd-ita])
AM_INIT_AUTOMAKE

AC_PROG_LN_S
AC_PROG_AWK

PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.1)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.1)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.1)
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.3)



AC_PATH_PROG([CGCOMP], [cg-comp], [false], [$PATH$PATH_SEPARATOR$with_cg_comp/bin])
AS_IF([test x$CGCOMP = xfalse], [AC_MSG_ERROR([You don't have cg-comp installed])])

AC_PATH_PROG([CGPROC], [cg-proc], [false], [$PATH$PATH_SEPARATOR$with_cg_proc/bin])
AS_IF([test x$CGPROC = xfalse], [AC_MSG_ERROR([You don't have cg-proc installed])])

AC_PATH_PROG([LRXCOMP], [lrx-comp], [false], [$PATH$PATH_SEPARATOR$with_lrx_comp/bin])
AS_IF([test x$LRXCOMP = xfalse], [AC_MSG_ERROR([You don't have lrx-comp installed])])

AC_PATH_PROG([LRXPROC], [lrx-proc], [false], [$PATH$PATH_SEPARATOR$with_lrx_proc/bin])
AS_IF([test x$LRXPROC = xfalse], [AC_MSG_ERROR([You don't have lrx-proc installed])])
PKG_CHECK_MODULES(APERTIUM, apertium >= 3.7.1)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.3)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.2)
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.7)

AC_PATH_PROGS(ZCAT, [gzcat zcat], [false])
AS_IF([test x$ZCAT = xfalse], [AC_MSG_ERROR([You don't have zcat nor gzcat installed])])
Expand All @@ -36,4 +20,3 @@ AP_CHECK_LING([2], [apertium-ita], [1.1.0])
AP_MKINCLUDE

AC_OUTPUT([Makefile])

0 comments on commit fe3258e

Please sign in to comment.