Skip to content

Commit

Permalink
chinese/auto-cn-l10n: Remove support for dead RelaxBSD project
Browse files Browse the repository at this point in the history
Last release of RelaxBSD was back in 2011 so support is no longer needed

Reference: https://sourceforge.net/projects/relaxbsd/
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Feb 27, 2023
1 parent 80fe4a1 commit 0100a78
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions chinese/auto-cn-l10n/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= auto-cn-l10n
PORTVERSION= 1.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= chinese
#MASTER_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
MASTER_SITES= LOCAL/delphij
Expand All @@ -12,22 +12,20 @@ COMMENT= The automatic localization for Simplified Chinese zh_CN.eucCN locale
NO_BUILD= yes
SUB_FILES= pkg-message

OPTIONS_DEFINE= WQY FIREFLYTTF FCITX SCIM MINICHINPUT RELAXCONF
OPTIONS_DEFAULT= WQY SCIM RELAXCONF
OPTIONS_DEFINE= WQY FIREFLYTTF FCITX SCIM MINICHINPUT
OPTIONS_DEFAULT= WQY SCIM
WQY_DESC= WenQuanYi Bitmap Song Font
FIREFLYTTF_DESC= Firefly TrueType Font
FCITX_DESC= GBK Chinese XIM server
SCIM_DESC= Smart Common Input Method platform
MINICHINPUT_DESC= A tiny version of Chinput
RELAXCONF_DESC= A set of utilities for FreeBSD LiveCD

WQY_RUN_DEPENDS= ${LOCALBASE}/share/fonts/wqy/wenquanyi_10pt.pcf:x11-fonts/wqy
FIREFLYTTF_RUN_DEPENDS= ${LOCALBASE}/share/fonts/TrueType/fireflysung.ttf:chinese/fireflyttf
FCITX_RUN_DEPENDS= fcitx:chinese/fcitx
SCIM_RUN_DEPENDS= ${LOCALBASE}/share/scim/tables/Wubi.bin:chinese/scim-tables \
${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/pinyin.so:chinese/scim-pinyin
MINICHINPUT_RUN_DEPENDS=chinput:chinese/miniChinput
RELAXCONF_RUN_DEPENDS= relaxconf:sysutils/relaxconf

post-patch:
@${REINPLACE_CMD} -e "s|%%X11BASE%%|${LOCALBASE}|g; \
Expand Down

0 comments on commit 0100a78

Please sign in to comment.