[Midnightbsd-cvs] mports [16931] trunk/textproc: drop ispell.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 7 12:03:09 EDT 2014


Revision: 16931
          http://svnweb.midnightbsd.org/mports/?rev=16931
Author:   laffer1
Date:     2014-09-07 12:03:08 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
drop ispell.

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/aspell-ispell/
    trunk/textproc/aspell-ispell/Makefile
    trunk/textproc/aspell-ispell/distinfo
    trunk/textproc/aspell-ispell/pkg-descr

Removed Paths:
-------------
    trunk/textproc/ispell/
    trunk/textproc/ispell-alt-de/
    trunk/textproc/ispell-de/
    trunk/textproc/ispell-neu-de/

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2014-09-07 14:55:30 UTC (rev 16930)
+++ trunk/textproc/Makefile	2014-09-07 16:03:08 UTC (rev 16931)
@@ -7,6 +7,7 @@
 SUBDIR += asciidoc
 SUBDIR += aspell
 SUBDIR += aspell-de
+SUBDIR += aspell-ispell
 SUBDIR += bsdgrep
 SUBDIR += cdiff
 SUBDIR += clucene
@@ -60,10 +61,6 @@
 SUBDIR += ibus
 SUBDIR += intltool
 SUBDIR += iso8879
-SUBDIR += ispell
-SUBDIR += ispell-alt-de
-SUBDIR += ispell-de
-SUBDIR += ispell-neu-de
 SUBDIR += itstool
 SUBDIR += jade
 SUBDIR += latex-service

Added: trunk/textproc/aspell-ispell/Makefile
===================================================================
--- trunk/textproc/aspell-ispell/Makefile	                        (rev 0)
+++ trunk/textproc/aspell-ispell/Makefile	2014-09-07 16:03:08 UTC (rev 16931)
@@ -0,0 +1,29 @@
+# $MidnightBSD$
+
+PORTNAME=	aspell
+PORTVERSION=	0.60.6.1
+CATEGORIES=	textproc
+MASTER_SITES=	GNU/aspell
+PKGNAMESUFFIX=	-ispell
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Ispell compatibility script for aspell
+
+LICENSE=	lgpl
+
+CONFLICTS+=	ispell* ??-ispell*
+
+RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
+
+NO_BUILD=	yes
+PLIST_FILES=	bin/ispell \
+		bin/spell
+
+post-patch:
+	@${REINPLACE_CMD} -e "s/^#CHECK/CHECK/g" ${WRKSRC}/scripts/ispell
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/scripts/ispell ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/scripts/spell ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>

Added: trunk/textproc/aspell-ispell/distinfo
===================================================================
--- trunk/textproc/aspell-ispell/distinfo	                        (rev 0)
+++ trunk/textproc/aspell-ispell/distinfo	2014-09-07 16:03:08 UTC (rev 16931)
@@ -0,0 +1,2 @@
+SHA256 (aspell-0.60.6.1.tar.gz) = f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1
+SIZE (aspell-0.60.6.1.tar.gz) = 1878163

Added: trunk/textproc/aspell-ispell/pkg-descr
===================================================================
--- trunk/textproc/aspell-ispell/pkg-descr	                        (rev 0)
+++ trunk/textproc/aspell-ispell/pkg-descr	2014-09-07 16:03:08 UTC (rev 16931)
@@ -0,0 +1,3 @@
+Command line wrapper for aspell, behaving like ispell
+
+WWW: http://aspell.sourceforge.net/



More information about the Midnightbsd-cvs mailing list