head	1.3;
access;
symbols
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2005.06.16.15.51.40;	author novel;	state dead;
branches;
next	1.2;

1.2
date	2003.09.02.18.44.25;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2003.08.31.08.49.28;	author krion;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to 0.7.0.

PR:		82322
Submitted by:	Janos Mohacsi (maintainer)
@
text
@--- tinyca.orig	Wed Aug 27 22:42:02 2003
+++ tinyca	Tue Sep  2 15:47:09 2003
@@@@ -18,7 +18,7 @@@@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
-BEGIN { push(@@INC, './lib'); # put here the location of the modules
+BEGIN { push(@@INC, '%%SITE_PERL%%/tinyca'); # put here the location of the modules
 }
 
 use strict;
@@@@ -50,7 +50,7 @@@@
 
 # location of openssl
 $init->{'opensslbin'} = "/usr/bin/openssl";
-$init->{'zipbin'} = "/usr/bin/zip";
+$init->{'zipbin'} = "%%PREFIX%%/bin/zip";
 
 if(not -x $init->{'opensslbin'}) {
    printf(gettext("Can't execute %s.\n"), $init->{'opensslbin'});
@@@@ -64,7 +64,7 @@@@
 }
 
 # directory with the templates
-$init->{'templatedir'} = "./templates";
+$init->{'templatedir'} = "%%PREFIX%%/etc";
 
 if(not -d $init->{'templatedir'}) {
    print gettext("Can't find templatedir.\n");
@


1.2
log
@- Update to version 0.5.2

o GUI rewrite to GNOME/GTK
o Key accelerators to menu
  certificate renewal

PR:		56318
Submitted by:	maintainer
@
text
@@


1.1
log
@- New port: security/tinyca version 0.4.9

TinyCA is a simple graphical userinterface written in Perl/Tk
to manage a small CA (Certification Authority).

PR:		54571
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
@
text
@d1 2
a2 2
--- tinyca.orig	Thu Jul  3 19:20:48 2003
+++ tinyca	Thu Jul 17 11:21:29 2003
d7 3
a9 2
-BEGIN { push(@@INC, './lib'); } # put here the location of the modules
+BEGIN { push(@@INC, '%%SITE_PERL%%/tinyca'); } # put here the location of the modules
d12 1
a12 2
 
@@@@ -47,7 +47,7 @@@@
d21 1
a21 1
@@@@ -61,7 +61,7 @@@@
@

