commit da7d1a5366211494ab7de8cb0b2cbad86034a3b5 Author: Tim Biermann <tbier@posteo.de> Date: Sun Dec 29 11:40:19 2019 +0100 isync: initial commit, version 1.3.1 diff --git a/isync/.footprint b/isync/.footprint new file mode 100644 index 000000000..ab266de61 --- /dev/null +++ b/isync/.footprint @@ -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 diff --git a/isync/.signature b/isync/.signature new file mode 100644 index 000000000..226b9aaf9 --- /dev/null +++ b/isync/.signature @@ -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 diff --git a/isync/Pkgfile b/isync/Pkgfile new file mode 100644 index 000000000..7d5233f3e --- /dev/null +++ b/isync/Pkgfile @@ -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.t...) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -fr $PKG/usr/share/doc +}