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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2025Q4
simavr Simulator for several Atmel AVR chips
1.7_3 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 1.7_3Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-10-12 12:24:07
Last Update: 2025-10-12 12:23:33
Commit Hash: c55324a
Also Listed In: emulators
License: GPLv3
WWW:
https://github.com/buserror/simavr
Description:
This is a port of simavr, an AVR simulator using avr-gcc's register definitions.
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 (163 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/simavr-1.7_3/catalog.mk
  3. /usr/local/share/licenses/simavr-1.7_3/LICENSE
  4. /usr/local/share/licenses/simavr-1.7_3/GPLv3
  5. bin/simavr
  6. include/simavr/avr/avr_mcu_section.h
  7. include/simavr/avr_acomp.h
  8. include/simavr/avr_adc.h
  9. include/simavr/avr_bitbang.h
  10. include/simavr/avr_eeprom.h
  11. include/simavr/avr_extint.h
  12. include/simavr/avr_flash.h
  13. include/simavr/avr_ioport.h
  14. include/simavr/avr_lin.h
  15. include/simavr/avr_spi.h
  16. include/simavr/avr_timer.h
  17. include/simavr/avr_twi.h
  18. include/simavr/avr_uart.h
  19. include/simavr/avr_usb.h
  20. include/simavr/avr_watchdog.h
  21. include/simavr/fifo_declare.h
  22. include/simavr/parts/ac_input.h
  23. include/simavr/parts/button.h
  24. include/simavr/parts/ds1338_virt.h
  25. include/simavr/parts/hc595.h
  26. include/simavr/parts/hd44780.h
  27. include/simavr/parts/hd44780_glut.h
  28. include/simavr/parts/i2c_eeprom.h
  29. include/simavr/parts/lcd_font.h
  30. include/simavr/parts/rotenc.h
  31. include/simavr/parts/ssd1306_glut.h
  32. include/simavr/parts/ssd1306_virt.h
  33. include/simavr/parts/uart_pty.h
  34. include/simavr/parts/uart_udp.h
  35. include/simavr/parts/vhci_usb.h
  36. include/simavr/sim_avr.h
  37. include/simavr/sim_avr_types.h
  38. include/simavr/sim_cmds.h
  39. include/simavr/sim_core.h
  40. include/simavr/sim_core_config.h
  41. include/simavr/sim_core_decl.h
  42. include/simavr/sim_cycle_timers.h
  43. include/simavr/sim_elf.h
  44. include/simavr/sim_gdb.h
  45. include/simavr/sim_hex.h
  46. include/simavr/sim_interrupts.h
  47. include/simavr/sim_io.h
  48. include/simavr/sim_irq.h
  49. include/simavr/sim_network.h
  50. include/simavr/sim_regbit.h
  51. include/simavr/sim_time.h
  52. include/simavr/sim_utils.h
  53. include/simavr/sim_vcd_file.h
  54. lib/libsimavr.a
  55. lib/libsimavr.so
  56. lib/libsimavr.so.1
  57. lib/libsimavrparts.a
  58. lib/libsimavrparts.so
  59. lib/libsimavrparts.so.1
  60. libdata/pkgconfig/simavr-avr.pc
  61. libdata/pkgconfig/simavr.pc
  62. libdata/pkgconfig/simavrparts.pc
  63. share/doc/simavr/manual.pdf
  64. share/doc/simavr/simavr_callgraph.pdf
  65. share/examples/simavr/Makefile
  66. share/examples/simavr/Makefile.common
  67. share/examples/simavr/Makefile.opengl
  68. share/examples/simavr/board_ds1338/Makefile
  69. share/examples/simavr/board_ds1338/atmega32_ds1338.axf
  70. share/examples/simavr/board_ds1338/atmega32_ds1338.c
  71. share/examples/simavr/board_ds1338/ds1338.c
  72. share/examples/simavr/board_ds1338/ds1338.h
  73. share/examples/simavr/board_ds1338/ds1338demo
  74. share/examples/simavr/board_ds1338/ds1338demo.c
  75. share/examples/simavr/board_ds1338/i2cmaster.h
  76. share/examples/simavr/board_ds1338/twimaster.c
  77. share/examples/simavr/board_hd44780/Makefile
  78. share/examples/simavr/board_hd44780/README
  79. share/examples/simavr/board_hd44780/atmega48_charlcd.axf
  80. share/examples/simavr/board_hd44780/atmega48_charlcd.c
  81. share/examples/simavr/board_hd44780/avr_hd44780.c
  82. share/examples/simavr/board_hd44780/avr_hd44780.h
  83. share/examples/simavr/board_hd44780/avr_hd44780_conf.h
  84. share/examples/simavr/board_hd44780/charlcd
  85. share/examples/simavr/board_hd44780/charlcd.c
  86. share/examples/simavr/board_i2ctest/Makefile
  87. share/examples/simavr/board_i2ctest/README
  88. share/examples/simavr/board_i2ctest/atmega1280_i2ctest.axf
  89. share/examples/simavr/board_i2ctest/atmega1280_i2ctest.c
  90. share/examples/simavr/board_i2ctest/i2ctest
  91. share/examples/simavr/board_i2ctest/i2ctest.c
  92. share/examples/simavr/board_ledramp/Makefile
  93. share/examples/simavr/board_ledramp/README
  94. share/examples/simavr/board_ledramp/atmega48_ledramp.axf
  95. share/examples/simavr/board_ledramp/atmega48_ledramp.c
  96. share/examples/simavr/board_ledramp/ledramp
  97. share/examples/simavr/board_ledramp/ledramp.c
  98. share/examples/simavr/board_rotenc/Makefile
  99. share/examples/simavr/board_rotenc/README
  100. share/examples/simavr/board_rotenc/atmega32_rotenc_test.axf
  101. share/examples/simavr/board_rotenc/atmega32_rotenc_test.c
  102. share/examples/simavr/board_rotenc/rotenc_test
  103. share/examples/simavr/board_rotenc/rotenc_test.c
  104. share/examples/simavr/board_simduino/ATmegaBOOT_168_atmega328.ihex
  105. share/examples/simavr/board_simduino/Makefile
  106. share/examples/simavr/board_simduino/README
  107. share/examples/simavr/board_simduino/atmega328p_dummy_blinky.c
  108. share/examples/simavr/board_simduino/atmega328p_dummy_blinky.hex
  109. share/examples/simavr/board_simduino/simduino
  110. share/examples/simavr/board_simduino/simduino.c
  111. share/examples/simavr/board_ssd1306/Makefile
  112. share/examples/simavr/board_ssd1306/README
  113. share/examples/simavr/board_ssd1306/atmega32_ssd1306.axf
  114. share/examples/simavr/board_ssd1306/atmega32_ssd1306.c
  115. share/examples/simavr/board_ssd1306/images.c
  116. share/examples/simavr/board_ssd1306/images.h
  117. share/examples/simavr/board_ssd1306/ssd1306.c
  118. share/examples/simavr/board_ssd1306/ssd1306.h
  119. share/examples/simavr/board_ssd1306/ssd1306demo
  120. share/examples/simavr/board_ssd1306/ssd1306demo.c
  121. share/examples/simavr/board_timer_64led/Makefile
  122. share/examples/simavr/board_timer_64led/README
  123. share/examples/simavr/board_timer_64led/atmega168_timer_64led.axf
  124. share/examples/simavr/board_timer_64led/atmega168_timer_64led.c
  125. share/examples/simavr/board_timer_64led/atmega168_timer_64led.h
  126. share/examples/simavr/board_timer_64led/timer_64led
  127. share/examples/simavr/board_timer_64led/timer_64led.c
  128. share/examples/simavr/parts/ac_input.c
  129. share/examples/simavr/parts/ac_input.h
  130. share/examples/simavr/parts/button.c
  131. share/examples/simavr/parts/button.h
  132. share/examples/simavr/parts/ds1338_virt.c
  133. share/examples/simavr/parts/ds1338_virt.h
  134. share/examples/simavr/parts/hc595.c
  135. share/examples/simavr/parts/hc595.h
  136. share/examples/simavr/parts/hd44780.c
  137. share/examples/simavr/parts/hd44780.h
  138. share/examples/simavr/parts/hd44780_glut.c
  139. share/examples/simavr/parts/hd44780_glut.h
  140. share/examples/simavr/parts/i2c_eeprom.c
  141. share/examples/simavr/parts/i2c_eeprom.h
  142. share/examples/simavr/parts/lcd_font.h
  143. share/examples/simavr/parts/rotenc.c
  144. share/examples/simavr/parts/rotenc.h
  145. share/examples/simavr/parts/ssd1306_glut.c
  146. share/examples/simavr/parts/ssd1306_glut.h
  147. share/examples/simavr/parts/ssd1306_virt.c
  148. share/examples/simavr/parts/ssd1306_virt.h
  149. share/examples/simavr/parts/uart_pty.c
  150. share/examples/simavr/parts/uart_pty.h
  151. share/examples/simavr/parts/uart_udp.c
  152. share/examples/simavr/parts/uart_udp.h
  153. share/examples/simavr/parts/vhci_usb.c
  154. share/examples/simavr/parts/vhci_usb.h
  155. share/examples/simavr/shared/arduidiot_pins.c
  156. share/examples/simavr/shared/arduidiot_pins.h
  157. share/examples/simavr/shared/avr_twi_master.c
  158. share/examples/simavr/shared/avr_twi_master.h
  159. share/examples/simavr/shared/twimaster.c
  160. share/examples/simavr/shared/twimaster.h
  161. @owner
  162. @group
  163. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • simavr>0:devel/simavr
To install the port:
cd /usr/ports/devel/simavr/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/simavr
  • pkg install simavr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: simavr
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1617458891 SHA256 (buserror-simavr-v1.7_GH0.tar.gz) = e7b3d5f0946e84fbe76a37519d0f146d162bbf88641ee91883b3970b02c77093 SIZE (buserror-simavr-v1.7_GH0.tar.gz) = 3322387

Packages (timestamps in pop-ups are UTC):
simavr
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7_31.7_3-1.7_31.7_3n/an/an/a
FreeBSD:13:quarterly1.7_31.7_3-1.7_31.7_3n/an/an/a
FreeBSD:14:latest1.7_31.7_3-1.7_31.7_31.7_3-1.7_3
FreeBSD:14:quarterly1.7_31.7_3-1.7_31.7_31.7_31.7_31.7_3
FreeBSD:15:latest1.7_31.7_3n/a1.7_3n/an/a1.7_31.7_3
FreeBSD:15:quarterly-1.7_3n/a-n/an/a--
FreeBSD:16:latest-1.7_3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. avr-gcc : devel/avr-gcc
  2. bash : shells/bash
  3. libc.a : devel/avr-libc
  4. gmake>=4.4.1 : devel/gmake
  5. pkgconf>=1.3.0_1 : devel/pkgconf
  6. xorgproto>=0 : x11/xorgproto
  7. xorgproto>=0 : x11/xorgproto
  8. xdamage.pc : x11/libXdamage
  9. xcb.pc : x11/libxcb
  10. xext.pc : x11/libXext
  11. xfixes.pc : x11/libXfixes
  12. xrandr.pc : x11/libXrandr
Runtime dependencies:
  1. xdamage.pc : x11/libXdamage
  2. xcb.pc : x11/libxcb
  3. xext.pc : x11/libXext
  4. xfixes.pc : x11/libXfixes
  5. xrandr.pc : x11/libXrandr
Library dependencies:
  1. libGL.so : graphics/libglvnd
  2. libGLU.so : graphics/libGLU
  3. libglut.so : graphics/freeglut
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for simavr-1.7_3: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
devel_simavr
USES:
compiler:c11 gl gmake pathfix pkgconfig xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/buserror/simavr/tar.gz/v1.7?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
1.7_3
12 Oct 2025 12:23:33
commit hash: c55324a200d7c881cc2bce0f256aa4225ec2bac3commit hash: c55324a200d7c881cc2bce0f256aa4225ec2bac3commit hash: c55324a200d7c881cc2bce0f256aa4225ec2bac3commit hash: c55324a200d7c881cc2bce0f256aa4225ec2bac3 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return ports of zirias@ to the pool after safekeeping their commit bit

Approved by:	portmgr (implicit)

(cherry picked from commit 1b25bcd52d9cf8118a4d1e3e1fa2da85747f81d8)

Number of commits found: 1