diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 05:27:09 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 05:27:09 +0000 |
commit | 956ba91af770b2bfc7abd69b44a813fbaed9c667 (patch) | |
tree | da7b1eb674049c1d6e9eefa8ce420fc807ecb2fb /editors | |
parent | 782d7bbca159495e4f6253161f6b382bbe164ebe (diff) | |
download | FreeBSD-ports-956ba91af770b2bfc7abd69b44a813fbaed9c667.zip FreeBSD-ports-956ba91af770b2bfc7abd69b44a813fbaed9c667.tar.gz |
Update to 1.2.1
PR: 12287
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lpe/Makefile | 26 | ||||
-rw-r--r-- | editors/lpe/distinfo | 2 | ||||
-rw-r--r-- | editors/lpe/files/patch-ac | 10 | ||||
-rw-r--r-- | editors/lpe/files/patch-ad | 11 | ||||
-rw-r--r-- | editors/lpe/pkg-comment | 2 | ||||
-rw-r--r-- | editors/lpe/pkg-descr | 4 | ||||
-rw-r--r-- | editors/lpe/pkg-plist | 35 |
7 files changed, 63 insertions, 27 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 10b8510..76d3b49 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 be374e8..199bcef 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 0000000..af761ef --- /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 0000000..79f82ae --- /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 abf2128..337f369 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 dbc9a57..9c7b090 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 9c7881e..913b871 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 |