diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 12:20:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 12:20:11 +0000 |
commit | 5b4f298e3b8b52c36c2babc010fc9636b3f54e13 (patch) | |
tree | 16d21ed17fc0d02b55ef3bdc0593ce0f9f36fec9 /textproc/ua-ispell | |
parent | d072ab9a2cf917e8df59aab8e8626b290872d7ac (diff) | |
download | ports-5b4f298e3b8b52c36c2babc010fc9636b3f54e13.tar.gz ports-5b4f298e3b8b52c36c2babc010fc9636b3f54e13.zip |
Notes
Diffstat (limited to 'textproc/ua-ispell')
-rw-r--r-- | textproc/ua-ispell/Makefile | 48 | ||||
-rw-r--r-- | textproc/ua-ispell/distinfo | 2 | ||||
-rw-r--r-- | textproc/ua-ispell/files/ispell-uk | 3 | ||||
-rw-r--r-- | textproc/ua-ispell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/ua-ispell/pkg-plist | 4 |
5 files changed, 0 insertions, 60 deletions
diff --git a/textproc/ua-ispell/Makefile b/textproc/ua-ispell/Makefile deleted file mode 100644 index 7a0cc662d429..000000000000 --- a/textproc/ua-ispell/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: ukr-ispell -# Date created: 5 Dec 2000 -# Whom: mi -# -# $FreeBSD$ -# - -PORTNAME= ispell-uk -PORTVERSION= 0.7 -PORTREVISION= 1 -CATEGORIES= textproc ukrainian -MASTER_SITES= SF/${PORTNAME}/OldFiles - -MAINTAINER= mi@aldan.algebra.com -COMMENT= Ukrainian (KOI8-U) dictionary for ISPELL - -BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell - -USE_BZIP2= YES -ALL_TARGET= koi -USE_GMAKE= YES -USE_PERL5= yes - -# Still need gmake for other reasons :-\ -#post-patch: -# ${PERL} -pi -e 's,\$$\(MAKE\) -C (\w+),cd \1 && make,g' \ -# ${WRKSRC}/Makefile.in - -do-configure: - cd ${WRKSRC} && ${SH} ./makeconfig.sh \ - -ispell=${PREFIX}/share/ispell -default=koi - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ukrainian-koi.hash \ - ${PREFIX}/share/ispell/ukrainian.hash - ${INSTALL_DATA} ${WRKSRC}/Affix/ukrainian-koi.aff \ - ${PREFIX}/share/ispell/ukrainian.aff - ${INSTALL_DATA} ${WRKSRC}/Dictionary/ukrainian-koi.dict \ - ${PREFIX}/share/ispell/ukrainian.dict - ${INSTALL_SCRIPT} ${FILESDIR}/ispell-uk ${PREFIX}/bin - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 -BROKEN= Does not build on powerpc-9: segfault -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/ua-ispell/distinfo b/textproc/ua-ispell/distinfo deleted file mode 100644 index 522f88239450..000000000000 --- a/textproc/ua-ispell/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ispell-uk-0.7.tar.bz2) = 7e7f4a188cb5776e051c73354c09b1af5420647be1b6f5fdc9e28ff7980cc19e -SIZE (ispell-uk-0.7.tar.bz2) = 702240 diff --git a/textproc/ua-ispell/files/ispell-uk b/textproc/ua-ispell/files/ispell-uk deleted file mode 100644 index d4349700c923..000000000000 --- a/textproc/ua-ispell/files/ispell-uk +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec ispell -d ukrainian "$@" diff --git a/textproc/ua-ispell/pkg-descr b/textproc/ua-ispell/pkg-descr deleted file mode 100644 index 6ce482a3ec78..000000000000 --- a/textproc/ua-ispell/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ukrainian (KOI8-U) dictionary for ISPELL - -WWW: http://sourceforge.net/projects/ispell-uk/ diff --git a/textproc/ua-ispell/pkg-plist b/textproc/ua-ispell/pkg-plist deleted file mode 100644 index a7cf1a0ef075..000000000000 --- a/textproc/ua-ispell/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/ispell-uk -share/ispell/ukrainian.aff -share/ispell/ukrainian.dict -share/ispell/ukrainian.hash |