diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-09 02:33:36 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-09 02:33:36 +0000 |
commit | ee3b5b270cc47eedaf3de3fc24245a4948cd2042 (patch) | |
tree | 212dfe5db624559179d35275be8e0b146bd1bd95 /textproc/aspell-czech | |
parent | 632ca0791a26581b386194ea4b085daf87f4fa2e (diff) | |
download | pkgsrc-ee3b5b270cc47eedaf3de3fc24245a4948cd2042.tar.gz |
Moved aspell-* packages as discussed. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-i18n-*, kde4-l10n-*, hunspell-*, lang-*
PKG_OPTIONS;
3) Simplify modifications to PKGNAME in their Makefiles;
4) Accordance with international language naming standards;
5) Facilitate the addition of other dictionaries which are variants of the
same language (ex. Portuguese and Norwegian);
May this commit not cause anything to explode, hairs to gray, nerds to rage
Diffstat (limited to 'textproc/aspell-czech')
-rw-r--r-- | textproc/aspell-czech/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-czech/Makefile | 21 | ||||
-rw-r--r-- | textproc/aspell-czech/PLIST | 6 | ||||
-rw-r--r-- | textproc/aspell-czech/distinfo | 6 | ||||
-rw-r--r-- | textproc/aspell-czech/patches/patch-aa | 21 |
5 files changed, 0 insertions, 55 deletions
diff --git a/textproc/aspell-czech/DESCR b/textproc/aspell-czech/DESCR deleted file mode 100644 index 1e1985ea1d0..00000000000 --- a/textproc/aspell-czech/DESCR +++ /dev/null @@ -1 +0,0 @@ -Czech language support for aspell, e.g. `aspell -d czech -c $myfile'. diff --git a/textproc/aspell-czech/Makefile b/textproc/aspell-czech/Makefile deleted file mode 100644 index bbcac385872..00000000000 --- a/textproc/aspell-czech/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2012/10/25 06:55:39 asau Exp $ -# - -DISTNAME= aspell6-cs-20040614-1 -PKGNAME= ${DISTNAME:C/6-cs-(.*)-(.*)$/-czech-\1.\2/} -PKGREVISION= 2 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/cs/} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://aspell.net/ -COMMENT= Czech language support for aspell - -# earlier versions core-dumped on the input -BUILDLINK_API_DEPENDS.aspell+= aspell>=0.60.2nb1 - -HAS_CONFIGURE= YES - -.include "../../textproc/aspell/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-czech/PLIST b/textproc/aspell-czech/PLIST deleted file mode 100644 index c10e04bee96..00000000000 --- a/textproc/aspell-czech/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2005/06/26 05:20:07 wiz Exp $ -lib/aspell/cs.multi -lib/aspell/cs.rws -lib/aspell/czech.alias -share/aspell/cs.dat -share/aspell/cs_affix.dat diff --git a/textproc/aspell-czech/distinfo b/textproc/aspell-czech/distinfo deleted file mode 100644 index d2a16ca12b6..00000000000 --- a/textproc/aspell-czech/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.4 2005/05/25 13:42:18 wiz Exp $ - -SHA1 (aspell6-cs-20040614-1.tar.bz2) = 83756c070c1444f06c779a350d0bdad1d31e2b98 -RMD160 (aspell6-cs-20040614-1.tar.bz2) = a1d285ef6438fa164f837c7d07aea7ca35365035 -Size (aspell6-cs-20040614-1.tar.bz2) = 451507 bytes -SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677 diff --git a/textproc/aspell-czech/patches/patch-aa b/textproc/aspell-czech/patches/patch-aa deleted file mode 100644 index d6f1141c65e..00000000000 --- a/textproc/aspell-czech/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:45 salo Exp $ - ---- Makefile.pre.orig Fri Jan 3 18:39:33 2003 -+++ Makefile.pre Wed Jan 15 00:48:39 2003 -@@ -16,12 +16,10 @@ - all: ${rws_files} ${data_files} - - install: all -- mkdir -p ${DESTDIR}${dictdir}/ -- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/ -- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files} -- mkdir -p ${DESTDIR}${datadir}/ -- cp ${data_files} ${DESTDIR}${datadir}/ -- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files} -+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/ -+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/ -+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/ -+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/ - - clean: - rm -f ${rws_files} |