From 5593b261bd8641bf581d7931e46386934c49f1a7 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 1 Mar 2026 17:59:28 +0100 Subject: [PATCH] UploadIt: Update to v1.3.1 (Changes to online service Temp.sh) --- haiku-apps/uploadit/uploadit-1.3.1.recipe | 52 ++++++++++++++++++ haiku-apps/uploadit/uploadit-1.3.recipe | 67 ----------------------- 2 files changed, 52 insertions(+), 67 deletions(-) create mode 100644 haiku-apps/uploadit/uploadit-1.3.1.recipe delete mode 100644 haiku-apps/uploadit/uploadit-1.3.recipe diff --git a/haiku-apps/uploadit/uploadit-1.3.1.recipe b/haiku-apps/uploadit/uploadit-1.3.1.recipe new file mode 100644 index 000000000..b99855d9d --- /dev/null +++ b/haiku-apps/uploadit/uploadit-1.3.1.recipe @@ -0,0 +1,52 @@ +SUMMARY="A Tracker add-on to upload a file or folder to an online service" +DESCRIPTION="UploadIt is a Tracker Add-On that uploads a single file or folder \ +to an online service, currently https://temp.sh. A folder gets automatically \ +zipped up before it's uploaded. + +The URL for the uploaded file is put into the clipboard after the upload has \ +finished, ready to be pasted into an email, a chat window or forum post. + +Uploaded files are retained for 3 days. The maximum file size is 4 GiB. + +Tip: Install Clipdinger from HaikuDepot. It includes a 'Clipboard Monitor' \ +that you can embed as Replicant on the Desktop. When you see the upload URL \ +appearing there, you know the file was uploaded successfully and the URL can \ +be pasted." +HOMEPAGE="https://codeberg.org/humdinger/uploadit" +COPYRIGHT="2018-2026 Humdinger" +LICENSE="MIT" +REVISION="1" +SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" +CHECKSUM_SHA256="4597d8cae750c47dae80ddbac13e36c5a687db687b84ec56e474c3317c41903a" +SOURCE_DIR="uploadit" + +ARCHITECTURES="all" + +PROVIDES=" + uploadit = $portVersion + addon:UploadIt = $portVersion + " +REQUIRES=" + haiku + cmd:curl + cmd:zip + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:g++ + " + +BUILD() +{ + make $jobArgs + make bindcatalogs +} + +INSTALL() +{ + make install INSTALL_DIR=$addOnsDir/Tracker +} diff --git a/haiku-apps/uploadit/uploadit-1.3.recipe b/haiku-apps/uploadit/uploadit-1.3.recipe deleted file mode 100644 index 398316c0e..000000000 --- a/haiku-apps/uploadit/uploadit-1.3.recipe +++ /dev/null @@ -1,67 +0,0 @@ -SUMMARY="A Tracker add-on to upload a file or folder to an online service" -DESCRIPTION="UploadIt is a Tracker Add-On that uploads a single file or folder \ -to the online service The Null Pointer at http://0x0.st/. A folder gets \ -automatically zipped up before it's uploaded. - -The URL for the uploaded file is put into the clipboard after the upload has \ -finished, ready to be pasted into an email, a chat window or forum post. - -Depending on the file size, uploaded files are retained for 30 days to one \ -year. The maximum file size is 512 MiB. -0x0.st is NOT a platform for: -* piracy -* pornography -* extremist material of any kind -* malware / botnet C&C -* anything related to crypto currencies -* backups -* CI build artifacts -* doxxing, database dumps containing personal information -* anything illegal under German law - -Uploads found to be in violation of these rules will be removed, and the \ -originating IP address blocked from further uploads. - -Tip: Install Clipdinger from HaikuDepot. It includes a 'Clipboard Monitor' \ -that you can embed as Replicant on the Desktop. When you see the upload URL \ -appearing there, you know the file was uploaded successfully and the URL can \ -be pasted." -HOMEPAGE="https://github.com/humdingerb/UploadIt" -COPYRIGHT="2018-2024 Humdinger" -LICENSE="MIT" -REVISION="2" -srcGitRev="936687b05af012c511bc16f91ba62838072fb25d" -SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="392ac9c5ce7a788769fa92d3ca22cacf731d3eea46429a18484384d5b7cc24c6" -SOURCE_DIR="UploadIt-$srcGitRev" - -ARCHITECTURES="all" - -PROVIDES=" - uploadit = $portVersion - addon:UploadIt = $portVersion - " -REQUIRES=" - haiku - cmd:curl - cmd:zip - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:g++ - " - -BUILD() -{ - make $jobArgs - make bindcatalogs -} - -INSTALL() -{ - make install INSTALL_DIR=$addOnsDir/Tracker -}