pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Oct 19 13:48:25 UTC 2019

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/aspell-nds: DESCR Makefile PLIST distinfo
        pkgsrc/textproc/aspell-nds/patches: patch-Makefile.pre

Log Message:
Add textproc/aspell-nds.

Low Saxon language support for aspell, e.g. `aspell -d lowsaxon -c $myfile'.


To generate a diff of this commit:
cvs rdiff -u -r1.1061 -r1.1062 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/aspell-nds/DESCR \
    pkgsrc/textproc/aspell-nds/Makefile pkgsrc/textproc/aspell-nds/PLIST \
    pkgsrc/textproc/aspell-nds/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/aspell-nds/patches/patch-Makefile.pre

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1061 pkgsrc/textproc/Makefile:1.1062
--- pkgsrc/textproc/Makefile:1.1061     Sat Oct 19 13:43:45 2019
+++ pkgsrc/textproc/Makefile    Sat Oct 19 13:48:24 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1061 2019/10/19 13:43:45 nia Exp $
+# $NetBSD: Makefile,v 1.1062 2019/10/19 13:48:24 nia Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -101,6 +101,7 @@ SUBDIR+=    aspell-mr
 SUBDIR+=       aspell-ms
 SUBDIR+=       aspell-mt
 SUBDIR+=       aspell-nb
+SUBDIR+=       aspell-nds
 SUBDIR+=       aspell-nl
 SUBDIR+=       aspell-nn
 SUBDIR+=       aspell-ny

Added files:

Index: pkgsrc/textproc/aspell-nds/DESCR
diff -u /dev/null pkgsrc/textproc/aspell-nds/DESCR:1.1
--- /dev/null   Sat Oct 19 13:48:25 2019
+++ pkgsrc/textproc/aspell-nds/DESCR    Sat Oct 19 13:48:24 2019
@@ -0,0 +1 @@
+Low Saxon language support for aspell, e.g. `aspell -d lowsaxon -c $myfile'.
Index: pkgsrc/textproc/aspell-nds/Makefile
diff -u /dev/null pkgsrc/textproc/aspell-nds/Makefile:1.1
--- /dev/null   Sat Oct 19 13:48:25 2019
+++ pkgsrc/textproc/aspell-nds/Makefile Sat Oct 19 13:48:24 2019
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/10/19 13:48:24 nia Exp $
+
+DISTNAME=      aspell6-nds-0.01-0
+PKGNAME=       ${DISTNAME:S/^aspell6/aspell/1:S/-0$/.0/1}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_GNU:=aspell/dict/nds/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://aspell.net/
+COMMENT=       Low Saxon language support for aspell
+LICENSE=       gnu-gpl-v2
+
+HAS_CONFIGURE= yes
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/aspell-nds/PLIST
diff -u /dev/null pkgsrc/textproc/aspell-nds/PLIST:1.1
--- /dev/null   Sat Oct 19 13:48:25 2019
+++ pkgsrc/textproc/aspell-nds/PLIST    Sat Oct 19 13:48:24 2019
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/19 13:48:24 nia Exp $
+lib/aspell/lowsaxon.alias
+lib/aspell/nds.multi
+lib/aspell/nds.rws
+share/aspell/iso-8859-15.cmap
+share/aspell/iso-8859-15.cset
+share/aspell/nds.dat
+share/aspell/nds_affix.dat
+share/aspell/nds_phonet.dat
Index: pkgsrc/textproc/aspell-nds/distinfo
diff -u /dev/null pkgsrc/textproc/aspell-nds/distinfo:1.1
--- /dev/null   Sat Oct 19 13:48:25 2019
+++ pkgsrc/textproc/aspell-nds/distinfo Sat Oct 19 13:48:24 2019
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2019/10/19 13:48:24 nia Exp $
+
+SHA1 (aspell6-nds-0.01-0.tar.bz2) = b5cc46fac7a5436f9f52395c975ec66935b3ed54
+RMD160 (aspell6-nds-0.01-0.tar.bz2) = cf2cbdbf088093bd4ab135a7d1d72b82af6aced8
+SHA512 (aspell6-nds-0.01-0.tar.bz2) = 88ef6f6773e8699a5200ff8ae3ef9935fee21958fa35868bc10d37c22b55ea721ad9c59ab4843fdc6fedbf5a9ed10c7ea144548713742b8094b99c3c46a552a5
+Size (aspell6-nds-0.01-0.tar.bz2) = 32658 bytes
+SHA1 (patch-Makefile.pre) = e4393f0b196fc023b7cb87a125abcd64260fe081

Index: pkgsrc/textproc/aspell-nds/patches/patch-Makefile.pre
diff -u /dev/null pkgsrc/textproc/aspell-nds/patches/patch-Makefile.pre:1.1
--- /dev/null   Sat Oct 19 13:48:25 2019
+++ pkgsrc/textproc/aspell-nds/patches/patch-Makefile.pre       Sat Oct 19 13:48:24 2019
@@ -0,0 +1,23 @@
+$NetBSD: patch-Makefile.pre,v 1.1 2019/10/19 13:48:24 nia Exp $
+
+Use BSD_INSTALL_*.
+
+--- Makefile.pre.orig  2007-01-08 11:14:12.000000000 +0000
++++ Makefile.pre
+@@ -15,12 +15,10 @@ distdir=aspell6-${lang}-${version}
+ 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}



Home | Main Index | Thread Index | Old Index