add homepage, update to 2.14; maintainer timeout

This commit is contained in:
naddy 2003-05-24 15:30:52 +00:00
parent a836b52ca8
commit 8a4b2428cb
6 changed files with 21 additions and 30 deletions

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.9 2002/10/26 00:39:15 naddy Exp $
# $OpenBSD: Makefile,v 1.10 2003/05/24 15:30:52 naddy Exp $
COMMENT= "X11 based RTF editor"
V=2.11
V= 2.14
DISTNAME= ted-$V
CATEGORIES= editors textproc print
MASTER_SITES=ftp://ftp.nluug.nl/pub/editors/ted/
HOMEPAGE= http://www.nllgg.nl/Ted/
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/
DISTFILES= ted-$V.src.tar.gz
# GPL

View File

@ -1,3 +1,3 @@
MD5 (ted-2.11.src.tar.gz) = 04b6f9a142f9c23e2022f89065c126e8
RMD160 (ted-2.11.src.tar.gz) = e3db36b243703648398e62a53b027fc1296bf580
SHA1 (ted-2.11.src.tar.gz) = d4f0ff443a2632d7f665cea8999045b2dbea40a6
MD5 (ted-2.14.src.tar.gz) = 7ed8207cdc925ee7f8b8770ca0af3e52
RMD160 (ted-2.14.src.tar.gz) = 6bb878e9a5b7eef341419cc6f2b07d45f8b83163
SHA1 (ted-2.14.src.tar.gz) = 10f8ca32c2f8ae881bcb6022b09bdeb6be9bf941

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-appFrame_appFileChooserMotif_c,v 1.2 2001/07/13 13:28:25 espie Exp $
--- appFrame/appFileChooserMotif.c.orig Sun Apr 8 18:05:30 2001
+++ appFrame/appFileChooserMotif.c Fri Jul 13 15:04:41 2001
@@ -524,7 +524,7 @@ static int appMakeFileChooser( AppChoose
XtSetArg( al[ac], XmNuseAsyncGeometry, True ); ac++;
XtSetArg( al[ac], XmNchildPlacement,XmPLACE_ABOVE_SELECTION ); ac++;
-# if XmVersion >= 2000
+# if XmVersion >= 2000 && !defined(LESSTIF_VERSION)
XtSetArg( al[ac], XmNfileFilterStyle,
XmFILTER_HIDDEN_FILES ); ac++;
# endif

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-bitmap_configure,v 1.1 2002/07/20 00:21:22 pvalchev Exp $
--- bitmap/configure.orig Fri Jul 19 17:55:13 2002
+++ bitmap/configure Fri Jul 19 17:55:01 2002
@@ -1774,6 +1774,7 @@ fi
/usr/pkg/include \
/usr/X11R6/include \
/usr/local/include/png \
+ /usr/local/include/libpng \
/usr/apps/include \
../libpng
do
$OpenBSD: patch-bitmap_configure,v 1.2 2003/05/24 15:30:52 naddy Exp $
--- bitmap/configure.orig Thu Apr 24 01:53:12 2003
+++ bitmap/configure Thu Apr 24 01:53:28 2003
@@ -3159,6 +3159,7 @@ EOF
/usr/pkg/include \
/usr/X11R6/include \
/usr/local/include/png \
+ /usr/local/include/libpng \
/usr/apps/include \
/usr/sfw/include \
/opt/sfw/include \

View File

@ -22,3 +22,4 @@ Features
* Hyperlinks.
* Saving a document in HTML format.
WWW: ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2002/03/25 20:21:54 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2003/05/24 15:30:52 naddy Exp $
bin/Ted
lib/X11/app-defaults/Ted
share/Ted/afm/Courier-Bold.afm
@ -19,3 +19,4 @@ share/doc/Ted/TedDocument-en_US.rtf
@exec mkdir -p %D/share/Ted/ind
@dirrm share/Ted/ind
@dirrm share/Ted/afm
@dirrm share/Ted