pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import of MacEiffel (GPL version)



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Thu May 1 11:30:55 2025 +0200
Changeset:	9eb48124095a86ef281837270f4f25f7a09e9048

Added Files:
	maceiffel-gpl/DESCR
	maceiffel-gpl/Makefile
	maceiffel-gpl/PLIST
	maceiffel-gpl/distinfo

Log Message:
import of MacEiffel (GPL version)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9eb48124095a86ef281837270f4f25f7a09e9048

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 maceiffel-gpl/DESCR    |  1 +
 maceiffel-gpl/Makefile | 20 ++++++++++++++++++++
 maceiffel-gpl/PLIST    |  2 ++
 maceiffel-gpl/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/maceiffel-gpl/DESCR b/maceiffel-gpl/DESCR
new file mode 100644
index 0000000000..df8eeaa937
--- /dev/null
+++ b/maceiffel-gpl/DESCR
@@ -0,0 +1 @@
+A small Eiffel compiler system
diff --git a/maceiffel-gpl/Makefile b/maceiffel-gpl/Makefile
new file mode 100644
index 0000000000..89efa906bc
--- /dev/null
+++ b/maceiffel-gpl/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	MacEiffel-0.1.1
+CATEGORIES=	lang	
+MASTER_SITES=	https://sourceforge.net/projects/maceiffel/files/
+
+MAINTAINER=	goon.mage%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/maceiffel/
+COMMENT=	A small Eiffel compiler system	
+LICENSE=	(Nethack) General Public License	
+
+WRKSRC=		${WRKDIR}/MacEiffel
+USE_LANGUAGES=  C	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/MacEiffel ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/maceiffel-gpl/PLIST b/maceiffel-gpl/PLIST
new file mode 100644
index 0000000000..44ad2e7eba
--- /dev/null
+++ b/maceiffel-gpl/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/maceiffel-gpl
diff --git a/maceiffel-gpl/distinfo b/maceiffel-gpl/distinfo
new file mode 100644
index 0000000000..7ec727a4a4
--- /dev/null
+++ b/maceiffel-gpl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (MacEiffel-0.1.1.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (MacEiffel-0.1.1.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (MacEiffel-0.1.1.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index