mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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)
This commit is contained in:
parent
37b5b6985d
commit
ef7926ed6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203969
@ -363,6 +363,7 @@
|
||||
SUBDIR += netcat
|
||||
SUBDIR += netclasses
|
||||
SUBDIR += netdude
|
||||
SUBDIR += netembryo
|
||||
SUBDIR += netmap
|
||||
SUBDIR += netpipes
|
||||
SUBDIR += netscript
|
||||
|
31
net/netembryo/Makefile
Normal file
31
net/netembryo/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: netembryo
|
||||
# Date created: 7 November 2007
|
||||
# Whom: Emmanuel Richiardone (err@tollari.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= netembryo
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://live.polito.it/files/downloads/netembryo/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= err@tollari.org
|
||||
COMMENT= A network abstraction library used by for feng, libnemesi, felix
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
|
||||
OPTIONS= SCTP "Don't check if SCTP is present" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700028 && ! defined(WITH_SCTP)
|
||||
IGNORE= sorry, please use FreeBSD 7.x or patch your system for SCTP (http://www.sctp.org/download.html) and use WITH_SCTP=YES
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net/netembryo/distinfo
Normal file
3
net/netembryo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (netembryo-0.0.4.tar.bz2) = 1eea3fb7dbf3e945744384f216c845af
|
||||
SHA256 (netembryo-0.0.4.tar.bz2) = c623c19eb65583a293f2815a72259bcfb8411a5a98f07c77256b20bdf59ca0bb
|
||||
SIZE (netembryo-0.0.4.tar.bz2) = 452509
|
4
net/netembryo/pkg-descr
Normal file
4
net/netembryo/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Netembryo is a network abstraction library plus some misc
|
||||
utility functions used as foundation for feng, libnemesi, felix.
|
||||
|
||||
WWW: http://live.polito.it/netembryo
|
9
net/netembryo/pkg-plist
Normal file
9
net/netembryo/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
include/netembryo/url.h
|
||||
include/netembryo/rtsp_errors.h
|
||||
include/netembryo/wsocket.h
|
||||
lib/libnetembryo.a
|
||||
lib/libnetembryo.la
|
||||
lib/libnetembryo.so
|
||||
lib/libnetembryo.so.4
|
||||
libdata/pkgconfig/libnetembryo.pc
|
||||
@dirrm include/netembryo
|
Loading…
Reference in New Issue
Block a user