[105147] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Thu Apr 11 17:28:18 PDT 2013


Revision: 105147
          https://trac.macports.org/changeset/105147
Author:   ryandesign at macports.org
Date:     2013-04-11 17:28:18 -0700 (Thu, 11 Apr 2013)
Log Message:
-----------
rcs: new port, version 5.8.2 (#38647)

Added Paths:
-----------
    trunk/dports/devel/rcs/
    trunk/dports/devel/rcs/Portfile

Added: trunk/dports/devel/rcs/Portfile
===================================================================
--- trunk/dports/devel/rcs/Portfile	                        (rev 0)
+++ trunk/dports/devel/rcs/Portfile	2013-04-12 00:28:18 UTC (rev 105147)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                rcs
+version             5.8.2
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-3+
+installs_libs       no
+
+description         Revision Control System
+
+long_description    The Revision Control System (RCS) manages multiple \
+                    revisions of files. RCS automates the storing, retrieval, \
+                    logging, identification, and merging of revisions. RCS is \
+                    useful for text that is revised frequently, including \
+                    source code, programs, documentation, graphics, papers, \
+                    and form letters.
+
+homepage            http://www.gnu.org/software/${name}/
+master_sites        gnu
+
+checksums           rmd160  41b3fdd4f2a7d65f0a271f6c70dc4ba9078a4261 \
+                    sha256  ea00bd5e0d0317d3388dd78c9b3a9381d7d1cce59d686aec60f41eb633c693dc
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
+configure.env-append    FORCE_UNSAFE_CONFIGURE=1
+
+set docdir          ${prefix}/share/doc/${name}
+
+post-destroot {
+    xinstall -m 0755 -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING NEWS README THANKS \
+        ${destroot}${docdir}
+}


Property changes on: trunk/dports/devel/rcs/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/20130411/287ff415/attachment.html>


More information about the macports-changes mailing list