Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

1
textproc/aspell-fo/DESCR Normal file
View File

@@ -0,0 +1 @@
Faroese language support for aspell, e.g. `aspell -d faroese -c $myfile'.

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.4 2013/05/31 12:42:06 wiz Exp $
DISTNAME= aspell-fo-0.4.2
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://fo.speling.org/filer/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fo.speling.org/installation/aspell
COMMENT= Faroese language support for aspell
LICENSE= gnu-gpl-v2
CONFLICTS+= aspell-faroese-[0-9]*
USE_TOOLS+= perl
REPLACE_PERL= unsq
INSTALLATION_DIRS+= lib/aspell share/aspell
.include "../../mk/bsd.prefs.mk"
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
BROKEN= Can not be packaged on Linux
.endif
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

10
textproc/aspell-fo/PLIST Normal file
View File

@@ -0,0 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:42 rodent Exp $
lib/aspell/faroese
lib/aspell/fo_FO
lib/aspell/føroyskt
share/aspell/faroese.dat
share/aspell/faroese_phonet.dat
share/aspell/fo_FO.dat
share/aspell/fo_FO_phonet.dat
share/aspell/føroyskt.dat
share/aspell/føroyskt_phonet.dat

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2013/04/13 13:14:05 rodent Exp $
SHA1 (aspell-fo-0.4.2.tar.gz) = 273162f64061937ba5bcbc2ee40179e73c03b02f
RMD160 (aspell-fo-0.4.2.tar.gz) = ddc34ce4f69d4293683be3a15cb807f71af35ffa
Size (aspell-fo-0.4.2.tar.gz) = 603834 bytes
SHA1 (patch-aa) = bdc8dab0cd71277500c85395392ac946e4b621a2

View File

@@ -0,0 +1,27 @@
$NetBSD: patch-aa,v 1.2 2013/04/13 13:14:05 rodent Exp $
Use DESTDIR and install using INSTALL_* instead of chown/chmod/mv.
--- Makefile.orig 2013-03-04 07:27:46.000000000 +0000
+++ Makefile
@@ -9,16 +9,14 @@ landekode=FO
lang = fo
version = 0.4.2
-dictdir=`aspell dump config | grep '^\# dict-dir current: ' | cut -d' ' -f4`
-datadir=`aspell dump config | grep '^\# data-dir current: ' | cut -d' ' -f4`
+dictdir=${DESTDIR}`aspell config dict-dir`
+datadir=${DESTDIR}`aspell config data-dir`
all: $(sprog) $(sprog).dat $(sprog)_phonet.dat
install: $(sprog).dat $(sprog)_phonet.dat $(sprog)
- chown root.root $(sprog).dat $(sprog)_phonet.dat $(sprog)
- chmod 0644 $(sprog).dat $(sprog)_phonet.dat $(sprog)
- mv $(sprog).dat $(sprog)_phonet.dat $(datadir)
- mv $(sprog) $(dictdir)
+ ${BSD_INSTALL_DATA} $(sprog).dat $(sprog)_phonet.dat $(datadir)
+ ${BSD_INSTALL_DATA} $(sprog) $(dictdir)
ln -fs $(datadir)/$(sprog).dat $(datadir)/$(sprogkode)_$(landekode).dat || true
ln -fs $(datadir)/$(sprog)_phonet.dat $(datadir)/$(sprogkode)_$(landekode)_phonet.dat || true
ln -fs $(dictdir)/$(sprog) $(dictdir)/$(sprogkode)_$(landekode) || true