Changeset 6b3be72 for app/src


Ignore:
Timestamp:
05/07/08 20:30:20 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
10c74af
Parents:
a7b254c
git-author:
pawelk <pawelk@…> (05/07/08 20:30:20)
git-committer:
pawelk <pawelk@…> (05/07/08 20:30:20)
Message:

Pierwsza przymiarka do umieszczenia plikow w ~/.local/utt. Obsługa nowych opcji domyslnych. Nieskonczona dystrybucja tarball.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@41 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

Location:
app/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • app/src/dgp/canonize

    r0214596 r6b3be72  
    66#author:        Tomasz Obrebski 
    77 
     8use lib "/usr/local/lib/utt"; 
     9use lib "ENV{HOME}/.local/lib/utt"; 
     10 
    811use strict; 
    912use Getopt::Long; 
    1013use attr; 
    11 #use File::HomeDir; 
    12 #use lib "$ENV{HOME}/.utt/lib/perl"; 
     14 
    1315 
    1416my $help; 
  • app/src/dgp/dgc

    r12d8443 r6b3be72  
    77 
    88# wymaga niejawnie programu canonize!!!! 
    9 #use lib "ENV{HOME}/.utt/lib/perl"; 
     9use lib "/usr/local/lib/utt"; 
     10use lib "ENV{HOME}/.local/lib/utt"; 
    1011 
    1112use strict; 
    1213use Getopt::Long; 
    1314use Data::Dumper; 
    14  
    1515use attr; 
    1616use File::HomeDir; 
  • app/src/dgp/tre.rb

    rcfed5c1 r6b3be72  
    1 #!/usr/bin/ruby 
     1#!/usr/bin/ruby -I /usr/local/lib/utt -I ~/.local/lib/utt 
    22 
    33require 'getoptlong' 
     
    6161end 
    6262 
    63 load 'seg.rb' 
     63require File.expand_path(File.dirname(__FILE__) + "../lib/utt/seg.rb") 
     64#require 'seg.rb' 
    6465 
    6566$dgpsep=';' 
  • app/src/grp/grp

    rf5d3b20 r6b3be72  
    1414 
    1515my $systemconfigfile="/usr/local/etc/utt/grp.conf"; 
    16 #my $userconfigfile="$ENV{'HOME'}/.utt/grp.conf"; 
    1716my $userconfigfile=home()."/.utt/grp.conf"; 
    1817 
  • app/src/mar/mar

    r7562131 r6b3be72  
    66#author:        Marcin Walas 
    77 
    8 #this program tags the tokenized file with given tags  
     8#this program tags the tokenized file with given tags 
    99#tags can be given in any order and configuration through the expression 
    1010#which is one of the parametres of the script 
    1111#contact: d287572@atos.wmid.amu.edu.pl, walasiek@gmail.com 
     12 
     13use lib "/usr/local/lib/utt"; 
     14use lib "ENV{HOME}/.local/lib/utt"; 
    1215 
    1316use strict; 
  • app/src/ser/ser

    rf5d3b20 r6b3be72  
    1313my $LIB_DIR="/usr/local/lib/utt"; 
    1414my $systemconfigfile='/usr/local/etc/utt/ser.conf'; 
    15 #my $userconfigfile="$ENV{'HOME'}/.utt/ser.conf"; 
    1615my $userconfigfile=home()."/.utt/ser.conf"; 
    1716 
Note: See TracChangeset for help on using the changeset viewer.