isync: initial commit, version 1.3.1

This commit is contained in:
Tim Biermann 2019-12-29 11:40:19 +01:00
parent 659a39994e
commit da7d1a5366
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 34 additions and 0 deletions

12
isync/.footprint Normal file
View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/isync
-rwxr-xr-x root/root usr/bin/mbsync
-rwxr-xr-x root/root usr/bin/mbsync-get-cert
-rwxr-xr-x root/root usr/bin/mdconvert
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/isync.1.gz
-rw-r--r-- root/root usr/share/man/man1/mbsync.1.gz
-rw-r--r-- root/root usr/share/man/man1/mdconvert.1.gz

5
isync/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xA9EhiQbuKvnbm4qXVRNzHFg9OlSuv9eTwbqikgM8wn5jxFpOZBP57c/zUZwgd0Afm5zq/+r0QzIWPuiN0/WAw=
SHA256 (Pkgfile) = 7a478cd7df177391e01aa896f8371a293b1bdcd67ec87e865641c1f5fd5fd592
SHA256 (.footprint) = 9e71cfbd3555563453b262ea99ddaa5782a49e114f6e9b7ac7c60c1d7526455f
SHA256 (isync-1.3.1.tar.gz) = 68cb4643d58152097f01c9b3abead7d7d4c9563183d72f3c2a31d22bc168f0ea

17
isync/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: IMAP and MailDir mailbox synchronizer
# URL: http://isync.sourceforge.net/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cyrus-sasl
name=isync
version=1.3.1
release=1
source=(https://sourceforge.net/projects/isync/files/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -fr $PKG/usr/share/doc
}