diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
commit | ecf11e810f2c623cc9f6e0f52ddace35848e20cd (patch) | |
tree | f91ab1237c144bd44246bd7ac96d45345c068008 /portuguese | |
parent | 15056e10f46a6b21d52ba2a80f352a215b3123d2 (diff) | |
download | ports-ecf11e810f2c623cc9f6e0f52ddace35848e20cd.tar.gz ports-ecf11e810f2c623cc9f6e0f52ddace35848e20cd.zip |
Notes
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/Makefile | 1 | ||||
-rw-r--r-- | portuguese/ispell-pt_BR/Makefile | 19 | ||||
-rw-r--r-- | portuguese/ispell-pt_BR/distinfo | 2 | ||||
-rw-r--r-- | portuguese/ispell-pt_BR/files/patch-aa | 46 | ||||
-rw-r--r-- | portuguese/ispell-pt_BR/pkg-descr | 6 | ||||
-rw-r--r-- | portuguese/ispell-pt_BR/pkg-plist | 4 |
6 files changed, 0 insertions, 78 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile index 2db95074db09..4addfb4b483f 100644 --- a/portuguese/Makefile +++ b/portuguese/Makefile @@ -11,7 +11,6 @@ SUBDIR += hunspell SUBDIR += hyphen SUBDIR += irpf-pt_BR - SUBDIR += ispell-pt_BR SUBDIR += kde4-l10n SUBDIR += kde4-l10n-pt_BR SUBDIR += libreoffice diff --git a/portuguese/ispell-pt_BR/Makefile b/portuguese/ispell-pt_BR/Makefile deleted file mode 100644 index 64d257c15a7e..000000000000 --- a/portuguese/ispell-pt_BR/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> -# $FreeBSD$ - -PORTNAME= ispell -PORTVERSION= 2.4 -CATEGORIES= portuguese textproc -MASTER_SITES= http://www.ime.usp.br/~ueda/br.ispell/ -PKGNAMEPREFIX= pt_BR- -DISTNAME= br.ispell-2.4 - -MAINTAINER= jonny@jonny.eng.br -COMMENT= Ispell dictionary for Brazilian Portuguese - -BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell - -MAN1= conjugue.1 - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/portuguese/ispell-pt_BR/distinfo b/portuguese/ispell-pt_BR/distinfo deleted file mode 100644 index 2f0cff585f7a..000000000000 --- a/portuguese/ispell-pt_BR/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (br.ispell-2.4.tar.gz) = 07ab65134668d1e787ced927cbaf844054a1ac874050a329491537bcaa64b49d -SIZE (br.ispell-2.4.tar.gz) = 125359 diff --git a/portuguese/ispell-pt_BR/files/patch-aa b/portuguese/ispell-pt_BR/files/patch-aa deleted file mode 100644 index 975fc1dfa9b2..000000000000 --- a/portuguese/ispell-pt_BR/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/portuguese/ispell-pt_BR/pkg-descr b/portuguese/ispell-pt_BR/pkg-descr deleted file mode 100644 index 7701e272d5fa..000000000000 --- a/portuguese/ispell-pt_BR/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/portuguese/ispell-pt_BR/pkg-plist b/portuguese/ispell-pt_BR/pkg-plist deleted file mode 100644 index 7e41aa9cda8f..000000000000 --- a/portuguese/ispell-pt_BR/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/conjugue -share/ispell/br.aff -share/ispell/br.hash -share/ispell/verbos |