mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Apply the 2.5.1.1 update.
Add textproc to CATEGORIES.
This commit is contained in:
parent
ca9e78b0e7
commit
0572102603
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77979
@ -7,13 +7,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= ipadic
|
||||
PORTVERSION= 2.5.1
|
||||
CATEGORIES= japanese
|
||||
PORTVERSION= 2.5.1.1
|
||||
CATEGORIES= japanese textproc
|
||||
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Japanese Morphological Dictionary for ChaSen
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
PATCHFILES= ${PORTNAME}-${PORTVERSION}.diff
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (ipadic-2.5.1.tar.gz) = 18c37ad9d02aa79e9f9ce752ee4ecea6
|
||||
MD5 (ipadic-2.5.1.1.diff) = dde7bd70e77cd48644ff35ddde2bb744
|
||||
|
@ -1,13 +0,0 @@
|
||||
$NetBSD: patch-aa,v 1.1.1.1 2001/01/10 14:47:47 taca Exp $
|
||||
|
||||
--- configure.in.orig Thu Mar 22 05:41:31 2001
|
||||
+++ configure.in
|
||||
@@ -97,7 +97,7 @@
|
||||
CHASEN_GENDATA="matrix.cha table.cha chadic.int chadic.pat chadic.ary"
|
||||
AC_SUBST(CHASEN_GENDATA)
|
||||
|
||||
-CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha chasenrc connect.cha Makefile.bat"
|
||||
+CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha connect.cha"
|
||||
AC_SUBST(CHASEN_PREDATA)
|
||||
|
||||
AC_OUTPUT([Makefile chasenrc ipadic.spec doc/Makefile])
|
@ -1,13 +0,0 @@
|
||||
$NetBSD: patch-ab,v 1.1.1.1 2001/01/10 14:47:47 taca Exp $
|
||||
|
||||
--- configure.orig Fri Mar 23 02:51:03 2001
|
||||
+++ configure
|
||||
@@ -1059,7 +1059,7 @@
|
||||
CHASEN_GENDATA="matrix.cha table.cha chadic.int chadic.pat chadic.ary"
|
||||
|
||||
|
||||
-CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha chasenrc connect.cha Makefile.bat"
|
||||
+CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha connect.cha"
|
||||
|
||||
|
||||
trap '' 1 2 15
|
@ -5,10 +5,15 @@ info/ipadic-ja.info-1
|
||||
info/ipadic-ja.info-2
|
||||
info/ipadic-ja.info-3
|
||||
@exec install-info --info-dir=%D/info %D/info/ipadic-ja.info
|
||||
share/chasen/dic/ipadic/Makefile.bat
|
||||
share/chasen/dic/ipadic/cforms.cha
|
||||
share/chasen/dic/ipadic/chadic.ary
|
||||
share/chasen/dic/ipadic/chadic.da
|
||||
share/chasen/dic/ipadic/chadic.dat
|
||||
share/chasen/dic/ipadic/chadic.int
|
||||
share/chasen/dic/ipadic/chadic.lex
|
||||
share/chasen/dic/ipadic/chadic.pat
|
||||
share/chasen/dic/ipadic/chasenrc
|
||||
@unexec if cmp -s %D/etc/chasenrc %D/share/chasen/dic/ipadic/chasenrc.example; then rm -f %D/etc/chasenrc; else true; fi
|
||||
share/chasen/dic/ipadic/chasenrc.example
|
||||
@exec if [ ! -f %D/etc/chasenrc ]; then cp %F %D/etc/chasenrc; fi
|
||||
|
Loading…
Reference in New Issue
Block a user