update to 0.4.6, change maintainer
PR: 52156 Submitted by: Samy Al Bahra <samy@kerneled.com>
This commit is contained in:
parent
16d3821164
commit
6ae05c6c9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81501
@ -1,26 +1,28 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: twin
|
||||
# Date created: Jul 7, 2002
|
||||
# Whom: ijliao
|
||||
# Date created: Jul 7, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= twin
|
||||
PORTVERSION= 0.4.5
|
||||
PORTVERSION= 0.4.6
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://linuz.sns.it/~max/twin/
|
||||
MASTER_SITE_SUBDIR= twin
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Textmode WINdow environment
|
||||
MAINTAINER= samy@kerneled.com
|
||||
COMMENT= A text-mode window manager and terminal emulator
|
||||
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
NO_FILTER_SHLIBS=yes
|
||||
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
MAN1= twin.1
|
||||
|
@ -1 +1 @@
|
||||
MD5 (twin-0.4.5.tar.gz) = 95f942a6f1be1144b11603579d6c366a
|
||||
MD5 (twin-0.4.6.tar.gz) = 92429bb5550a4c231085585a3473bf4d
|
||||
|
10
x11/twin/files/patch-configure
Normal file
10
x11/twin/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure Thu Mar 27 11:29:47 2003
|
||||
+++ configure.patch Tue May 13 11:43:10 2003
|
||||
@@ -1236,5 +1236,5 @@
|
||||
make_is_good=no
|
||||
if test "${MAKE-make}"; then
|
||||
- ${MAKE-make} -v | head -1 | cut -d' ' -f1-4 | cut -d, -f1 | \
|
||||
+ gmake -v | head -1 | cut -d' ' -f1-4 | cut -d, -f1 | \
|
||||
while read make_GNU make_Make make_version make_numbers
|
||||
do
|
||||
|
7
x11/twin/files/patch-server::twstart
Normal file
7
x11/twin/files/patch-server::twstart
Normal file
@ -0,0 +1,7 @@
|
||||
--- server/twstart Tue May 13 11:19:50 2003
|
||||
+++ server/twstart.patch Tue May 13 11:20:10 2003
|
||||
@@ -1,3 +1,3 @@
|
||||
-#!/bin/sh
|
||||
+#!/usr/bin/env bash
|
||||
|
||||
ARGS=
|
@ -1,3 +1,12 @@
|
||||
Twin - a Textmode WINdow environment
|
||||
Twin is a text-mode window environment. It turns a text terminal
|
||||
into a X11-style display with window manager, terminal windows, and
|
||||
can also serve as display for remote applications. Each terminal
|
||||
window provides the functions of a text-mode Linux console. Twin
|
||||
runs on X11, libggi, itself, the Linux console, and any
|
||||
termcap/ncurses-compatible tty. It supports multiple simultaneous
|
||||
displays, and can attach/detach each display on the fly.
|
||||
|
||||
WWW: http://linuz.sns.it/~max/twin/
|
||||
|
||||
- Samy Al Bahra
|
||||
samy@kerneled.com
|
||||
|
@ -32,6 +32,58 @@ include/TT/defines.h
|
||||
include/TT/handy_m4.h
|
||||
include/TT/osincludes.h
|
||||
include/TT/version.h
|
||||
include/Tutf/cp1252.h
|
||||
include/Tutf/cp1253.h
|
||||
include/Tutf/cp1254.h
|
||||
include/Tutf/cp1256.h
|
||||
include/Tutf/cp1257.h
|
||||
include/Tutf/cp1258.h
|
||||
include/Tutf/hp_roman8.h
|
||||
include/Tutf/iso_8859_10.h
|
||||
include/Tutf/iso_8859_16.h
|
||||
include/Tutf/jisx0201.h
|
||||
include/Tutf/mac_arabic.h
|
||||
include/Tutf/mac_centraleurope.h
|
||||
include/Tutf/mac_croatian.h
|
||||
include/Tutf/mac_cyrillic.h
|
||||
include/Tutf/mac_dingbat.h
|
||||
include/Tutf/mac_greek.h
|
||||
include/Tutf/mac_hebrew.h
|
||||
include/Tutf/mac_iceland.h
|
||||
include/Tutf/mac_roman.h
|
||||
include/Tutf/mac_romania.h
|
||||
include/Tutf/mac_symbol.h
|
||||
include/Tutf/mac_thai.h
|
||||
include/Tutf/mac_turkish.h
|
||||
include/Tutf/mac_ukraine.h
|
||||
include/Tutf/nextstep.h
|
||||
include/Tw/stattypes.h
|
||||
include/Tw/Tw++.h
|
||||
include/Tw/Tw.h
|
||||
include/Tw/Tw1.h
|
||||
include/Tw/Tw_defs.h
|
||||
include/Tw/Twautoconf.h
|
||||
include/Tw/Twavl.h
|
||||
include/Tw/Twerrno.h
|
||||
include/Tw/Twkeys.h
|
||||
include/Tw/Twstat.h
|
||||
include/Tw/Twstat_defs.h
|
||||
include/Tw/Twtypes.h
|
||||
include/Tw/alias1_m4.h
|
||||
include/Tw/alias_m4.h
|
||||
include/Tw/common1_m4.h
|
||||
include/Tw/common_m4.h
|
||||
include/Tw/compiler.h
|
||||
include/Tw/datasizes.h
|
||||
include/Tw/datatypes.h
|
||||
include/Tw/missing.h
|
||||
include/Tw/osincludes.h
|
||||
include/Tw/prefix.h
|
||||
include/Tw/proto1_m4.h
|
||||
include/Tw/proto_m4.h
|
||||
include/Tw/uni_types.h
|
||||
include/Tw/unprefix.h
|
||||
include/Tw/version.h
|
||||
include/Tutf/Tutf.h
|
||||
include/Tutf/Tutf_defs.h
|
||||
include/Tutf/Tutftypes.h
|
||||
@ -73,52 +125,30 @@ include/Tutf/koi8_r.h
|
||||
include/Tutf/koi8_u.h
|
||||
include/Tutf/utf_16.h
|
||||
include/Tutf/version.h
|
||||
include/Tw/Tw++.h
|
||||
include/Tw/Tw.h
|
||||
include/Tw/Tw1.h
|
||||
include/Tw/Tw_defs.h
|
||||
include/Tw/Twautoconf.h
|
||||
include/Tw/Twavl.h
|
||||
include/Tw/Twerrno.h
|
||||
include/Tw/Twkeys.h
|
||||
include/Tw/Twstat.h
|
||||
include/Tw/Twstat_defs.h
|
||||
include/Tw/Twtypes.h
|
||||
include/Tw/alias1_m4.h
|
||||
include/Tw/alias_m4.h
|
||||
include/Tw/common1_m4.h
|
||||
include/Tw/common_m4.h
|
||||
include/Tw/compiler.h
|
||||
include/Tw/datasizes.h
|
||||
include/Tw/datatypes.h
|
||||
include/Tw/missing.h
|
||||
include/Tw/osincludes.h
|
||||
include/Tw/prefix.h
|
||||
include/Tw/proto1_m4.h
|
||||
include/Tw/proto_m4.h
|
||||
include/Tw/uni_types.h
|
||||
include/Tw/unprefix.h
|
||||
include/Tw/version.h
|
||||
@dirrm include/TT
|
||||
@dirrm include/Tutf
|
||||
@dirrm include/Tw
|
||||
lib/TT/HW/hw_twin.so.0.0.8
|
||||
lib/TT/HW/hw_xml.so.0.0.8
|
||||
lib/TT/HW/hw_twin.so.0.0.9
|
||||
lib/TT/HW/hw_X11.so.0.0.9
|
||||
lib/TT/HW/hw_xml.so.0.0.9
|
||||
lib/libTT.a
|
||||
lib/libTT.so
|
||||
lib/libTT.so.0
|
||||
lib/libTT.so.0.0.8
|
||||
lib/libTT.so.0.0.9
|
||||
lib/libTutf.a
|
||||
lib/libTutf.so
|
||||
lib/libTutf.so.0
|
||||
lib/libTutf.so.0.0.8
|
||||
lib/libTutf.so.0.0.9
|
||||
lib/libTw.a
|
||||
lib/libTw.so
|
||||
lib/libTw.so.3
|
||||
lib/libTw.so.3.0.8
|
||||
lib/libTw.so.3.0.9
|
||||
lib/twin/.twenvrc.sh
|
||||
lib/twin/.twinrc
|
||||
lib/twin/modules/HW/hw_X.so.%%PORTVERSION%%
|
||||
lib/twin/modules/HW/hw_X11.so.%%PORTVERSION%%
|
||||
lib/twin/modules/HW/hw_display.so.%%PORTVERSION%%
|
||||
lib/twin/modules/HW/hw_gfx.so.%%PORTVERSION%%
|
||||
lib/twin/modules/HW/hw_tty.so.%%PORTVERSION%%
|
||||
lib/twin/modules/HW/hw_twin.so.%%PORTVERSION%%
|
||||
lib/twin/modules/rcparse.so.%%PORTVERSION%%
|
||||
@ -148,7 +178,9 @@ share/twin/docs/twin.1
|
||||
share/twin/themes/hw_gfx/Ganymede_9x19.xpm
|
||||
share/twin/themes/hw_gfx/README
|
||||
share/twin/themes/hw_gfx/ShinyMetal_8x16.xpm
|
||||
share/twin/themes/hw_gfx/ShinyMetal_6x13.xpm
|
||||
share/twin/themes/hw_gfx/absolute-e_8x16.xpm
|
||||
share/twin/themes/hw_gfx/default_6x13.xpm
|
||||
share/twin/themes/hw_gfx/default_8x16.xpm
|
||||
share/twin/themes/hw_gfx/default_9x19.xpm
|
||||
share/twin/themes/hw_gfx/goldenblue_9x19.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user