Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,6 @@ +libc.so.6 +libcrypto.so.1.0.0 +libdb-5.3.so +libsasl2.so.3 +libssl.so.1.0.0 +libz.so.1 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,21 @@ +name : isync +version : 1.3.0 +release : 1 +source : + - https://sourceforge.net/projects/isync/files/isync/1.3.0/isync-1.3.0.tar.gz : 8d5f583976e3119705bdba27fa4fc962e807ff5996f24f354957178ffa697c9c +license : GPL-2.0 +component : network.mail +summary : isync is a command line application which synchronizes mailboxes +description: | + isync is a command line application which synchronizes mailboxes; currently Maildir and IMAP4 mailboxes are supported. New messages, message deletions and flag changes can be propagated both ways. isync is suitable for use in IMAP-disconnected mode. + Synchronization is based on unique message identifiers (UIDs), so no identification conflicts can occur (as opposed to some other mail synchronizers). + Synchronization state is kept in one local text file per mailbox pair; multiple replicas of a mailbox can be maintained. +builddeps : + - pkgconfig(zlib) + - pkgconfig(libsasl2) +setup : | + %configure +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,40 @@ + + + isync + + Longwu Ou + oulongwu@mit.edu + + GPL-2.0 + network.mail + isync is a command line application which synchronizes mailboxes + isync is a command line application which synchronizes mailboxes; currently Maildir and IMAP4 mailboxes are supported. New messages, message deletions and flag changes can be propagated both ways. isync is suitable for use in IMAP-disconnected mode. +Synchronization is based on unique message identifiers (UIDs), so no identification conflicts can occur (as opposed to some other mail synchronizers). +Synchronization state is kept in one local text file per mailbox pair; multiple replicas of a mailbox can be maintained. + + https://solus-project.com/sources/README.Solus + + + isync + isync is a command line application which synchronizes mailboxes + isync is a command line application which synchronizes mailboxes; currently Maildir and IMAP4 mailboxes are supported. New messages, message deletions and flag changes can be propagated both ways. isync is suitable for use in IMAP-disconnected mode. +Synchronization is based on unique message identifiers (UIDs), so no identification conflicts can occur (as opposed to some other mail synchronizers). +Synchronization state is kept in one local text file per mailbox pair; multiple replicas of a mailbox can be maintained. + + network.mail + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2017-12-19 + 1.3.0 + Packaging update + Longwu Ou + oulongwu@mit.edu + + + \ No newline at end of file