mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
chinese/muni: Remove expired port
2025-03-31 chinese/muni: Upstream disapeared and distfile is no more available
This commit is contained in:
parent
f6852f0065
commit
6cd3594c86
9 changed files with 1 additions and 84 deletions
1
MOVED
1
MOVED
|
@ -4278,3 +4278,4 @@ net-mgmt/netdot||2025-03-31|Has expired: Upstream has been inactive for 4 years,
|
|||
japanese/esecanna-module-wnn6||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
|
||||
japanese/esecanna-module-vje25||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
|
||||
japanese/esecanna-module-vje30||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
|
||||
chinese/muni||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
SUBDIR += linux-wps-office-zh_CN
|
||||
SUBDIR += lunar
|
||||
SUBDIR += moettf
|
||||
SUBDIR += muni
|
||||
SUBDIR += opencc
|
||||
SUBDIR += opendesktop-fonts
|
||||
SUBDIR += oto
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
PORTNAME= muni
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://www.whizkidtech.redprince.net/i18n/muni/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Find Unicode values for Chinese characters
|
||||
WWW= http://www.whizkidtech.redprince.net/i18n/muni/
|
||||
|
||||
DEPRECATED= Upstream disapeared and distfile is no more available
|
||||
EXPIRATION_DATE=2025-03-31
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/muni ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/m7773 ${STAGEDIR}${PREFIX}/bin
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/muni
|
||||
${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${PREFIX}/share/doc/muni
|
||||
${INSTALL_DATA} ${WRKSRC}/yung.gif ${STAGEDIR}${PREFIX}/share/doc/muni
|
||||
${INSTALL_DATA} ${WRKSRC}/kang.gif ${STAGEDIR}${PREFIX}/share/doc/muni
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (muni-1.0.tar.gz) = b24f9a265204d5c878e02e43529ff6ec84c64748e104f9e1a376263ce28289ff
|
||||
SIZE (muni-1.0.tar.gz) = 64509
|
|
@ -1,14 +0,0 @@
|
|||
--- Makefile.orig 2011-09-05 14:44:30.000000000 +0800
|
||||
+++ Makefile 2011-09-05 14:44:38.000000000 +0800
|
||||
@@ -28,9 +28,9 @@
|
||||
all: muni m7773
|
||||
|
||||
muni: muni.o
|
||||
- cc -o muni muni.o
|
||||
+ $(CC) -o muni muni.o
|
||||
strip muni
|
||||
|
||||
m7773: m7773.o
|
||||
- cc -o m7773 m7773.o
|
||||
+ $(CC) -o m7773 m7773.o
|
||||
strip m7773
|
|
@ -1,10 +0,0 @@
|
|||
--- m7773.c.orig 2011-09-05 14:47:08.000000000 +0800
|
||||
+++ m7773.c 2011-09-05 14:47:17.000000000 +0800
|
||||
@@ -28,6 +28,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
+int
|
||||
main() {
|
||||
int i;
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- muni.c.orig 2011-09-05 14:46:18.000000000 +0800
|
||||
+++ muni.c 2011-09-05 14:46:29.000000000 +0800
|
||||
@@ -26,6 +26,7 @@
|
||||
* muni 1.0
|
||||
*/
|
||||
|
||||
+#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
Muni finds the Unicode value of the 7773 Chinese characters listed in Matthews'
|
||||
Chinese-English Dictionary.
|
||||
|
||||
You enter the character number found in the dictionary, and it will give
|
||||
you the corresponding Unicode mapping, or tell you when no such mapping has
|
||||
been defined.
|
||||
|
||||
Rather than just entering the number, you can type in a query, for example:
|
||||
|
||||
% muni
|
||||
: What is Unicode mapping for "Yung", listed in Matthews' Dictionary
|
||||
: as character 7589?
|
||||
- Matthews(7589) = U+6C38
|
||||
: Thank you. How about 3268, Matthews' number for "Kang"?
|
||||
- Matthews(3268) = U+525B
|
||||
: Thank you, Mr. Computer.
|
||||
: ^D
|
||||
%
|
|
@ -1,5 +0,0 @@
|
|||
bin/m7773
|
||||
bin/muni
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/kang.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/yung.gif
|
Loading…
Add table
Reference in a new issue