Port details |
- i2p An anonymizing network
- 0.8.7 net-p2p
=2 0.8.7Version 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: 2006-01-30 21:41:02
- Last Update: 2014-03-08 00:00:12
- SVN Revision: 347431
- People watching this port, also watch:: lsof, aide, monit, nagios
- Also Listed In: java security
- License: APACHE20 EULA
- WWW:
- http://www.i2p2.de/
- Description:
- [ excerpt from developer's web site ]
I2P is an anonymizing network, offering a simple layer that
identity-sensitive applications can use to securely communicate.
All data is wrapped with several layers of encryption, and the
network is both distributed and dynamic, with no trusted parties.
Many applications are available that interface with I2P, including
mail, peer-peer, IRC chat, and others.
Anonymity is not a boolean - we are not trying to make something
"perfectly anonymous", but instead are working at making attacks
more and more expensive to mount. I2P alone is what could be called
a "low latency mix network", and there are limits to the anonymity
offered by such a system, but the applications on top of I2P, such
as Syndie, I2P mail, and I2PSnark extend it to offer both additional
functionality and protection.
WWW: http://www.i2p2.de/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: i2p
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libgmp.a : math/gmp
- msgfmt : devel/gettext
- java : java/openjdk6
- ant : devel/apache-ant
- Runtime dependencies:
-
- unzip : archivers/unzip
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.8.7 08 Mar 2014 00:00:12 |
lioux |
- Change net-p2p/i2p primary category to security. Therefore, move
net-p2p/i2p to security/i2p. Following security/tor example. Keep
net-p2p as secondary category since i2p provides p2p services.
- Update security/i2p to 0.9.11
Approved by: bdrewery (mentor) |
0.8.7 14 Feb 2014 16:51:44 |
tabthorpe |
- Reassign lioux' ports to the heap
With hat: portmgr |
0.8.7 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.8.7 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
0.8.7 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
0.8.7 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
0.8.7 14 Jan 2012 08:57:23 |
dougb |
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. |
0.8.7 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
0.8.7 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.8.7 26 Jul 2011 22:05:27 |
lioux |
Add BUILD_DEPENDS on devel/gettext
Submitted by: pav from pointyhat |
0.8.7 24 Jul 2011 19:58:47 |
lioux |
o Update to 0.8.7
o Pet portlint |
0.8.1 15 May 2011 02:49:17 |
dougb |
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 |
0.8.1 05 Dec 2010 10:17:02 |
lioux |
Update to 0.8.1 |
0.8 08 Sep 2010 22:16:54 |
pgollucci |
- use SUB_FILES instead of SED directly
PR: ports/143194
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout (lioux ; 221 days) |
0.8 13 Jul 2010 10:17:40 |
lioux |
o Update to 0.8
o Remove JAVA_OS since it works with either version |
0.7.14 13 Jun 2010 11:50:43 |
lioux |
- Update i2p to 0.7.14
- Update jetty to 5.1.15 due to security issues
- Add LICENSE* information |
0.7.10_1 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
0.7.10 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.7.10 12 Feb 2010 02:55:06 |
lioux |
Update to 0.7.10 |
0.7.9 18 Jan 2010 09:08:54 |
lioux |
Update to 0.7.9 |
0.7.8 11 Jan 2010 01:45:55 |
lioux |
Fix port installation |
0.7.8 02 Jan 2010 08:40:38 |
lioux |
Update to 0.7.8 |
0.7.7 22 Nov 2009 08:29:50 |
lioux |
Update to 0.7.7
PR: ports/140367
Submitted by: soulcatcher <soulcatcher13@gmail.com> |
0.7.4 22 Aug 2009 02:23:49 |
amdmi3 |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself |
0.7.4 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.7.4 24 Jun 2009 11:44:15 |
lioux |
Update to 0.7.4 |
0.7.3 01 Jun 2009 00:42:56 |
lioux |
Update to 0.7.3 |
0.7.2_1 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
0.7.2 22 Apr 2009 01:14:58 |
lioux |
Update to 0.7.2 |
0.6.1.30 25 Oct 2007 10:28:00 |
lioux |
Update to 0.6.1.30 |
0.6.1.29 15 Sep 2007 10:57:54 |
lioux |
Update to 0.6.1.29 |
0.6.1.28_2 29 Jun 2007 19:37:37 |
lioux |
o EXTRACT_DEPENDS on devel/apache-ant to fix post-extract target
o Bump PORTREVISION |
0.6.1.28_1 20 Jun 2007 11:29:01 |
lioux |
Fix fetch target: port can now be fetched again |
0.6.1.28_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.6.1.28 18 Apr 2007 11:23:26 |
lioux |
Update to 0.6.1.28 |
0.6.1.27 01 Apr 2007 19:07:16 |
kris |
BROKEN: Does not build |
0.6.1.27 20 Mar 2007 10:46:06 |
pav |
- Fix depobj on www/jetty dependency after jetty update to 6
Reported by: pointyhat |
0.6.1.27 26 Feb 2007 11:12:56 |
lioux |
Update to 0.6.1.27 |
0.6.1.26 09 Oct 2006 03:05:22 |
lioux |
Update to 0.6.1.26 |
0.6.1.25 25 Sep 2006 01:11:13 |
lioux |
Update to 0.6.1.25 |
0.6.1.24 29 Jul 2006 19:43:47 |
lioux |
Update to 0.6.1.24 |
0.6.1.22 22 Jul 2006 11:14:31 |
lioux |
Update to 0.6.1.22 |
0.6.1.19 19 May 2006 02:03:15 |
lioux |
Update to 0.6.1.19 |
0.6.1.18 09 May 2006 23:06:18 |
lioux |
Update to 0.6.1.18 |
0.6.1.17 24 Apr 2006 22:04:25 |
lioux |
Update to 0.6.1.17 |
0.6.1.16_1 21 Apr 2006 20:09:36 |
lioux |
o BUILD_DEPENDS on www/jetty instead of fetching/building it on its
own for every build. Incidently, it gives i2p an updated jetty
release.
o Bump PORTREVISION since it now uses an updated jetty release |
0.6.1.16 17 Apr 2006 21:35:22 |
lioux |
Update to 0.6.1.16 |
0.6.1.15 14 Apr 2006 04:39:40 |
lioux |
Update to 0.6.1.15 |
0.6.1.14 06 Apr 2006 03:33:42 |
lioux |
Update to 0.6.1.14 |
0.6.1.13 27 Mar 2006 20:44:47 |
lioux |
Update to 0.6.1.13 |
0.6.1.12_1 27 Mar 2006 20:44:32 |
lioux |
Do not hardcode rc.subr(8) location |
0.6.1.12_1 03 Mar 2006 11:37:26 |
lioux |
Update distinfo from distfile version 0.6.1.11 to 0.6.1.12 on par
with port's Makefile
Pointy hat: lioux
Submitted by: Portsnap buildbox (cperciva)
Approved by: portmgr (implicit) |
0.6.1.12_1 03 Mar 2006 11:33:55 |
lioux |
o Fix PLIST mistakes overlooked in previous commit; tinderbuild
checked
o Bump PORTREVISION
Submitted by: kris
Approved by: portmgr (implicit) |
0.6.1.12 02 Mar 2006 19:20:49 |
lioux |
Update to 0.6.1.12
Approved by: portmgr (marcus) |
0.6.1.11 21 Feb 2006 23:35:42 |
lioux |
Update to 0.6.1.11 |
0.6.1.9_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
0.6.1.9_1 19 Feb 2006 08:24:29 |
lioux |
o Add missing BUILD_DEPENDS on math/libgmp4
o Properly USE_RC_SUBR by pointing to a template rcng startup script
o Move FILESDIR/i2p.sh to FILESDIR/i2p.sh.in in order to benefit
of USE_RC_SUBR automated PLIST_SUB replacement
o Bump PORTREVISION
PR: 93405
Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> <eol1@yahoo.com> |
0.6.1.9 30 Jan 2006 21:36:28 |
pav |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc (Only the first 15 lines of the commit message are shown above ) |