Port details |
- pcsc-ada Ada binding to PC/SC middleware (Smart card interface)
- 0.7.6 devel
=0 0.7.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: 2014-03-29 13:18:21
- Last Update: 2022-02-28 21:34:25
- Commit Hash: 8e2a89b
- License: LGPL21
- WWW:
- http://www.codelabs.ch/pcscada
- Description:
- PCSC/Ada provides a thick Ada binding to PC/SC-middleware. The library
allows programs written in Ada to communicate with smart cards using the
SCard API.
WWW: http://www.codelabs.ch/pcscada
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pcsc-ada>0:devel/pcsc-ada
- No installation instructions:
- This port has been deleted.
- PKGNAME: pcsc-ada
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641322648
SHA256 (libpcscada-0.7.6.tar.bz2) = 0d64317dddcda3ea1147c4ffa3db92a6136f124f616972e9a172fadf6f94b655
SIZE (libpcscada-0.7.6.tar.bz2) = 263468
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gprbuild>0 : devel/gprbuild
- rubygem-asciidoctor>0 : textproc/rubygem-asciidoctor
- asciidoc : textproc/asciidoc
- source-highlight : textproc/source-highlight
- ada : lang/gcc6-aux
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libpcsclite.so : devel/pcsc-lite
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pcsc-ada-0.7.6:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
INTF_TEST=off: Run interface tests against installed smart card after build
UNIT_TEST=off: Run unit test suite before installation
===> Use 'make config' to modify these settings
- Options name:
- devel_pcsc-ada
- USES:
- ada tar:bzip2 gmake
- 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 |
0.7.6 28 Feb 2022 21:34:25 |
Rene Ladan (rene) |
cleanup: Remove ports depending on expired lang/gcc6-aux
Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.
Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util (Only the first 15 lines of the commit message are shown above ) |
0.7.6 04 Jan 2022 19:22:56 |
Neel Chauhan (nc) |
devel/pcsc-ada: Update to 0.7.6 |
0.7.3_1 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
0.7.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.3_1 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). |
0.7.3 21 Apr 2017 20:25:01 |
rene |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
0.7.3 15 Feb 2017 21:33:11 |
rene |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
0.7.3 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
0.7.3 08 Aug 2016 04:24:10 |
marino |
devel/pcsc-ada: Fix build on DragonFly
The Linker_Options pragma was removed upstream and the linker options
moved to the common GPR file. Extend the sed command to add the
-L/usr/local/lib LDFLAG for examples rather than have to patch several
individual files. Needed by DF where /usr/local/lib is not a default
library path for the base compiler. |
0.7.3 02 Aug 2016 17:22:14 |
marino |
devel/pcsc-ada: Upgrade version 0.7.2 => 0.7.3 |
0.7.2_1 30 Apr 2016 06:44:28 |
marino |
Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only). |
0.7.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.7.2 11 Nov 2014 08:34:54 |
marino |
devel/pcsc-ada: Make jobs safe |
0.7.2 16 Oct 2014 10:36:15 |
marino |
marino 12 devel ports: Remove @dirrm, tend install commands, plus
The main purpose of this commit is to remove @dirrm from the pkg-plist of
some of my ports in devel category. While here, also:
* Unmask some commands
* Use parenthesis on compound commands for multi-job support
* Add a license in one case
* USES=python conversion in one case
* Add WWW and reformat description in one case
* Respect 80-columns |
0.7.2 31 Aug 2014 12:43:32 |
marino |
devel/pcsc-ada: Upgrade version 0.7.1 => 0.7.2 |
0.7.1 29 Mar 2014 13:17:56 |
marino |
Add new Ada port: devel/pcsc-ada
PCSC/Ada provides a thick Ada binding to PC/SC-middleware. The library
allows programs written in Ada to communicate with smart cards using the
SCard API.
WWW: http://www.codelabs.ch/pcscada |