diff options
-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 | 33 | ||||
-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, 0 insertions, 67 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5b9eeaea8cc8..e3a3fb1cdbee 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -61,7 +61,6 @@ SUBDIR += fist SUBDIR += fop SUBDIR += freegrep - SUBDIR += gaspell SUBDIR += gdict SUBDIR += gdome2 SUBDIR += glark diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile deleted file mode 100644 index 3450966ac82f..000000000000 --- a/textproc/gaspell/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gaspell -# Date created: 17th February 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gaspell -PORTVERSION= 0.30 -PORTREVISION= 2 -CATEGORIES= textproc gnome -MASTER_SITES= http://aspell.sourceforge.net/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell - -USE_X_PREFIX= yes -USE_GNOME= yes - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gaspell ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/textproc/gaspell/distinfo b/textproc/gaspell/distinfo deleted file mode 100644 index 7413aec9f3de..000000000000 --- a/textproc/gaspell/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gaspell-.30.tar.gz) = c1fe839bda64b16a9a610f2f8564ef66 diff --git a/textproc/gaspell/files/patch-aa b/textproc/gaspell/files/patch-aa deleted file mode 100644 index cfd34daec759..000000000000 --- a/textproc/gaspell/files/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ ---- Makefile.orig Sun Feb 6 15:26:12 2000 -+++ Makefile Wed Feb 21 05:03:13 2001 -@@ -1,22 +1,24 @@ - - # 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 ?= gnome-config - - # This should be set to where aspell was installed the default is - # /usr/local --ASPELL_PREFIX = /usr/local -+ASPELL_PREFIX = ${LOCALBASE} - --CXX = g++ --CXXFLAGS = -O2 -g -+CXX ?= g++ -+CXXFLAGS ?= -O2 -g - - # You should not need to modify anything below this comment - --VERSION = .29 -+VERSION = .30 - - INCLUDES = -I$(ASPELL_PREFIX)/include `$(GNOME_CONFIG) --cflags gnomeui` \ -- -D VERSION=\"$(VERSION)\" -+ -DVERSION=\"$(VERSION)\" - LIBS = -L$(ASPELL_PREFIX)/lib -laspell `$(GNOME_CONFIG) --libs gnomeui` -+ -+all: gaspell - - gaspell: gaspell.o DICTClient.o - $(CXX) gaspell.o DICTClient.o $(LIBS) -o gaspell diff --git a/textproc/gaspell/pkg-comment b/textproc/gaspell/pkg-comment deleted file mode 100644 index cad80bfc8cd9..000000000000 --- a/textproc/gaspell/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GNOME front end to aspell diff --git a/textproc/gaspell/pkg-descr b/textproc/gaspell/pkg-descr deleted file mode 100644 index e0d045baee76..000000000000 --- a/textproc/gaspell/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 6ed73e478ada..000000000000 --- a/textproc/gaspell/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gaspell |