Port details |
- p5-PCSC-Card Perl bindings for the PC/SC Lite Framework
- 1.4.15 devel =2 1.4.15Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-09-29 02:21:21
- Last Update: 2023-11-27 10:30:04
- Commit Hash: b0e756e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: GPLv2
- WWW:
- http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
- Description:
- From the website:-
This library allows to interface with a smart card and pcsc-lite using the
Perl language. The archive contains the Perl wrapper and sample code.
Bruce
bms@spc.org
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-PCSC-Card>0:devel/p5-PCSC-Card
- To install the port:
- cd /usr/ports/devel/p5-PCSC-Card/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-PCSC-Card
- pkg install p5-PCSC-Card
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-PCSC-Card
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1700760680
SHA256 (pcsc-perl-1.4.15.tar.bz2) = 5cc834438739bd6e4e837fb7e10bd8befb809cd185ae6cf4b33e5fa9161f59fe
SIZE (pcsc-perl-1.4.15.tar.bz2) = 36308
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libpcsclite.so : devel/pcsc-lite
- This port is required by:
- for Run
-
- security/pcsc-tools
Configuration Options:
- No options to configure
- Options name:
- devel_p5-PCSC-Card
- USES:
- perl5 pkgconfig tar:bzip2
- 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.4.15 27 Nov 2023 10:30:04 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-PCSC-Card: Update to 1.4.15
Changes: https://metacpan.org/dist/PCSC-Card/changes |
1.4.14 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
1.4.14 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.4.14 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 ) |
1.4.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.14 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4.14 21 Nov 2015 02:09:52 |
sunpoet |
- Add CPAN to MASTER_SITES |
1.4.14 20 Nov 2015 09:12:57 |
sunpoet |
- Update to 1.4.14
- Add LICENSE
- Silence patch message
- Strip shared library
- Sort PLIST
Changes: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/Changelog |
1.4.13_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.4.13 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.4.13 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.4.13 06 Jul 2014 10:27:53 |
robak |
devel/p5-PCSC-Card: convert to new LIB_DEPENDS format
Approved by: marino (mentor), portmgr (blanket) |
1.4.13 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.4.13 31 Oct 2013 06:20:33 |
vanilla |
Support STAGEDIR. |
1.4.13 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4.13 04 Sep 2013 17:11:24 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
1.4.13 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.4.13 13 May 2013 15:27:35 |
arved |
Update to 1.4.13 |
1.4.12 09 May 2011 19:47:54 |
culot |
- Update to 1.4.12
PR: ports/156906
Submitted by: Romain Tartiere <romain@FreeBSD.org> |
1.4.10 21 Aug 2010 08:48:35 |
arved |
Update to 1.4.10, which is compatible with latest PCSC release. |
1.4.9 02 Jul 2010 18:47:18 |
arved |
Unbreak by updating to 1.4.9
Feature safe: yes |
1.4.8 09 Jun 2010 20:14:42 |
pav |
- Mark BROKEN ('SCARD_W_INSERTED_CARD' undeclared (first use in this function))
Reported by: pointyhat |
1.4.8 09 Oct 2009 08:19:16 |
jadawin |
- Update to 1.4.8
- Changelog at <http://ludovic.rousseau.free.fr/softwares/pcsc-perl/Changelog> |
1.4.7 23 May 2008 21:18:39 |
olgeni |
Hunt for typos in devel/p5-*. |
1.4.7 03 May 2008 23:17:10 |
leeym |
- update to 1.4.7 |
1.4.6_1 04 Oct 2007 18:28:41 |
tobez |
Do not try to load libpcsclite.so of a specific version,
any version should do. Bump PORTREVISION.
Reported by: Johan van Selst <johans@stack.nl> |
1.4.6 08 Sep 2007 00:59:21 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.4.6 18 Mar 2007 14:04:00 |
arved |
Update to 1.4.6 |
1.4.5 04 Mar 2007 21:55:49 |
arved |
Updatet to 1.4.5 to fix build with new pcsc-lite
Reported by: pointyhat via linimon |
1.4.4 07 Oct 2006 02:26:44 |
clsung |
- Update to 1.4.4
- maintainer -> perl@ |
1.4.2 25 Jun 2006 15:29:12 |
clsung |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@
PR: ports/98755
Submitted by: rafan (the fresh committer) |
1.4.2 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.4.2 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.4.2 22 Jan 2006 00:27:03 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
1.4.2 12 Dec 2005 21:53:40 |
bms |
Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain. |
1.4.2 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
1.4.2 20 Apr 2005 12:42:06 |
arved |
pcsc-lite:
- Upgrade to 1.2.9.b.7
- Use libtool15
- make hier(7)-compliant by moving the pcsc/drivers to lib/pcsc/drivers
- Compile with USB support per default. Use WITHOUT_USB to disable usb
support
- Chase libusb shared library version (Forgotten by leeym)
Based on: PR 76068
Reviewed by: maintainer, sem (earlier patch)
ifd-devkit:
- Chase pcsclite sharedlibrary version
ifd-gempc410: (Only the first 15 lines of the commit message are shown above ) |
1.2.2 14 Jan 2005 13:32:11 |
bms |
Update WWW URL. |
1.2.2 25 Mar 2004 03:13:15 |
bms |
SIZE update jumbo-commit.
Submitted by: trevor |
1.2.2 22 Jan 2004 21:43:58 |
bms |
Require perl-5.6.0 or better to build.
Noticed by: kris |
1.2.2 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.2.2 29 Sep 2003 02:19:59 |
bms |
New port: devel/p5-PCSC-Card |