mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial .bep and .patch files for dmd, from haikubot
This commit is contained in:
21
dev-lang/dmd-bin/dmd-bin-1.064.bep
Normal file
21
dev-lang/dmd-bin/dmd-bin-1.064.bep
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="D is a systems programming language."
|
||||
HOMEPAGE="http://digitalmars.com/d/1.0/index.html"
|
||||
SRC_URI="http://ftp.digitalmars.com/dmd.1.064.zip"
|
||||
REVISION="1"
|
||||
CHECKSUM_MD5="3d73758a7006397c2e66021532e2ff73"
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd ./dmd/src/dmd
|
||||
make -f haiku.mak
|
||||
strip dmd
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
mkdir -p ${DESTDIR}/boot/common/bin
|
||||
cp dmd/src/dmd/dmd ${DESTDIR}/boot/common/bin/dmd
|
||||
|
||||
}
|
||||
LICENSE="Digital Mars"
|
||||
COPYRIGHT="1999-2010, Digital Mars"
|
||||
46
dev-lang/dmd-bin/licenses/Digital Mars
Normal file
46
dev-lang/dmd-bin/licenses/Digital Mars
Normal file
@@ -0,0 +1,46 @@
|
||||
|
||||
The Software is not generally available software. It has not undergone
|
||||
testing and may contain errors. The Software was not designed to operate
|
||||
after December 31, 1999. It may be incomplete and it may not function
|
||||
properly. No support or maintenance is provided with this Software. Do
|
||||
not install or distribute the Software if
|
||||
you are not accustomed to using or distributing experimental software.
|
||||
Do not use this software for life critical applications, or applications
|
||||
that could cause significant harm or property damage.
|
||||
|
||||
Digital Mars licenses the Software to you on an "AS IS" basis, without
|
||||
warranty of any kind. DIGITAL MARS AND SYMANTEC HEREBY EXPRESSLY DISCLAIM
|
||||
ALL WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING,
|
||||
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY,
|
||||
NONINFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. You are solely
|
||||
responsible for determining the appropriateness of using this Software and
|
||||
assume all risks associated with the use of this Software, including but not
|
||||
limited to the risks of program errors, damage
|
||||
to or loss of data, programs or equipment, unavailability or interruption of
|
||||
operations and third party claims. You agree to defend, indemnify and hold
|
||||
Digital Mars and Symantec, its subsidiaries, affiliates, directors, officers,
|
||||
employees and agents harmless from all claims or demands made against them
|
||||
(and any related losses, damages, expenses
|
||||
and costs) arising out of your use of the Software. DIGITAL MARS AND SYMANTEC
|
||||
WILL NOT BE LIABLE FOR ANY DIRECT DAMAGES OR FOR ANY SPECIAL, INCIDENTAL, OR
|
||||
INDIRECT DAMAGES OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES (INCLUDING
|
||||
LOST PROFITS OR SAVINGS), EVEN IF DIGITAL MARS OR SYMANTEC HAS BEEN ADVISED
|
||||
OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||
Digital Mars and Symantec will not be liable for the loss of, or damage to,
|
||||
your records or data, the records or
|
||||
data of any third party, or any damages claimed by you based on a third party
|
||||
claim.
|
||||
|
||||
If you send any messages to Digital Mars, on either the Digital Mars
|
||||
newsgroups, the Digital Mars mailing list, or via email, you agree not
|
||||
to make any claims of intellectual
|
||||
property rights over the contents of those messages.
|
||||
|
||||
The Software is copyrighted and comes with a single user license,
|
||||
and may not be redistributed. If you wish to obtain a redistribution license,
|
||||
please contact Digital Mars.
|
||||
|
||||
--------------------------------------------
|
||||
Photo credits: Courtesy of NASA/JPL/Caltech
|
||||
--------------------------------------------
|
||||
|
||||
2814
dev-lang/dmd-bin/patches/dmd-bin-1.064.patch
Normal file
2814
dev-lang/dmd-bin/patches/dmd-bin-1.064.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user