From 568e1b19ac12bad8f22e01b016a22e1a83d92ef7 Mon Sep 17 00:00:00 2001 From: lioux Date: Thu, 22 Dec 2005 19:17:36 +0000 Subject: New port nomyso version 3.0: Convert MASM/TASM files to NASM compatible sources --- converters/Makefile | 1 + converters/nomyso/Makefile | 36 ++++++++++++++++++++++++++++++++++++ converters/nomyso/distinfo | 3 +++ converters/nomyso/pkg-descr | 8 ++++++++ 4 files changed, 48 insertions(+) create mode 100644 converters/nomyso/Makefile create mode 100644 converters/nomyso/distinfo create mode 100644 converters/nomyso/pkg-descr (limited to 'converters') diff --git a/converters/Makefile b/converters/Makefile index c076fb8..5b99a97 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -33,6 +33,7 @@ SUBDIR += mpack SUBDIR += mule-ucs SUBDIR += mule-ucs-emacs20 + SUBDIR += nomyso SUBDIR += p5-Boulder SUBDIR += p5-Convert-ASCII-Armour SUBDIR += p5-Convert-ASN1 diff --git a/converters/nomyso/Makefile b/converters/nomyso/Makefile new file mode 100644 index 0000000..337cdd9 --- /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 +# +# $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 diff --git a/converters/nomyso/distinfo b/converters/nomyso/distinfo new file mode 100644 index 0000000..60cc120 --- /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 0000000..6bbf1dc --- /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 -- cgit v1.1