Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2014/12/10 05:46:00 dholland Exp $
# $NetBSD: Makefile,v 1.5 2015/08/08 18:44:32 dholland Exp $
DISTNAME= sys161-1.99.10
DISTNAME= sys161-2.0.3
CATEGORIES= emulators
MASTER_SITES= http://www.eecs.harvard.edu/~dholland/os161/download/
@@ -10,6 +10,6 @@ COMMENT= System/161 MIPS emulator
LICENSE= modified-bsd
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${DESTDIR}${PREFIX} mipseb
CONFIGURE_ARGS+= --destdir=${DESTDIR} --prefix=${PREFIX} mipseb
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2014/10/01 08:11:29 dholland Exp $
@comment $NetBSD: PLIST,v 1.3 2015/08/08 18:44:32 dholland Exp $
bin/disk161
bin/disk161-${PKGVERSION}
bin/hub161
@@ -9,6 +9,10 @@ bin/sys161
bin/sys161-${PKGVERSION}
bin/trace161
bin/trace161-${PKGVERSION}
man/man1/disk161.1
man/man1/hub161.1
man/man1/stat161.1
man/man1/sys161.1
share/doc/sys161/copying.txt
share/doc/sys161/devices.html
share/doc/sys161/gdb.html
@@ -17,5 +21,6 @@ share/doc/sys161/install.html
share/doc/sys161/lamebus.html
share/doc/sys161/mips.html
share/doc/sys161/networking.html
share/doc/sys161/prof.html
share/doc/sys161/system.html
share/examples/sys161/sys161.conf.sample

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.4 2014/12/10 05:46:00 dholland Exp $
$NetBSD: distinfo,v 1.5 2015/08/08 18:44:32 dholland Exp $
SHA1 (sys161-1.99.10.tar.gz) = 8a9a26146516f650d7589032d3fac5d9fbfd5fc1
RMD160 (sys161-1.99.10.tar.gz) = a3074fd766cace345b136a09b60fb13536f5e027
Size (sys161-1.99.10.tar.gz) = 159582 bytes
SHA1 (sys161-2.0.3.tar.gz) = 6838db38039f146f603b910c3e3aaa4bc82f7cc0
RMD160 (sys161-2.0.3.tar.gz) = 91837c6ca9bf8715c8891c085f80317f863d6897
Size (sys161-2.0.3.tar.gz) = 166109 bytes
SHA1 (patch-mk_doc.mk) = 29fd6421a8865c39665fa4cda02133f2c6c862b2

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-mk_doc.mk,v 1.1 2015/08/08 18:44:32 dholland Exp $
--- mk/doc.mk~ 2015-08-05 04:18:46.000000000 +0000
+++ mk/doc.mk
@@ -3,7 +3,7 @@
#
HTML=devices.html gdb.html index.html install.html lamebus.html \
- mips.html networking.html system.html
+ mips.html networking.html prof.html system.html
include defs.mk