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-pl/DESCR Normal file
View File

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

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.2 2013/04/24 11:15:43 rodent Exp $
#
DISTNAME= aspell-pl-0.51-0
PKGNAME= ${DISTNAME:S/-0$/.0/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pl/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Polish language support for aspell
CONFLICTS+= aspell-polish-[0-9]*
HAS_CONFIGURE= yes
UNLIMIT_RESOURCES+= datasize
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
textproc/aspell-pl/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:46 rodent Exp $
lib/aspell/pl.multi
lib/aspell/pl.rws
lib/aspell/polish.alias
share/aspell/pl.dat

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:46 rodent Exp $
SHA1 (aspell-pl-0.51-0.tar.bz2) = 66342fff4aaeded872e8aad65d707941a2150e88
RMD160 (aspell-pl-0.51-0.tar.bz2) = 495787dd0daf92981f05428764eb3d601353c67e
Size (aspell-pl-0.51-0.tar.bz2) = 624458 bytes
SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677

View File

@@ -0,0 +1,21 @@
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:46 rodent 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}