Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 00:19:44 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511380 - in head/x11/luit: . files
Message-ID:  <201909070019.x870Jifw036531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Sep  7 00:19:44 2019
New Revision: 511380
URL: https://svnweb.freebsd.org/changeset/ports/511380

Log:
  x11/luit: Change upstream
  
  Change upstream of x11/luit to use invisible-island.net (same as xterm).
  xterm is the only user of luit, and has been making some changes to luit.
  The previous upstream, freedesktop.org, has deprecated their version of
  luit.
  
  Discussed with:	ehaupt

Deleted:
  head/x11/luit/files/
Modified:
  head/x11/luit/Makefile
  head/x11/luit/distinfo
  head/x11/luit/pkg-descr

Modified: head/x11/luit/Makefile
==============================================================================
--- head/x11/luit/Makefile	Fri Sep  6 23:25:53 2019	(r511379)
+++ head/x11/luit/Makefile	Sat Sep  7 00:19:44 2019	(r511380)
@@ -1,17 +1,28 @@
 # $FreeBSD$
 
 PORTNAME=	luit
-PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTVERSION=	20190106
 CATEGORIES=	x11
+MASTER_SITES=	ftp://ftp.invisible-island.net/luit/
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Locale and ISO 2022 support for Unicode terminals
 
-XORG_CAT=	app
-USE_XORG=	x11 fontenc
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFIGURE_ARGS=	--datadir=${LOCALBASE}/lib
+USES=		iconv localbase:ldflags tar:tgz pkgconfig xorg
+USE_XORG=	ice x11 xt
+
+GNU_CONFIGURE=	yes
+
+BUILD_DEPENDS=	${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodings
+
+CONFIGURE_ARGS=	--x-libraries=${LOCALBASE}/lib \
+		--x-includes=${LOCALBASE}/include \
+		--with-encodings-dir=${LOCALBASE}/share/fonts/encodings/encodings.dir \
+		--with-locale-alias=${LOCALBASE}/lib/X11/locale/locale.alias \
+		--with-pkg-config=${LOCALBASE}/bin/pkg-config \
 
 PLIST_FILES=	bin/luit man/man1/luit.1.gz
 

Modified: head/x11/luit/distinfo
==============================================================================
--- head/x11/luit/distinfo	Fri Sep  6 23:25:53 2019	(r511379)
+++ head/x11/luit/distinfo	Sat Sep  7 00:19:44 2019	(r511380)
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/luit-1.1.1.tar.bz2) = 30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636
-SIZE (xorg/app/luit-1.1.1.tar.bz2) = 140044
+TIMESTAMP = 1567812011
+SHA256 (luit-20190106.tgz) = 2b900f65ccdc38f8bfc11c6020069d055ba63fce6f90baefe8efc222a5ca3920
+SIZE (luit-20190106.tgz) = 190866

Modified: head/x11/luit/pkg-descr
==============================================================================
--- head/x11/luit/pkg-descr	Fri Sep  6 23:25:53 2019	(r511379)
+++ head/x11/luit/pkg-descr	Sat Sep  7 00:19:44 2019	(r511380)
@@ -1,2 +1,4 @@
 This package contains luit, a filter than can be run between an arbitrary
 application and a UTF-8 terminal emulator.
+
+WWW: https://invisible-island.net/luit/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909070019.x870Jifw036531>