aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-11-28 12:18:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-11-28 12:18:02 +0000
commitd0ba7d50b5ce89dc935b2fe61b59d914697f5b9a (patch)
treeaa3a01057f96ebc79b2196fd35057b191f498162
parentccabe57855c893121d5a530c0aa761c3f9f38824 (diff)
downloadports-d0ba7d50b5ce89dc935b2fe61b59d914697f5b9a.tar.gz
ports-d0ba7d50b5ce89dc935b2fe61b59d914697f5b9a.zip
Notes
-rw-r--r--textproc/pspell-ispell/Makefile27
-rw-r--r--textproc/pspell-ispell/distinfo1
-rw-r--r--textproc/pspell-ispell/files/patch-ab11
-rw-r--r--textproc/pspell-ispell/files/patch-ltmain.sh25
-rw-r--r--textproc/pspell-ispell/pkg-comment1
-rw-r--r--textproc/pspell-ispell/pkg-descr3
-rw-r--r--textproc/pspell-ispell/pkg-plist6
7 files changed, 0 insertions, 74 deletions
diff --git a/textproc/pspell-ispell/Makefile b/textproc/pspell-ispell/Makefile
deleted file mode 100644
index 52567c64ee52..000000000000
--- a/textproc/pspell-ispell/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: pspell-ispell
-# Date created: 29th June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pspell-ispell
-PORTVERSION= 0.12
-PORTREVISION= 2
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= pspell
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
-
-MAINTAINER= ports@FreeBSD.org
-
-BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
-LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.mk>
diff --git a/textproc/pspell-ispell/distinfo b/textproc/pspell-ispell/distinfo
deleted file mode 100644
index f1e5fc4e149f..000000000000
--- a/textproc/pspell-ispell/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pspell-ispell-.12.tar.gz) = 7329d4122b302057a18d3a55d8d1f64c
diff --git a/textproc/pspell-ispell/files/patch-ab b/textproc/pspell-ispell/files/patch-ab
deleted file mode 100644
index 9c91631547c5..000000000000
--- a/textproc/pspell-ispell/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Tue Jun 20 00:31:51 2000
-+++ Makefile.in Thu Jun 29 12:21:20 2000
-@@ -86,7 +86,7 @@
-
- libpspell_ispell_la_LDFLAGS = -module -version-info 0:0:0
-
--pspelldatadir = `${bindir}/pspell-config pkgdatadir`
-+pspelldatadir = ${prefix}/share/pspell
-
- pspelldata_DATA = *.pwli
-
diff --git a/textproc/pspell-ispell/files/patch-ltmain.sh b/textproc/pspell-ispell/files/patch-ltmain.sh
deleted file mode 100644
index 7ace86bc7feb..000000000000
--- a/textproc/pspell-ispell/files/patch-ltmain.sh
+++ /dev/null
@@ -1,25 +0,0 @@
---- ltmain.sh.orig Wed May 2 08:58:17 2001
-+++ ltmain.sh Sun Dec 30 00:09:59 2001
-@@ -2749,6 +2749,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4645,10 +4648,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/textproc/pspell-ispell/pkg-comment b/textproc/pspell-ispell/pkg-comment
deleted file mode 100644
index 00f7e709c5ed..000000000000
--- a/textproc/pspell-ispell/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ispell module for pspell library
diff --git a/textproc/pspell-ispell/pkg-descr b/textproc/pspell-ispell/pkg-descr
deleted file mode 100644
index 57cc69cac9bc..000000000000
--- a/textproc/pspell-ispell/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is the ispell plugin for the pspell library.
-
-WWW: http://pspell.sourceforge.net/
diff --git a/textproc/pspell-ispell/pkg-plist b/textproc/pspell-ispell/pkg-plist
deleted file mode 100644
index 95063f1c97fa..000000000000
--- a/textproc/pspell-ispell/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/make-ispell-pwli
-lib/libpspell_ispell.a
-lib/libpspell_ispell.so
-lib/libpspell_ispell.so.1
-share/pspell/en-american-ispell.pwli
-share/pspell/en-ispell.pwli