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 | |
parent | 35bf8b1ccbbc7b664d0e05cbd1f67a1bd74c7939 (diff) | |
download | ports-d93bc16288cee3bbcc2484b8e0d29b30150910f7.tar.gz ports-d93bc16288cee3bbcc2484b8e0d29b30150910f7.zip |
Notes
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/ods2reader/Makefile | 31 | ||||
-rw-r--r-- | emulators/ods2reader/distinfo | 3 | ||||
-rw-r--r-- | emulators/ods2reader/pkg-descr | 9 |
4 files changed, 44 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 diff --git a/emulators/ods2reader/Makefile b/emulators/ods2reader/Makefile new file mode 100644 index 000000000000..c6c7181cd3b8 --- /dev/null +++ b/emulators/ods2reader/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: ods2reader +# Date created: 21 Jan 2006 +# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> +# +# $FreeBSD$ +# + +PORTNAME= ods2reader +PORTVERSION= 19930601 +CATEGORIES= emulators sysutils +MASTER_SITES= http://www.vsm.com.au/ftp/KITS/ \ + http://vms.process.com/ftp/vms-freeware/fileserv/ \ + http://web.infoave.net/~anonymous/VMS/ +DISTNAME= ODS-2-READER +EXTRACT_SUFX= .ZIP + +MAINTAINER= CPE1704TKS@bellsouth.net +COMMENT= Copies files from VMS Files-11 (ODS2) file systems + +USE_ZIP= yes +EXTRACT_BEFORE_ARGS= -qoa +NO_WRKSUBDIR= yes +PLIST_FILES= bin/ods2reader + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -o ods2reader ods-2-reader.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ods2reader ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/emulators/ods2reader/distinfo b/emulators/ods2reader/distinfo new file mode 100644 index 000000000000..e46dfd355ff1 --- /dev/null +++ b/emulators/ods2reader/distinfo @@ -0,0 +1,3 @@ +MD5 (ODS-2-READER.ZIP) = 14d47d62791207f9d49bb6f5c260915a +SHA256 (ODS-2-READER.ZIP) = d981d70167b5c29793ef0344468ffa81e0a45dc3a5d1af2c116b0fff28655202 +SIZE (ODS-2-READER.ZIP) = 42002 diff --git a/emulators/ods2reader/pkg-descr b/emulators/ods2reader/pkg-descr new file mode 100644 index 000000000000..afb7d6374f5c --- /dev/null +++ b/emulators/ods2reader/pkg-descr @@ -0,0 +1,9 @@ +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 |