[154429] trunk/dports/x11/lablgtk/Portfile
devans at macports.org
devans at macports.org
Sat Oct 29 03:47:15 CEST 2016
Revision: 154429
https://trac.macports.org/changeset/154429
Author: devans at macports.org
Date: 2016-10-29 03:47:15 +0200 (Sat, 29 Oct 2016)
Log Message:
-----------
lablgtk: mark gtk1 based port obsolete, replaced by lablgtk2 a gtk2 implementation (#52735).
Modified Paths:
--------------
trunk/dports/x11/lablgtk/Portfile
Modified: trunk/dports/x11/lablgtk/Portfile
===================================================================
--- trunk/dports/x11/lablgtk/Portfile 2016-10-29 01:43:20 UTC (rev 154428)
+++ trunk/dports/x11/lablgtk/Portfile 2016-10-29 01:47:15 UTC (rev 154429)
@@ -4,53 +4,9 @@
PortSystem 1.0
name lablgtk
+replaced_by lablgtk2
version 1.2.7
-revision 5
+revision 6
categories x11
-platforms darwin
-license LGPL
-maintainers nomaintainer
-description Objective Caml interface to gtk+
-
-long_description LablGTK is is an Objective Caml interface to gtk+. \
- It uses the rich type system of Objective Caml 3 to provide a \
- strongly typed, yet very comfortable, object-oriented interface to \
- gtk+. This is not that easy if you know the dynamic typing approach \
- taken by gtk+.
-
-homepage http://lablgtk.forge.ocamlcore.org/
-master_sites http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
-
-checksums md5 73a797e3a459190fdcaa8288935f6fb9 \
- sha1 fe43512efdc7ab4e0dafb7dc8254a784857a1ade \
- rmd160 27be7ff29fe4370bc9a1bbef8c0fa0db590f27c4
-
-depends_lib port:ocaml \
- port:gtk1
-
-# see #40505
-# see also http://git.ocamlcore.org/cgi-bin/gitweb.cgi?p=lablgtk/lablgtk.git;a=commitdiff;h=d67e23408e3da8283b72f1a34649a699cc004aed
-patchfiles-append patch-gList.diff
-
-# ocaml is not universal
-universal_variant no
-
-configure {
- system "cd ${worksrcpath} && make configure \
- USE_DOTOPT=1 \
- INSTALLDIR=${destroot}${prefix}/lib/ocaml/lablgtk \
- BINDIR=${destroot}${prefix}/bin \
- DLLDIR=${destroot}${prefix}/lib/ocaml/stublibs && make"
-}
-
-build.target opt
-
-post-destroot {
- system "ranlib ${destroot}${prefix}/lib/ocaml/lablgtk/lablgtk.a"
- system "ranlib ${destroot}${prefix}/lib/ocaml/lablgtk/liblablgtk.a"
- reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/bin/${name}
-}
-
-livecheck.type regex
-livecheck.regex {lablgtk-(1(\.[0-9]+)+)\.}
+PortGroup obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161029/12281034/attachment-0002.html>
More information about the macports-changes
mailing list