Port details |
- netembryo Network abstraction library
- 0.1.1_2 net
=2 0.1.1_2Version 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: 2007-12-18 01:53:29
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- Description:
- Netembryo is a network abstraction library plus some misc
utility functions used as foundation for feng, libnemesi, felix.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- netembryo>0:net/netembryo
- To install the port:
- cd /usr/ports/net/netembryo/ && make install clean
- To add the package, run one of these commands:
- pkg install net/netembryo
- pkg install netembryo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: netembryo
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (netembryo-0.1.1.tar.bz2) = b20c12f09e99f9c00efab3b9588457fd8a2fa6bb3ed26c35ada572c0b172a981
SIZE (netembryo-0.1.1.tar.bz2) = 265851
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:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for netembryo-0.1.1_2:
IPV6=on: IPv6 protocol support
OPENSSL=on: SSL/TLS support via OpenSSL
SCTP=on: Stream Control Transmission Protocol support
===> Use 'make config' to modify these settings
- Options name:
- net_netembryo
- USES:
- gmake gnome libtool pathfix pkgconfig tar:bzip2 ssl
- 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.1.1_2 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.1.1_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1.1_2 08 Nov 2019 13:48:35
  |
tobik  |
net: Add missing USES={gnome,php} |
0.1.1_2 15 Mar 2017 14:45:31
  |
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.1.1_2 09 Sep 2016 19:42:46
  |
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
0.1.1_2 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.1.1_2 26 Mar 2015 18:10:44
  |
marino  |
net/netembryo: Add 2 new options, SCTP and IPv6
DragonFly does not support SCTP. This was detected fine in the configure
script, but check-plist failed due to an SCTP file that didn't get
installed. The configure script takes options for SCTP and IPv6, so turn
those into options. Use the brand-new OPTIONS_EXCLUDE_DragonFly feature
to allow SCTP to be on by default for FreeBSD and not even an option for
DragonFly. |
0.1.1_1 22 Nov 2014 14:43:24
  |
antoine  |
Cleanup plist |
0.1.1_1 10 Jul 2014 09:51:57
  |
tijl  |
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
- Make post-patch command more specific |
0.1.1 31 Jan 2014 10:17:51
  |
miwi  |
- Stage support
- Convert to USES |
0.1.1 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.1.1 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.1.1 18 May 2013 22:43:55
  |
rakuco  |
Add some additional MASTER_SITES to unbreak `make fetch'.
lscube.org currently does not host tarballs it used to. Sigh.
PR: ports/177998
Submitted by: John Marino <draco@marino.st> |
0.1.1 04 May 2013 20:03:29
  |
bapt  |
Mark as broken: does not fetch |
0.1.1 23 Apr 2013 14:20:28
  |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
0.1.1 28 Mar 2013 17:56:37
  |
eadler  |
Convert a few remaining straglers from the unmaintined ports to pathfix |
0.1.1 28 Mar 2013 03:28:31
  |
eadler  |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
0.1.1 22 Nov 2012 19:45:35
  |
pawel  |
- Update to version 0.1.1
PR: ports/170163
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
0.0.5 26 Jul 2012 05:40:24
 |
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
0.0.5 23 Jul 2012 01:33:56
 |
dougb  |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
0.0.5 01 Nov 2011 20:46:07
 |
dougb  |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000 |
0.0.5 07 Sep 2011 00:53:46
 |
sylvio  |
- Fix of license |
0.0.5 02 Sep 2011 00:34:00
 |
sylvio  |
- Update to 0.0.5
- Add License |
0.0.4 02 Aug 2011 20:58:23
 |
ehaupt  |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
0.0.4 02 Aug 2011 16:22:15
 |
bapt  |
Fix master_site |
0.0.4 10 Jun 2011 13:23:23
 |
bapt  |
Maintainers addresses are not valid anymore put the port back to the pool |
0.0.4 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.0.4 29 Dec 2010 20:04:42
 |
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
0.0.4 18 Dec 2007 01:53:17
 |
vanilla  |
Add netembryo 0.0.4, a network abstraction library used by for feng,
libnemesi, felix.
PR: ports/117920
Submitted by: Emmanuel Richiardone (err at tollari.org) |