#! /usr/bin/perl -w sub do_system { my ($command) = @_; system ($command); if ($? != 0) { die "Command failed: $command"; } } $filename = `@EVOLUTION_BINDIR@/evolution-addressbook-export`; if ($? != 0) { $! = $?; die $!; } $HOME = $ENV{"HOME"}; system ("@EVOLUTION_BINDIR@/killev"); do_system ("/bin/mv ${HOME}/evolution/local/Contacts/addressbook.db ${HOME}/evolution/local/Contacts/addressbook-backup.db"); do_system ("@EVOLUTION_BINDIR@/evolution-addressbook-import --input-file $filename"); do_system ("/bin/rm $filename"); nk rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/java/mmake
Commit message (Expand)AuthorAgeFilesLines
* - Add SHA256pav2005-11-251-0/+1
* Update to 2.3vs2005-02-012-4/+3
* Reset znerd's ports maintainership:hq2004-12-031-1/+1
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-2/+2