Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 1999 00:07:55 -0200 (EDT)
From:      Joao Carlos Mendes Luis <jonny@jonny.eng.br>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14674: Port update: br-ispell
Message-ID:  <199911030207.AAA28025@roma.coe.ufrj.br>

next in thread | raw e-mail | index | archive | help

>Number:         14674
>Category:       ports
>Synopsis:       New version released
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov  2 18:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Joao Carlos Mendes Luis
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
COPPE/UFRJ
>Environment:

>Description:

	New version, 2.4, of br-ispell released.  Here's the new port
for it.

>How-To-Repeat:

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	br-ispell
#	br-ispell/files
#	br-ispell/files/md5
#	br-ispell/pkg
#	br-ispell/pkg/COMMENT
#	br-ispell/pkg/DESCR
#	br-ispell/pkg/PLIST
#	br-ispell/patches
#	br-ispell/patches/patch-aa
#	br-ispell/Makefile
#
echo c - br-ispell
mkdir -p br-ispell > /dev/null 2>&1
echo c - br-ispell/files
mkdir -p br-ispell/files > /dev/null 2>&1
echo x - br-ispell/files/md5
sed 's/^X//' >br-ispell/files/md5 << 'END-of-br-ispell/files/md5'
XMD5 (br.ispell-2.4.tar.gz) = 241d9e2fefb92ea74f13c1e07d0b4e7b
END-of-br-ispell/files/md5
echo c - br-ispell/pkg
mkdir -p br-ispell/pkg > /dev/null 2>&1
echo x - br-ispell/pkg/COMMENT
sed 's/^X//' >br-ispell/pkg/COMMENT << 'END-of-br-ispell/pkg/COMMENT'
XIspell dictionary for brazilian portuguese
END-of-br-ispell/pkg/COMMENT
echo x - br-ispell/pkg/DESCR
sed 's/^X//' >br-ispell/pkg/DESCR << 'END-of-br-ispell/pkg/DESCR'
XThis the br.ispell dictionary for brazilian portuguese. It's
Xfreely available under the terms of the GNU GPL. You can freely
Xredistribute and/or use it for spell checking through ispell
X(http://fmg-www.cs.ucla.edu/ficus-members/geoff/ispell.html).
X
XWWW: http://www.ime.usp.br/~ueda/br.ispell
END-of-br-ispell/pkg/DESCR
echo x - br-ispell/pkg/PLIST
sed 's/^X//' >br-ispell/pkg/PLIST << 'END-of-br-ispell/pkg/PLIST'
Xbin/conjugue
Xlib/br.aff
Xlib/br.hash
Xlib/verbos
END-of-br-ispell/pkg/PLIST
echo c - br-ispell/patches
mkdir -p br-ispell/patches > /dev/null 2>&1
echo x - br-ispell/patches/patch-aa
sed 's/^X//' >br-ispell/patches/patch-aa << 'END-of-br-ispell/patches/patch-aa'
X--- Makefile.orig	Mon Oct 18 15:15:22 1999
X+++ Makefile	Tue Nov  2 23:55:52 1999
X@@ -16,12 +16,11 @@
X #     VDIR - aqui será colocado o banco de verbos
X #     MANDIR - aqui será colocada a man page do conjugue
X #
X-prefix=/usr/local
X-BINDIR=$(prefix)/bin
X-HASHDIR=/usr/lib/ispell
X-VDIR=$(prefix)/lib
X-MANDIR=$(prefix)/man
X-AWK=/usr/bin/gawk
X+BINDIR=$(PREFIX)/bin
X+HASHDIR=$(PREFIX)/lib
X+VDIR=$(PREFIX)/lib
X+MANDIR=$(PREFIX)/man
X+AWK=/usr/bin/awk
X 
X #
X # Daqui para baixo não mexa mais em nada
X@@ -71,20 +70,16 @@
X #
X # Instala o br.hash
X #
X-install-hash: br.ispell
X-	install -d $(HASHDIR)
X-	install --mode=644 br.hash br.aff $(HASHDIR)
X+install-hash: br.hash
X+	${BSD_INSTALL_DATA} br.hash br.aff $(HASHDIR)
X 
X #
X # Instala o conjugue
X #
X install-conjugue: conjugue
X-	install -d $(BINDIR)
X-	install --mode=755 conjugue $(BINDIR)/conjugue
X-	install -d $(VDIR)
X-	install --mode=644 verbos $(VDIR)/verbos
X-	install -d $(MANDIR)/man1
X-	install --mode=644 conjugue.1 $(MANDIR)/man1/conjugue.1
X+	${BSD_INSTALL_SCRIPT} conjugue $(BINDIR)
X+	${BSD_INSTALL_DATA} verbos $(VDIR)
X+	${BSD_INSTALL_MAN} conjugue.1 $(MANDIR)/man1
X 
X #
X # instala tudo
END-of-br-ispell/patches/patch-aa
echo x - br-ispell/Makefile
sed 's/^X//' >br-ispell/Makefile << 'END-of-br-ispell/Makefile'
X# New ports collection makefile for: br-ispell
X# URL: http://www.ime.usp.br/~ueda/br.ispell/
X# Version required:     2.4
X# Date created:         2 November 1999
X# Whom:                 Joao Carlos Mendes Luis <jonny@jonny.eng.br>
X#
X# $FreeBSD: $
X#
X
XDISTNAME=	br.ispell-2.4
XPKGNAME=	br-ispell-2.4
XCATEGORIES=	textproc
XMASTER_SITES=	ftp://ftp.ime.usp.br/pub/ueda/br.ispell/
X
XMAINTAINER=	jonny@jonny.eng.br
X
XBUILD_DEPENDS=	buildhash:${PORTSDIR}/textproc/ispell
X
XMAN1=		conjugue.1
X
X.include <bsd.port.mk>
END-of-br-ispell/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911030207.AAA28025>