6340 FreshPorts -- net/xorp-devel
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
xorp-devel 2009120801_2 net on this many watch lists=0 search for ports that depend on this port
Open source network routing platform, development 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 search for ports maintained by this maintainer
Port Added: 08 Dec 2009 10:54:37
License: not specified in port


XORP is the eXtensible Open Router Platform.

The XORP project is developing an open source software router. The software
is intended to be stable and fully featured enough for production use, and
flexible and extensible enough for research use.  The software is covered by
a mixture of LGPLv2 / GPLv2 licenses, and the code is publicly available,
allowing for production deployment and commercial development.

This port is for the latest SVN version of XORP.

WWW: http://www.xorp.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/scons
Required Libraries:
  1. devel/boost-libs
  2. net/libpcap
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/xorp-devel/ && make install clean
To add the package: pkg_add -r xorp-devel


Configuration Options
===> The following configuration options are available for xorp-devel-2009120801_2:
     OPTIMIZE=on: Build with optimization
     ORIGIN=on: Use ORIGIN with shared libraries
     SHARED=on: Build with shared libraries
     STRIP=on: Strip binaries before installation
     TCP_RPC=off: Use TCP as RPC transport (defaults to AF_LOCAL)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bms/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bms/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bms/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bms/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bms/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bms/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bms/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bms/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
31 Jan 2013 13:38:43
Original commit files touched by this commit  2009120801_2
bapt search for other commits by this committer
Chase boost update
06 Dec 2012 10:36:51
Original commit files touched by this commit  2009120801_1
rene search for other commits by this committer
- Strip Makefile headers [1]
- Convert to optionsNG [1]
- Use positive logic for options
- Strip library version numbers
PR:		ports/172438 [1]
Submitted by:	Michael Gmelin <freebsd@grem.de>
Feature safe:	yes
14 Jan 2012 08:57:23
Original commit files touched by this commit  2009120801_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
01 Nov 2011 20:46:07
Original commit files touched by this commit  2009120801_1
dougb search for other commits by this committer
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
15 May 2011 02:49:17
Original commit files touched by this commit  2009120801_1
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
20 Mar 2011 12:54:45
Original commit files touched by this commit  2009120801_1
miwi search for other commits by this committer
- Get Rid MD5 support
01 Jul 2010 03:54:28
Original commit files touched by this commit  2009120801_1
linimon search for other commits by this committer
Like xorp itself, does not compile on sparc64.

Hat:            portmgr
Feature safe:   yes
06 Jun 2010 22:09:10
Original commit files touched by this commit  2009120801_1
dougb search for other commits by this committer
Remove bms from the pkg-descr's of ports he no longer maintains.
06 Jun 2010 17:00:59
Original commit files touched by this commit  2009120801_1
bms search for other commits by this committer
Drop maintainership for these ports.

Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.

I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.

Thank you for your understanding.
07 Apr 2010 19:50:21
Original commit files touched by this commit  2009120801_1
wxs search for other commits by this committer
- Chase libpcap shlib change.
27 Mar 2010 00:15:24
Original commit files touched by this commit  2009120801
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
22 Dec 2009 20:24:11
Original commit files touched by this commit  2009120801
bms search for other commits by this committer
Mark IGNORE on pre-7.x.

Submitted by:   miwi
13 Dec 2009 16:09:40
Original commit files touched by this commit  2009120801
bms search for other commits by this committer
Add sample config to plist.
This should really be conditionalized somewhere, but this is quicker
at fixing the port tindy nags.
08 Dec 2009 10:53:10
Original commit files touched by this commit  2009120801
bms search for other commits by this committer
Add new port net/xorp-devel, for the current XORP line of development
in SourceForge SVN.
It now builds using SCons, and the Boost C++ libraries.

The package is now relocatable using the rtld $ORIGIN feature, and
should now conform to hier(7), and the Filesystem Hierarchy Standard.

Other improvements include: more mature shared library support, default
to using UNIX domain sockets for improved RPC performance, PIM-SM BSR,
various bug fixes and performance enhancements, size reductions.

With shared libraries, a full production router suite package of
xorp-devel now weighs in at ~22MB on-disk, on amd64.

Number of commits found: 14

2832
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24526
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours11
new 7 days27
new fortnight58
new month212

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0