Port details |
- ipdecap Decapsulate traffic encapsulated within GRE, IPIP, 6in4, ESP protocols
- 0.7.2_2 net =2 0.7.2_2Version of this port present on the latest quarterly branch.
- Maintainer: loic-freebsd@loicp.eu
- Port Added: 2016-04-23 20:51:07
- Last Update: 2024-02-25 08:19:01
- Commit Hash: 525d351
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://loicpefferkorn.net/ipdecap/
- Description:
- Decapsulate traffic encapsulated within GRE, IPIP, 6in4 and ESP protocols
from a pcap file.
Can also remove IEEE 802.1Q (virtual lan - vlan) header.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/ipdecap/ && make install clean
- To add the package, run one of these commands:
- pkg install net/ipdecap
- pkg install ipdecap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ipdecap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1539426959
SHA256 (lpefferkorn-ipdecap-v0.7.2_GH0.tar.gz) = 39e24c0ee343be485feb5d03114510c96eda24092c4908968e50fe7c50165bde
SIZE (lpefferkorn-ipdecap-v0.7.2_GH0.tar.gz) = 825828
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:
-
- vlan.h : net/libpcap
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libpcap.so : net/libpcap
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_ipdecap
- USES:
- autoreconf gmake 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.7.2_2 25 Feb 2024 08:19:01 |
Muhammad Moinur Rahman (bofh) |
net/ipdecap: Moved man to share/man
Approved by: portmgr (blanket) |
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.7.2_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 ) |
0.7.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.7.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.2_1 14 Oct 2018 19:00:04 |
swills |
net/ipdecap: update to 0.7.2
While here, fix OpenSSL build
PR: 232223
Submitted by: loic-freebsd@loicp.eu (maintainer) |
0.7.1_1 23 Mar 2018 08:33:20 |
amdmi3 |
- Switch to new test framework
- Pet portlint
Approved by: portmgr blanket |
0.7.1_1 11 Sep 2016 00:41:49 |
marino |
net/ipdecap: document SSL requirement and add its flags
Approved by: SSL blankte |
0.7.1_1 04 Aug 2016 13:38:59 |
marino |
net/ipdecap: Fix LIB_DEPENDS on ports libpcap
It is clear from the build dependency on the ports libpcap header that
ipdecap intends to have a dependency on ports libpcap. However, it is
ambiguously specified and the base libpcap satisfies the requirement, thus
the dependency is never registered. Use the full library name (so.1 which
does not conflict with either FreeBSD or DF base) to remove the ambiguity.
Approved by: just-fix-it |
0.7.1 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
0.7.1 23 Apr 2016 18:39:05 |
pi |
New port: net/ipdecap
Decapsulate traffic encapsulated within GRE, IPIP, 6in4 and ESP protocols
from a pcap file.
Can also remove IEEE 802.1Q (virtual lan - vlan) header.
WWW: https://loicpefferkorn.net/ipdecap/
PR: 208993
Submitted by: Loic Pefferkorn <loic-freebsd@loicp.eu> |