diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-24 20:31:30 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-24 20:31:30 +0000 |
commit | d93bc16288cee3bbcc2484b8e0d29b30150910f7 (patch) | |
tree | 3fcfe9011032946f2bfd95135667dae8d07cb337 /emulators/Makefile | |
parent | 35bf8b1ccbbc7b664d0e05cbd1f67a1bd74c7939 (diff) | |
download | ports-d93bc16288cee3bbcc2484b8e0d29b30150910f7.tar.gz ports-d93bc16288cee3bbcc2484b8e0d29b30150910f7.zip |
Add ods2reader.
ODS-2-READER reads files VMS Files-11 (ODS-2) file systems.
Features:
- Copies files from VMS (ODS-2) file systems.
- Files may be copied to disk or to stdout.
- Supports "text" and "image" transfer modes.
- Produces directory listings for VMS file systems.
WWW: http://vms.process.com/scripts/fileserv/fileserv.com?ODS-2-READER
PR: ports/92125
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Notes
Notes:
svn path=/head/; revision=154383
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1ac4664cade0..61ab0c7cb103 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -86,6 +86,7 @@ SUBDIR += mupen64-sdlinput SUBDIR += mupen64-sound SUBDIR += o2em + SUBDIR += ods2reader SUBDIR += osmose SUBDIR += p-interp SUBDIR += pcemu |