Port details |
- mypaedia-fpw-package Supplement file to use "mypaedia" on lookup
- 1.0.7_13 japanese =2 1.0.7_13Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2000-06-23 16:10:14
- Last Update: 2023-04-30 11:10:42
- Commit Hash: a6bb2f8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: elisp
- License: not specified in port
- WWW:
- http://openlab.ring.gr.jp/edict/mypaedia-fpw/
- Description:
- mypaedia.el is a supplement file to use "mypaedia" on lookup.
"mypaedia" is produced by HITACHI DIGITAL HEIBONSHA. You can get more
detail information (written in Japanese) from
[TO USE]
(1) Get "mypaedia" from somewhere.
(2) Install it by using /usr/ports/japanese/mypaedia-fpw
The port converts it into a files formatted "JIS X 4081" by FreePWING.
Then install MID, WAV, AVI files from CD-ROM by hand.
(3) Add the following lines into your ~/.emacs
(require 'lookup-package)
(setq lookup-search-agents '((ndeb "/usr/local/share/dict/mypaedia-fpw")))
(setq lookup-package-directory "/usr/local/share/dict/lookup-package")
(lookup-use-package "ndeb+/usr/local/share/dict/mypaedia-fpw" "mypaedia-fpw")
(setq mypaedia-data-directory "/cdrom/INDEX")
;; a directory having BH.DAT, CH.DAT, MAP.DAT, PICT.DAT
(setq mypaedia-av-directory "/cdrom/DATA")
;; a directory having *.MID, *.WAV, *.AVI
(setq mypaedia-play-midi-process "timidity")
(setq mypaedia-play-wav-process "play")
(setq mypaedia-play-avi-process "xanim")
(setq mypaedia-display-image-process "display")
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-mypaedia-fpw-package>0:japanese/mypaedia-fpw-package
- To install the port:
- cd /usr/ports/japanese/mypaedia-fpw-package/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/mypaedia-fpw-package
- pkg install ja-mypaedia-fpw-package
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-mypaedia-fpw-package
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mypaedia-fpw-package-1.0.7.tar.gz) = a0ac5b71e104afa5d5ab8f11a734468d8c2047104bc5fd3499cc19847679c844
SIZE (mypaedia-fpw-package-1.0.7.tar.gz) = 6278
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- sox : audio/sox
- timidity : audio/timidity++
- xanim : multimedia/xanim
- ImageMagick6>=6 : graphics/ImageMagick6
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ja-mypaedia-fpw-package-1.0.7_13:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- japanese_mypaedia-fpw-package
- USES:
- magick:6,run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.7_13 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
1.0.7_12 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.0.7_11 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.0.7_10 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
1.0.7_10 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
1.0.7_10 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
1.0.7_10 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
1.0.7_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.7_10 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.7_9 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.0.7_8 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
1.0.7_7 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.0.7_6 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.0.7_6 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.0.7_6 12 Nov 2014 13:46:00 |
antoine |
Cleanup plist |
1.0.7_6 11 May 2014 21:09:05 |
pawel |
- Add staging support
- Remove leading article from COMMENT
- Define DOCS option |
1.0.7_6 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
1.0.7_6 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
1.0.7_5 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.0.7_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.7_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.7_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0.7_2 05 Jan 2006 03:57:35 |
edwin |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
1.0.7_1 24 Nov 2005 23:02:13 |
pav |
- Add SHA256 |
1.0.7_1 23 Dec 2004 09:32:50 |
nork |
Reset MAINTAINER to ports@.
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket) |
1.0.7_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.0.7_1 03 Mar 2004 16:19:47 |
nork |
Utilize PORTDOCS and DOCSDIR.
PR: ports/57861
Submitted by: rushani
Approved by: taoka (blanket) |
1.0.7 04 Apr 2003 05:34:50 |
lioux |
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):
ports/graphics/libfame --> ports/multimedia/libfame
ports/graphics/libquicktime --> ports/multimedia/libquicktime
ports/graphics/mpeg --> ports/multimedia/mpeg
ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode
ports/graphics/mpeg_play --> ports/multimedia/mpeg_play
ports/graphics/mtv --> ports/multimedia/mtv
ports/graphics/smpeg --> ports/multimedia/smpeg
ports/graphics/totem --> ports/multimedia/totem
ports/graphics/transcode --> ports/multimedia/transcode
ports/graphics/xanim --> ports/multimedia/xanim
ports/graphics/xmps --> ports/multimedia/xmps
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections) |
1.0.7 07 Mar 2003 06:04:59 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.0.7 10 Sep 2002 08:35:36 |
taoka |
Upgrade to 1.0.7
Fix pkg-descr |
23 Aug 2001 06:21:22 |
taoka |
Update version to 1.0.6 |
08 Mar 2001 05:18:11 |
taoka |
Update version to 1.0.5 Fix MASTER_SITES |
02 Nov 2000 14:06:09 |
taoka |
Update to 1.0.4 |
08 Oct 2000 03:24:23 |
asami |
Convert category japanese to new layout. |
15 Sep 2000 19:00:36 |
taoka |
Corrected MASTER_SITES |
24 Aug 2000 16:30:30 |
taoka |
Updated to version 1.0.3 |
23 Jun 2000 20:31:44 |
taoka |
Typo |
23 Jun 2000 20:10:14 |
taoka |
A supplement file to use "mypaedia" on lookup |