mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to 1.2.1
PR: 12287
This commit is contained in:
parent
86faaeaabf
commit
65ba71e8ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19552
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lpe-1.1.9.tar.gz) = 1414c340a77d53ff63f8ddb9e335787a
|
||||
MD5 (lpe-1.2.1.tar.gz) = 31da8e328ecf0ba875598df97ef195c4
|
||||
|
10
editors/lpe/files/patch-ac
Normal file
10
editors/lpe/files/patch-ac
Normal file
@ -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"
|
11
editors/lpe/files/patch-ad
Normal file
11
editors/lpe/files/patch-ad
Normal file
@ -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
|
@ -1 +1 @@
|
||||
A "lightweight programmer's editor."
|
||||
A "lightweight programmer's editor" with syntax highlighting.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user