summaryrefslogtreecommitdiff
path: root/editors/lpe
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-19 05:27:09 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-19 05:27:09 +0000
commit65ba71e8ec67782901f5cb96d98bf388d26a9af5 (patch)
tree182a47396d99087e0b1695b2eb35e534d6ce3cb7 /editors/lpe
parentAdd some more MASTER_SITES which does absolutly nothing until someone (diff)
Update to 1.2.1
PR: 12287
Notes
Notes: svn path=/head/; revision=19552
Diffstat (limited to 'editors/lpe')
-rw-r--r--editors/lpe/Makefile26
-rw-r--r--editors/lpe/distinfo2
-rw-r--r--editors/lpe/files/patch-ac10
-rw-r--r--editors/lpe/files/patch-ad11
-rw-r--r--editors/lpe/pkg-comment2
-rw-r--r--editors/lpe/pkg-descr4
-rw-r--r--editors/lpe/pkg-plist35
7 files changed, 63 insertions, 27 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile
index 10b85109f622..76d3b49bea95 100644
--- a/editors/lpe/Makefile
+++ b/editors/lpe/Makefile
@@ -1,31 +1,25 @@
# New ports collection makefile for: lpe
-# Version required: 1.1.8
+# Version required: 1.2.1
# Date created: 12 April 1999
-# Whom: Chris Piazza <cpiazza@home.net>
+# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
-# $Id: Makefile,v 1.2 1999/04/19 04:06:52 steve Exp $
+# $Id: Makefile,v 1.3 1999/04/22 23:11:08 mharo Exp $
#
-DISTNAME= lpe-1.1.9
+DISTNAME= lpe-1.2.1
CATEGORIES= editors
MASTER_SITES= http://cdsmith.twu.net/lpe/
-MAINTAINER= cpiazza@home.net
+MAINTAINER= cpiazza@FreeBSD.org
-LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
+LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \
+ intl.1:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-ltermcap"
MAN1= lpe.1
-post-patch:
- @${SED} -e s#__PREFIX__#${PREFIX}#g ${WRKSRC}/options.h > ${WRKSRC}/options.h.new
- @${MV} -f ${WRKSRC}/options.h.new ${WRKSRC}/options.h
-
-do-install:
- ${MKDIR} ${PREFIX}/lib/lpe
- ${INSTALL_PROGRAM} ${WRKSRC}/lpe ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/lib/lpe
- ${INSTALL_MAN} ${WRKSRC}/lpe.1 ${PREFIX}/man/man1
-
.include <bsd.port.mk>
diff --git a/editors/lpe/distinfo b/editors/lpe/distinfo
index be374e81be9e..199bcef4e21d 100644
--- a/editors/lpe/distinfo
+++ b/editors/lpe/distinfo
@@ -1 +1 @@
-MD5 (lpe-1.1.9.tar.gz) = 1414c340a77d53ff63f8ddb9e335787a
+MD5 (lpe-1.2.1.tar.gz) = 31da8e328ecf0ba875598df97ef195c4
diff --git a/editors/lpe/files/patch-ac b/editors/lpe/files/patch-ac
new file mode 100644
index 000000000000..af761effbdf9
--- /dev/null
+++ b/editors/lpe/files/patch-ac
@@ -0,0 +1,10 @@
+--- minibuf.c.orig Sat Apr 24 15:33:25 1999
++++ minibuf.c Thu Jun 17 22:46:21 1999
+@@ -15,6 +15,7 @@
+ #include <dirent.h>
+ #include <unistd.h>
+ #include <sys/stat.h>
++#include <sys/syslimits.h>
+
+ #include "lpe.h"
+ #include "input.h"
diff --git a/editors/lpe/files/patch-ad b/editors/lpe/files/patch-ad
new file mode 100644
index 000000000000..79f82aeebbf0
--- /dev/null
+++ b/editors/lpe/files/patch-ad
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig Mon Jan 25 10:53:12 1999
++++ po/Makefile.in.in Fri Jun 18 16:19:55 1999
+@@ -18,7 +18,7 @@
+
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+-datadir = $(prefix)/@DATADIRNAME@
++datadir = $(prefix)/share
+ localedir = $(datadir)/locale
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po
diff --git a/editors/lpe/pkg-comment b/editors/lpe/pkg-comment
index abf21284bdf4..337f369a9b65 100644
--- a/editors/lpe/pkg-comment
+++ b/editors/lpe/pkg-comment
@@ -1 +1 @@
-A "lightweight programmer's editor."
+A "lightweight programmer's editor" with syntax highlighting.
diff --git a/editors/lpe/pkg-descr b/editors/lpe/pkg-descr
index dbc9a57e0b89..9c7b09007231 100644
--- a/editors/lpe/pkg-descr
+++ b/editors/lpe/pkg-descr
@@ -1,9 +1,9 @@
A very small and fast slang-based editor that features syntax-highlighting
-via plug-in modules for C, C++, perl, html, and sgml.
+via plug-in modules for C, C++, perl, html, sgml and more.
Author: Chris Smith <cd_smith@ou.edu>
WWW: http://cdsmith.twu.net/lpe/
-Chris Piazza
-cpiazza@home.net
+cpiazza@FreeBSD.org
diff --git a/editors/lpe/pkg-plist b/editors/lpe/pkg-plist
index 9c7881e2d842..913b8717d9b6 100644
--- a/editors/lpe/pkg-plist
+++ b/editors/lpe/pkg-plist
@@ -1,9 +1,30 @@
bin/lpe
-lib/lpe/cmode.so
-lib/lpe/cppmode.so
-lib/lpe/htmlmode.so
-lib/lpe/javamode.so
-lib/lpe/mailmode.so
-lib/lpe/perlmode.so
-lib/lpe/sgmlmode.so
+lib/lpe/libcmode.a
+lib/lpe/libcmode.so
+lib/lpe/libcmode.so.0
+lib/lpe/libcppmode.a
+lib/lpe/libcppmode.so
+lib/lpe/libcppmode.so.0
+lib/lpe/libhtmlmode.a
+lib/lpe/libhtmlmode.so
+lib/lpe/libhtmlmode.so.0
+lib/lpe/libjavamode.a
+lib/lpe/libjavamode.so
+lib/lpe/libjavamode.so.0
+lib/lpe/libmailmode.a
+lib/lpe/libmailmode.so
+lib/lpe/libmailmode.so.0
+lib/lpe/libperlmode.a
+lib/lpe/libperlmode.so
+lib/lpe/libperlmode.so.0
+lib/lpe/libsgmlmode.a
+lib/lpe/libsgmlmode.so
+lib/lpe/libsgmlmode.so.0
+share/locale/bg/LC_MESSAGES/lpe.mo
+share/locale/cz/LC_MESSAGES/lpe.mo
+share/locale/de/LC_MESSAGES/lpe.mo
+share/locale/es/LC_MESSAGES/lpe.mo
+share/locale/fr/LC_MESSAGES/lpe.mo
+share/locale/pl/LC_MESSAGES/lpe.mo
+share/locale/ru/LC_MESSAGES/lpe.mo
@dirrm lib/lpe