diff --git a/app-arch/unrar/patches/unrar-5.0.14.patchset b/app-arch/unrar/patches/unrar-5.0.14.patchset deleted file mode 100644 index ba93fa0e2..000000000 --- a/app-arch/unrar/patches/unrar-5.0.14.patchset +++ /dev/null @@ -1,95 +0,0 @@ -From a24228db5eb4450d185904b3a3795bffa28ce5f7 Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Mon, 14 Apr 2014 16:24:18 +0000 -Subject: initial haiku patch - - -diff --git a/archive.hpp b/archive.hpp -index 95645ed..377b779 100644 ---- a/archive.hpp -+++ b/archive.hpp -@@ -67,7 +67,6 @@ class Archive:public File - size_t SearchSubBlock(const wchar *Type); - size_t SearchRR(); - void WriteBlock(HEADER_TYPE HeaderType,BaseBlock *wb=NULL,bool OnlySetSize=false,bool NonFinalWrite=false); -- void SetBlockSize(HEADER_TYPE HeaderType,BaseBlock *wb=NULL) {WriteBlock(HeaderType,wb,true);} - size_t ReadHeader(); - void CheckArc(bool EnableBroken); - void CheckOpen(const wchar *Name); -diff --git a/makefile b/makefile -index dfb3efb..bc6419a 100644 ---- a/makefile -+++ b/makefile -@@ -7,8 +7,12 @@ CXXFLAGS=-O2 - LIBFLAGS=-fPIC - DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP - STRIP=strip --LDFLAGS=-pthread -+LDFLAGS=-lbsd - DESTDIR=/usr -+RC=rc -+XRES=xres -+MIMESET=mimeset -+DESTDIR=(shell finddir B_SYSTEM_DIRECTORY) - - # Linux using LCC - #CXX=lcc -@@ -116,12 +120,14 @@ install: install-unrar - uninstall: uninstall-unrar - - clean: -- @rm -f *.o *.bak *~ -+ @rm -f *.o *.bak *~ *.rsrc - - unrar: clean $(OBJECTS) $(UNRAR_OBJ) - @rm -f unrar - $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) -- $(STRIP) unrar -+ $(RC) -o unrar.rsrc unrar.rdef -+ $(XRES) -o unrar unrar.rsrc -+ $(MIMESET) unrar - - sfx: WHAT=SFX_MODULE - sfx: clean $(OBJECTS) -diff --git a/os.hpp b/os.hpp -index ed76a19..41594be 100644 ---- a/os.hpp -+++ b/os.hpp -@@ -187,6 +187,15 @@ - #endif - #endif - -+#ifdef __HAIKU__ -+ #include -+ #if LITTLE_ENDIAN -+ #undef BIG_ENDIAN -+ #elif BIG_ENDIAN -+ #undef LITTLE_ENDIAN -+ #endif -+#endif -+ - #if defined(__sparc) || defined(sparc) || defined(__hpux) - #ifndef BIG_ENDIAN - #define BIG_ENDIAN -diff --git a/unrar.rdef b/unrar.rdef -new file mode 100644 -index 0000000..79411da ---- /dev/null -+++ b/unrar.rdef -@@ -0,0 +1,13 @@ -+ -+resource app_signature "application/x-vnd.Roshal-UnRAR"; -+resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP; -+ -+resource app_version { -+ major = 5, -+ middle = 0, -+ minor = 4, -+ variety = 0, -+ internal = 0, -+ short_info = "5.0.4", -+ long_info = "5.0.4 Alexander Roshal" -+}; --- -1.8.3.4 - diff --git a/app-arch/unrar/patches/unrar-5.1.5.patchset b/app-arch/unrar/patches/unrar-5.1.5.patchset deleted file mode 100644 index 16e4d7e4e..000000000 --- a/app-arch/unrar/patches/unrar-5.1.5.patchset +++ /dev/null @@ -1,95 +0,0 @@ -From ebe959af19ad3f72d3119444f9afc0ab15caaa7a Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Mon, 12 May 2014 18:07:44 +0000 -Subject: initial Haiku patch - - -diff --git a/archive.hpp b/archive.hpp -index 1d8444b..252b850 100644 ---- a/archive.hpp -+++ b/archive.hpp -@@ -67,7 +67,6 @@ class Archive:public File - size_t SearchSubBlock(const wchar *Type); - size_t SearchRR(); - void WriteBlock(HEADER_TYPE HeaderType,BaseBlock *wb=NULL,bool OnlySetSize=false,bool NonFinalWrite=false); -- void SetBlockSize(HEADER_TYPE HeaderType,BaseBlock *wb=NULL) {WriteBlock(HeaderType,wb,true);} - size_t ReadHeader(); - void CheckArc(bool EnableBroken); - void CheckOpen(const wchar *Name); -diff --git a/makefile b/makefile -index 3c38027..5d69089 100644 ---- a/makefile -+++ b/makefile -@@ -7,8 +7,12 @@ CXXFLAGS=-O2 - LIBFLAGS=-fPIC - DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP - STRIP=strip --LDFLAGS=-pthread -+LDFLAGS=-lbsd - DESTDIR=/usr -+RC=rc -+XRES=xres -+MIMESET=mimeset -+DESTDIR=(shell finddir B_SYSTEM_DIRECTORY) - - # Linux using LCC - #CXX=lcc -@@ -116,12 +120,14 @@ install: install-unrar - uninstall: uninstall-unrar - - clean: -- @rm -f *.o *.bak *~ -+ @rm -f *.o *.bak *~ *.rsrc - - unrar: clean $(OBJECTS) $(UNRAR_OBJ) - @rm -f unrar - $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) -- $(STRIP) unrar -+ $(RC) -o unrar.rsrc unrar.rdef -+ $(XRES) -o unrar unrar.rsrc -+ $(MIMESET) unrar - - sfx: WHAT=SFX_MODULE - sfx: clean $(OBJECTS) -diff --git a/os.hpp b/os.hpp -index 95fa5d6..2ae36ba 100644 ---- a/os.hpp -+++ b/os.hpp -@@ -189,6 +189,15 @@ - #endif - #endif - -+#ifdef __HAIKU__ -+ #include -+ #if LITTLE_ENDIAN -+ #undef BIG_ENDIAN -+ #elif BIG_ENDIAN -+ #undef LITTLE_ENDIAN -+ #endif -+#endif -+ - #if defined(__sparc) || defined(sparc) || defined(__hpux) - #ifndef BIG_ENDIAN - #define BIG_ENDIAN -diff --git a/unrar.rdef b/unrar.rdef -new file mode 100644 -index 0000000..28bb5e2 ---- /dev/null -+++ b/unrar.rdef -@@ -0,0 +1,13 @@ -+ -+resource app_signature "application/x-vnd.Roshal-UnRAR"; -+resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP; -+ -+resource app_version { -+ major = 5, -+ middle = 1, -+ minor = 5, -+ variety = 0, -+ internal = 0, -+ short_info = "5.1.5", -+ long_info = "5.1.5 Alexander Roshal" -+}; --- -1.8.3.4 - diff --git a/app-arch/unrar/patches/unrar-5.1.6.patchset b/app-arch/unrar/patches/unrar-5.1.6.patchset deleted file mode 100644 index 16e4d7e4e..000000000 --- a/app-arch/unrar/patches/unrar-5.1.6.patchset +++ /dev/null @@ -1,95 +0,0 @@ -From ebe959af19ad3f72d3119444f9afc0ab15caaa7a Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Mon, 12 May 2014 18:07:44 +0000 -Subject: initial Haiku patch - - -diff --git a/archive.hpp b/archive.hpp -index 1d8444b..252b850 100644 ---- a/archive.hpp -+++ b/archive.hpp -@@ -67,7 +67,6 @@ class Archive:public File - size_t SearchSubBlock(const wchar *Type); - size_t SearchRR(); - void WriteBlock(HEADER_TYPE HeaderType,BaseBlock *wb=NULL,bool OnlySetSize=false,bool NonFinalWrite=false); -- void SetBlockSize(HEADER_TYPE HeaderType,BaseBlock *wb=NULL) {WriteBlock(HeaderType,wb,true);} - size_t ReadHeader(); - void CheckArc(bool EnableBroken); - void CheckOpen(const wchar *Name); -diff --git a/makefile b/makefile -index 3c38027..5d69089 100644 ---- a/makefile -+++ b/makefile -@@ -7,8 +7,12 @@ CXXFLAGS=-O2 - LIBFLAGS=-fPIC - DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP - STRIP=strip --LDFLAGS=-pthread -+LDFLAGS=-lbsd - DESTDIR=/usr -+RC=rc -+XRES=xres -+MIMESET=mimeset -+DESTDIR=(shell finddir B_SYSTEM_DIRECTORY) - - # Linux using LCC - #CXX=lcc -@@ -116,12 +120,14 @@ install: install-unrar - uninstall: uninstall-unrar - - clean: -- @rm -f *.o *.bak *~ -+ @rm -f *.o *.bak *~ *.rsrc - - unrar: clean $(OBJECTS) $(UNRAR_OBJ) - @rm -f unrar - $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) -- $(STRIP) unrar -+ $(RC) -o unrar.rsrc unrar.rdef -+ $(XRES) -o unrar unrar.rsrc -+ $(MIMESET) unrar - - sfx: WHAT=SFX_MODULE - sfx: clean $(OBJECTS) -diff --git a/os.hpp b/os.hpp -index 95fa5d6..2ae36ba 100644 ---- a/os.hpp -+++ b/os.hpp -@@ -189,6 +189,15 @@ - #endif - #endif - -+#ifdef __HAIKU__ -+ #include -+ #if LITTLE_ENDIAN -+ #undef BIG_ENDIAN -+ #elif BIG_ENDIAN -+ #undef LITTLE_ENDIAN -+ #endif -+#endif -+ - #if defined(__sparc) || defined(sparc) || defined(__hpux) - #ifndef BIG_ENDIAN - #define BIG_ENDIAN -diff --git a/unrar.rdef b/unrar.rdef -new file mode 100644 -index 0000000..28bb5e2 ---- /dev/null -+++ b/unrar.rdef -@@ -0,0 +1,13 @@ -+ -+resource app_signature "application/x-vnd.Roshal-UnRAR"; -+resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP; -+ -+resource app_version { -+ major = 5, -+ middle = 1, -+ minor = 5, -+ variety = 0, -+ internal = 0, -+ short_info = "5.1.5", -+ long_info = "5.1.5 Alexander Roshal" -+}; --- -1.8.3.4 - diff --git a/app-arch/unrar/patches/unrar-5.2.7.patchset b/app-arch/unrar/patches/unrar-5.2.7.patchset deleted file mode 100644 index 2badbd7fb..000000000 --- a/app-arch/unrar/patches/unrar-5.2.7.patchset +++ /dev/null @@ -1,95 +0,0 @@ -From ebe959af19ad3f72d3119444f9afc0ab15caaa7a Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Mon, 12 May 2014 18:07:44 +0000 -Subject: initial Haiku patch - - -diff --git a/archive.hpp b/archive.hpp -index 1d8444b..252b850 100644 ---- a/archive.hpp -+++ b/archive.hpp -@@ -67,7 +67,6 @@ class Archive:public File - size_t SearchSubBlock(const wchar *Type); - size_t SearchRR(); - void WriteBlock(HEADER_TYPE HeaderType,BaseBlock *wb=NULL,bool OnlySetSize=false,bool NonFinalWrite=false); -- void SetBlockSize(HEADER_TYPE HeaderType,BaseBlock *wb=NULL) {WriteBlock(HeaderType,wb,true);} - size_t ReadHeader(); - void CheckArc(bool EnableBroken); - void CheckOpen(const wchar *Name); -diff --git a/makefile b/makefile -index 3c38027..5d69089 100644 ---- a/makefile -+++ b/makefile -@@ -7,8 +7,12 @@ CXXFLAGS=-O2 - LIBFLAGS=-fPIC - DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP - STRIP=strip --LDFLAGS=-pthread -+LDFLAGS=-lbsd - DESTDIR=/usr -+RC=rc -+XRES=xres -+MIMESET=mimeset -+DESTDIR=(shell finddir B_SYSTEM_DIRECTORY) - - # Linux using LCC - #CXX=lcc -@@ -116,12 +120,14 @@ install: install-unrar - uninstall: uninstall-unrar - - clean: -- @rm -f *.o *.bak *~ -+ @rm -f *.o *.bak *~ *.rsrc - - unrar: clean $(OBJECTS) $(UNRAR_OBJ) - @rm -f unrar - $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) -- $(STRIP) unrar -+ $(RC) -o unrar.rsrc unrar.rdef -+ $(XRES) -o unrar unrar.rsrc -+ $(MIMESET) unrar - - sfx: WHAT=SFX_MODULE - sfx: clean $(OBJECTS) -diff --git a/os.hpp b/os.hpp -index 95fa5d6..2ae36ba 100644 ---- a/os.hpp -+++ b/os.hpp -@@ -189,6 +189,15 @@ - #endif - #endif - -+#ifdef __HAIKU__ -+ #include -+ #if LITTLE_ENDIAN -+ #undef BIG_ENDIAN -+ #elif BIG_ENDIAN -+ #undef LITTLE_ENDIAN -+ #endif -+#endif -+ - #if defined(__sparc) || defined(sparc) || defined(__hpux) - #ifndef BIG_ENDIAN - #define BIG_ENDIAN -diff --git a/unrar.rdef b/unrar.rdef -new file mode 100644 -index 0000000..28bb5e2 ---- /dev/null -+++ b/unrar.rdef -@@ -0,0 +1,13 @@ -+ -+resource app_signature "application/x-vnd.Roshal-UnRAR"; -+resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP; -+ -+resource app_version { -+ major = 5, -+ middle = 1, -+ minor = 5, -+ variety = 0, -+ internal = 0, -+ short_info = "5.2.6", -+ long_info = "5.2.6 Alexander Roshal" -+}; --- -1.8.3.4 - diff --git a/app-arch/unrar/patches/unrar-5.3.11.patchset b/app-arch/unrar/patches/unrar-5.3.11.patchset deleted file mode 100644 index 46327045a..000000000 --- a/app-arch/unrar/patches/unrar-5.3.11.patchset +++ /dev/null @@ -1,98 +0,0 @@ -From 91f19f44e53a574f376db03e81b91ced3a41fce9 Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Mon, 12 May 2014 18:07:44 +0000 -Subject: initial Haiku patch - - -diff --git a/archive.hpp b/archive.hpp -index 6d15156..a55bff9 100644 ---- a/archive.hpp -+++ b/archive.hpp -@@ -67,7 +67,6 @@ class Archive:public File - size_t SearchSubBlock(const wchar *Type); - size_t SearchRR(); - void WriteBlock(HEADER_TYPE HeaderType,BaseBlock *wb=NULL,bool OnlySetSize=false,bool NonFinalWrite=false); -- void SetBlockSize(HEADER_TYPE HeaderType,BaseBlock *wb=NULL) {WriteBlock(HeaderType,wb,true);} - size_t ReadHeader(); - void CheckArc(bool EnableBroken); - void CheckOpen(const wchar *Name); -diff --git a/makefile b/makefile -index 3c38027..8b868c4 100644 ---- a/makefile -+++ b/makefile -@@ -5,10 +5,14 @@ - CXX=g++ - CXXFLAGS=-O2 - LIBFLAGS=-fPIC --DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -+DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -D_BSD_SOURCE - STRIP=strip --LDFLAGS=-pthread -+LDFLAGS=-lbsd - DESTDIR=/usr -+RC=rc -+XRES=xres -+MIMESET=mimeset -+DESTDIR=(shell finddir B_SYSTEM_DIRECTORY) - - # Linux using LCC - #CXX=lcc -@@ -116,12 +120,14 @@ install: install-unrar - uninstall: uninstall-unrar - - clean: -- @rm -f *.o *.bak *~ -+ @rm -f *.o *.bak *~ *.rsrc - - unrar: clean $(OBJECTS) $(UNRAR_OBJ) - @rm -f unrar - $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) -- $(STRIP) unrar -+ $(RC) -o unrar.rsrc unrar.rdef -+ $(XRES) -o unrar unrar.rsrc -+ $(MIMESET) unrar - - sfx: WHAT=SFX_MODULE - sfx: clean $(OBJECTS) -diff --git a/os.hpp b/os.hpp -index 1b0813f..a07a741 100644 ---- a/os.hpp -+++ b/os.hpp -@@ -196,6 +196,15 @@ - #endif - #endif - -+#ifdef __HAIKU__ -+ #include -+ #if LITTLE_ENDIAN -+ #undef BIG_ENDIAN -+ #elif BIG_ENDIAN -+ #undef LITTLE_ENDIAN -+ #endif -+#endif -+ - #if defined(__sparc) || defined(sparc) || defined(__hpux) - #ifndef BIG_ENDIAN - #define BIG_ENDIAN -diff --git a/unrar.rdef b/unrar.rdef -new file mode 100644 -index 0000000..167f9ad ---- /dev/null -+++ b/unrar.rdef -@@ -0,0 +1,13 @@ -+ -+resource app_signature "application/x-vnd.Roshal-UnRAR"; -+resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP; -+ -+resource app_version { -+ major = 5, -+ middle = 3, -+ minor = 2, -+ variety = 0, -+ internal = 0, -+ short_info = "5.3.2", -+ long_info = "5.3.2 Alexander Roshal" -+}; --- -1.8.3.4 - diff --git a/app-arch/unrar/unrar-5.0.14.recipe b/app-arch/unrar/unrar-5.0.14.recipe deleted file mode 100644 index ef09f6333..000000000 --- a/app-arch/unrar/unrar-5.0.14.recipe +++ /dev/null @@ -1,54 +0,0 @@ -SUMMARY="Uncompress rar files" -DESCRIPTION=" -Unrar decompresses rar files. It is a powerful archive manager that can backup \ -your data and reduce the size of email attachments. Unrar can decompress the \ -following file formats: -- RAR -- ZIP -- CAB -- ARJ -- JZH -- TAR -- GZ and TAR.GZ -- BZ2 and TAR.BZ2 -- ACE -- UUE -- JAR (Java Archive) -- ISO -- 7Z -- XZ -- Z (Unix Compress)" -HOMEPAGE="http://www.rarlab.com/" -COPYRIGHT="Alexander Roshal" -LICENSE="UnRAR" -REVISION="1" -SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz" -CHECKSUM_SHA256="e276ea30a2dc9b8961a4268772e5b6caccaa984664e2d5255a43fcb0f5d59806" -SOURCE_DIR="unrar" -PATCHES="unrar-5.0.14.patchset" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - unrar = $portVersion - cmd:unrar = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel - cmd:make - cmd:g++ - " - -BUILD() -{ - make DESTDIR=$prefix -} - -INSTALL() -{ - make DESTDIR=$prefix install -} diff --git a/app-arch/unrar/unrar-5.1.5.recipe b/app-arch/unrar/unrar-5.1.5.recipe deleted file mode 100644 index e3a63d98a..000000000 --- a/app-arch/unrar/unrar-5.1.5.recipe +++ /dev/null @@ -1,54 +0,0 @@ -SUMMARY="Uncompress rar files" -DESCRIPTION=" -Unrar decompresses rar files. It is a powerful archive manager that can backup \ -your data and reduce the size of email attachments. Unrar can decompress the \ -following file formats: -- RAR -- ZIP -- CAB -- ARJ -- JZH -- TAR -- GZ and TAR.GZ -- BZ2 and TAR.BZ2 -- ACE -- UUE -- JAR (Java Archive) -- ISO -- 7Z -- XZ -- Z (Unix Compress)" -HOMEPAGE="http://www.rarlab.com/" -COPYRIGHT="Alexander Roshal" -LICENSE="UnRAR" -REVISION="1" -SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz" -CHECKSUM_SHA256="2224ced8288553392abe94e410e29d2570bfdfea22af51125d3984548a5034cb" -SOURCE_DIR="unrar" -PATCHES="unrar-$portVersion.patchset" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - unrar = $portVersion - cmd:unrar = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel - cmd:make - cmd:g++ - " - -BUILD() -{ - make DESTDIR=$prefix -} - -INSTALL() -{ - make DESTDIR=$prefix install -} diff --git a/app-arch/unrar/unrar-5.1.6.recipe b/app-arch/unrar/unrar-5.1.6.recipe deleted file mode 100644 index 0beb5f29c..000000000 --- a/app-arch/unrar/unrar-5.1.6.recipe +++ /dev/null @@ -1,54 +0,0 @@ -SUMMARY="Uncompress rar files" -DESCRIPTION=" -Unrar decompresses rar files. It is a powerful archive manager that can backup \ -your data and reduce the size of email attachments. Unrar can decompress the \ -following file formats: -- RAR -- ZIP -- CAB -- ARJ -- JZH -- TAR -- GZ and TAR.GZ -- BZ2 and TAR.BZ2 -- ACE -- UUE -- JAR (Java Archive) -- ISO -- 7Z -- XZ -- Z (Unix Compress)" -HOMEPAGE="http://www.rarlab.com/" -COPYRIGHT="Alexander Roshal" -LICENSE="UnRAR" -REVISION="1" -SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz" -CHECKSUM_SHA256="3c38eaabc655527244fd0c3ba3beff567ea24aad37d448488643242fd4cf41a5" -SOURCE_DIR="unrar" -PATCHES="unrar-$portVersion.patchset" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - unrar = $portVersion - cmd:unrar = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel - cmd:make - cmd:g++ - " - -BUILD() -{ - make DESTDIR=$prefix -} - -INSTALL() -{ - make DESTDIR=$prefix install -} diff --git a/app-arch/unrar/unrar-5.2.7.recipe b/app-arch/unrar/unrar-5.2.7.recipe deleted file mode 100644 index c7f47f0d8..000000000 --- a/app-arch/unrar/unrar-5.2.7.recipe +++ /dev/null @@ -1,54 +0,0 @@ -SUMMARY="Uncompress rar files" -DESCRIPTION=" -Unrar decompresses rar files. It is a powerful archive manager that can backup \ -your data and reduce the size of email attachments. Unrar can decompress the \ -following file formats: -- RAR -- ZIP -- CAB -- ARJ -- JZH -- TAR -- GZ and TAR.GZ -- BZ2 and TAR.BZ2 -- ACE -- UUE -- JAR (Java Archive) -- ISO -- 7Z -- XZ -- Z (Unix Compress)" -HOMEPAGE="http://www.rarlab.com/" -COPYRIGHT="Alexander Roshal" -LICENSE="UnRAR" -REVISION="1" -SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz" -CHECKSUM_SHA256="ef14757e943787b439fedf2c564c1f38d0db315528a928e0de170860717e2fac" -SOURCE_DIR="unrar" -PATCHES="unrar-$portVersion.patchset" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - unrar = $portVersion - cmd:unrar = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel - cmd:make - cmd:g++ - " - -BUILD() -{ - make DESTDIR=$prefix -} - -INSTALL() -{ - make DESTDIR=$prefix install -} diff --git a/app-arch/unrar/unrar-5.3.11.recipe b/app-arch/unrar/unrar-5.3.11.recipe deleted file mode 100644 index bc00f17e9..000000000 --- a/app-arch/unrar/unrar-5.3.11.recipe +++ /dev/null @@ -1,54 +0,0 @@ -SUMMARY="Uncompress rar files" -DESCRIPTION=" -Unrar decompresses rar files. It is a powerful archive manager that can backup \ -your data and reduce the size of email attachments. Unrar can decompress the \ -following file formats: -- RAR -- ZIP -- CAB -- ARJ -- JZH -- TAR -- GZ and TAR.GZ -- BZ2 and TAR.BZ2 -- ACE -- UUE -- JAR (Java Archive) -- ISO -- 7Z -- XZ -- Z (Unix Compress)" -HOMEPAGE="http://www.rarlab.com/" -COPYRIGHT="Alexander Roshal" -LICENSE="UnRAR" -REVISION="1" -SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz" -CHECKSUM_SHA256="77b87af4b2976ef7c6b0c79e071284c2c1b035a9543273ec925f9d92f73b8763" -SOURCE_DIR="unrar" -PATCHES="unrar-$portVersion.patchset" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - unrar = $portVersion - cmd:unrar = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel - cmd:make - cmd:g++ - " - -BUILD() -{ - make DESTDIR=$prefix -} - -INSTALL() -{ - make DESTDIR=$prefix install -}