Port details |
- srd-fpw-package Supplement file for lookup to use "Random House"
- 1.0.8_6 japanese
=0 1.0.8_6Version 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-07-11 13:01:40
- Last Update: 2021-12-11 13:50:53
- Commit Hash: 45526ec
- Also Listed In: elisp
- License: not specified in port
- Description:
- srd.el is a supplement file to use "Random House" on lookup. "Random
House" is produced by Shogakukan Inc. You can get more detail
information (written in Japanese) from
WWW: http://openlab.ring.gr.jp/edict/srd-fpw/
[TO USE]
(1) Get "Random House" from somewhere.
(2) Install it by using /usr/ports/japanese/srd-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/srd-fpw")))
(setq lookup-package-directory "/usr/local/share/dict/package")
(lookup-use-package "ndeb+/usr/local/share/dict/srd-fpw" "srd-fpw")
(setq srd-fpw-image-directory "/usr/local/share/dict/srd-fpw")
;; a directory having img.dat installed by the package ja-srd-fpw
(setq srd-fpw-sound-directory "/cdrom/srd/DATA")
;; a directory having srdra.bnd in CD-ROM
(setq srd-fpw-play-realaudio-process "realplay")
(setq srd-fpw-display-image-process "display")
(if (featurep 'xemacs)
(progn
(setq srd-fpw-image-inline t)
))
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-srd-fpw-package>0:japanese/srd-fpw-package
- To install the port:
- cd /usr/ports/japanese/srd-fpw-package/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/srd-fpw-package
- pkg install ja-srd-fpw-package
- PKGNAME: ja-srd-fpw-package
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (srd-fpw-package-1.0.8.tar.gz) = d8ff263acb2b662b41955fe4ad7c96b43867a426011b8f539760bf5b339a79fc
SIZE (srd-fpw-package-1.0.8.tar.gz) = 5430
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- ImageMagick6>=6 : graphics/ImageMagick6
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for ja-srd-fpw-package-1.0.8_6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- japanese_srd-fpw-package
- USES:
- magick:6,run perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Dec 2021 13:50:53 1.0.8_6
|
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 ) |
06 Apr 2021 14:31:07 1.0.8_6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Nov 2018 19:57:08
1.0.8_6
|
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> |
19 May 2016 10:44:12
1.0.8_5
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:08:38
1.0.8_5
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
20 Dec 2014 19:05:13
1.0.8_5
|
bapt  |
Cleanup plist |
17 May 2014 15:35:36
1.0.8_5
|
pawel  |
- Add staging support
- Convert to new options framework
- Switch to PLIST_FILES
- Remove leading article from COMMENT |
20 Sep 2013 18:47:56
1.0.8_5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
03 Aug 2013 08:45:52
1.0.8_5
|
az  |
- Convert to new perl framework
- Trim Makefile header |
18 Mar 2011 17:59:51
1.0.8_5
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
28 Mar 2010 06:47:48
1.0.8_5
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.0.8_4
|
dinoex  |
- update to jpeg-8 |
19 May 2007 20:32:57
1.0.8_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
05 Jan 2006 03:57:35
1.0.8_2
|
edwin  |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
24 Nov 2005 23:02:13
1.0.8_1
|
pav  |
- Add SHA256 |
23 Dec 2004 09:32:50
1.0.8_1
|
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) |
31 Mar 2004 03:12:58
1.0.8_1
|
trevor  |
SIZEify (maintainer timeout) |
03 Mar 2004 16:19:47
1.0.8_1
|
nork  |
Utilize PORTDOCS and DOCSDIR.
PR: ports/57861
Submitted by: rushani
Approved by: taoka (blanket) |
07 Mar 2003 06:04:59
1.0.8
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
28 Nov 2002 16:37:35
1.0.8
|
lioux  |
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat) |
10 Sep 2002 08:33:48
1.0.8
|
taoka  |
Upgrade to 1.0.8 |
23 Aug 2001 06:20:51 
|
taoka  |
Update version to 1.0.7 |
08 Mar 2001 05:24:57 
|
taoka  |
Update version to 1.0.6 |
02 Nov 2000 14:09:54 
|
taoka  |
Update to 1.0.5 Modify pkg-descr |
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:31:32 
|
taoka  |
Updated to version 1.0.3 |
11 Jul 2000 17:01:40 
|
taoka  |
A supplement file for lookup to use "Random House" |