Port details |
- poc Program for managing passwords on smartcards
- 1.2_3 security
=0 1.2_3Version of this port present on the latest quarterly branch. DEPRECATED: Upstream disapear and distfile is no more available
This port expired on: 2011-05-01
- 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: 2002-06-23 07:56:07
- Last Update: 2011-05-01 20:14:20
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://www.gnu.org/software/poc/poc.html
- Description:
- GNU POC is a program for managing passwords on smartcards
Each password is stored together with a description on the card.
All data on the card is stored encrypted so others won't be able to
get your passwords by reading the card.
POC encrypts using Blowfish or Rijndael (AES) with a 192 or 256 bit key
(depending on the security level selected by the user).
Other algorithms can be added easily
POC needs a CT-API library. I use the one by Carlos Prados
(http://www.geocities.com/cprados/) for TOWITOKO readers.
for TOWITOKO readers
WWW: http://www.gnu.org/software/poc/poc.html
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: poc
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- gmake : devel/gmake
- Library dependencies:
-
- towitoko.2 : devel/towitoko
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.2_3 01 May 2011 20:14:20
 |
bapt  |
Remove unmaintained expired ports from security
2011-05-01 security/aafid2: Upstream disapear and distfile is no more available
2011-05-01 security/bjorb: Upstream disapear and distfile is no more available
2011-05-01 security/borzoi: Upstream disapear and distfile is no more available
2011-05-01 security/cmd5checkpw: Upstream disapear and distfile is no more
available
2011-05-01 security/cops: Upstream disapear and distfile is no more available
2011-05-01 security/find_ddos: Upstream disapear and distfile is no more
available
2011-05-01 security/ftpmap: Upstream disapear and distfile is no more available
2011-05-01 security/hafiye: Upstream disapear and distfile is no more available
2011-05-01 security/ident2: Upstream disapear and distfile is no more available
2011-05-01 security/liedentd: Upstream disapear and distfile is no more
available
2011-05-01 security/pam_pop3: Upstream disapear and distfile is no more
available
2011-05-01 security/poc: Upstream disapear and distfile is no more available
2011-05-01 security/portscanner: Upstream disapear and distfile is no more
available
2011-05-01 security/ppgen: Upstream disapear and distfile is no more available
2011-05-01 security/qident: Upstream disapear and distfile is no more available
2011-05-01 security/quintuple-agent: Upstream disapear and distfile is no more
available
2011-05-01 security/rc5pipe: Upstream disapear and distfile is no more available
2011-05-01 security/rid: Upstream disapear and distfile is no more available
2011-05-01 security/ssh: Upstream disapear and distfile is no more available
2011-05-01 security/tea-total: Upstream disapear and distfile is no more
available
2011-05-01 security/uberkey: Upstream disapear and distfile is no more available |
1.2_3 13 Mar 2011 21:30:59
 |
bapt  |
Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
1.2_3 20 Mar 2008 10:03:51
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.2_3 12 Jan 2008 16:31:19
 |
arved  |
Avoid the need for running autotools by replacing the patch to Makefile.am
with REINPLACE_CMDs on Makefile.in |
1.2_2 25 Nov 2005 18:01:16
 |
pav  |
- Add SHA256 |
1.2_2 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.2_2 30 Sep 2005 02:49:52
 |
linimon  |
With portmgr hat on, reset maintainer. There have been several maintainer
timeouts, and no response to email for more than 2 weeks. |
1.2_2 04 Jun 2004 17:29:38
 |
ade  |
Sync with new bsd.autotools.mk |
1.2_2 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.2_2 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.2_2 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.2_2 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.2_1 14 Jul 2003 02:53:03
 |
sf  |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
1.2 21 Feb 2003 13:26:58
 |
knu  |
De-pkg-comment. |
1.2 15 Oct 2002 06:56:43
 |
alane  |
Added USE_GMAKE to Makefile to unbreak build.
PR: 44067
Approved by: maintainer |
1.2 01 Aug 2002 14:09:29
 |
naddy  |
* Add libgnugetopt dependency.
Submitted by: Juan Pablo Villa <juan@datafull.com>
* Respect CFLAGS.
* Use x86 asm only on i386 architecture.
Approved by: no response from maintainer |
1.2 23 Jun 2002 07:50:21
 |
will  |
Add poc 1.2, a program for managing passwords on smartcards.
PR: 39168
Submitted by: king@v2project.com |