The following packages will be installed: genpak Fetching README... 0%100%100%100%100%100%Done Fetching genpak.SlackBuild... 0%100%100%100%100%100%Done Fetching genpak.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done gp-0.26/ gp-0.26/data/ gp-0.26/data/ecoli.mtx gp-0.26/data/enzyme.enz gp-0.26/data/mporfs.seq gp-0.26/data/myco.cdn gp-0.26/data/myco.mtx gp-0.26/data/myco0 gp-0.26/data/sample.seq gp-0.26/data/standard.cdn gp-0.26/doc/ gp-0.26/html/ gp-0.26/html/README.html gp-0.26/html/gp_acc.html gp-0.26/html/gp_adjust.html gp-0.26/html/gp_cdndev.html gp-0.26/html/gp_cusage.html gp-0.26/html/gp_digest.html gp-0.26/html/gp_dimer.html gp-0.26/html/gp_findorf.html gp-0.26/html/gp_gc.html gp-0.26/html/gp_getseq.html gp-0.26/html/gp_map.html gp-0.26/html/gp_matrix.html gp-0.26/html/gp_mkmtx.html gp-0.26/html/gp_pattern.html gp-0.26/html/gp_primer.html gp-0.26/html/gp_qs.html gp-0.26/html/gp_randseq.html gp-0.26/html/gp_seq2prot.html gp-0.26/html/gp_slen.html gp-0.26/html/gp_tm.html gp-0.26/html/gp_trimer.html gp-0.26/html/index.html gp-0.26/man1/ gp-0.26/man1/Genpak.1 gp-0.26/man1/gp_acc.1 gp-0.26/man1/gp_adjust.1 gp-0.26/man1/gp_cdndev.1 gp-0.26/man1/gp_cusage.1 gp-0.26/man1/gp_digest.1 gp-0.26/man1/gp_dimer.1 gp-0.26/man1/gp_findorf.1 gp-0.26/man1/gp_gc.1 gp-0.26/man1/gp_getseq.1 gp-0.26/man1/gp_map.1 gp-0.26/man1/gp_matrix.1 gp-0.26/man1/gp_mkmtx.1 gp-0.26/man1/gp_pattern.1 gp-0.26/man1/gp_primer.1 gp-0.26/man1/gp_qs.1 gp-0.26/man1/gp_randseq.1 gp-0.26/man1/gp_seq2prot.1 gp-0.26/man1/gp_slen.1 gp-0.26/man1/gp_tm.1 gp-0.26/man1/gp_trimer.1 gp-0.26/src/ gp-0.26/src/genpak.c gp-0.26/src/gp_acc.c gp-0.26/src/gp_adjust.c gp-0.26/src/gp_cdndev.c gp-0.26/src/gp_cusage.c gp-0.26/src/gp_deform.c gp-0.26/src/gp_digest.c gp-0.26/src/gp_dimer.c gp-0.26/src/gp_findorf.c gp-0.26/src/gp_gc.c gp-0.26/src/gp_getseq.c gp-0.26/src/gp_gps2fst.c gp-0.26/src/gp_map.c gp-0.26/src/gp_matrix.c gp-0.26/src/gp_mkmtx.c gp-0.26/src/gp_pars.c gp-0.26/src/gp_pattern.c gp-0.26/src/gp_primer.c gp-0.26/src/gp_qs.c gp-0.26/src/gp_randseq.c gp-0.26/src/gp_scan.c gp-0.26/src/gp_seq2prot.c gp-0.26/src/gp_shift.c gp-0.26/src/gp_slen.c gp-0.26/src/gp_template.c gp-0.26/src/gp_test.c gp-0.26/src/gp_tm.c gp-0.26/src/gp_trimer.c gp-0.26/src/select.c gp-0.26/src/genpak.h gp-0.26/src/gp_getopt.h gp-0.26/src/Makefile gp-0.26/README.TXT gp-0.26/LICENSE.TXT gp-0.26/INSTALL.TXT gp-0.26/CHANGES.TXT gp-0.26/Makefile gp-0.26/FILES.TXT cd src ; make PROGRAMS="gp_acc gp_cusage gp_digest gp_dimer gp_findorf gp_gc gp_getseq gp_matrix gp_mkmtx gp_pars gp_pattern gp_qs gp_randseq gp_scan gp_seq2prot gp_shift gp_slen gp_tm gp_trimer gp_primer gp_adjust gp_cdndev" GDPROGRAMS="gp_map" CC=gcc \ LIBS=" -lm" CFLAGS="-O2 -march=i586 -mtune=i686 -fcommon" ; make[1]: Entering directory '/usr/src/slapt-src/academic/genpak/gp-0.26/src' gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_acc.o gp_acc.c gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o genpak.o genpak.c Creating gp_acc gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_acc genpak.o gp_acc.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_cusage.o gp_cusage.c Creating gp_cusage gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_cusage genpak.o gp_cusage.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_digest.o gp_digest.c gp_digest.c: In function ‘FindRestrictionSites’: gp_digest.c:211:33: warning: implicit declaration of function ‘Compare’ [-Wimplicit-function-declaration] 211 | while(jsequ[i+j],e->sequ[j]) ) j++; | ^~~~~~~ Creating gp_digest gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_digest genpak.o gp_digest.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_dimer.o gp_dimer.c gp_dimer.c: In function ‘main’: gp_dimer.c:109:9: warning: implicit declaration of function ‘PrintHeader’ [-Wimplicit-function-declaration] 109 | PrintHeader(options) ; | ^~~~~~~~~~~ Creating gp_dimer gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_dimer genpak.o gp_dimer.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_findorf.o gp_findorf.c gp_findorf.c: In function ‘main’: gp_findorf.c:93:21: warning: implicit declaration of function ‘getopt’; did you mean ‘gp_getopt’? [-Wimplicit-function-declaration] 93 | while ((c = getopt(argc, argv, "o:m:M:pc:vHhqd")) != EOF) | ^~~~~~ | gp_getopt Creating gp_findorf gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_findorf genpak.o gp_findorf.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_gc.o gp_gc.c gp_gc.c: In function ‘ComputateGC’: gp_gc.c:194:19: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] 194 | dlugosc = strlen(s->sequ) ; | ^~~~~~ gp_gc.c:28:1: note: include ‘’ or provide a declaration of ‘strlen’ 27 | #include "gp_getopt.h" +++ |+#include 28 | gp_gc.c:194:19: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch] 194 | dlugosc = strlen(s->sequ) ; | ^~~~~~ gp_gc.c:194:19: note: include ‘’ or provide a declaration of ‘strlen’ Creating gp_gc gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_gc genpak.o gp_gc.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_getseq.o gp_getseq.c gp_getseq.c: In function ‘main’: gp_getseq.c:80:48: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] 80 | if(optarg[0] == '-' && strlen(optarg) == 1) { | ^~~~~~ gp_getseq.c:27:1: note: include ‘’ or provide a declaration of ‘strlen’ 26 | #include "gp_getopt.h" +++ |+#include 27 | gp_getseq.c:80:48: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch] 80 | if(optarg[0] == '-' && strlen(optarg) == 1) { | ^~~~~~ gp_getseq.c:80:48: note: include ‘’ or provide a declaration of ‘strlen’ Creating gp_getseq gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_getseq genpak.o gp_getseq.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_matrix.o gp_matrix.c gp_matrix.c: In function ‘EvaluateSequence’: gp_matrix.c:606:9: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] 606 | strcpy(res->name,s->name) ; | ^~~~~~ gp_matrix.c:29:1: note: include ‘’ or provide a declaration of ‘strcpy’ 28 | #include "gp_getopt.h" +++ |+#include 29 | gp_matrix.c:606:9: warning: incompatible implicit declaration of built-in function ‘strcpy’ [-Wbuiltin-declaration-mismatch] 606 | strcpy(res->name,s->name) ; | ^~~~~~ gp_matrix.c:606:9: note: include ‘’ or provide a declaration of ‘strcpy’ gp_matrix.c: In function ‘PrintPromoter’: gp_matrix.c:1017:17: warning: incompatible implicit declaration of built-in function ‘strcpy’ [-Wbuiltin-declaration-mismatch] 1017 | strcpy(s1,"") ; | ^~~~~~ gp_matrix.c:1017:17: note: include ‘’ or provide a declaration of ‘strcpy’ gp_matrix.c:1021:17: warning: incompatible implicit declaration of built-in function ‘strcpy’ [-Wbuiltin-declaration-mismatch] 1021 | strcpy(s1,"[") ; | ^~~~~~ gp_matrix.c:1021:17: note: include ‘’ or provide a declaration of ‘strcpy’ gp_matrix.c:1034:21: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] 1034 | for(i = 0;isequ);i++){ | ^~~~~~ gp_matrix.c:1034:21: note: include ‘’ or provide a declaration of ‘strlen’ gp_matrix.c:1034:21: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch] gp_matrix.c:1034:21: note: include ‘’ or provide a declaration of ‘strlen’ Creating gp_matrix gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_matrix genpak.o gp_matrix.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_mkmtx.o gp_mkmtx.c Creating gp_mkmtx gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_mkmtx genpak.o gp_mkmtx.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_pars.o gp_pars.c Creating gp_pars gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_pars genpak.o gp_pars.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_pattern.o gp_pattern.c gp_pattern.c: In function ‘main’: gp_pattern.c:128:9: warning: implicit declaration of function ‘PrintHead’ [-Wimplicit-function-declaration] 128 | PrintHead(options) ; | ^~~~~~~~~ gp_pattern.c:133:17: warning: implicit declaration of function ‘GetFreq’ [-Wimplicit-function-declaration] 133 | GetFreq(tablica,options,inseq) ; | ^~~~~~~ gp_pattern.c:134:17: warning: implicit declaration of function ‘PrintFreq’ [-Wimplicit-function-declaration] 134 | PrintFreq(tablica,options,inseq) ; | ^~~~~~~~~ Creating gp_pattern gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_pattern genpak.o gp_pattern.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_qs.o gp_qs.c gp_qs.c: In function ‘main’: gp_qs.c:121:39: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] 121 | needle->sequ = calloc(strlen(argv[optind]) + 1, sizeof(*needle->sequ)) ; | ^~~~~~ gp_qs.c:27:1: note: include ‘’ or provide a declaration of ‘strlen’ 26 | #include "gp_getopt.h" +++ |+#include 27 | gp_qs.c:121:39: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch] 121 | needle->sequ = calloc(strlen(argv[optind]) + 1, sizeof(*needle->sequ)) ; | ^~~~~~ gp_qs.c:121:39: note: include ‘’ or provide a declaration of ‘strlen’ gp_qs.c:122:17: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] 122 | strcpy(needle->sequ,argv[optind]) ; | ^~~~~~ gp_qs.c:122:17: note: include ‘’ or provide a declaration of ‘strcpy’ gp_qs.c:122:17: warning: incompatible implicit declaration of built-in function ‘strcpy’ [-Wbuiltin-declaration-mismatch] gp_qs.c:122:17: note: include ‘’ or provide a declaration of ‘strcpy’ gp_qs.c: In function ‘degenerate_sequence’: gp_qs.c:192:13: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch] 192 | l = strlen(n->sequ) ; | ^~~~~~ gp_qs.c:192:13: note: include ‘’ or provide a declaration of ‘strlen’ gp_qs.c: In function ‘SearchNeedle’: gp_qs.c:218:9: warning: implicit declaration of function ‘strcat’ [-Wimplicit-function-declaration] 218 | strcat(name," v. ") ; | ^~~~~~ gp_qs.c:218:9: note: include ‘’ or provide a declaration of ‘strcat’ gp_qs.c:218:9: warning: incompatible implicit declaration of built-in function ‘strcat’ [-Wbuiltin-declaration-mismatch] gp_qs.c:218:9: note: include ‘’ or provide a declaration of ‘strcat’ gp_qs.c:220:13: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch] 220 | j = strlen(name) ; | ^~~~~~ gp_qs.c:220:13: note: include ‘’ or provide a declaration of ‘strlen’ gp_qs.c:241:44: warning: implicit declaration of function ‘Compare’ [-Wimplicit-function-declaration] 241 | i < dln && Compare(n->sequ[i], s->sequ[pos1+i]) ; | ^~~~~~~ Creating gp_qs gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_qs genpak.o gp_qs.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_randseq.o gp_randseq.c gp_randseq.c: In function ‘main’: gp_randseq.c:133:19: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] 133 | dlugosc = strlen(Rezultat->sequ) ; | ^~~~~~ gp_randseq.c:27:1: note: include ‘’ or provide a declaration of ‘strlen’ 26 | #include "gp_getopt.h" +++ |+#include 27 | gp_randseq.c:133:19: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch] 133 | dlugosc = strlen(Rezultat->sequ) ; | ^~~~~~ gp_randseq.c:133:19: note: include ‘’ or provide a declaration of ‘strlen’ Creating gp_randseq gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_randseq genpak.o gp_randseq.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_scan.o gp_scan.c gp_scan.c: In function ‘ScanSeq’: gp_scan.c:203:13: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] 203 | l = strlen(s->sequ) ; | ^~~~~~ gp_scan.c:27:1: note: include ‘’ or provide a declaration of ‘strlen’ 26 | #include "gp_getopt.h" +++ |+#include 27 | gp_scan.c:203:13: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch] 203 | l = strlen(s->sequ) ; | ^~~~~~ gp_scan.c:203:13: note: include ‘’ or provide a declaration of ‘strlen’ Creating gp_scan gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_scan genpak.o gp_scan.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_seq2prot.o gp_seq2prot.c Creating gp_seq2prot gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_seq2prot genpak.o gp_seq2prot.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_shift.o gp_shift.c gp_shift.c: In function ‘main’: gp_shift.c:118:9: warning: implicit declaration of function ‘shift_positions’ [-Wimplicit-function-declaration] 118 | shift_positions(opt) ; | ^~~~~~~~~~~~~~~ Creating gp_shift gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_shift genpak.o gp_shift.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_slen.o gp_slen.c Creating gp_slen gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_slen genpak.o gp_slen.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_tm.o gp_tm.c Creating gp_tm gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_tm genpak.o gp_tm.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_trimer.o gp_trimer.c gp_trimer.c: In function ‘main’: gp_trimer.c:101:9: warning: implicit declaration of function ‘PrintHeader’ [-Wimplicit-function-declaration] 101 | PrintHeader(options) ; | ^~~~~~~~~~~ Creating gp_trimer gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_trimer genpak.o gp_trimer.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_primer.o gp_primer.c gp_primer.c: In function ‘dimer_find’: gp_primer.c:215:28: warning: implicit declaration of function ‘Compare’ [-Wimplicit-function-declaration] 215 | if(Compare(*p, *q)) { | ^~~~~~~ gp_primer.c:233:25: warning: implicit declaration of function ‘dimer_print’; did you mean ‘dimer_find’? [-Wimplicit-function-declaration] 233 | dimer_print(s, &dimeres[i], o) ; | ^~~~~~~~~~~ | dimer_find gp_primer.c: In function ‘stem_find’: gp_primer.c:314:25: warning: implicit declaration of function ‘stem_print’; did you mean ‘stem_find’? [-Wimplicit-function-declaration] 314 | stem_print(s, &stems[i], o) ; | ^~~~~~~~~~ | stem_find Creating gp_primer gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_primer genpak.o gp_primer.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_adjust.o gp_adjust.c Creating gp_adjust gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_adjust genpak.o gp_adjust.o -lm gcc -O2 -march=i586 -mtune=i686 -fcommon -c -o gp_cdndev.o gp_cdndev.c Creating gp_cdndev gcc -O2 -march=i586 -mtune=i686 -fcommon -o gp_cdndev genpak.o gp_cdndev.o -lm make[1]: Leaving directory '/usr/src/slapt-src/academic/genpak/gp-0.26/src' All programs compiled. Type 'make install' to install all programs. cd src ; make PROGRAMS="gp_acc gp_cusage gp_digest gp_dimer gp_findorf gp_gc gp_getseq gp_matrix gp_mkmtx gp_pars gp_pattern gp_qs gp_randseq gp_scan gp_seq2prot gp_shift gp_slen gp_tm gp_trimer gp_primer gp_adjust gp_cdndev" GDPROGRAMS="gp_map" CC=gcc \ LIBS=" -lm" CFLAGS="-pedantic -O3 -Wall -g" ; make[1]: Entering directory '/usr/src/slapt-src/academic/genpak/gp-0.26/src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src/academic/genpak/gp-0.26/src' All programs compiled. Type 'make install' to install all programs. cd /usr/src/slapt-src/academic/genpak/package-genpak/usr/share ; mkdir genpak ; Installation is now complete. Type make docs to install documentation in /usr/src/slapt-src/academic/genpak/package-genpak/usr/doc. Type make uninstall to uninstall this software package. Please read the files README.TXT and LICENSE.TXT. In case of any problems / bugs / suggestions don't hesitate to mail january@bioinformatics.org. Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/academic/genpak/genpak-0.26-i586-7salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/gp_acc usr/bin/gp_adjust usr/bin/gp_cdndev usr/bin/gp_cusage usr/bin/gp_digest usr/bin/gp_dimer usr/bin/gp_findorf usr/bin/gp_gc usr/bin/gp_getseq usr/bin/gp_matrix usr/bin/gp_mkmtx usr/bin/gp_pars usr/bin/gp_pattern usr/bin/gp_primer usr/bin/gp_qs usr/bin/gp_randseq usr/bin/gp_scan usr/bin/gp_seq2prot usr/bin/gp_shift usr/bin/gp_slen usr/bin/gp_tm usr/bin/gp_trimer usr/doc/ usr/doc/genpak-0.26/ usr/doc/genpak-0.26/CHANGES.TXT usr/doc/genpak-0.26/LICENSE.TXT usr/doc/genpak-0.26/Makefile usr/doc/genpak-0.26/README.TXT usr/doc/genpak-0.26/genpak.SlackBuild usr/doc/genpak-0.26/html/ usr/doc/genpak-0.26/html/README.html usr/doc/genpak-0.26/html/gp_acc.html usr/doc/genpak-0.26/html/gp_adjust.html usr/doc/genpak-0.26/html/gp_cdndev.html usr/doc/genpak-0.26/html/gp_cusage.html usr/doc/genpak-0.26/html/gp_digest.html usr/doc/genpak-0.26/html/gp_dimer.html usr/doc/genpak-0.26/html/gp_findorf.html usr/doc/genpak-0.26/html/gp_gc.html usr/doc/genpak-0.26/html/gp_getseq.html usr/doc/genpak-0.26/html/gp_map.html usr/doc/genpak-0.26/html/gp_matrix.html usr/doc/genpak-0.26/html/gp_mkmtx.html usr/doc/genpak-0.26/html/gp_pattern.html usr/doc/genpak-0.26/html/gp_primer.html usr/doc/genpak-0.26/html/gp_qs.html usr/doc/genpak-0.26/html/gp_randseq.html usr/doc/genpak-0.26/html/gp_seq2prot.html usr/doc/genpak-0.26/html/gp_slen.html usr/doc/genpak-0.26/html/gp_tm.html usr/doc/genpak-0.26/html/gp_trimer.html usr/doc/genpak-0.26/html/index.html usr/man/ usr/man/man1/ usr/man/man1/Genpak.1.gz usr/man/man1/gp_acc.1.gz usr/man/man1/gp_adjust.1.gz usr/man/man1/gp_cdndev.1.gz usr/man/man1/gp_cusage.1.gz usr/man/man1/gp_digest.1.gz usr/man/man1/gp_dimer.1.gz usr/man/man1/gp_findorf.1.gz usr/man/man1/gp_gc.1.gz usr/man/man1/gp_getseq.1.gz usr/man/man1/gp_matrix.1.gz usr/man/man1/gp_mkmtx.1.gz usr/man/man1/gp_pattern.1.gz usr/man/man1/gp_primer.1.gz usr/man/man1/gp_qs.1.gz usr/man/man1/gp_randseq.1.gz usr/man/man1/gp_seq2prot.1.gz usr/man/man1/gp_slen.1.gz usr/man/man1/gp_tm.1.gz usr/man/man1/gp_trimer.1.gz usr/share/ usr/share/genpak/ usr/share/genpak/ecoli.mtx usr/share/genpak/enzyme.enz usr/share/genpak/mporfs.seq usr/share/genpak/myco.cdn usr/share/genpak/sample.seq usr/share/genpak/standard.cdn Slackware package /usr/src/slapt-src/academic/genpak/genpak-0.26-i586-7salix15.0.txz created. Installing package genpak-0.26-i586-7salix15.0... | genpak (Utilities to manipulate DNA sequences) | | Genpak is a set of small utilities written in ANSI C to manipulate | DNA sequences in a Unix fashion, fit for combining within shell | and cgi scripts. | | Home: http://www.bioinformatics.org/genpak/ | | | | | |