mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
Add gaspell, a GNOME front-end to textproc/aspell
This commit is contained in:
parent
9d05a0457b
commit
b7ab8a463c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25958
@ -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
25
textproc/gaspell/Makefile
Normal 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>
|
1
textproc/gaspell/distinfo
Normal file
1
textproc/gaspell/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gaspell-.29.1.tar.gz) = f3a8e7b9b655e3681e048e4b988f92f0
|
21
textproc/gaspell/files/patch-aa
Normal file
21
textproc/gaspell/files/patch-aa
Normal 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
|
||||
|
1
textproc/gaspell/pkg-comment
Normal file
1
textproc/gaspell/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GNOME front end to aspell
|
5
textproc/gaspell/pkg-descr
Normal file
5
textproc/gaspell/pkg-descr
Normal 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/
|
1
textproc/gaspell/pkg-plist
Normal file
1
textproc/gaspell/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gaspell
|
Loading…
Reference in New Issue
Block a user