diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/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 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +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(libsasl2) +setup : | + %configure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/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 + + + + + 2018-03-17 + 1.3.0 + Packaging update + Longwu Ou + oulongwu@mit.edu + + + \ No newline at end of file