summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/AbiWord/Makefile2
-rw-r--r--editors/AbiWord/distinfo2
-rw-r--r--editors/AbiWord/files/patch-an12
-rw-r--r--editors/AbiWord/pkg-plist2
-rw-r--r--editors/AbiWord2/Makefile2
-rw-r--r--editors/AbiWord2/distinfo2
-rw-r--r--editors/AbiWord2/files/patch-an12
-rw-r--r--editors/AbiWord2/pkg-plist2
-rw-r--r--editors/abiword-devel/Makefile2
-rw-r--r--editors/abiword-devel/distinfo2
-rw-r--r--editors/abiword-devel/files/patch-an12
-rw-r--r--editors/abiword-devel/pkg-plist2
-rw-r--r--editors/abiword/Makefile2
-rw-r--r--editors/abiword/distinfo2
-rw-r--r--editors/abiword/files/patch-an12
-rw-r--r--editors/abiword/pkg-plist2
16 files changed, 40 insertions, 32 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile
index 57feccb63c34..d22d8ded7998 100644
--- a/editors/AbiWord/Makefile
+++ b/editors/AbiWord/Makefile
@@ -10,7 +10,7 @@
# AbiWord build system.
PORTNAME= AbiWord
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
diff --git a/editors/AbiWord/distinfo b/editors/AbiWord/distinfo
index 8fe01cb7f2b1..4623f2fe038b 100644
--- a/editors/AbiWord/distinfo
+++ b/editors/AbiWord/distinfo
@@ -1 +1 @@
-MD5 (AbiWord/abiword-1.0.1.tar.gz) = b9532c39879b2e11984135f6815b8e57
+MD5 (AbiWord/abiword-1.0.2.tar.gz) = 35c5ac5c08798238a9d63ee17d5de793
diff --git a/editors/AbiWord/files/patch-an b/editors/AbiWord/files/patch-an
index f574d00872ed..f2e91bdd806e 100644
--- a/editors/AbiWord/files/patch-an
+++ b/editors/AbiWord/files/patch-an
@@ -1,8 +1,8 @@
$FreeBSD$
---- src/Makefile.orig Sun Jul 15 10:13:26 2001
-+++ src/Makefile Wed Aug 8 13:28:42 2001
+--- src/Makefile.orig Thu May 30 17:51:53 2002
++++ src/Makefile Wed Jun 5 15:47:41 2002
@@ -48,6 +48,7 @@
## Set the following to a list of pathnames to be copied to $(CANONDIR)
@@ -26,10 +26,10 @@ $FreeBSD$
rm $$k ; \
done)
+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *)
- endif
-
- @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY))
-@@ -106,10 +111,12 @@
+ # We currently only ship american.hash, so the above and below aren't logical.
+ # For same reason, this will only copy american.hash-encoding once in place. The rest is in abispell.
+ @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.hash-encoding $(CANONDIR)/dictionary
+@@ -112,10 +117,12 @@
fi
# icons for X window manager use
@$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY))
diff --git a/editors/AbiWord/pkg-plist b/editors/AbiWord/pkg-plist
index db8d5442e68e..0d6fc9c22a39 100644
--- a/editors/AbiWord/pkg-plist
+++ b/editors/AbiWord/pkg-plist
@@ -150,6 +150,7 @@ share/AbiSuite/AbiWord/system.profile-en-US
share/AbiSuite/AbiWord/system.profile-en-ZA
share/AbiSuite/AbiWord/system.profile-es
share/AbiSuite/AbiWord/system.profile-es-ES
+share/AbiSuite/AbiWord/system.profile-fi-FI
share/AbiSuite/AbiWord/system.profile-fr
share/AbiSuite/AbiWord/system.profile-fr-BE
share/AbiSuite/AbiWord/system.profile-fr-CA
@@ -178,6 +179,7 @@ share/AbiSuite/AbiWord/system.profile-tr-TR
share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254
share/AbiSuite/AbiWord/system.profile-zh-CN
share/AbiSuite/AbiWord/system.profile-zh-TW
+share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf
share/AbiSuite/README
share/AbiSuite/clipart/book.png
share/AbiSuite/clipart/chip.png
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index 57feccb63c34..d22d8ded7998 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/Makefile
@@ -10,7 +10,7 @@
# AbiWord build system.
PORTNAME= AbiWord
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
diff --git a/editors/AbiWord2/distinfo b/editors/AbiWord2/distinfo
index 8fe01cb7f2b1..4623f2fe038b 100644
--- a/editors/AbiWord2/distinfo
+++ b/editors/AbiWord2/distinfo
@@ -1 +1 @@
-MD5 (AbiWord/abiword-1.0.1.tar.gz) = b9532c39879b2e11984135f6815b8e57
+MD5 (AbiWord/abiword-1.0.2.tar.gz) = 35c5ac5c08798238a9d63ee17d5de793
diff --git a/editors/AbiWord2/files/patch-an b/editors/AbiWord2/files/patch-an
index f574d00872ed..f2e91bdd806e 100644
--- a/editors/AbiWord2/files/patch-an
+++ b/editors/AbiWord2/files/patch-an
@@ -1,8 +1,8 @@
$FreeBSD$
---- src/Makefile.orig Sun Jul 15 10:13:26 2001
-+++ src/Makefile Wed Aug 8 13:28:42 2001
+--- src/Makefile.orig Thu May 30 17:51:53 2002
++++ src/Makefile Wed Jun 5 15:47:41 2002
@@ -48,6 +48,7 @@
## Set the following to a list of pathnames to be copied to $(CANONDIR)
@@ -26,10 +26,10 @@ $FreeBSD$
rm $$k ; \
done)
+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *)
- endif
-
- @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY))
-@@ -106,10 +111,12 @@
+ # We currently only ship american.hash, so the above and below aren't logical.
+ # For same reason, this will only copy american.hash-encoding once in place. The rest is in abispell.
+ @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.hash-encoding $(CANONDIR)/dictionary
+@@ -112,10 +117,12 @@
fi
# icons for X window manager use
@$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY))
diff --git a/editors/AbiWord2/pkg-plist b/editors/AbiWord2/pkg-plist
index db8d5442e68e..0d6fc9c22a39 100644
--- a/editors/AbiWord2/pkg-plist
+++ b/editors/AbiWord2/pkg-plist
@@ -150,6 +150,7 @@ share/AbiSuite/AbiWord/system.profile-en-US
share/AbiSuite/AbiWord/system.profile-en-ZA
share/AbiSuite/AbiWord/system.profile-es
share/AbiSuite/AbiWord/system.profile-es-ES
+share/AbiSuite/AbiWord/system.profile-fi-FI
share/AbiSuite/AbiWord/system.profile-fr
share/AbiSuite/AbiWord/system.profile-fr-BE
share/AbiSuite/AbiWord/system.profile-fr-CA
@@ -178,6 +179,7 @@ share/AbiSuite/AbiWord/system.profile-tr-TR
share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254
share/AbiSuite/AbiWord/system.profile-zh-CN
share/AbiSuite/AbiWord/system.profile-zh-TW
+share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf
share/AbiSuite/README
share/AbiSuite/clipart/book.png
share/AbiSuite/clipart/chip.png
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index 57feccb63c34..d22d8ded7998 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -10,7 +10,7 @@
# AbiWord build system.
PORTNAME= AbiWord
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
diff --git a/editors/abiword-devel/distinfo b/editors/abiword-devel/distinfo
index 8fe01cb7f2b1..4623f2fe038b 100644
--- a/editors/abiword-devel/distinfo
+++ b/editors/abiword-devel/distinfo
@@ -1 +1 @@
-MD5 (AbiWord/abiword-1.0.1.tar.gz) = b9532c39879b2e11984135f6815b8e57
+MD5 (AbiWord/abiword-1.0.2.tar.gz) = 35c5ac5c08798238a9d63ee17d5de793
diff --git a/editors/abiword-devel/files/patch-an b/editors/abiword-devel/files/patch-an
index f574d00872ed..f2e91bdd806e 100644
--- a/editors/abiword-devel/files/patch-an
+++ b/editors/abiword-devel/files/patch-an
@@ -1,8 +1,8 @@
$FreeBSD$
---- src/Makefile.orig Sun Jul 15 10:13:26 2001
-+++ src/Makefile Wed Aug 8 13:28:42 2001
+--- src/Makefile.orig Thu May 30 17:51:53 2002
++++ src/Makefile Wed Jun 5 15:47:41 2002
@@ -48,6 +48,7 @@
## Set the following to a list of pathnames to be copied to $(CANONDIR)
@@ -26,10 +26,10 @@ $FreeBSD$
rm $$k ; \
done)
+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *)
- endif
-
- @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY))
-@@ -106,10 +111,12 @@
+ # We currently only ship american.hash, so the above and below aren't logical.
+ # For same reason, this will only copy american.hash-encoding once in place. The rest is in abispell.
+ @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.hash-encoding $(CANONDIR)/dictionary
+@@ -112,10 +117,12 @@
fi
# icons for X window manager use
@$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY))
diff --git a/editors/abiword-devel/pkg-plist b/editors/abiword-devel/pkg-plist
index db8d5442e68e..0d6fc9c22a39 100644
--- a/editors/abiword-devel/pkg-plist
+++ b/editors/abiword-devel/pkg-plist
@@ -150,6 +150,7 @@ share/AbiSuite/AbiWord/system.profile-en-US
share/AbiSuite/AbiWord/system.profile-en-ZA
share/AbiSuite/AbiWord/system.profile-es
share/AbiSuite/AbiWord/system.profile-es-ES
+share/AbiSuite/AbiWord/system.profile-fi-FI
share/AbiSuite/AbiWord/system.profile-fr
share/AbiSuite/AbiWord/system.profile-fr-BE
share/AbiSuite/AbiWord/system.profile-fr-CA
@@ -178,6 +179,7 @@ share/AbiSuite/AbiWord/system.profile-tr-TR
share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254
share/AbiSuite/AbiWord/system.profile-zh-CN
share/AbiSuite/AbiWord/system.profile-zh-TW
+share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf
share/AbiSuite/README
share/AbiSuite/clipart/book.png
share/AbiSuite/clipart/chip.png
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 57feccb63c34..d22d8ded7998 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -10,7 +10,7 @@
# AbiWord build system.
PORTNAME= AbiWord
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo
index 8fe01cb7f2b1..4623f2fe038b 100644
--- a/editors/abiword/distinfo
+++ b/editors/abiword/distinfo
@@ -1 +1 @@
-MD5 (AbiWord/abiword-1.0.1.tar.gz) = b9532c39879b2e11984135f6815b8e57
+MD5 (AbiWord/abiword-1.0.2.tar.gz) = 35c5ac5c08798238a9d63ee17d5de793
diff --git a/editors/abiword/files/patch-an b/editors/abiword/files/patch-an
index f574d00872ed..f2e91bdd806e 100644
--- a/editors/abiword/files/patch-an
+++ b/editors/abiword/files/patch-an
@@ -1,8 +1,8 @@
$FreeBSD$
---- src/Makefile.orig Sun Jul 15 10:13:26 2001
-+++ src/Makefile Wed Aug 8 13:28:42 2001
+--- src/Makefile.orig Thu May 30 17:51:53 2002
++++ src/Makefile Wed Jun 5 15:47:41 2002
@@ -48,6 +48,7 @@
## Set the following to a list of pathnames to be copied to $(CANONDIR)
@@ -26,10 +26,10 @@ $FreeBSD$
rm $$k ; \
done)
+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *)
- endif
-
- @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY))
-@@ -106,10 +111,12 @@
+ # We currently only ship american.hash, so the above and below aren't logical.
+ # For same reason, this will only copy american.hash-encoding once in place. The rest is in abispell.
+ @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.hash-encoding $(CANONDIR)/dictionary
+@@ -112,10 +117,12 @@
fi
# icons for X window manager use
@$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY))
diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist
index db8d5442e68e..0d6fc9c22a39 100644
--- a/editors/abiword/pkg-plist
+++ b/editors/abiword/pkg-plist
@@ -150,6 +150,7 @@ share/AbiSuite/AbiWord/system.profile-en-US
share/AbiSuite/AbiWord/system.profile-en-ZA
share/AbiSuite/AbiWord/system.profile-es
share/AbiSuite/AbiWord/system.profile-es-ES
+share/AbiSuite/AbiWord/system.profile-fi-FI
share/AbiSuite/AbiWord/system.profile-fr
share/AbiSuite/AbiWord/system.profile-fr-BE
share/AbiSuite/AbiWord/system.profile-fr-CA
@@ -178,6 +179,7 @@ share/AbiSuite/AbiWord/system.profile-tr-TR
share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254
share/AbiSuite/AbiWord/system.profile-zh-CN
share/AbiSuite/AbiWord/system.profile-zh-TW
+share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf
share/AbiSuite/README
share/AbiSuite/clipart/book.png
share/AbiSuite/clipart/chip.png