diff options
author | lioux <lioux@FreeBSD.org> | 2005-12-23 03:17:36 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-12-23 03:17:36 +0800 |
commit | 568e1b19ac12bad8f22e01b016a22e1a83d92ef7 (patch) | |
tree | 27309c884c8753ff5c7b72ceb2ce1038cdca2e31 /converters/nomyso | |
parent | 35daab67e084d331c8c77efe572f68d9464ea223 (diff) | |
download | freebsd-ports-graphics-568e1b19ac12bad8f22e01b016a22e1a83d92ef7.tar.gz freebsd-ports-graphics-568e1b19ac12bad8f22e01b016a22e1a83d92ef7.tar.zst freebsd-ports-graphics-568e1b19ac12bad8f22e01b016a22e1a83d92ef7.zip |
New port nomyso version 3.0: Convert MASM/TASM files to NASM
compatible sources
Diffstat (limited to 'converters/nomyso')
-rw-r--r-- | converters/nomyso/Makefile | 36 | ||||
-rw-r--r-- | converters/nomyso/distinfo | 3 | ||||
-rw-r--r-- | converters/nomyso/pkg-descr | 8 |
3 files changed, 47 insertions, 0 deletions
diff --git a/converters/nomyso/Makefile b/converters/nomyso/Makefile new file mode 100644 index 00000000000..337cdd9a415 --- /dev/null +++ b/converters/nomyso/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: nomyso +# Date created: Thu Dec 22 18:29:59 UTC 2005 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= nomyso +PORTVERSION= 3.0 +CATEGORIES= converters devel +MASTER_SITES= http://www.devoresoftware.com/nomyso/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} + +MAINTAINER= lioux@FreeBSD.org +COMMENT= Convert MASM/TASM files to NASM compatible sources + +USE_ZIP= yes +USE_REINPLACE= yes +USE_PERL5_RUN= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME}.pl + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's|[[:cntrl:]]$$||' \ + -e 's|/usr/bin/perl|${PERL}|' \ + ${WRKSRC}/${PORTNAME}.pl + +do-install: + @${INSTALL_SCRIPT} \ + ${WRKSRC}/${PORTNAME}.pl \ + ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/converters/nomyso/distinfo b/converters/nomyso/distinfo new file mode 100644 index 00000000000..60cc1201a22 --- /dev/null +++ b/converters/nomyso/distinfo @@ -0,0 +1,3 @@ +MD5 (nomyso30.zip) = e820dee65b75b6cda16422750d2e4246 +SHA256 (nomyso30.zip) = 61732fba6014802920d764f0a8c746fc30e48339d10f3da8db438626ec54ff39 +SIZE (nomyso30.zip) = 20470 diff --git a/converters/nomyso/pkg-descr b/converters/nomyso/pkg-descr new file mode 100644 index 00000000000..6bbf1dcada3 --- /dev/null +++ b/converters/nomyso/pkg-descr @@ -0,0 +1,8 @@ +[ excerpt from developer's www site ] + +Nomyso is a Perl program which converts assembly language source +files for MASM and TASM to NASM-compatible source files. + +WWW: http://www.devoresoftware.com/nomyso/ + +-- lioux@FreeBSD.org |