From 21c3fb30c741d7deae335e4fff528d22a53ddbd8 Mon Sep 17 00:00:00 2001 From: Juan Manuel Palacios Date: Mon, 12 Dec 2005 05:30:14 +0000 Subject: [PATCH] Submitted by: jmpp@ Portfile: General improvements to the long_description so we can reinplace it better on the pkg target to display more accurate OS info. Improve Darwin version reinplace. ReadMe.rtf: Note "Port Authority" may not be installed on the local drive (provide the URL where it can be downloaded from), as it is a separate install. Now there's a disclaimer clearly stating "Port Authority" is a third party product and not officiall supported by the DarwinPorts project. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15439 d073be05-634f-4543-b044-5fe20cf6d1d6 --- sysutils/darwinports/Portfile | 12 +++++++----- sysutils/darwinports/files/ReadMe.rtf | 7 ++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/sysutils/darwinports/Portfile b/sysutils/darwinports/Portfile index 7fe65abf69b3d..8ffeb9c1fa66b 100644 --- a/sysutils/darwinports/Portfile +++ b/sysutils/darwinports/Portfile @@ -1,4 +1,4 @@ -# $Id: Portfile,v 1.13 2005/12/06 05:56:03 jmpp Exp $ +# $Id: Portfile,v 1.14 2005/12/12 05:30:14 jmpp Exp $ PortSystem 1.0 @@ -10,8 +10,8 @@ platforms darwin freebsd maintainers portmgr@opendarwin.org description The DarwinPorts Infrastructure -long_description DarwinPorts provides the infrastructure that allows easy installation \ - of freely available software on a Mac OS X 10.3 (Darwin 7) or newer system. +long_description DarwinPorts provides the infrastructure that allows easy installation and management \ + of freely available software on Mac OS X 10.3 (Darwin 7) or newer systems. homepage http://www.darwinports.org master_sites ${homepage}/downloads @@ -137,7 +137,8 @@ platform darwin 7 { post-pkg { set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/ reinplace "s|__XVERS__|10.3|" ${resources}/ReadMe.rtf - reinplace "s|__DVERS__|7.0|" ${resources}/ReadMe.rtf + reinplace "s|__DVERS__|7|" ${resources}/ReadMe.rtf + reinplace "s|or newer ||" ${resources}/Welcome.html } } @@ -145,6 +146,7 @@ platform darwin 8 { post-pkg { set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/ reinplace "s|__XVERS__|10.4|" ${resources}/ReadMe.rtf - reinplace "s|__DVERS__|8.0|" ${resources}/ReadMe.rtf + reinplace "s|__DVERS__|8|" ${resources}/ReadMe.rtf + reinplace "s|or newer ||" ${resources}/Welcome.html } } diff --git a/sysutils/darwinports/files/ReadMe.rtf b/sysutils/darwinports/files/ReadMe.rtf index 6dc9e0906a1c4..c2428480a5ad8 100644 --- a/sysutils/darwinports/files/ReadMe.rtf +++ b/sysutils/darwinports/files/ReadMe.rtf @@ -6,6 +6,9 @@ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural \f0\fs24 \cf0 \ + +\f1\b What is DarwinPorts? +\f0\b0 \ DarwinPorts is a software build, install, and packaging infrastructure for installing open source software. It is designed to meet the same functionality requirements as the FreeBSD ports architecture while maintaining extensibility for future enhancement.\ \ @@ -16,7 +19,9 @@ DarwinPorts is a software build, install, and packaging infrastructure for insta \f1\b How to Use\ -\f0\b0 You can simple double-click the "Port Authority" application installed in /Applications/DarwinPorts. Command-line users can also invoke the "port" command, which (like other DarwinPorts binaries) is in "/opt/local/bin." Your path will be automatically modified to include that, if needed, during the install; note that you may need to open a new shell first.\ +\f0\b0 You can simple double-click the "Port Authority" application installed in /Applications/DarwinPorts or available at the http://www.wordtech-software.com/dpgui.html site. Command-line users can also invoke the "port" command, which (like other DarwinPorts binaries) is in "/opt/local/bin." Your path will be automatically modified to include that, if needed, during the install; note that you may need to open a new shell first.\ +\ +DISCLAIMER: The "Port Authority" application and user interface is not officially supported by the DarwinPorts project. We mention it solely for the convenience of users who may wish to try it.\ \ \f1\b What is Installed\