Browse Source

chinese/muni: Remove expired port

2025-03-31 chinese/muni: Upstream disapeared and distfile is no more available
overlay
Rene Ladan 3 months ago
parent
commit
6cd3594c86
  1. 1
      MOVED
  2. 1
      chinese/Makefile
  3. 24
      chinese/muni/Makefile
  4. 2
      chinese/muni/distinfo
  5. 14
      chinese/muni/files/patch-Makefile
  6. 10
      chinese/muni/files/patch-m7773.c
  7. 10
      chinese/muni/files/patch-muni.c
  8. 18
      chinese/muni/pkg-descr
  9. 5
      chinese/muni/pkg-plist

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

1
chinese/Makefile

@ -67,7 +67,6 @@
SUBDIR += linux-wps-office-zh_CN
SUBDIR += lunar
SUBDIR += moettf
SUBDIR += muni
SUBDIR += opencc
SUBDIR += opendesktop-fonts
SUBDIR += oto

24
chinese/muni/Makefile

@ -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>

2
chinese/muni/distinfo

@ -1,2 +0,0 @@
SHA256 (muni-1.0.tar.gz) = b24f9a265204d5c878e02e43529ff6ec84c64748e104f9e1a376263ce28289ff
SIZE (muni-1.0.tar.gz) = 64509

14
chinese/muni/files/patch-Makefile

@ -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

10
chinese/muni/files/patch-m7773.c

@ -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;

10
chinese/muni/files/patch-muni.c

@ -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>

18
chinese/muni/pkg-descr

@ -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
%

5
chinese/muni/pkg-plist

@ -1,5 +0,0 @@
bin/m7773
bin/muni
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/kang.gif
%%PORTDOCS%%%%DOCSDIR%%/yung.gif
Loading…
Cancel
Save