diff options
author | ade <ade@FreeBSD.org> | 2000-02-18 10:18:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-18 10:18:36 +0800 |
commit | fc51db141fbbfcf0f31708ff21804d61e6510b55 (patch) | |
tree | e0ea670e9c47367f587f0cfaed9a51685e8ec631 /textproc | |
parent | 17ecbd4ca2e88d6ea78c82f74d4351bc02211bd5 (diff) | |
download | freebsd-ports-gnome-fc51db141fbbfcf0f31708ff21804d61e6510b55.tar.gz freebsd-ports-gnome-fc51db141fbbfcf0f31708ff21804d61e6510b55.tar.zst freebsd-ports-gnome-fc51db141fbbfcf0f31708ff21804d61e6510b55.zip |
Add gaspell, a GNOME front-end to textproc/aspell
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gaspell/Makefile | 25 | ||||
-rw-r--r-- | textproc/gaspell/distinfo | 1 | ||||
-rw-r--r-- | textproc/gaspell/files/patch-aa | 21 | ||||
-rw-r--r-- | textproc/gaspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/gaspell/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/gaspell/pkg-plist | 1 |
7 files changed, 55 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 611e521ddc78..d5c80f59ca1d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -27,6 +27,7 @@ SUBDIR += expat SUBDIR += fr-ispell SUBDIR += freegrep + SUBDIR += gaspell SUBDIR += gdict SUBDIR += glimpse SUBDIR += grap diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile new file mode 100644 index 000000000000..109d66e8b96b --- /dev/null +++ b/textproc/gaspell/Makefile @@ -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> diff --git a/textproc/gaspell/distinfo b/textproc/gaspell/distinfo new file mode 100644 index 000000000000..fcdbdb6f924f --- /dev/null +++ b/textproc/gaspell/distinfo @@ -0,0 +1 @@ +MD5 (gaspell-.29.1.tar.gz) = f3a8e7b9b655e3681e048e4b988f92f0 diff --git a/textproc/gaspell/files/patch-aa b/textproc/gaspell/files/patch-aa new file mode 100644 index 000000000000..cf6c579d89db --- /dev/null +++ b/textproc/gaspell/files/patch-aa @@ -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 + diff --git a/textproc/gaspell/pkg-comment b/textproc/gaspell/pkg-comment new file mode 100644 index 000000000000..cad80bfc8cd9 --- /dev/null +++ b/textproc/gaspell/pkg-comment @@ -0,0 +1 @@ +A GNOME front end to aspell diff --git a/textproc/gaspell/pkg-descr b/textproc/gaspell/pkg-descr new file mode 100644 index 000000000000..e0d045baee76 --- /dev/null +++ b/textproc/gaspell/pkg-descr @@ -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/ diff --git a/textproc/gaspell/pkg-plist b/textproc/gaspell/pkg-plist new file mode 100644 index 000000000000..6ed73e478ada --- /dev/null +++ b/textproc/gaspell/pkg-plist @@ -0,0 +1 @@ +bin/gaspell |