--- gnomint-0.6.0.orig/debian/menu +++ gnomint-0.6.0/debian/menu @@ -0,0 +1,3 @@ +?package(gnomint):needs="X11" section="Applications/System/Administration"\ + title="gnoMint" longtitle="x509 Certification Authority management tool"\ + command="/usr/bin/gnomint" icon="/usr/share/pixmaps/gnomint.xpm" --- gnomint-0.6.0.orig/debian/manpages +++ gnomint-0.6.0/debian/manpages @@ -0,0 +1 @@ +debian/manpage/* --- gnomint-0.6.0.orig/debian/docs +++ gnomint-0.6.0/debian/docs @@ -0,0 +1,2 @@ +NEWS +TODO --- gnomint-0.6.0.orig/debian/rules +++ gnomint-0.6.0/debian/rules @@ -0,0 +1,74 @@ +#!/usr/bin/make -f + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) + CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else + CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + rm -f config.guess config.sub + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +config.status: configure + dh_testdir + +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure $(CROSS) --prefix=/usr --sysconfdir=/etc + +build: build-stamp +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/gnomint install + + mv debian/gnomint/etc/gconf debian/gnomint/usr/share + +binary: binary-arch + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_install + dh_installmenu + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +.PHONY: clean build install binary binary-arch binary-indep --- gnomint-0.6.0.orig/debian/links +++ gnomint-0.6.0/debian/links @@ -0,0 +1 @@ +/usr/share/man/man1/gnomeint.1.gz /usr/share/man/man1/gnomint-upgrade-db.1.gz --- gnomint-0.6.0.orig/debian/control +++ gnomint-0.6.0/debian/control @@ -0,0 +1,23 @@ +Source: gnomint +Section: gnome +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: debhelper (>= 7), autotools-dev, intltool, libglade2-dev, libgnomeui-dev, libgtk2.0-dev, libsqlite3-dev +Standards-Version: 3.8.0 +Homepage: http://gnomint.sourceforge.net/ +Vcs-Browser: http://git.debian.net/?p=debian/gnomint.git +Vcs-Git: git://git.debian.net/git/debian/gnomint.git + +Package: gnomint +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: x509 Certification Authority management tool for GNOME + gnoMint is a tool for easily creating and managing certification authorities. + It provides fancy visualization of all the pieces of information that pertain + to a CA, such as x509 certificates, CSRs, and CRLs. + . + gnoMint is currently capable of managing a CA that emits certificates that are + able to authenticate people or machines in VPNs (IPSec or other protocols), + secure HTTP communications with SSL/TLS, authenticate and cipher HTTP + communications through Web-client certificates, and sign or crypt email + messages. --- gnomint-0.6.0.orig/debian/install +++ gnomint-0.6.0/debian/install @@ -0,0 +1 @@ +debian/pixmaps/* /usr/share/pixmaps/ --- gnomint-0.6.0.orig/debian/changelog +++ gnomint-0.6.0/debian/changelog @@ -0,0 +1,11 @@ +gnomint (0.6.0-1) unstable; urgency=low + + * Merging upstream version 0.6.0. + + -- Daniel Baumann Sat, 22 Nov 2008 15:37:00 +0100 + +gnomint (0.5.4-1) unstable; urgency=low + + * Initial release (Closes: #388303). + + -- Daniel Baumann Fri, 7 Nov 2008 14:11:00 +0100 --- gnomint-0.6.0.orig/debian/copyright +++ gnomint-0.6.0/debian/copyright @@ -0,0 +1,40 @@ +Author: David Marin Carreno +Download: http://gnomint.sourceforge.net/ + +Files: * +Copyright: 2005-2008 David Marin Carreno +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. + +Files: debian/* +Copyright: (C) 2008 Daniel Baumann +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. --- gnomint-0.6.0.orig/debian/compat +++ gnomint-0.6.0/debian/compat @@ -0,0 +1 @@ +7 --- gnomint-0.6.0.orig/debian/manpage/gnomint.1 +++ gnomint-0.6.0/debian/manpage/gnomint.1 @@ -0,0 +1,23 @@ +.TH GNOMINT 1 "2008-11-07" "0.5.4" "Certification Authority for GNOME" + +.SH NAME +gnoMint \- x509 Certification Authority management tool for GNOME + +.SH SYNOPSIS +\fBgnomint\fR + +.SH DESCRIPTION +\fBgnoMint\fR is a tool for easily creating and managing certification authorities. It provides fancy visualization of all the pieces of information that pertain to a CA, such as x509 certificates, CSRs, and CRLs. +.PP +\fBgnoMint\fR is currently capable of managing a CA that emits certificates that are able to authenticate people or machines in VPNs (IPSec or other protocols), secure HTTP communications with SSL/TLS, authenticate and cipher HTTP communications through Web-client certificates, and sign or crypt email messages. + +.SH OPTIONS +\fBgnoMint\fR has no options. + +.SH HOMEPAGE +More information about gnoMint can be found at <\fIhttp://gnomint.sourceforge.net/\fR>. + +.SH AUTHOR +gnoMint was written by David Marin Carreno <\fIdavefx@gmail.com\fR>. +.PP +This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR>, for the Debian project (but may be used by others). --- gnomint-0.6.0.orig/debian/pixmaps/gnomint.xpm +++ gnomint-0.6.0/debian/pixmaps/gnomint.xpm @@ -0,0 +1,609 @@ +/* XPM */ +static char * gnomint_xpm[] = { +"32 31 575 2", +" c None", +". c #EA8A66", +"+ c #F19C7C", +"@ c #EF916F", +"# c #E8744C", +"$ c #E38F72", +"% c #EBA993", +"& c #EDB6A4", +"* c #E29E8C", +"= c #EC9D82", +"- c #F0A68B", +"; c #F2AB92", +"> c #F1A081", +", c #EF855E", +"' c #EE7446", +") c #ED7449", +"! c #ED7F56", +"~ c #F09675", +"{ c #F5B6A0", +"] c #F6C3B1", +"^ c #F5C7B7", +"/ c #F1C1B1", +"( c #DC9983", +"_ c #EBA78F", +": c #EFB19A", +"< c #EDA389", +"[ c #E78867", +"} c #E3754E", +"| c #E2663B", +"1 c #E46639", +"2 c #E86739", +"3 c #EB6C40", +"4 c #ED794E", +"5 c #EF8862", +"6 c #F29D7F", +"7 c #F1A083", +"8 c #EE9C7F", +"9 c #EBA188", +"0 c #E7A691", +"a c #C87359", +"b c #E9A088", +"c c #EFB8A6", +"d c #EFB29D", +"e c #E17E5E", +"f c #D85D3B", +"g c #D43C21", +"h c #D52A16", +"i c #D72211", +"j c #D82010", +"k c #D92210", +"l c #DB2916", +"m c #DF4226", +"n c #E75F3C", +"o c #EB774F", +"p c #EB7F5A", +"q c #E88460", +"r c #E48262", +"s c #DC7E61", +"t c #CD6E53", +"u c #B2593F", +"v c #EDA992", +"w c #F0B9A6", +"x c #E5967C", +"y c #DB7453", +"z c #D13721", +"A c #D51E10", +"B c #E43117", +"C c #F04E25", +"D c #F86530", +"E c #F96D34", +"F c #F66330", +"G c #EF5127", +"H c #E23319", +"I c #DA1F0F", +"J c #DC321D", +"K c #E35D37", +"L c #E26C43", +"M c #DE6C46", +"N c #D56B49", +"O c #C96445", +"P c #B95C40", +"Q c #974931", +"R c #F0B29C", +"S c #F4C8B9", +"T c #E18868", +"U c #D45B39", +"V c #D02717", +"W c #DE2511", +"X c #F35A2B", +"Y c #FA6F35", +"Z c #FB7337", +"` c #FA7137", +" . c #F86E36", +".. c #F66B34", +"+. c #F46933", +"@. c #F16530", +"#. c #EC582B", +"$. c #DF2B15", +"%. c #D71B0E", +"&. c #DC4B27", +"*. c #D85D34", +"=. c #D05E3A", +"-. c #C55C3C", +";. c #B9583C", +">. c #A54E36", +",. c #EDA891", +"'. c #F3C2B1", +"). c #E48D6F", +"!. c #D45E3C", +"~. c #D02012", +"{. c #E53318", +"]. c #F96C33", +"^. c #FA7037", +"/. c #F86D36", +"(. c #F16631", +"_. c #EF6430", +":. c #ED622F", +"<. c #E95D2C", +"[. c #E03A1B", +"}. c #D7170B", +"|. c #D54523", +"1. c #CF552E", +"2. c #C45332", +"3. c #B75134", +"4. c #A84A31", +"5. c #944028", +"6. c #F3BFAD", +"7. c #ECA187", +"8. c #DC704C", +"9. c #CF321F", +"0. c #E02913", +"a. c #F86932", +"b. c #F97136", +"c. c #F36D35", +"d. c #F16A34", +"e. c #F16732", +"f. c #F36731", +"g. c #F16531", +"h. c #EE622F", +"i. c #EB612E", +"j. c #E85F2E", +"k. c #E05A2B", +"l. c #DC5629", +"m. c #D72F16", +"n. c #D41B0D", +"o. c #CD4924", +"p. c #C24D29", +"q. c #B64A29", +"r. c #A74528", +"s. c #9A3E25", +"t. c #752C19", +"u. c #EBA48C", +"v. c #F4C3B1", +"w. c #E48362", +"x. c #D55233", +"y. c #D91E0F", +"z. c #F8642F", +"A. c #FA7237", +"B. c #DF612E", +"C. c #9E3C1C", +"D. c #5B1F10", +"E. c #47170C", +"F. c #5E200F", +"G. c #B9441F", +"H. c #ED5F2D", +"I. c #EA5F2C", +"J. c #E75C2B", +"K. c #C44A22", +"L. c #401709", +"M. c #371408", +"N. c #7E2913", +"O. c #D7200F", +"P. c #CD2C14", +"Q. c #BE4723", +"R. c #B44321", +"S. c #A73D20", +"T. c #9C3C20", +"U. c #88331A", +"V. c #F1B5A0", +"W. c #F1B098", +"X. c #DF7853", +"Y. c #D12F1E", +"Z. c #EB421F", +"`. c #E5632F", +" + c #6D2813", +".+ c #49190C", +"++ c #702612", +"@+ c #872D14", +"#+ c #4C190B", +"$+ c #AA401C", +"%+ c #E95C29", +"&+ c #E65A28", +"*+ c #E25727", +"=+ c #853115", +"-+ c #3B1308", +";+ c #391208", +">+ c #712812", +",+ c #D43D1B", +"'+ c #D2190C", +")+ c #C24E2C", +"!+ c #B3401F", +"~+ c #A43618", +"{+ c #A54931", +"]+ c #9B4A33", +"^+ c #F4BFAC", +"/+ c #EC9F83", +"(+ c #D86545", +"_+ c #D62312", +":+ c #F76731", +"<+ c #F56D34", +"[+ c #7E2F16", +"}+ c #48180B", +"|+ c #9C3A1B", +"1+ c #EE6330", +"2+ c #EE612F", +"3+ c #D65426", +"4+ c #DB5629", +"5+ c #E65A2B", +"6+ c #E35727", +"7+ c #BE451F", +"8+ c #4E1A0B", +"9+ c #551A0C", +"0+ c #501A0C", +"a+ c #60210F", +"b+ c #CE4D25", +"c+ c #D32516", +"d+ c #CF634D", +"e+ c #B34626", +"f+ c #A23517", +"g+ c #AB553D", +"h+ c #A45A46", +"i+ c #E4937B", +"j+ c #F4BDAA", +"k+ c #E99577", +"l+ c #D55B3D", +"m+ c #E02E17", +"n+ c #F96C34", +"o+ c #CD5529", +"p+ c #551D0D", +"q+ c #6E2612", +"r+ c #DF5C2C", +"s+ c #F06531", +"t+ c #EA5E2E", +"u+ c #E75A2B", +"v+ c #E25628", +"w+ c #DD5225", +"x+ c #8D3015", +"y+ c #361208", +"z+ c #8E3015", +"A+ c #581C0D", +"B+ c #541D0E", +"C+ c #C84A23", +"D+ c #CE341E", +"E+ c #D46757", +"F+ c #B24E30", +"G+ c #A23A1D", +"H+ c #AD614B", +"I+ c #873C26", +"J+ c #E59C84", +"K+ c #F3BBA6", +"L+ c #E58C6C", +"M+ c #D25136", +"N+ c #E5381B", +"O+ c #F76B34", +"P+ c #993C1C", +"Q+ c #46170A", +"R+ c #EB5F2E", +"S+ c #E65B2A", +"T+ c #E25626", +"U+ c #DC5123", +"V+ c #CE491F", +"W+ c #461609", +"X+ c #4D190A", +"Y+ c #B53F1C", +"Z+ c #591C0C", +"`+ c #4E1B0B", +" @ c #BE4520", +".@ c #C73B21", +"+@ c #D66058", +"@@ c #B0583F", +"#@ c #9C4128", +"$@ c #883922", +"%@ c #E59980", +"&@ c #DF7E5E", +"*@ c #CE4A2E", +"=@ c #E6381A", +"-@ c #EE6530", +";@ c #832E15", +">@ c #4F1A0C", +",@ c #BE4A23", +"'@ c #EF6531", +")@ c #EC6230", +"!@ c #E75D2C", +"~@ c #DD5325", +"{@ c #D44C22", +"]@ c #983317", +"^@ c #351107", +"/@ c #822C14", +"(@ c #BB431F", +"_@ c #591D0C", +":@ c #48190A", +"<@ c #B3401D", +"[@ c #C33D22", +"}@ c #D66961", +"|@ c #AE634D", +"1@ c #9B4F3B", +"2@ c #54271C", +"3@ c #DF9078", +"4@ c #E5987E", +"5@ c #D66D4C", +"6@ c #CC4627", +"7@ c #E12E15", +"8@ c #E55E2C", +"9@ c #722811", +"0@ c #541D0D", +"a@ c #D15226", +"b@ c #E85E2E", +"c@ c #E45A2B", +"d@ c #DE5426", +"e@ c #D54C21", +"f@ c #C3441C", +"g@ c #5F1F0C", +"h@ c #3A1207", +"i@ c #6B2210", +"j@ c #7A2813", +"k@ c #451609", +"l@ c #441709", +"m@ c #A83A1B", +"n@ c #C53722", +"o@ c #D4786E", +"p@ c #AE6A58", +"q@ c #995846", +"r@ c #593228", +"s@ c #CD745B", +"t@ c #D27153", +"u@ c #CD5F3E", +"v@ c #CA4625", +"w@ c #D8200E", +"x@ c #E15729", +"y@ c #6F2711", +"z@ c #531D0D", +"A@ c #CD4F25", +"B@ c #E95E2E", +"C@ c #E55C2D", +"D@ c #E1572A", +"E@ c #D34C20", +"F@ c #CE481D", +"G@ c #9D3515", +"H@ c #3B1307", +"I@ c #331006", +"J@ c #321006", +"K@ c #301006", +"L@ c #2F0E06", +"M@ c #3F1409", +"N@ c #9B3518", +"O@ c #CA291C", +"P@ c #CB776A", +"Q@ c #AC6A5B", +"R@ c #995E4D", +"S@ c #7B4A3C", +"T@ c #B0593E", +"U@ c #C15D3E", +"V@ c #C35535", +"W@ c #C64B27", +"X@ c #D1200E", +"Y@ c #E0411E", +"Z@ c #7F2D15", +"`@ c #46180B", +" # c #9D3A1B", +".# c #DE582A", +"+# c #DA5629", +"@# c #B7431F", +"## c #C2441C", +"$# c #C9471D", +"%# c #67220D", +"&# c #8F3216", +"*# c #A33A1C", +"=# c #983519", +"-# c #511A0C", +";# c #381208", +"># c #952612", +",# c #D53C36", +"'# c #C68676", +")# c #AA6756", +"!# c #985B4A", +"~# c #844E3F", +"{# c #924026", +"]# c #A6472B", +"^# c #C45231", +"/# c #D13E22", +"(# c #DC1F0E", +"_# c #AD3B1B", +":# c #47190B", +"<# c #45180A", +"[# c #6F2611", +"}# c #61210F", +"|# c #47190C", +"1# c #CC4A21", +"2# c #B43F1A", +"3# c #311107", +"4# c #4B180A", +"5# c #C04520", +"6# c #BF4521", +"7# c #B23E1D", +"8# c #581D0D", +"9# c #320E06", +"0# c #9C1B13", +"a# c #D87B73", +"b# c #B67561", +"c# c #A2604D", +"d# c #925140", +"e# c #844939", +"f# c #68372A", +"g# c #A1492F", +"h# c #D35F3B", +"i# c #D72315", +"j# c #D92C15", +"k# c #A2391B", +"l# c #591E0D", +"m# c #401609", +"n# c #4E1B0C", +"o# c #872F15", +"p# c #CE4C22", +"q# c #7A2B13", +"r# c #321108", +"s# c #7F2B14", +"t# c #BF4420", +"u# c #BA421F", +"v# c #AE3D1C", +"w# c #350A04", +"x# c #A64441", +"y# c #CA877B", +"z# c #AC644F", +"A# c #9D5440", +"B# c #8B4530", +"C# c #7E3C2A", +"D# c #6A3020", +"E# c #D37253", +"F# c #DC6646", +"G# c #D81D12", +"H# c #DD3418", +"I# c #DE5428", +"J# c #DA5528", +"K# c #D35026", +"L# c #D04D25", +"M# c #CC4C25", +"N# c #C34722", +"O# c #B9421F", +"P# c #B33F1E", +"Q# c #B52D15", +"R# c #D32E28", +"S# c #D3887F", +"T# c #B57564", +"U# c #A45B48", +"V# c #92452F", +"W# c #833722", +"X# c #732A16", +"Y# c #622211", +"Z# c #D17E64", +"`# c #E08062", +" $ c #DA583D", +".$ c #D61A0F", +"+$ c #D82A13", +"@$ c #D64E25", +"#$ c #D25026", +"$$ c #CE4C25", +"%$ c #C94A23", +"&$ c #C44722", +"*$ c #B23F1E", +"=$ c #AA3D1C", +"-$ c #BA2A17", +";$ c #D63E39", +">$ c #D68078", +",$ c #C1897B", +"'$ c #AB6957", +")$ c #9D5441", +"!$ c #893E29", +"~$ c #762C18", +"{$ c #68210E", +"]$ c #4F1809", +"^$ c #CB8873", +"/$ c #E19076", +"($ c #DB7B5D", +"_$ c #D15939", +":$ c #D02111", +"<$ c #D3180B", +"[$ c #D13016", +"}$ c #CB3E1D", +"|$ c #C34220", +"1$ c #BE4320", +"2$ c #B83E1D", +"3$ c #B6371A", +"4$ c #B9301A", +"5$ c #CD372D", +"6$ c #DB6460", +"7$ c #D19185", +"8$ c #BB8171", +"9$ c #AE6F5F", +"0$ c #965645", +"a$ c #72392B", +"b$ c #421C12", +"c$ c #C18472", +"d$ c #E29B86", +"e$ c #DE8E75", +"f$ c #CC613F", +"g$ c #C14925", +"h$ c #C3341B", +"i$ c #CA2515", +"j$ c #CE1F13", +"k$ c #CE1C0F", +"l$ c #CD2417", +"m$ c #CD2F24", +"n$ c #D13F37", +"o$ c #DA635D", +"p$ c #D58178", +"q$ c #C48678", +"r$ c #B77B6A", +"s$ c #AC6D5C", +"t$ c #925747", +"u$ c #4B2A21", +"v$ c #DEA08E", +"w$ c #DF9F8B", +"x$ c #C66141", +"y$ c #B94926", +"z$ c #B54626", +"A$ c #B54C31", +"B$ c #B6533B", +"C$ c #B95945", +"D$ c #BF6857", +"E$ c #C67C6D", +"F$ c #C88677", +"G$ c #C38575", +"H$ c #B47260", +"I$ c #AA6452", +"J$ c #A35E4C", +"K$ c #894E3F", +"L$ c #D69C8C", +"M$ c #DDA696", +"N$ c #BC5F42", +"O$ c #AC4324", +"P$ c #A63F21", +"Q$ c #A4462C", +"R$ c #A54F36", +"S$ c #AB5943", +"T$ c #B56E5B", +"U$ c #B26A56", +"V$ c #AD624C", +"W$ c #A75A45", +"X$ c #A0533D", +"Y$ c #984B36", +"Z$ c #83412F", +"`$ c #BC7E6F", +" % c #D3A091", +".% c #B5644C", +"+% c #9C3C22", +"@% c #8C3119", +"#% c #732B18", +"$% c #6D2F1E", +"%% c #8A3F2B", +"&% c #A96552", +"*% c #BC8273", +"=% c #B97D6C", +"-% c #A55C47", +";% c #913B24", +">% c #7F321E", +",% c #461D11", +"'% c #A65F4A", +")% c #92432E", +"!% c #652414", +"~% c #5D2214", +"{% c #7D3826", +"]% c #904E3C", +"^% c #86402E", +"/% c #6D2513", +"(% c #40150A", +" ", +" . + @ # $ % & * ", +" = - ; > , ' ) ! ~ { ] ^ / ( ", +" _ : < [ } | 1 2 3 4 5 6 7 8 9 0 a ", +" b c d e f g h i j k l m n o p q r s t u ", +" v w x y z A B C D E F G H I J K L M N O P Q ", +" R S T U V W X Y Z ` ...+.@.#.$.%.&.*.=.-.;.>. ", +" ,.'.).!.~.{.].Z Z ^./...+.(._.:.<.[.}.|.1.2.3.4.5. ", +" 6.7.8.9.0.a.Z b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t. ", +" u.v.w.x.y.z.A.B.C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U. ", +" V.W.X.Y.Z.Z `. +.+++@+#+$+%+&+*+=+-+;+>+,+'+)+!+~+{+]+ ", +" ^+/+(+_+:+<+[+}+|+1+2+3+4+5+6+7+8+9+0+a+b+c+d+e+f+g+h+ ", +" i+j+k+l+m+n+o+p+q+r+s+h.t+u+v+w+x+y+z+A+B+C+D+E+F+G+H+I+ ", +" J+K+L+M+N+O+P+Q+P+_.1+R+S+T+U+V+W+X+Y+Z+`+ @.@+@@@#@$@ ", +" %@d &@*@=@-@;@>@,@'@)@!@*+~@{@]@^@/@(@_@:@<@[@}@|@1@2@ ", +" 3@4@5@6@7@8@9@0@a@)@b@c@d@e@f@g@h@i@j@k@l@m@n@o@p@q@r@ ", +" s@t@u@v@w@x@y@z@A@B@C@D@E@F@G@H@I@J@K@L@M@N@O@P@Q@R@S@ ", +" T@U@V@W@X@Y@Z@`@ #.#+#@###$#%#J@&#*#=#-#;#>#,#'#)#!#~# ", +" {#]#^#/#(#_#:#<#[#}#|#1#2#3#4#5#6#7#8#9#0#a#b#c#d#e#f# ", +" g#h#i#j#k#l#m#n#o#p#q#r#s#t#u#v#8#w#x#y#z#A#B#C#D# ", +" E#F#G#H#I#J#K#L#M#C+N#6#O#P#_#Q#R#S#T#U#V#W#X#Y# ", +" Z#`# $.$+$@$#$$$%$&$6#O#*$=$-$;$>$,$'$)$!$~${$]$ ", +" ^$/$($_$:$<$[$}$|$1$2$3$4$5$6$7$8$9$0$a$b$ ", +" c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$ ", +" v$w$x$y$z$A$B$C$D$E$F$G$H$I$J$K$ ", +" L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$ ", +" `$ %.%+%@%#%$%%%&%*%=%-%;%>%,% ", +" '%)%!% ~%{%]%^%/%(% ", +" ", +" ", +" "};