Skip to content
Snippets Groups Projects
Commit e1179da5 authored by Rene Ladan's avatar Rene Ladan
Browse files

chinese/eterm: Remove expired port

2025-01-27 chinese/eterm: Depends on kcfonts, which is marked DEPRECATED
parent f66b671d
No related branches found
No related tags found
No related merge requests found
......@@ -4049,3 +4049,4 @@ www/rubygem-gollum-grit_adapter10|www/rubygem-gollum-grit_adapter|2025-01-25|Obs
databases/jdbc-oracle11g||2025-01-25|Has expired: Oracle no longer provides public downloads of the old JDBC drivers
emulators/vxtools||2025-01-25|Has expired: Dist files are no longer available as site returns NXDOMAIN
java/infobus||2025-01-25|Has expired: Outdated API and is no longer actively developed or maintained
chinese/eterm||2025-01-27|Has expired: Depends on kcfonts, which is marked DEPRECATED
......@@ -22,7 +22,6 @@
SUBDIR += dictd-database
SUBDIR += elffont
SUBDIR += enscript
SUBDIR += eterm
SUBDIR += fandol
SUBDIR += fcitx
SUBDIR += fcitx-chewing
......
CATEGORIES= chinese
MASTERDIR= ${.CURDIR}/../../x11/eterm
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= X11 terminal emulator based on rxvt/xterm that supports traditional Chinese (Big5)
DEPRECATED= Depends on kcfonts, which is marked DEPRECATED
EXPIRATION_DATE= 2025-01-27
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure
CONFIGURE_ARGS= --enable-trans --enable-utmp \
--enable-xim --with-theme-update \
--with-backspace=bs --without-terminfo \
--enable-multi-charset=big5
CONFLICTS_INSTALL= eterm eterm-bg ja-eterm # bin/Esetroot share/Eterm/pix/scale/Neopolis-horizon.jpg
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
RUN_DEPENDS= ${LOCALBASE}/share/fonts/kcfonts/kc15f.pcf.gz:chinese/kcfonts
.include "${MASTERDIR}/Makefile"
--- configure.orig 2011-05-19 10:55:42.000000000 +0200
+++ configure 2011-05-19 10:57:05.000000000 +0200
@@ -25226,16 +25226,10 @@
DEF_FONT_IDX=0
MULTICHAR_ENCODING="big5"
- FONT0="8x16"
- FONT1="9x18"
- FONT2="10x20"
- FONT3="12x24"
- FONT4="13x26"
- MFONT0="-*-ming-medium-r-normal--16-*-*-*-c-*-big5-0"
- MFONT1="-*-ming-medium-r-normal--18-*-*-*-c-*-big5-0"
- MFONT2="-*-ming-medium-r-normal--20-*-*-*-c-*-big5-0"
- MFONT3="-*-ming-medium-r-normal--24-*-*-*-c-*-big5-0"
- MFONT4="-*-ming-medium-r-normal--26-*-*-*-c-*-big5-0"
+ FONT0="kc8x15"
+ FONT1="kc12x24"
+ MFONT0="kc15f"
+ MFONT1="kc24f"
else
MULTI_CHARSET_TYPE=""
fi
Eterm is a color vt102 terminal emulator intended as a replacement for
xterm. It is designed with a Freedom of Choice philosophy, leaving as
much power, flexibility, and freedom as possible in the hands of the
user. It is designed to look good and work well, but takes a
feature-rich approach rather than one of minimalism while still
maintaining speed and efficiency.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment