Port details |
- gpsim Software simulator for Microchip PIC microcontrollers
- 0.32.1 misc
=2 0.32.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-10-25 06:21:13
- Last Update: 2025-03-17 04:02:08
- Commit Hash: e87d813
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv2 LGPL21
- WWW:
- https://gpsim.sourceforge.net/
- Description:
- gpsim is a full-featured software simulator for Microchip PIC
microcontrollers distributed under the GNU General Public License.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_BUILD:
- To install the port:
- cd /usr/ports/misc/gpsim/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/gpsim
- pkg install gpsim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gpsim
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1699978349
SHA256 (gpsim-0.32.1.tar.gz) = c704d923ae771fabb7f63775a564dfefd7018a79c914671c4477854420b32e69
SIZE (gpsim-0.32.1.tar.gz) = 3770485
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gpasm : devel/gputils
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- gpasm : devel/gputils
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libharfbuzz.so : print/harfbuzz
- libpopt.so : devel/popt
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libreadline.so.8 : devel/readline
- This port is required by:
- for Libraries
-
- cad/ktechlab
Configuration Options:
- ===> The following configuration options are available for gpsim-0.32.1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- misc_gpsim
- USES:
- compiler:c++11-lang gmake gnome libtool localbase:ldflags pathfix pkgconfig readline
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.32.1 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
0.32.1 06 Dec 2023 09:19:33
    |
Yuri Victorovich (yuri)  |
misc/gpsim: Fix fetch
There's a version mismatch in the URL: directory is of a different version than
the file so SF doesn't work.
Reported by: fallout |
0.32.1 15 Nov 2023 07:12:20
    |
Yuri Victorovich (yuri)  Author: Oleg Sidorkin |
misc/gpsim: Update to 0.32.1
PR: 275085 |
0.32.0 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
0.32.0 03 Nov 2023 16:34:44
    |
Yuri Victorovich (yuri)  |
misc/gpsim: update 0.31.0 → 0.32.0
Reported by: portscout |
0.31.0_1 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.31.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.31.0 20 Jul 2022 14:22:28
    |
Tobias C. Berner (tcberner)  |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.31.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.31.0 13 Oct 2020 06:31:25
  |
yuri  |
misc/gpsim: Remove BROKEN on i386 because the LLVM bug is marked as fixed. |
0.31.0 28 Dec 2019 19:26:38
  |
yuri  |
misc/gpsim: Broken with clang9/i386 combination
Reported by: fallout |
0.31.0 26 Oct 2019 14:28:42
  |
tobik  |
misc/gpsim: do not set USE_CXXSTD twice |
0.31.0 25 Oct 2019 06:21:03
  |
yuri  |
Re-add port: misc/gpsim: Software simulator for Microchip PIC microcontrollers |