Add gaspell, a GNOME front-end to textproc/aspell

This commit is contained in:
Ade Lovett 2000-02-18 02:18:36 +00:00
parent 9d05a0457b
commit b7ab8a463c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25958
7 changed files with 55 additions and 0 deletions

View File

@ -27,6 +27,7 @@
SUBDIR += expat
SUBDIR += fr-ispell
SUBDIR += freegrep
SUBDIR += gaspell
SUBDIR += gdict
SUBDIR += glimpse
SUBDIR += grap

25
textproc/gaspell/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: gaspell
# Version required: 0.29.1
# Date created: 17th February 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= gaspell-.29.1
PKGNAME= gaspell-0.29.1
CATEGORIES= textproc gnome
MASTER_SITES= http://aspell.sourceforge.net/
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
RUN_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell
USE_NEWGCC= yes
ALL_TARGET= gaspell
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gaspell ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gaspell-.29.1.tar.gz) = f3a8e7b9b655e3681e048e4b988f92f0

View File

@ -0,0 +1,21 @@
--- Makefile.orig Sun Feb 6 00:26:12 2000
+++ Makefile Thu Feb 17 15:30:12 2000
@@ -1,14 +1,14 @@
# You will need to specify the absolute path if gnome-config is not in
# your path or if the one in your path is not the correct one
-GNOME_CONFIG = gnome-config
+GNOME_CONFIG = ${X11BASE}/bin/gnome-config
# This should be set to where aspell was installed the default is
# /usr/local
-ASPELL_PREFIX = /usr/local
+ASPELL_PREFIX = ${PREFIX}
-CXX = g++
-CXXFLAGS = -O2 -g
+CXX ?= g++
+CXXFLAGS ?= -O2 -g
# You should not need to modify anything below this comment

View File

@ -0,0 +1 @@
A GNOME front end to aspell

View File

@ -0,0 +1,5 @@
Gnome frontend to the Aspell library. Or put another way a simple
spell checker that does a way better job than ispell does with coming
up with suggestions.
WWW: http://aspell.sourceforge.net/

View File

@ -0,0 +1 @@
bin/gaspell