aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2010-03-26 23:53:00 +0800
committertota <tota@FreeBSD.org>2010-03-26 23:53:00 +0800
commit6d956aff5b39e76ff8361eb70e470d5cf2926775 (patch)
tree6cb5b7b66954033404922f7531b75d6b3372ba79 /japanese
parentc3868c8ef744facfdd6aef2798421218174dc7e3 (diff)
downloadfreebsd-ports-graphics-6d956aff5b39e76ff8361eb70e470d5cf2926775.tar.gz
freebsd-ports-graphics-6d956aff5b39e76ff8361eb70e470d5cf2926775.tar.zst
freebsd-ports-graphics-6d956aff5b39e76ff8361eb70e470d5cf2926775.zip
- Fix name typo: japanese/asterisk-sound to japanese/asterisk-sounds
PR: ports/144691 Submitted by: Fumihiko Kimura <jfkimura_AT_yahoo.co.jp> Approved by: maho (mentor)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile2
-rw-r--r--japanese/asterisk-sound/Makefile36
-rw-r--r--japanese/asterisk-sound/distinfo3
-rw-r--r--japanese/asterisk-sound/pkg-descr5
-rw-r--r--japanese/asterisk-sound/pkg-message19
5 files changed, 1 insertions, 64 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index e4712a5ee7e..7f9a68345f9 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -19,7 +19,7 @@
SUBDIR += alias-fonts
SUBDIR += another-htmllint
SUBDIR += anthy
- SUBDIR += asterisk-sound
+ SUBDIR += asterisk-sounds
SUBDIR += aterm
SUBDIR += awffull
SUBDIR += bible_names-fpw
diff --git a/japanese/asterisk-sound/Makefile b/japanese/asterisk-sound/Makefile
deleted file mode 100644
index cfb752867d0..00000000000
--- a/japanese/asterisk-sound/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: asterisk-sounds-jp
-# Date created: 27 June 2007
-# Whom: Fumihiko Kimura <jfkimura@yahoo.co.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= asterisk-sounds
-PORTVERSION= 1.4
-PORTREVISION= 5
-CATEGORIES= japanese net
-MASTER_SITES= ftp://ftp.voip-info.jp/asterisk/sounds/
-DISTNAME= ${PORTVERSION:S|.|_|}/${PORTNAME:S|sounds|sound|}-jp_${PORTVERSION:S|.||}_beta
-
-MAINTAINER= jfkimura@yahoo.co.jp
-COMMENT= Japanese sound files for Asterisk
-
-RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
-
-NO_BUILD= yes
-ASTERISKSDIR= ${LOCALBASE}/share/asterisk/sounds
-
-do-install:
- @-${MKDIR} ${ASTERISKSDIR}
- @${CP} -pR ${WRKDIR}/jp ${ASTERISKSDIR}
- @${MKDIR} ${DOCSDIR}
- @${CP} -pv ${WRKDIR}/jp/README.txt ${DOCSDIR}
-
-post-install:
- @cd ${WRKDIR} && ${FIND} ./jp -type f -o -type l | ${SED} -e 's,^\.,${ASTERISKSDIR:S|${LOCALBASE}/||},' > ${TMPPLIST}
- @cd ${WRKDIR} && ${FIND} ./jp -type d -depth | ${SED} -e 's,^\.,@dirrm ${ASTERISKSDIR:S|${LOCALBASE}/||},' >> ${TMPPLIST}
- @${ECHO} ${DOCSDIR:S|${LOCALBASE}/||}/README.txt >> ${TMPPLIST}
- @${ECHO} "@dirrm" ${DOCSDIR:S|${LOCALBASE}/||} >> ${TMPPLIST}
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/japanese/asterisk-sound/distinfo b/japanese/asterisk-sound/distinfo
deleted file mode 100644
index 9ac1f47b7c2..00000000000
--- a/japanese/asterisk-sound/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (1_4/asterisk-sound-jp_14_beta.tar.gz) = f03267b41be8d9e3fe1051d87ed19d01
-SHA256 (1_4/asterisk-sound-jp_14_beta.tar.gz) = 15cde0b2de41a13dd009e517f2d28ac0859b07aad3979b120fe47bece66615df
-SIZE (1_4/asterisk-sound-jp_14_beta.tar.gz) = 945915
diff --git a/japanese/asterisk-sound/pkg-descr b/japanese/asterisk-sound/pkg-descr
deleted file mode 100644
index 4ea8c4524b7..00000000000
--- a/japanese/asterisk-sound/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is a Japanese sound files for Asterisk.
-When you use Asterisk, you can use it in a limit, royalty-free.
-Please refer to Japanese ReadMe.txt.
-
-WWW: http://voip-info.jp/
diff --git a/japanese/asterisk-sound/pkg-message b/japanese/asterisk-sound/pkg-message
deleted file mode 100644
index 76b44fdfbcc..00000000000
--- a/japanese/asterisk-sound/pkg-message
+++ /dev/null
@@ -1,19 +0,0 @@
-
-=============================================================================
-[FYI]
- There is 2 patch files for Japanese grammar of Asterisk to a ftp server.
-
- - set patch files into ports/asterisk/files
- patch-apps::app_voicemail.c
- patch-main::say.c
- see ftp://ftp.voip-info.jp/asterisk/patch/
-
- - recompile of Asterisk ports
-
-
- You have to validate next two lines in asterisk.conf.
-
- [options]
- languageprefix=yes
-
-=============================================================================