notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2024Q1
android-tools Android debugging tools
31.0.3p2.0_15 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 31.0.3p2.0_15Version of this port present on the latest quarterly branch.
Maintainer: nc@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-02-17 20:36:06
Last Update: 2024-02-17 20:34:53
Commit Hash: f7acb519
License: APACHE20
WWW:
https://github.com/neelchauhan/freebsd-android-tools
Description:
Android tools for FreeBSD. Tools include: * adb * fastboot * mke2fs.android (required by fastboot) * simg2img, img2simg, append2simg * lpdump, lpmake, lpadd, lpflash, lpunpack * mkbootimg, unpack_bootimg, repack_bootimg
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (24 items)
Collapse this list.
  1. /usr/local/share/licenses/android-tools-31.0.3p2.0_15/catalog.mk
  2. /usr/local/share/licenses/android-tools-31.0.3p2.0_15/LICENSE
  3. /usr/local/share/licenses/android-tools-31.0.3p2.0_15/APACHE20
  4. bin/adb
  5. bin/append2simg
  6. bin/fastboot
  7. bin/img2simg
  8. bin/lpadd
  9. bin/lpdump
  10. bin/lpflash
  11. bin/lpmake
  12. bin/lpunpack
  13. bin/mkbootimg
  14. bin/mke2fs.android
  15. bin/repack_bootimg
  16. bin/simg2img
  17. bin/unpack_bootimg
  18. share/android-tools/completions/adb
  19. share/android-tools/completions/fastboot
  20. share/bash-completion/completions/adb
  21. share/bash-completion/completions/fastboot
  22. @owner
  23. @group
  24. @mode
Collapse this list.
Dependency lines:
  • android-tools>0:devel/android-tools
To install the port:
cd /usr/ports/devel/android-tools/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/android-tools
  • pkg install android-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: android-tools
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1659823195 SHA256 (neelchauhan-freebsd-android-tools-31.0.3p2.0-271d7a26c8daf4b9fe412d360a2edfaca327efdd_GH0.tar.gz) = 12003a3d9b1d476994a8484c489cfb227b2a34391c856389af50249b96618ec8 SIZE (neelchauhan-freebsd-android-tools-31.0.3p2.0-271d7a26c8daf4b9fe412d360a2edfaca327efdd_GH0.tar.gz) = 40959086

Packages (timestamps in pop-ups are UTC):
android-tools
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-31.0.3p2.0_35-31.0.3p2.0_3431.0.3p2.0_35---
FreeBSD:13:quarterly-31.0.3p2.0_34-31.0.3p2.0_3031.0.3p2.0_34---
FreeBSD:14:latest-31.0.3p2.0_35-31.0.3p2.0_3431.0.3p2.0_35---
FreeBSD:14:quarterly-31.0.3p2.0_34-31.0.3p2.0_3431.0.3p2.0_34---
FreeBSD:15:latest-31.0.3p2.0_35n/a31.0.3p2.0_34n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. go120 : lang/go120
  4. python3.9 : lang/python39
  5. perl5>=5.36<5.37 : lang/perl5.36
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
  2. perl5>=5.36<5.37 : lang/perl5.36
Library dependencies:
  1. libbrotlicommon.so : archivers/brotli
  2. libgmock.so : devel/googletest
  3. liblz4.so : archivers/liblz4
  4. libpcre2-8.so : devel/pcre2
  5. libprotobuf.so : devel/protobuf
  6. libzstd.so : archivers/zstd
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_android-tools
USES:
cmake compiler:c++17-lang go:no_targets localbase:ldflags perl5 python shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/neelchauhan/freebsd-android-tools/tar.gz/271d7a26c8daf4b9fe412d360a2edfaca327efdd?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
31.0.3p2.0_15
17 Feb 2024 20:34:53
commit hash: f7acb519547e2ccbd19699759a01027cc528d0c9commit hash: f7acb519547e2ccbd19699759a01027cc528d0c9commit hash: f7acb519547e2ccbd19699759a01027cc528d0c9commit hash: f7acb519547e2ccbd19699759a01027cc528d0c9 files touched by this commit
Rainer Hurling (rhurlin) search for other commits by this committer
Author: Mikael Urankar
devel/android-tools: Fix build, include functional

While here, pet portlint.

PR:		276983
Reported by:	Ale <discipline@tiscali.it>
MFH:		2024Q1

(cherry picked from commit 6dbc3df04ebbe95dcad623ce76554fb52e26be3d)

Number of commits found: 1