[39925] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Fri Sep 12 01:16:53 PDT 2008


Revision: 39925
          http://trac.macports.org/changeset/39925
Author:   ryandesign at macports.org
Date:     2008-09-12 01:16:52 -0700 (Fri, 12 Sep 2008)
Log Message:
-----------
xsel: new port, version 1.2.0; closes #15098

Added Paths:
-----------
    trunk/dports/x11/xsel/
    trunk/dports/x11/xsel/Portfile

Added: trunk/dports/x11/xsel/Portfile
===================================================================
--- trunk/dports/x11/xsel/Portfile	                        (rev 0)
+++ trunk/dports/x11/xsel/Portfile	2008-09-12 08:16:52 UTC (rev 39925)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem              1.0
+
+name                    xsel
+version                 1.2.0
+categories              x11
+platforms               darwin
+
+homepage                http://www.kfish.org/software/xsel/
+master_sites            ${homepage}download/
+
+description \
+    command-line program for getting and setting the contents of the \
+    X selection
+
+long_description \
+    XSel is a ${description}. Normally this is only accessible by \
+    manually highlighting information and pasting it with the middle \
+    mouse button.
+
+checksums \
+    md5     75983f143ce83dc259796c6eaf85c8f5 \
+    sha1    e48df89d7ce7e1256b0c7464393533a0c296eca1 \
+    rmd160  53fc7fe06e4e4ebe3c47a3a97408876cd0c5faed
+
+depends_lib \
+    lib:libX11.6:XFree86
+
+configure.ldflags-append \
+    -L${x11prefix}/lib -lX11
+
+livecheck.check         regex
+livecheck.url           [lindex ${master_sites} 0]?M=D
+livecheck.regex         ${name}-(\[0-9.\]+)\\.tar


Property changes on: trunk/dports/x11/xsel/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080912/6e1b8332/attachment.html 


More information about the macports-changes mailing list