aboutsummaryrefslogtreecommitdiff
path: root/security/xca
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build after qt 4.4.1 updateMartin Wilke2008-08-041-2/+2
| | | | Notes: svn path=/head/; revision=218044
* Besides updating to v0.6.4 this patch fixes the heading include orderingIon-Mihai Tetcu2008-06-083-8/+19
| | | | | | | | | | as pointed out by Mike Watters. PR: ports/123584 Submitted by: Mark Foster (maintainer) Notes: svn path=/head/; revision=214506
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Replace -lc_r with ${PTHREAD_LIBS}Pav Lucistnik2007-12-191-1/+1
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=204133
* - List QT componentsPav Lucistnik2007-12-151-3/+2
| | | | | | | | | | - Try if it builds now PR: ports/117658 Submitted by: Mark D. Foster <mark@foster.cc> (maintainer) Notes: svn path=/head/; revision=203726
* - Mark BROKEN everywhere: does not compilePav Lucistnik2007-09-291-4/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=200341
* - Update to 0.6.3Pav Lucistnik2007-07-235-49/+63
| | | | | | | | | | | - Transfer maintainership PR: ports/113401 Submitted by: Mark D. Foster <mark@foster.cc> Approved by: maintainership change - linimon (portmgr) Notes: svn path=/head/; revision=196126
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* BROKEN On 7.0: Does not compileKris Kennaway2006-09-101-0/+4
| | | | Notes: svn path=/head/; revision=172740
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Fix plistVolker Stolz2005-02-091-1/+2
| | | | | | | | | PR: ports/76892 Submitted by: maintainer Additional credits: tobez Notes: svn path=/head/; revision=128390
* Update to 0.5.1Kevin Lo2005-01-263-14/+35
| | | | | | | | PR: ports/76667 Submitted by: MAINTAINER Notes: svn path=/head/; revision=127365
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-291-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118496
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* ${WRKDIR}/${PKGNAME} -> ${WRKSRC} & unbreak.Michael Nottebrock2004-02-261-5/+1
| | | | Notes: svn path=/head/; revision=102225
* BROKEN on 5.x: fails to patchKris Kennaway2004-02-171-1/+7
| | | | Notes: svn path=/head/; revision=101191
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add xca 0.4.5, graphical certification authority.Sergei Kolobov2003-12-054-0/+65
Graphical certification authority is an interface for managing RSA keys and certificates, and the creation and signing of PKCS#10 requests. It uses the OpenSSL library and a Berkeley DB for key and certificate storage. It supports importing and exporting keys and PEM DER PKCS8 certificates, signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented. Author: Christian Hohnstaedt <christian@hohnstaedt.de> WWW: http://www.hohnstaedt.de/xca.html PR: 58378 Submitted by: Valentin Zahariev <curly@e-card.bg> Notes: svn path=/head/; revision=95171