FreeBSD Bugzilla – Attachment 189157 Details for
Bug 224638
New port: archivers/maxcso, ISO to CSO compressor for PSP/PS2 emulators
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
maxcso.patch
maxcso.patch (text/plain), 2.03 KB, created by
Val Packett
on 2017-12-28 13:22:00 UTC
(
hide
)
Description:
maxcso.patch
Filename:
MIME Type:
Creator:
Val Packett
Created:
2017-12-28 13:22:00 UTC
Size:
2.03 KB
patch
obsolete
>diff --git c/archivers/maxcso/Makefile i/archivers/maxcso/Makefile >new file mode 100644 >index 000000000000..124ded7c21f7 >--- /dev/null >+++ i/archivers/maxcso/Makefile >@@ -0,0 +1,40 @@ >+# $FreeBSD$ >+ >+PORTNAME= maxcso >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.9.0 >+CATEGORIES= archivers >+ >+MAINTAINER= greg@unrelenting.technology >+COMMENT= Fast ISO to CSO compressor for PSP and PS2 emulators >+ >+LICENSE= ISCL >+ >+LIB_DEPENDS= libuv.so:devel/libuv \ >+ liblz4.so:archivers/liblz4 \ >+ libzopfli.so:archivers/zopfli >+BUILD_DEPENDS= pkg-config:devel/pkgconf >+ >+USE_GITHUB= yes >+GH_ACCOUNT= unknownbrackets >+ >+USES= gmake compiler:c++11-lang >+ >+CFLAGS+= -fPIC -DNDEBUG=1 -flto >+CXXFLAGS+= -std=c++11 >+LDFLAGS+= -pie -pthread -fuse-ld=lld >+# bfd fails to link (not lto related) >+ >+PLIST_FILES= bin/${PORTNAME} >+ >+# The included makefile uses bundled zopfli and does not use pkg-config >+do-build: >+ (cd ${WRKSRC}/7zip && ${GMAKE} ${MAKE_ENV} CXXFLAGS="${CXXFLAGS} -ICPP" 7zip.a) >+ (cd ${WRKSRC} && ${CXX} ${CXXFLAGS} ${LDFLAGS} -o ${PORTNAME} \ >+ $$(pkg-config --libs --cflags libuv) $$(pkg-config --libs --cflags liblz4) \ >+ -lzopfli -lz -I7zip 7zip/7zip.a src/*.cpp cli/*.cpp) >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+ >+.include <bsd.port.mk> >diff --git c/archivers/maxcso/distinfo i/archivers/maxcso/distinfo >new file mode 100644 >index 000000000000..3d479bea687b >--- /dev/null >+++ i/archivers/maxcso/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1514323910 >+SHA256 (unknownbrackets-maxcso-v1.9.0_GH0.tar.gz) = 02aa9eaf4b58c71723a3f00aaf1abc7f631f8989a2be6d393f3fdd876afa026f >+SIZE (unknownbrackets-maxcso-v1.9.0_GH0.tar.gz) = 2539054 >diff --git c/archivers/maxcso/pkg-descr i/archivers/maxcso/pkg-descr >new file mode 100644 >index 000000000000..08f271ccf0ff >--- /dev/null >+++ i/archivers/maxcso/pkg-descr >@@ -0,0 +1,5 @@ >+A fast ISO to CSO compression program for use with PSP (PlayStation Portable) >+and PS2 (PlayStation 2) emulators, which uses multiple algorithms for best >+compression ratio. >+ >+WWW: https://github.com/unknownbrackets/maxcso
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224638
:
189157
|
199086