pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/abiword1 Note that this is based on gtk1 and a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15a75a87573a
branches:  trunk
changeset: 465284:15a75a87573a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 26 18:25:30 2003 +0000

description:
Note that this is based on gtk1 and a newer version is out.
Add conflicts with other abiword packages.

diffstat:

 editors/abiword1/DESCR    |  3 +++
 editors/abiword1/Makefile |  6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 9ec419bcf3c4 -r 15a75a87573a editors/abiword1/DESCR
--- a/editors/abiword1/DESCR    Fri Dec 26 18:20:27 2003 +0000
+++ b/editors/abiword1/DESCR    Fri Dec 26 18:25:30 2003 +0000
@@ -6,3 +6,6 @@
 Word 97 and rtf (Rich Text Format) and to save documents using Internet HTML
 format.  Several other features are planned for future releases, these
 include tables, lists and a Microsoft Word exporter.
+
+This version is using GTK+1; for the current version please look
+at the ``abiword'' package.
diff -r 9ec419bcf3c4 -r 15a75a87573a editors/abiword1/Makefile
--- a/editors/abiword1/Makefile Fri Dec 26 18:20:27 2003 +0000
+++ b/editors/abiword1/Makefile Fri Dec 26 18:25:30 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/26 18:20:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2003/12/26 18:25:30 wiz Exp $
 #
 # According to AbiSource's explanation of their trademark rights,
 # compilations/distributions of AbiWord not provided by AbiSource must
@@ -14,13 +14,15 @@
 
 MAINTAINER=    dawszy%arhea.net@localhost
 HOMEPAGE=      http://www.abisource.com/
-COMMENT=       Open Source cross-platform word processor
+COMMENT=       Open Source cross-platform word processor (version 1, older)
 
 DEPENDS+=      ispell-base-[0-9]*:../../textproc/ispell-base
 
 DIST_SUBDIR=   abisuite
 ABIWORD_VERS=  1.0.5
 
+CONFLICTS=     abiword-[0-9]* abiword2-[0-9]*
+
 USE_BUILDLINK2=        # defined
 USE_X11=       # defined
 USE_GMAKE=     # defined



Home | Main Index | Thread Index | Old Index