Port details |
- edyvalue Utility to print a statement of Edy card
- 2007.01.06_1 japanese =2 2007.01.06_1Version 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: 2007-01-21 14:36:42
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://www.imfj.net/people/nomura/soft/PaSoRi/EdyValue.html
- Description:
- EdyValue prints statements from an Edy card.
You need a Sony RC-S320 or VAIO with FeliCa port to use this program.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-edyvalue>0:japanese/edyvalue
- To install the port:
- cd /usr/ports/japanese/edyvalue/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/edyvalue
- pkg install ja-edyvalue
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-edyvalue
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (edyvalue/2007.01.06/EdyValue.c) = 71005c7bc3f0378f8b76da4f6f908cf61b1791fb04b1a82ef8b3d66019156688
SIZE (edyvalue/2007.01.06/EdyValue.c) = 1675
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libpasori.so : devel/libpasori
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- japanese_edyvalue
- USES:
- uidfix
- pkg-message:
- For install:
- Place your Edy card on PaSoRi before executing EdyValue.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2007.01.06_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2007.01.06_1 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 ) |
2007.01.06_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2007.01.06_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2007.01.06_1 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
2007.01.06_1 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
2007.01.06_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2007.01.06_1 11 Dec 2015 08:43:44 |
miwi |
- Reset maintainer
PR: 205175
Submitted by: ysarumaru@gmail.com
Approved by: mat (mentor)
Differential Revision: D4491 |
2007.01.06_1 07 Sep 2014 12:35:39 |
antoine |
Allow staging as a regular user |
2007.01.06_1 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2007.01.06_1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
2007.01.06_1 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
2007.01.06_1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2007.01.06_1 16 Jan 2009 09:50:00 |
miwi |
- Update to maintainer mail adress
PR: 130611
Submitted by: Yoshihiko Sarumaru <sarumaru@jp.FreeBSD.org> (maintainer) |
2007.01.06_1 28 Jan 2007 15:52:52 |
miwi |
- Case increase of devel/libpasori shlib version.
- Bump PORTREVISION
PR: 108474
Submitted by: Yoshihiko Sarumaru (maintainer)
Yellow card to: Pav |
2007.01.06 24 Jan 2007 22:57:46 |
nork |
Fix extract error.
Submitted by: maintainer
Pointed out by: pointyhat via kris and pav.
Pointy hat to: myself |
2007.01.06 21 Jan 2007 14:36:17 |
nork |
Add edyvalue 2007.01.06, utility to print a statement of Edy card.
PR: ports/108177
Submitted by: Yoshihiko Sarumaru <mistral at imasy.or.jp> |