[41839] trunk/dports/devel/libopensync/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 10 18:03:32 PST 2008


Revision: 41839
          http://trac.macports.org/changeset/41839
Author:   ryandesign at macports.org
Date:     2008-11-10 18:03:32 -0800 (Mon, 10 Nov 2008)
Log Message:
-----------
libopensync: replaced with opensync port

Modified Paths:
--------------
    trunk/dports/devel/libopensync/Portfile

Modified: trunk/dports/devel/libopensync/Portfile
===================================================================
--- trunk/dports/devel/libopensync/Portfile	2008-11-11 01:59:32 UTC (rev 41838)
+++ trunk/dports/devel/libopensync/Portfile	2008-11-11 02:03:32 UTC (rev 41839)
@@ -3,34 +3,33 @@
 PortSystem      1.0
 
 name            libopensync
-version         0.18
+version         0.22
 categories      devel
 platforms       darwin
 maintainers     nomaintainer
-description     platform independent synchronization framework
+description     obsolete port\; use opensync port instead
 
 long_description \
-    OpenSync is a synchronization framework that is platform and distribution \
-    independent. It consists of several plugins that can be used to connect to \
-    devices, a powerfull sync-engine and the framework itself. The \
-    synchronization framework is kept very flexible and is capable of \
-    synchronizing any type of data, including contacts, calendar, tasks, notes \
-    and files.
+    The libopensync port is obsolete and has been replaced with the \
+    opensync port. Please uninstall libopensync and install \
+    opensync instead.
 
 homepage        http://www.opensync.org/
-use_bzip2       yes
+master_sites    
 
-checksums       md5 0ae1c94a9968711ae408d0f8b2c07f9a \
-                sha1 c869feacbba76d610dfbc7e8a5dea1e5dcad82ed \
-                rmd160 0d8d2181e0a032791096ba2d471a8934591cd5cd
+fetch {}
+checksum {}
+extract {}
+use_configure       no
+build {}
+destroot	{
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
+}
+archive {}
 
-depends_build   bin:bison:bison
-depends_lib     port:gettext \
-                port:libiconv \
-                port:libxml2 \
-                path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:sqlite3 \
-                port:zlib
+post-activate {
+    ui_msg ${long_description}
+}
 
-configure.args  --disable-python
-
+livecheck.check     none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081110/03039a5b/attachment.html>


More information about the macports-changes mailing list