Port details |
- gmime26-sharp Mono bindings for gmime
- 2.6.23_3 mail
=2 2.6.23_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
 - Port Added: 2013-05-22 09:05:12
- Last Update: 2024-07-08 05:08:30
- Commit Hash: c1dda71
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://spruce.sourceforge.net/gmime/
- Description:
- C# assemblies for gmime
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gmime26-sharp>0:mail/gmime26-sharp
- To install the port:
- cd /usr/ports/mail/gmime26-sharp/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/gmime26-sharp
- pkg install gmime26-sharp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gmime26-sharp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1488107762
SHA256 (gmime-2.6.23.tar.xz) = 7149686a71ca42a1390869b6074815106b061aaeaaa8f2ef8c12c191d9a79f6a
SIZE (gmime-2.6.23.tar.xz) = 5216588
Packages (timestamps in pop-ups are UTC):
- Master port: mail/gmime26
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- gmake>=4.4.1 : devel/gmake
- gtk-sharp-2.0.pc : x11-toolkits/gtk-sharp20
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- gtk-sharp-2.0.pc : x11-toolkits/gtk-sharp20
- Library dependencies:
-
- libgpgme.so : security/gpgme
- libassuan.so : security/libassuan
- libgpg-error.so : security/libgpg-error
- libintl.so : devel/gettext-runtime
- 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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gmime26-sharp-2.6.23_3:
GINTRO=off: Install GObject Introspection data
VAPI=off: Build VALA API files
===> Use 'make config' to modify these settings
- Options name:
- mail_gmime26-sharp
- USES:
- gettext-runtime gmake gnome iconv libtool localbase pathfix pkgconfig tar:xz
- 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) |
This is a slave port. You may also want to view the commits to the master port: mail/gmime26 |
Commit | Credits | Log message |
2.6.23_3 08 Jul 2024 05:08:30
    |
Jason E. Hale (jhale)  |
*/*: Chase security/libassuan shlib bump |
2.6.23_2 25 Jul 2023 13:14:13
    |
Dan Langille (dvl)  |
*/*: return mono@ ports to the pool
The team previously known as mono has no active members.
I will send an email to ports@ in case anyone wants to pick up these
ports.
Approved by: portmgr (bofh) |
2.6.23_2 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 ) |
2.6.23_1 10 Sep 2022 17:41:16
    |
Stefan Eßer (se)  Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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) |
2.6.23_1 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 ) |
2.6.23_1 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
2.6.23_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.6.22 06 Jan 2017 00:37:33
  |
misha  |
- remove PORTREVISION
- remove DOCS mentioning
Approved by: jpaetzel (mentor), maintainer timeout (bofh@, 2 weeks) |
2.6.20_1 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.6.20_1 22 Nov 2014 18:42:44
  |
antoine  |
Cleanup plist |
2.6.18_1 26 May 2014 13:11:44
  |
bapt  |
Convert to USES=mono
With hat: portmgr |
2.6.18_1 18 May 2014 18:34:04
  |
tijl  |
mail/gmime26 mail/gmime26-sharp:
- Remove leading hyphen from PKGNAMESUFFIX.
- USES=libtool tar:xz.
- Remove LATEST_LINK.
- Remove $FreeBSD$ from patch.
mail/dbmail:
- USES=libtool.
- INSTALL_TARGET=install-strip.
- Remove -fPIC.
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS. |
2.6.18 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
2.6.18 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.6.15 22 May 2013 09:04:55
  |
kwm  |
Add gmime and gmime-sharp 2.6.15.
PR: ports/170389
Submitted by: myself
Approved by: Alan Hicks <ahicks@p-o.co.uk>, \
romain@ (priv mail, for -sharp port) |