summaryrefslogtreecommitdiff
path: root/comms/libopensync
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2009-06-09After changed MASTER_SITE from the wiki, no need to do custom fetch.obache1-6/+1
Noticed by Brook Milligan in tech-pkg@.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-10Fix build with Sun Studio, which does not provide __FUNCTION__.wiz2-1/+19
From Daniel Vergien on pkgsrc-users.
2008-11-26Fixed download site. Patch by Rumko via pkgsrc-users.rillig1-2/+2
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-12-12Make this buld on DragonFly. I forgot to commit it.yyamano1-0/+17
2007-12-11Make this buld on DragonFly.yyamano3-1/+30
Confirmed by Petr Janda on pkgsrc-users. Thanks!
2007-12-11Make this build on Darwin.yyamano2-6/+6
2007-05-25Explicitly disable python supportmarkd1-1/+3
2007-05-23Fix path to self in BUILDLINK_PKGSRCDIR.libopensyncseb1-2/+2
2007-05-23Initial import libopensync version 0.22markd6-0/+178
OpenSync is a synchronization framework that is platform and distribution independent. It consists of a powerful sync-engine and several plugins that can be used to connect to devices. OpenSync is very flexible and capable of synchronizing any type of data, including contacts, calendar, tasks, notes and files.