pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
exomizer: added, version 3.1.2.
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Fri Jul 12 20:14:00 2024 +0200
Changeset: 58ab9f8440d44fdf4284e39519bd7bde33d64228
Added Files:
exomizer/DESCR
exomizer/Makefile
exomizer/PLIST
exomizer/distinfo
Log Message:
exomizer: added, version 3.1.2.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=58ab9f8440d44fdf4284e39519bd7bde33d64228
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
exomizer/DESCR | 5 +++++
exomizer/Makefile | 31 +++++++++++++++++++++++++++++++
exomizer/PLIST | 9 +++++++++
exomizer/distinfo | 5 +++++
4 files changed, 50 insertions(+)
diffs:
diff --git a/exomizer/DESCR b/exomizer/DESCR
new file mode 100644
index 0000000000..a4943cbc10
--- /dev/null
+++ b/exomizer/DESCR
@@ -0,0 +1,5 @@
+Exomizer is a program that compresses files in a way that tries to be as
+efficient as possible but still allows them to be decompressed in environments
+where CPU speed and RAM are limited. For some popular 8-bit computers using
+6502 compatible CPUs it can also generate executable files that decompress
+themselves in memory when run.
diff --git a/exomizer/Makefile b/exomizer/Makefile
new file mode 100644
index 0000000000..ff65b2c05d
--- /dev/null
+++ b/exomizer/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME= ${PKGVERSION_NOREV}
+PKGNAME= exomizer-3.1.2
+CATEGORIES= cross
+# https://bitbucket.org/magli143/exomizer/get/3.1.2.tar.bz2
+MASTER_SITES= https://bitbucket.org/magli143/exomizer/get/
+DIST_SUBDIR= exomizer
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://bitbucket.org/magli143/exomizer/wiki/Home
+COMMENT= Compressor for Commodore 64 programs
+LICENSE= zlib
+
+USE_LANGUAGES= c
+USE_TOOLS+= gmake
+
+WRKSRC= ${WRKDIR}/magli143-exomizer-df77c879ce2a
+BUILD_DIRS= src # exodecrs rawdecrs
+BUILD_TARGET= build
+
+INSTALLATION_DIRS+= bin share/exomizer
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/exomizer ${DESTDIR}${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/exobasic ${DESTDIR}${PREFIX}/bin/
+ # ${INSTALL_DATA} ${WRKSRC}/src/sfxdecr ${DESTDIR}${PREFIX}/share/exomizer/
+ ${INSTALL_DATA} ${WRKSRC}/*.txt ${DESTDIR}${PREFIX}/share/exomizer/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/exomizer/PLIST b/exomizer/PLIST
new file mode 100644
index 0000000000..a0f1991da5
--- /dev/null
+++ b/exomizer/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+bin/exobasic
+bin/exomizer
+share/exomizer/changelog.txt
+share/exomizer/exo20info.txt
+share/exomizer/exo31info.txt
+share/exomizer/exobasic10b2.txt
+@comment share/exomizer/sfxdecr
+@pkgdir share/doc/exomizer
diff --git a/exomizer/distinfo b/exomizer/distinfo
new file mode 100644
index 0000000000..c80f791a33
--- /dev/null
+++ b/exomizer/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (exomizer/3.1.2.tar.bz2) = 43ff7e02127f2e456089c3736312d7e3f12917ad3a3aa2d114bcd3c4d1111861
+SHA512 (exomizer/3.1.2.tar.bz2) = 576782335ff7bec563cb0fa29fd94d55a4fa312b61adf8be704f1cef1615dfd50eada885d05de5cf6820d5d05f2bc40561c1ee40a4b6c09681783d3e900feda4
+Size (exomizer/3.1.2.tar.bz2) = 419571 bytes
Home |
Main Index |
Thread Index |
Old Index