pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/flips
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 19 13:19:39 UTC 2024
Added Files:
pkgsrc/emulators/flips: DESCR Makefile PLIST distinfo
Log Message:
emulators/flips: import flips-181
Floating IPS (or Flips) is a patcher for IPS and BPS files, aiming
for a simple interface yet plenty of power under the hood.
- Creates the smallest BPS patches of any known tool in existence,
and is faster than any other comparable creator
- Creates the smallest IPS patches of any known tool in existence,
too (but only a little smaller, Lunar IPS is quite good)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/flips/DESCR \
pkgsrc/emulators/flips/Makefile pkgsrc/emulators/flips/PLIST \
pkgsrc/emulators/flips/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/emulators/flips/DESCR
diff -u /dev/null pkgsrc/emulators/flips/DESCR:1.1
--- /dev/null Mon Aug 19 13:19:39 2024
+++ pkgsrc/emulators/flips/DESCR Mon Aug 19 13:19:39 2024
@@ -0,0 +1,7 @@
+Floating IPS (or Flips) is a patcher for IPS and BPS files, aiming
+for a simple interface yet plenty of power under the hood.
+
+- Creates the smallest BPS patches of any known tool in existence,
+ and is faster than any other comparable creator
+- Creates the smallest IPS patches of any known tool in existence,
+ too (but only a little smaller, Lunar IPS is quite good)
Index: pkgsrc/emulators/flips/Makefile
diff -u /dev/null pkgsrc/emulators/flips/Makefile:1.1
--- /dev/null Mon Aug 19 13:19:39 2024
+++ pkgsrc/emulators/flips/Makefile Mon Aug 19 13:19:39 2024
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2024/08/19 13:19:39 wiz Exp $
+
+DISTNAME= Flips-181
+PKGNAME= ${DISTNAME:tl}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Alcaro/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/Alcaro/Flips/
+COMMENT= Patcher for IPS and BPS files
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= c c++
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+CHECK_PORTABILITY_SKIP= libdivsufsort-2.0.1/configure
+
+INSTALLATION_DIRS= bin
+
+# For GTK GUI support, add "-DFLIPS_GTK -lgtk3"
+do-build:
+ cd ${WRKSRC} && ${SETENV} ${PKGSRC_MAKE_ENV} ${CXX} ${CXXFLAGS} *.c *.cpp -o flips
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/flips ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/flips/PLIST
diff -u /dev/null pkgsrc/emulators/flips/PLIST:1.1
--- /dev/null Mon Aug 19 13:19:39 2024
+++ pkgsrc/emulators/flips/PLIST Mon Aug 19 13:19:39 2024
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/19 13:19:39 wiz Exp $
+bin/flips
Index: pkgsrc/emulators/flips/distinfo
diff -u /dev/null pkgsrc/emulators/flips/distinfo:1.1
--- /dev/null Mon Aug 19 13:19:39 2024
+++ pkgsrc/emulators/flips/distinfo Mon Aug 19 13:19:39 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/19 13:19:39 wiz Exp $
+
+BLAKE2s (Flips-181.tar.gz) = 61d802153029ba2e4c0020b37b6a3dc6323b6429d93d281c407ea8f360224be6
+SHA512 (Flips-181.tar.gz) = f2d14681c6cb08c0728d40d0ba4428731414320c6220264dfbd1fa4de276746644b61bec562a77ff8d2d8a056ac0f531e985c19039ee10578dec7ab82db65553
+Size (Flips-181.tar.gz) = 44531086 bytes
Home |
Main Index |
Thread Index |
Old Index