[23103] trunk/dports/shells/rc/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 24 20:00:32 PDT 2007


Revision: 23103
          http://trac.macosforge.org/projects/macports/changeset/23103
Author:   waqar at macports.org
Date:     2007-03-24 20:00:31 -0700 (Sat, 24 Mar 2007)

Log Message:
-----------
Modified to use command line editing.

Modified Paths:
--------------
    trunk/dports/shells/rc/Portfile

Modified: trunk/dports/shells/rc/Portfile
===================================================================
--- trunk/dports/shells/rc/Portfile	2007-03-25 02:39:44 UTC (rev 23102)
+++ trunk/dports/shells/rc/Portfile	2007-03-25 03:00:31 UTC (rev 23103)
@@ -3,6 +3,7 @@
 PortSystem 	1.0
 name		rc
 version		1.7.1
+revision	1
 categories	shells
 maintainers	waqar at macports.org
 description	A Plan 9 shell
@@ -10,12 +11,28 @@
 	This is a reimplementation for Unix, by Byron Rakitzis, \
 	of the Plan 9 shell. rc offers much the same capabilities \
 	as a traditional Bourne shell, but with a much cleaner syntax.
-homepage	http://www.star.le.ac.uk/~tjg/rc/
+
+homepage	http://www.libra-aries-books.co.uk/rc
 platforms	darwin
-master_sites	http://www.star.le.ac.uk/~tjg/rc/release/ \
-		ftp://ftp.sys.utoronto.ca/pub/rc/
-checksums 	md5 7253e1c853824cf27edb2166214f0511
-configure.args	--mandir=${prefix}/share/man
 
+master_sites	http://www.libra-aries-books.co.uk/rc/release \
+		ftp://ftp.sys.utoronto.ca/pub/rc
+
+checksums 	md5 7253e1c853824cf27edb2166214f0511	\
+		sha1 e282fde927c91b7f580426bcdfc62f780c6645c5
+
+configure.args	--mandir=${prefix}/share/man --with-history
+
 test.run	yes
 test.target	check
+
+variant	readline {
+	depends_lib port:realine
+	configure.args-append  --with-realine
+}
+
+variant editline {
+	depends_lib port:libedit
+	configure.args-append  --with-editline
+}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070324/c8e7a350/attachment.html


More information about the macports-changes mailing list