aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--portuguese/Makefile1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/br-ispell/Makefile20
-rw-r--r--textproc/br-ispell/distinfo1
-rw-r--r--textproc/br-ispell/files/patch-aa46
-rw-r--r--textproc/br-ispell/pkg-comment1
-rw-r--r--textproc/br-ispell/pkg-descr6
-rw-r--r--textproc/br-ispell/pkg-plist4
9 files changed, 2 insertions, 79 deletions
diff --git a/MOVED b/MOVED
index 4fe12531c42e..7fd53a0b6f58 100644
--- a/MOVED
+++ b/MOVED
@@ -58,3 +58,4 @@ textproc/pt-aspell|portuguese/aspell|2002-11-21|new category
math/p5-Math-Financial|finance/p5-Math-Financial|2002-11-21|new category
graphics/xmms-avi|multimedia/xmms-avi|2002-11-21|new category
misc/qhacc|finance/qhacc|2002-11-21|new category
+textproc/br-ispell|portuguese/ispell-pt_BR|2002-11-22|new category
diff --git a/portuguese/Makefile b/portuguese/Makefile
index 24d3adc72ec0..e6be2558b44e 100644
--- a/portuguese/Makefile
+++ b/portuguese/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
#
SUBDIR += aspell
+ SUBDIR += ispell-pt_BR
.include <bsd.port.subdir.mk>
diff --git a/textproc/Makefile b/textproc/Makefile
index 06a8e6b5251f..e3c022347e89 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -11,7 +11,6 @@
SUBDIR += bedic-data
SUBDIR += bibtex2html
SUBDIR += br-aspell
- SUBDIR += br-ispell
SUBDIR += british-ispell
SUBDIR += c2html
SUBDIR += ca-aspell
diff --git a/textproc/br-ispell/Makefile b/textproc/br-ispell/Makefile
deleted file mode 100644
index 3076d8b25035..000000000000
--- a/textproc/br-ispell/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: br-ispell
-# Date created: 5 February 1999
-# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
-#
-# $FreeBSD$
-#
-
-PORTNAME= br-ispell
-PORTVERSION= 2.4
-CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/
-DISTNAME= br.ispell-2.4
-
-MAINTAINER= jonny@jonny.eng.br
-
-BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
-
-MAN1= conjugue.1
-
-.include <bsd.port.mk>
diff --git a/textproc/br-ispell/distinfo b/textproc/br-ispell/distinfo
deleted file mode 100644
index afe4d341cdf1..000000000000
--- a/textproc/br-ispell/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (br.ispell-2.4.tar.gz) = 241d9e2fefb92ea74f13c1e07d0b4e7b
diff --git a/textproc/br-ispell/files/patch-aa b/textproc/br-ispell/files/patch-aa
deleted file mode 100644
index 975fc1dfa9b2..000000000000
--- a/textproc/br-ispell/files/patch-aa
+++ /dev/null
@@ -1,46 +0,0 @@
---- Makefile.orig Mon Oct 18 15:15:22 1999
-+++ Makefile Tue Nov 2 23:55:52 1999
-@@ -16,12 +16,11 @@
- # VDIR - aqui será colocado o banco de verbos
- # MANDIR - aqui será colocada a man page do conjugue
- #
--prefix=/usr/local
--BINDIR=$(prefix)/bin
--HASHDIR=/usr/lib/ispell
--VDIR=$(prefix)/lib
--MANDIR=$(prefix)/man
--AWK=/usr/bin/gawk
-+BINDIR=$(PREFIX)/bin
-+HASHDIR=$(PREFIX)/share/ispell
-+VDIR=$(PREFIX)/share/ispell
-+MANDIR=$(PREFIX)/man
-+AWK=/usr/bin/awk
-
- #
- # Daqui para baixo não mexa mais em nada
-@@ -71,20 +70,16 @@
- #
- # Instala o br.hash
- #
--install-hash: br.ispell
-- install -d $(HASHDIR)
-- install --mode=644 br.hash br.aff $(HASHDIR)
-+install-hash: br.hash
-+ ${BSD_INSTALL_DATA} br.hash br.aff $(HASHDIR)
-
- #
- # Instala o conjugue
- #
- install-conjugue: conjugue
-- install -d $(BINDIR)
-- install --mode=755 conjugue $(BINDIR)/conjugue
-- install -d $(VDIR)
-- install --mode=644 verbos $(VDIR)/verbos
-- install -d $(MANDIR)/man1
-- install --mode=644 conjugue.1 $(MANDIR)/man1/conjugue.1
-+ ${BSD_INSTALL_SCRIPT} conjugue $(BINDIR)
-+ ${BSD_INSTALL_DATA} verbos $(VDIR)
-+ ${BSD_INSTALL_MAN} conjugue.1 $(MANDIR)/man1
-
- #
- # instala tudo
diff --git a/textproc/br-ispell/pkg-comment b/textproc/br-ispell/pkg-comment
deleted file mode 100644
index 183ef387e960..000000000000
--- a/textproc/br-ispell/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ispell dictionary for brazilian portuguese
diff --git a/textproc/br-ispell/pkg-descr b/textproc/br-ispell/pkg-descr
deleted file mode 100644
index 7701e272d5fa..000000000000
--- a/textproc/br-ispell/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This the br.ispell dictionary for brazilian portuguese. It's
-freely available under the terms of the GNU GPL. You can freely
-redistribute and/or use it for spell checking through ispell
-(http://fmg-www.cs.ucla.edu/ficus-members/geoff/ispell.html).
-
-WWW: http://www.ime.usp.br/~ueda/br.ispell/
diff --git a/textproc/br-ispell/pkg-plist b/textproc/br-ispell/pkg-plist
deleted file mode 100644
index 7e41aa9cda8f..000000000000
--- a/textproc/br-ispell/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/conjugue
-share/ispell/br.aff
-share/ispell/br.hash
-share/ispell/verbos