mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Update to version 6.0.0
- Pacify portlint(1) Feature safe: yes
This commit is contained in:
parent
4e915ff733
commit
8dea97dc19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242227
@ -1,4 +1,4 @@
|
||||
# New ports collection makefile for: biew
|
||||
# New ports collection makefile for: BIEW
|
||||
# Date created: 04 February 2000
|
||||
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
||||
#
|
||||
@ -6,24 +6,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= biew
|
||||
PORTVERSION= 5.7.3.1
|
||||
PORTVERSION= 6.0.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
|
||||
|
||||
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Binary file viewer and editor
|
||||
|
||||
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --cc="${CC}" --with-extraincdir="${LOCALBASE}/include" \
|
||||
--ld="${CC}" --with-extralibdir="${LOCALBASE}/lib" \
|
||||
--prefix="${PREFIX}" --datadir="${DATADIR}"
|
||||
--prefix="${PREFIX}" --datadir="${DATADIR}" --enable-slang
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
MAKEFILE= makefile
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g}
|
||||
|
||||
PLIST_FILES= bin/biew \
|
||||
%%DATADIR%%/assembly.skn \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (biew-5731.tar.bz2) = ed9b2b9b4c69e469970b9e6f88b0e74b
|
||||
SHA256 (biew-5731.tar.bz2) = 34a2cb66f1b2da8f3f208ae0010e8ad0706d425e62ce8eb13d7814c859e1cb49
|
||||
SIZE (biew-5731.tar.bz2) = 739607
|
||||
MD5 (biew-600-src.tar.bz2) = 1bb12fe473befb92f4d616b0a92731f6
|
||||
SHA256 (biew-600-src.tar.bz2) = c0458715ef4e594c6d19c21c9f9008de03d57ad1261c5e0e8d30f396f9e2073e
|
||||
SIZE (biew-600-src.tar.bz2) = 745788
|
||||
|
@ -1,22 +0,0 @@
|
||||
--- biewlib/sysdep/generic/unix/keyboard.c.orig 2009-01-31 17:11:34.000000000 +0600
|
||||
+++ biewlib/sysdep/generic/unix/keyboard.c 2009-03-18 04:11:03.000000000 +0600
|
||||
@@ -59,6 +59,9 @@
|
||||
unsigned rawkb_mode=0;
|
||||
int rawkb_escape;
|
||||
|
||||
+static void *nls_handle;
|
||||
+static int is_unicode=0;
|
||||
+
|
||||
#ifdef _VT100_
|
||||
|
||||
#include <fcntl.h>
|
||||
@@ -75,9 +78,6 @@
|
||||
static int in_fd;
|
||||
static struct termios sattr;
|
||||
|
||||
-static void *nls_handle;
|
||||
-static int is_unicode=0;
|
||||
-
|
||||
typedef struct {
|
||||
char c;
|
||||
int key;
|
@ -1,24 +0,0 @@
|
||||
--- biewlib/sysdep/generic/unix/vio.c.orig 2009-01-31 17:08:22.000000000 +0600
|
||||
+++ biewlib/sysdep/generic/unix/vio.c 2009-03-18 04:11:42.000000000 +0600
|
||||
@@ -206,10 +206,6 @@
|
||||
static char *vtmp;
|
||||
static int out_fd;
|
||||
static int _color[8] = {0,4,2,6,1,5,3,7};
|
||||
-static char *screen_cp;
|
||||
-static unsigned is_unicode=0;
|
||||
-
|
||||
-static void *nls_handle;
|
||||
|
||||
static unsigned char frames_vt100[0x30] =
|
||||
"aaaxuuukkuxkjjjkmvwtqnttmlvwtqnvvwwmmllnnjlaaaaa";
|
||||
@@ -242,6 +238,10 @@
|
||||
|
||||
#endif /* _VT100_ */
|
||||
|
||||
+static char *screen_cp;
|
||||
+static unsigned is_unicode=0;
|
||||
+static void *nls_handle;
|
||||
+
|
||||
static unsigned char frames_dumb[0x30] =
|
||||
": %|{+++++|+++++`++}-++++++++-+++++++++++++#%[]~";
|
||||
|
Loading…
Reference in New Issue
Block a user