Navigation Menu

Skip to content

Commit

Permalink
Submitted by: jmpp@
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jmpalacios committed Dec 12, 2005
1 parent 87b923f commit 21c3fb3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 7 additions & 5 deletions 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

Expand All @@ -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
Expand Down Expand Up @@ -137,14 +137,16 @@ 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
}
}

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
}
}
7 changes: 6 additions & 1 deletion sysutils/darwinports/files/ReadMe.rtf
Expand Up @@ -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.\
\

Expand All @@ -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\
Expand Down

0 comments on commit 21c3fb3

Please sign in to comment.