From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 04:01:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 144336B3DCB; Tue, 21 Sep 2021 04:01:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD75Q1rcSz4kQ6; Tue, 21 Sep 2021 04:01:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33F661D1CA; Tue, 21 Sep 2021 04:01:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L419Gc058139; Tue, 21 Sep 2021 04:01:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L4192c058138; Tue, 21 Sep 2021 04:01:09 GMT (envelope-from git) Date: Tue, 21 Sep 2021 04:01:09 GMT Message-Id: <202109210401.18L4192c058138@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 63b6f9381095 - main - */*mythes: Fix 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 63b6f938109571011e834d4f1e97c248c1919102 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 04:01:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=63b6f938109571011e834d4f1e97c248c1919102 commit 63b6f938109571011e834d4f1e97c248c1919102 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:33:43 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:47:29 +0000 */*mythes: Fix 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63 Remove accidentally-generated 'Makefile ' Reported by: bdrewery --- french/mythes/Makefile | 37 ------------------------------------- hungarian/mythes/Makefile | 26 -------------------------- polish/mythes/Makefile | 26 -------------------------- portuguese/mythes/Makefile | 30 ------------------------------ russian/mythes/Makefile | 30 ------------------------------ textproc/bg-mythes/Makefile | 30 ------------------------------ textproc/cs-mythes/Makefile | 27 --------------------------- textproc/en-mythes/Makefile | 38 -------------------------------------- textproc/es-mythes/Makefile | 39 --------------------------------------- textproc/it-mythes/Makefile | 27 --------------------------- textproc/nl-mythes/Makefile | 37 ------------------------------------- textproc/ro-mythes/Makefile | 27 --------------------------- textproc/sk-mythes/Makefile | 27 --------------------------- textproc/sl-mythes/Makefile | 26 -------------------------- textproc/sv-mythes/Makefile | 31 ------------------------------- ukrainian/mythes/Makefile | 28 ---------------------------- 16 files changed, 486 deletions(-) diff --git a/french/mythes/Makefile b/french/mythes/Makefile deleted file mode 100644 index 7d32204305d5..000000000000 --- a/french/mythes/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2.3 -CATEGORIES= french textproc -MASTER_SITES= http://www.dicollecte.org/download/fr/ \ - LOCAL/sunpoet/${PORTNAME} -DISTNAME= thesaurus-v${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= French thesaurus - -LICENSE= LGPL21 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_fr_FR_v2.dat \ - %%DATADIR%%/th_fr_FR_v2.idx - -FRALIASES= fr_BE fr_CA fr_CH fr_LU -.for ALIAS in ${FRALIASES} -PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.dat \ - %%DATADIR%%/th_${ALIAS}_v2.idx -.endfor - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/thes_fr.dat ${STAGEDIR}${DATADIR}/th_fr_FR_v2.dat - ${INSTALL_DATA} ${WRKSRC}/thes_fr.idx ${STAGEDIR}${DATADIR}/th_fr_FR_v2.idx -.for ALIAS in ${FRALIASES} - ${LN} -s th_fr_FR_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat - ${LN} -s th_fr_FR_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx -.endfor - -.include diff --git a/hungarian/mythes/Makefile b/hungarian/mythes/Makefile deleted file mode 100644 index e984891ec2ae..000000000000 --- a/hungarian/mythes/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2003.09.29 -PORTREVISION= 1 -CATEGORIES= hungarian textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -DISTNAME= thes_hu_HU-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Hungarian thesaurus - -LICENSE= GPLv2 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_hu_HU.dat \ - %%DATADIR%%/th_hu_HU.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_hu_HU.dat ${WRKSRC}/th_hu_HU.idx ${STAGEDIR}${DATADIR}/ - -.include diff --git a/polish/mythes/Makefile b/polish/mythes/Makefile deleted file mode 100644 index 32ee0b745495..000000000000 --- a/polish/mythes/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 1.5 -PORTREVISION= 1 -CATEGORIES= polish textproc -MASTER_SITES= SF/synonimy/synonimy/${PORTVERSION}/ -DISTNAME= OOo2-Thesaurus-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Polish thesaurus - -LICENSE= LGPL21 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_pl_PL_v2.dat \ - %%DATADIR%%/th_pl_PL_v2.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_pl_PL_v2.dat ${WRKSRC}/th_pl_PL_v2.idx ${STAGEDIR}${DATADIR}/ - -.include diff --git a/portuguese/mythes/Makefile b/portuguese/mythes/Makefile deleted file mode 100644 index cd7c042751a8..000000000000 --- a/portuguese/mythes/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2006.08.17 -PORTREVISION= 1 -CATEGORIES= portuguese textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -DISTNAME= thes_pt_PT_v2-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Portuguese thesaurus - -LICENSE= GPLv2 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_pt_BR_v2.dat \ - %%DATADIR%%/th_pt_BR_v2.idx \ - %%DATADIR%%/th_pt_PT_v2.dat \ - %%DATADIR%%/th_pt_PT_v2.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${STAGEDIR}${DATADIR}/ - ${LN} -s th_pt_PT_v2.dat ${STAGEDIR}${DATADIR}/th_pt_BR_v2.dat - ${LN} -s th_pt_PT_v2.idx ${STAGEDIR}${DATADIR}/th_pt_BR_v2.idx - -.include diff --git a/russian/mythes/Makefile b/russian/mythes/Makefile deleted file mode 100644 index 4d8ee44d97d3..000000000000 --- a/russian/mythes/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2007.06.13 -PORTREVISION= 1 -CATEGORIES= russian textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -DISTNAME= thes_ru_RU_v2-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Russian thesaurus - -LICENSE= LGPL21 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_ru_RU_v2.dat \ - %%DATADIR%%/th_ru_RU_v2.idx \ - %%DATADIR%%/th_ru_UA_v2.dat \ - %%DATADIR%%/th_ru_UA_v2.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_ru_RU_v2.dat ${WRKSRC}/th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/ - ${LN} -s th_ru_RU_v2.dat ${STAGEDIR}${DATADIR}/th_ru_UA_v2.dat - ${LN} -s th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/th_ru_UA_v2.idx - -.include diff --git a/textproc/bg-mythes/Makefile b/textproc/bg-mythes/Makefile deleted file mode 100644 index 1351cb7e6172..000000000000 --- a/textproc/bg-mythes/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 4.3 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= SF/bgoffice/OpenOffice.org%20Thesaurus%20BG/${PORTVERSION}/ -PKGNAMEPREFIX= bg- -DISTNAME= OOo-thes-bg-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Bulgarian thesaurus - -LICENSE= GPLv2 LGPL21 MPL11 -LICENSE_COMB= dual -LICENSE_FILE_GPLv2= ${WRKSRC}/GPL-2.0.txt -LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL-2.1.txt -LICENSE_FILE_MPL11= ${WRKSRC}/MPL-1.1.txt - -USES= zip -NO_ARCH= yes -NO_BUILD= yes - -PLIST_FILES= %%DATADIR%%/th_bg_BG.dat \ - %%DATADIR%%/th_bg_BG.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_bg_BG.dat ${WRKSRC}/th_bg_BG.idx ${STAGEDIR}${DATADIR}/ - -.include diff --git a/textproc/cs-mythes/Makefile b/textproc/cs-mythes/Makefile deleted file mode 100644 index 1857c8c48d3d..000000000000 --- a/textproc/cs-mythes/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2007.09.26 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -PKGNAMEPREFIX= cs- -DISTNAME= thes_cs_CZ_v2-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Czech thesaurus - -LICENSE= MIT - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_cs_CZ_v2.dat \ - %%DATADIR%%/th_cs_CZ_v2.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_cs_CZ_v2.dat ${WRKSRC}/th_cs_CZ_v2.idx ${STAGEDIR}${DATADIR}/ - -.include diff --git a/textproc/en-mythes/Makefile b/textproc/en-mythes/Makefile deleted file mode 100644 index c1dfad83ad1c..000000000000 --- a/textproc/en-mythes/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2006.12.08 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -PKGNAMEPREFIX= en- -DISTNAME= thes_en_US_v2-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= English thesaurus - -LICENSE= LGPL21 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_en_US_v2.dat \ - %%DATADIR%%/th_en_US_v2.idx - -USALIASES= en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_IE \ - en_IN en_JM en_NA en_NG en_NZ en_PH en_SG en_TT en_ZA en_ZW -.for ALIAS in ${USALIASES} -PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.dat \ - %%DATADIR%%/th_${ALIAS}_v2.idx -.endfor - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_en_US_v2.dat ${WRKSRC}/th_en_US_v2.idx ${STAGEDIR}${DATADIR}/ -.for ALIAS in ${USALIASES} - ${LN} -s th_en_US_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat - ${LN} -s th_en_US_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx -.endfor - -.include diff --git a/textproc/es-mythes/Makefile b/textproc/es-mythes/Makefile deleted file mode 100644 index 1e1384f47301..000000000000 --- a/textproc/es-mythes/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 20140516 -CATEGORIES= textproc spanish -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -PKGNAMEPREFIX= es- -DISTNAME= OOo2-thes_es_ES-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Spanish thesaurus - -LICENSE= LGPL21 - -PORTSCOUT= skipv:20140531 - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes -USES= tar:bzip2 - -PLIST_FILES= %%DATADIR%%/th_es_ES_v2.dat \ - %%DATADIR%%/th_es_ES_v2.idx - -ESALIASES= es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN \ - es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE -.for ALIAS in ${ESALIASES} -PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.dat \ - %%DATADIR%%/th_${ALIAS}_v2.idx -.endfor - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_es_ES_v2.dat ${WRKSRC}/th_es_ES_v2.idx ${STAGEDIR}${DATADIR}/ -.for ALIAS in ${ESALIASES} - ${LN} -s th_es_ES_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat - ${LN} -s th_es_ES_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx -.endfor - -.include diff --git a/textproc/it-mythes/Makefile b/textproc/it-mythes/Makefile deleted file mode 100644 index fef59f2addb0..000000000000 --- a/textproc/it-mythes/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= mythes -DISTVERSION= 02_09_l -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= SF/linguistico/Thesaurus%20OOo%202.x.x/${DISTVERSION}_2008_11_29/ -PKGNAMEPREFIX= it- -DISTNAME= thesaurus2_it_${DISTVERSION}_2008_11_29 -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Italian thesaurus - -LICENSE= AGPLv3 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_it_IT.dat \ - %%DATADIR%%/th_it_IT.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_it_IT.dat ${WRKSRC}/th_it_IT.idx ${STAGEDIR}${DATADIR}/ - -.include diff --git a/textproc/nl-mythes/Makefile b/textproc/nl-mythes/Makefile deleted file mode 100644 index 50f463d5ce2e..000000000000 --- a/textproc/nl-mythes/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2015.12.10 -CATEGORIES= textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -PKGNAMEPREFIX= nl- -DISTNAME= thes_nl-${PORTVERSION:C/\.//g} -EXTRACT_SUFX= .oxt -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Dutch thesaurus - -LICENSE= BSD3CLAUSE - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_nl_NL_v2.dat \ - %%DATADIR%%/th_nl_NL_v2.idx - -NLALIASES= nl_AW nl_BE -.for ALIAS in ${NLALIASES} -PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.dat \ - %%DATADIR%%/th_${ALIAS}_v2.idx -.endfor - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_nl_v2.dat ${STAGEDIR}${DATADIR}/th_nl_NL_v2.dat - ${INSTALL_DATA} ${WRKSRC}/th_nl_v2.dat ${STAGEDIR}${DATADIR}/th_nl_NL_v2.idx -.for ALIAS in ${NLALIASES} - ${LN} -s th_nl_NL_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat - ${LN} -s th_nl_NL_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx -.endfor - -.include diff --git a/textproc/ro-mythes/Makefile b/textproc/ro-mythes/Makefile deleted file mode 100644 index d7ffd080c3d6..000000000000 --- a/textproc/ro-mythes/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 3.3 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= SF/rospell/Romanian%20dictionaries/dict-${PORTVERSION}/ -PKGNAMEPREFIX= ro- -DISTNAME= th_ro_RO.${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Romanian thesaurus - -LICENSE= GPLv2 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_ro_RO.dat \ - %%DATADIR%%/th_ro_RO.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_ro_RO.dat ${WRKSRC}/th_ro_RO.idx ${STAGEDIR}${DATADIR}/ - -.include diff --git a/textproc/sk-mythes/Makefile b/textproc/sk-mythes/Makefile deleted file mode 100644 index ceba9540f81c..000000000000 --- a/textproc/sk-mythes/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2020.08.30 -CATEGORIES= textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME} -PKGNAMEPREFIX= sk- -DISTNAME= OOo-Thesaurus2-sk_SK-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Slovak thesaurus - -LICENSE= MIT - -USES= zip - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_sk_SK_v2.dat \ - %%DATADIR%%/th_sk_SK_v2.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_sk_SK_v2.dat ${WRKSRC}/th_sk_SK_v2.idx ${STAGEDIR}${DATADIR}/ - -.include diff --git a/textproc/sl-mythes/Makefile b/textproc/sl-mythes/Makefile deleted file mode 100644 index 42807e47a8cd..000000000000 --- a/textproc/sl-mythes/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2016.06.30 -CATEGORIES= textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -PKGNAMEPREFIX= sl- -DISTNAME= thes_sl_SI_v2-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Slovenian thesaurus - -LICENSE= LGPL21 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_sl_SI_v2.dat \ - %%DATADIR%%/th_sl_SI_v2.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_sl_SI_v2.dat ${WRKSRC}/th_sl_SI_v2.idx ${STAGEDIR}${DATADIR}/ - -.include diff --git a/textproc/sv-mythes/Makefile b/textproc/sv-mythes/Makefile deleted file mode 100644 index adbdfc7e56b7..000000000000 --- a/textproc/sv-mythes/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2008.06.10 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -PKGNAMEPREFIX= sv- -DISTNAME= thes_sv_SE_v2-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Swedish thesaurus - -LICENSE= MIT - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_sv_SE.dat \ - %%DATADIR%%/th_sv_SE.idx \ - %%DATADIR%%/th_sv_FI.dat \ - %%DATADIR%%/th_sv_FI.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_sv_SE.dat ${WRKSRC}/th_sv_SE.idx ${STAGEDIR}${DATADIR}/ - ${LN} -s th_sv_SE.dat ${STAGEDIR}${DATADIR}/th_sv_FI.dat - ${LN} -s th_sv_SE.idx ${STAGEDIR}${DATADIR}/th_sv_FI.idx - -.include diff --git a/ukrainian/mythes/Makefile b/ukrainian/mythes/Makefile deleted file mode 100644 index 41d354055646..000000000000 --- a/ukrainian/mythes/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 1.8.0 -CATEGORIES= ukrainian textproc -MASTER_SITES= SF/ispell-uk/spell-uk/${PORTVERSION} -DISTNAME= spell-uk-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Ukrainian thesaurus - -LICENSE= LGPL21 GPLv2 -LICENSE_COMB= dual - -NO_ARCH= yes -USES= perl5 tar:tgz -USE_PERL5= build - -PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \ - %%DATADIR%%/th_uk_UA.idx - -do-build: - @${PERL} ${WRKSRC}/bin/th_gen_idx.pl < ${WRKSRC}/src/thesaurus/th_uk_UA.dat > ${WRKSRC}/src/thesaurus/th_uk_UA.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/src/thesaurus/th_uk_UA.dat ${WRKSRC}/src/thesaurus/th_uk_UA.idx ${STAGEDIR}${DATADIR}/ - -.include