mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Updated to version 1.0.3
This commit is contained in:
parent
43d55cefa0
commit
5ba1cd11c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31927
@ -6,17 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= mypaedia-fpw-package
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= japanese elisp
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/mypaedia-fpw/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
||||
timidity:${PORTSDIR}/audio/timidity++ \
|
||||
xanim:${PORTSDIR}/graphics/xanim
|
||||
# This suhould depend on the next port, but it depends on non-japanized GS :-<
|
||||
# This suhould build-depend on the next port, but it depends on non-japanized GS :-<
|
||||
# display:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
NO_BUILD= yes
|
||||
@ -28,7 +27,7 @@ PORT_DOCDIR= ${PREFIX}/share/doc/${PKGNAME}
|
||||
do-install:
|
||||
${MKDIR} ${PKG_DIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/mypaedia-fpw.el ${PKG_DIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/extract.pl ${PKG_DIR}/mypaedia-fpw.pl
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/extract-mypaedia.pl ${PKG_DIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PORT_DOCDIR}
|
||||
.for file in ChangeLog README.TXT
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mypaedia-fpw-package1.0.2.tar.gz) = e5f53ec1bb692f7abc69ba630f45c387
|
||||
MD5 (mypaedia-fpw-package-1.0.3.tar.gz) = 3bbc1069e0a7e3d66fb0e15bdbc1e06c
|
||||
|
@ -1,5 +1,5 @@
|
||||
share/dict/lookup-package/mypaedia-fpw.el
|
||||
share/dict/lookup-package/mypaedia-fpw.pl
|
||||
share/dict/lookup-package/extract-mypaedia.pl
|
||||
share/doc/%%PKGNAME%%/ChangeLog
|
||||
share/doc/%%PKGNAME%%/README.TXT
|
||||
@dirrm share/dict/lookup-package
|
||||
|
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= srd-fpw-package
|
||||
PORTVERSION= 1.0.1
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= japanese elisp
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/srd-fpw/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
@ -19,6 +18,7 @@ RUN_DEPENDS= display:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB= PKGNAME=${PKGNAME}
|
||||
USE_PERL5= yes
|
||||
|
||||
PKG_DIR= ${PREFIX}/share/dict/lookup-package
|
||||
PORT_DOCDIR= ${PREFIX}/share/doc/${PKGNAME}
|
||||
@ -26,7 +26,7 @@ PORT_DOCDIR= ${PREFIX}/share/doc/${PKGNAME}
|
||||
do-install:
|
||||
${MKDIR} ${PKG_DIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/srd-fpw.el ${PKG_DIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/extract.pl ${PKG_DIR}/srd-fpw.pl
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/extract-srd.pl ${PKG_DIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PORT_DOCDIR}
|
||||
.for file in ChangeLog README.TXT
|
||||
|
@ -1 +1 @@
|
||||
MD5 (srd-fpw-package1.0.1.tar.gz) = fe22315e5f0c53589226a0a8b829e800
|
||||
MD5 (srd-fpw-package-1.0.3.tar.gz) = ca1f7d71d28807295d2c3b54da43d32f
|
||||
|
@ -1,5 +1,5 @@
|
||||
share/dict/lookup-package/srd-fpw.el
|
||||
share/dict/lookup-package/srd-fpw.pl
|
||||
share/dict/lookup-package/extract-srd.pl
|
||||
share/doc/%%PKGNAME%%/ChangeLog
|
||||
share/doc/%%PKGNAME%%/README.TXT
|
||||
@dirrm share/dict/lookup-package
|
||||
|
Loading…
Reference in New Issue
Block a user