Port details |
- libpasori FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi)
- 02_2 devel =2 02_2Version 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 13:40:04
- 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:
- http://libpasori.sourceforge.jp/
- Description:
- FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi).
This library is independent from the SDK for FeliCa.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libpasori>0:devel/libpasori
- To install the port:
- cd /usr/ports/devel/libpasori/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libpasori
- pkg install libpasori
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libpasori
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libpasori02.tar.bz2) = 753dedbb8deb1f30d6d227f6e352714b5045badc6c86e77c651497e0b2a9bb15
SIZE (libpasori02.tar.bz2) = 6352
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- japanese/edyvalue
- japanese/suicavalue
Configuration Options:
- No options to configure
- Options name:
- devel_libpasori
- USES:
- tar:bzip2 uidfix
- pkg-message:
- For install:
- Place your FeliCa card on PaSoRi before executing commands.
- 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) |
02_2 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 ) |
02_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
02_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
02_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
02_2 24 Jul 2020 06:28:59 |
rigoletto |
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing
- update all affected ports
PR: 244164
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision: https://reviews.freebsd.org/D24955 |
02_2 20 Dec 2019 23:24:40 |
brooks |
Additional builds with 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>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed). |
02_2 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>. |
02_2 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
02_2 24 Mar 2018 21:12:13 |
sunpoet |
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
02_2 27 Dec 2015 13:52:32 |
amdmi3 |
- Remove unneeded bsd.port.pre.mk inclusion |
02_2 11 Dec 2015 08:43:44 |
miwi |
- Reset maintainer
PR: 205175
Submitted by: ysarumaru@gmail.com
Approved by: mat (mentor)
Differential Revision: D4491 |
02_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
02_2 03 Apr 2015 11:26:50 |
mat |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
02_2 25 Aug 2014 16:40:24 |
antoine |
Allow staging as a regular user |
02_2 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
02_2 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
02_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
02_2 24 Sep 2009 13:56:50 |
pav |
- Add local hack to libusb backend too, bump portrevision
- Correct typo
PR: ports/139094
Submitted by: Yoshihiko Sarumaru <sarumaru@jp.FreeBSD.org> (maintainer)
Feature safe: yes |
02_1 09 Aug 2009 07:03:55 |
stas |
- Add forgotten file. |
02_1 09 Aug 2009 07:03:21 |
stas |
- Fix on HEAD.
Approved by: maintainer timeout (5 months) |
02_1 02 Jun 2009 18:54:05 |
erwin |
Mark BROKEN on 8.x: does not build. |
02_1 16 Jan 2009 09:50:00 |
miwi |
- Update to maintainer mail adress
PR: 130611
Submitted by: Yoshihiko Sarumaru <sarumaru@jp.FreeBSD.org> (maintainer) |
02_1 28 Jan 2007 14:43:52 |
pav |
- Detect RC-S310 automatically
- Build shared library
PR: ports/108473
Submitted by: <mistral@imasy.or.jp> (maintainer) |
02 21 Jan 2007 13:39:26 |
nork |
Add libpasori 02, feliCa read/write library for Sony RC-S320
USB FeliCa R/W(PaSoRi).
PR: ports/108173
Submitted by: Yoshihiko Sarumaru <mistral at imasy.or.jp>
Reviewed by: matusita |