diff options
author | adam <adam@pkgsrc.org> | 2003-09-16 10:03:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-09-16 10:03:00 +0000 |
commit | c6924a1a497b4366407f53b2a323079cfd4a23c0 (patch) | |
tree | 10e4b289e68342148d516d9cbad5ba60edfd5836 | |
parent | 925ca80927a7f92822e5febebc92e0bc9ee5b746 (diff) | |
download | pkgsrc-c6924a1a497b4366407f53b2a323079cfd4a23c0.tar.gz |
Added fuse, fuse-utils, libspectrum
-rw-r--r-- | doc/CHANGES | 5 | ||||
-rw-r--r-- | emulators/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 7dd7de45fbd..6a64f7ac32a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3394 2003/09/16 09:25:46 agc Exp $ +$NetBSD: CHANGES,v 1.3395 2003/09/16 10:04:29 adam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3712,3 +3712,6 @@ Changes to the packages collection and infrastructure in 2003: Updated tsclient to 0.124 [xtraeme 2003-09-16] Updated audit-packages to 1.23 [agc 2003-09-16] Updated jwhois to 3.2.2 [agc 2003-09-16] + Added libspectrum-0.2.0 [adam 2003-09-16] + Added fuse-0.6.1 [adam 2003-09-16] + Added fuse-utils-0.6.1 [adam 2003-09-16] diff --git a/emulators/Makefile b/emulators/Makefile index 5423a2523d2..aef3bd6e412 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2003/09/14 19:10:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.85 2003/09/16 10:03:00 adam Exp $ # COMMENT= Emulators for other operating systems @@ -17,6 +17,8 @@ SUBDIR+= dosbox SUBDIR+= doscmd SUBDIR+= fmsx SUBDIR+= freebsd_lib +SUBDIR+= fuse +SUBDIR+= fuse-utils SUBDIR+= generator SUBDIR+= gnuboy SUBDIR+= gpsim @@ -24,6 +26,7 @@ SUBDIR+= hatari SUBDIR+= hercules SUBDIR+= hercules-images SUBDIR+= ia64sim +SUBDIR+= libspectrum SUBDIR+= linux-locale SUBDIR+= linuxppc_lib SUBDIR+= lrmi |