notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libfreenet Freenet library written in C
0.5.0_1 net Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5.0_1Version 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 search for ports maintained by this maintainer
Port Added: 2001-03-31 04:32:20
Last Update: 2006-01-30 21:36:28
SVN Revision: UNKNOWN
People watching this port, also watch:: mplayer-skins, libao, tcpdump, python
License: not specified in port
WWW:
http://thalassocracy.org/libfreenet/
Description:
libfreenet is a Freenet library written in C. Right now it supports basic client functionality, as well as a lower-level API for sending and receiving messages over a Freenet connection. It's currently very much hackerware -- it might explode at any moment, so approach it with caution. WWW: http://thalassocracy.org/libfreenet/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • libfreenet>0:net/libfreenet
No installation instructions:
This port has been deleted.
PKGNAME: libfreenet
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
  2. libtool15 : devel/libtool15
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:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://thalassocracy.org/libfreenet/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
30 Jan 2006 21:36:28
Original commit files touched by this commit
pav search for other commits by this committer
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 View all of this commit message)
0.5.0_1
25 Nov 2005 16:48:31
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.5.0_1
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
0.5.0_1
02 Jun 2005 20:28:41
Original commit files touched by this commit
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
0.5.0_1
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
0.5.0_1
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
0.5.0_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
0.5.0
29 Jan 2004 16:13:06
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.5.0
20 Feb 2003 18:51:13
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.5.0
23 Jun 2002 06:04:01
Original commit files touched by this commit
ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             39668
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
0.5.0
15 Mar 2002 15:52:31
Original commit files touched by this commit
kris search for other commits by this committer
Fix build.  The code prototypes a function as returning long, then
declares it 2 lines later as returning a time_t.  Go figure.

Submitted by:   bento
30 Dec 2001 15:44:18
commit hash: fp1.22720@dev.null.freshports.orgcommit hash: fp1.22720@dev.null.freshports.orgcommit hash: fp1.22720@dev.null.freshports.orgcommit hash: fp1.22720@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.5.0    
31 Aug 2001 15:20:29
commit hash: fp1.18210@dev.null.freshports.orgcommit hash: fp1.18210@dev.null.freshports.orgcommit hash: fp1.18210@dev.null.freshports.orgcommit hash: fp1.18210@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
27 May 2001 11:52:30
commit hash: fp1.14216@dev.null.freshports.orgcommit hash: fp1.14216@dev.null.freshports.orgcommit hash: fp1.14216@dev.null.freshports.orgcommit hash: fp1.14216@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.4.0   drop maintainership    
26 Apr 2001 05:18:32
commit hash: fp1.13065@dev.null.freshports.orgcommit hash: fp1.13065@dev.null.freshports.orgcommit hash: fp1.13065@dev.null.freshports.orgcommit hash: fp1.13065@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add missing "@dirrm include/libfreenet" into pkg-plist    
31 Mar 2001 07:32:20
commit hash: fp1.11843@dev.null.freshports.orgcommit hash: fp1.11843@dev.null.freshports.orgcommit hash: fp1.11843@dev.null.freshports.orgcommit hash: fp1.11843@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add libfreenet   Freenet library written in C    

Number of commits found: 16