FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 10:06 PM BST
Port details
linc 1.0.3_7 net on this many watch lists=225 search for ports that depend on this port
A library for writing networked servers & clients
Maintained by: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Feb 2002 10:12:30
License: not specified in port


linc is a library that eases the task of writing networked servers & clients.
It takes care of connection initiation and maintainance, and the details of
various transports. It is used by the ORBit2 to handle message
transmission/receipt.

The connections can optionally be encrypted using OpenSSL.

WWW: http://www.gnome.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, devel/libtool, devel/pkg-config
Required To Run: devel/pkg-config, devel/gio-fam-backend
Required Libraries: devel/glib20
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/linc/1.0/
http://ftp.acc.umu.se/pub/GNOME/sources/linc/1.0/
ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/linc/1.0/
http://ftp.unina.it/pub/linux/GNOME/sources/linc/1.0/
http://fr2.rpmfind.net/linux/gnome.org/sources/linc/1.0/
http://www.gtlib.cc.gatech.edu/pub/gnome/sources/linc/1.0/
ftp://ftp.dti.ad.jp/pub/X/gnome/sources/linc/1.0/
http://linorg.usp.br/gnome/sources/linc/1.0/
http://mirror.aarnet.edu.au/pub/gnome/sources/linc/1.0/
http://ring.nict.go.jp/archives/X/gnome/sources/linc/1.0/
ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/linc/1.0/
ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/linc/1.0/
ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/linc/1.0/
http://ftp.gnome.org/pub/GNOME/sources/linc/1.0/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gnome2/

Number of commits found: 50

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.0.3_7
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.0.3_7
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.0.3_7
ade search for other commits by this committer
Sync to new bsd.autotools.mk
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.0.3_7
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
02 Feb 2009 01:36:16
Original commit files touched by this commit  1.0.3_7
araujo search for other commits by this committer
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:             ports/125243
Submitted by:   pgollucci
Reworked by:    myself
Tested on:      pointyhat exp-run (pav)
06 Jun 2008 22:01:01
Original commit files touched by this commit  1.0.3_7
edwin search for other commits by this committer
Fix PORTREVISION on ports which have PORTVERSION?= set.
Noticed by Max Brazhnikov <makc@issp.ac.ru>
Part of the great devel/gettext portrevision bump.

Approved by:    portmgr (pav)
06 Jun 2008 13:50:32
Original commit files touched by this commit  1.0.3_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
07 Oct 2006 21:51:40
Original commit files touched by this commit  1.0.3_6
pav search for other commits by this committer
- Fix build with gcc41

PR:             ports/104132
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
31 May 2006 22:18:51
Original commit files touched by this commit  1.0.3_6
mezz search for other commits by this committer
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

        Incorrect: (Without USE_X_PREFIX)
        ================================
        # cd /usr/ports/x11-toolkits/gtk20
        # make -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist
        # make PREFIX=/tmp/foo -V MTREE_FILE
        /etc/mtree/BSD.local.dist <-- Here...
        ================================
(Only the first 15 lines of the commit message are shown above View all of this commit message)
10 May 2006 03:12:45
Original commit files touched by this commit  1.0.3_6
jylefort search for other commits by this committer
Move the linc programming reference to the linc-reference port.
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.0.3_5
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
23 Nov 2005 22:41:05
Original commit files touched by this commit  1.0.3_4
pav search for other commits by this committer
- Add SHA256 checksums
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.0.3_4
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.
05 Nov 2005 05:22:06
Original commit files touched by this commit  1.0.3_4
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
12 Mar 2005 10:54:27
Original commit files touched by this commit  1.0.3_3
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
09 Jul 2004 17:43:11
Original commit files touched by this commit  1.0.3_2
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
05 Apr 2004 03:31:02
Original commit files touched by this commit  1.0.3_2
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
18 Mar 2004 14:33:42
Original commit files touched by this commit  1.0.3_1
pav search for other commits by this committer
- Add SIZE to GNOME ports

Submitted by:   trevor
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.0.3_1
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.
04 Feb 2004 05:10:27
Original commit files touched by this commit  1.0.3_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
20 Jun 2003 15:52:38
Original commit files touched by this commit  1.0.3
marcus search for other commits by this committer
Update to 1.0.3.
19 May 2003 23:49:28
Original commit files touched by this commit  1.0.2
marcus search for other commits by this committer
Update to 1.0.2.
22 Apr 2003 04:37:06
Original commit files touched by this commit  1.0.1
marcus search for other commits by this committer
Convert to new GNOME infrastructure.
20 Apr 2003 19:38:02
Original commit files touched by this commit  1.0.1
marcus search for other commits by this committer
Remove USE_GNOMENG.
07 Mar 2003 06:08:06
Original commit files touched by this commit  1.0.1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
07 Feb 2003 18:42:25
Original commit files touched by this commit  1.0.1
marcus search for other commits by this committer
Update to GNOME 2.2.

This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
12 Nov 2002 22:58:44
Original commit files touched by this commit  0.5.5
marcus search for other commits by this committer
Update to 0.5.5.
20 Sep 2002 17:07:51
Original commit files touched by this commit  0.5.3
marcus search for other commits by this committer
GNOME has just changed the layout of their FTP site.  This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
24 Aug 2002 08:16:31
Original commit files touched by this commit  0.5.3
marcus search for other commits by this committer
Update to 0.5.3.
07 Aug 2002 07:18:38
Original commit files touched by this commit  0.5.2
marcus search for other commits by this committer
Update to 0.5.2.
25 Jul 2002 07:27:13
Original commit files touched by this commit  0.5.1
sobomax search for other commits by this committer
Remove redundant REINPLACE_CMD.
25 Jul 2002 07:26:13
Original commit files touched by this commit  0.5.1
sobomax search for other commits by this committer
Use USE_GNOMENG.
24 Jul 2002 21:40:02
Original commit files touched by this commit  0.5.1
marcus search for other commits by this committer
Update to 0.5.1.
11 Jul 2002 15:23:19
Original commit files touched by this commit  0.5.0
sobomax search for other commits by this committer
Use USE_REINPLACE.
30 Jun 2002 22:20:44
Original commit files touched by this commit  0.5.0
marcus search for other commits by this committer
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
15 Jun 2002 09:05:13
Original commit files touched by this commit  0.5.0
marcus search for other commits by this committer
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
11 Jun 2002 08:15:32
Original commit files touched by this commit  0.5.0
marcus search for other commits by this committer
Update to the latest GNOME 2 snapshot.  This will be done it two parts.
This first part is the GNOME 2 API.  The next part will contain the desktop
components.
28 May 2002 16:08:26
Original commit files touched by this commit  0.1.22
marcus search for other commits by this committer
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
25 May 2002 19:21:22
Original commit files touched by this commit  0.1.21
marcus search for other commits by this committer
Fix conflict if the gtk-doc port is installed.

Reported by:    Rick Blair <ermine445@home.com>
19 May 2002 20:16:06
Original commit files touched by this commit  0.1.21
marcus search for other commits by this committer
Back to betas...Update to GNOME 2.0 beta 5.
12 May 2002 06:49:02
Original commit files touched by this commit  0.1.21
marcus search for other commits by this committer
Update to GNOME 2.0 RC2.
02 May 2002 03:37:15
Original commit files touched by this commit  0.1.21
marcus search for other commits by this committer
Update to GNOME 2.0 RC 1.
26 Apr 2002 07:34:47
Original commit files touched by this commit  0.1.21
sobomax search for other commits by this committer
- Update to 0.1.21 (version found in GNOME2 beta4);
- use USE_LIBTOOL.
06 Apr 2002 22:37:44
Original commit files touched by this commit  0.1.20
marcus search for other commits by this committer
Update to GNOME 2.0 beta3.

Approved by:    sobomax
11 Mar 2002 20:35:07
Original commit files touched by this commit
sobomax search for other commits by this committer
Bring up already ported portion on GNOME2 development platform on par with
GNOME2 beta2 release.
27 Feb 2002 11:21:00
files touched by this commit
sobomax search for other commits by this committer
Update all components of the GNOME 2.0 to the versions included into GNOME  
2.0-beta release.    
21 Feb 2002 09:42:16
files touched by this commit
sobomax search for other commits by this committer
Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another  
dependencies.    
14 Feb 2002 01:37:45
files touched by this commit
sobomax search for other commits by this committer
Use version of the patch-ltmain.sh which doesn't strip -pthread flags   when
linking shared libraries. Bump PORTREVISION.    
12 Feb 2002 13:26:37
files touched by this commit
sobomax search for other commits by this committer
Fix WWW.    
12 Feb 2002 13:12:30
files touched by this commit
sobomax search for other commits by this committer
Add linc 0.1.16, a library for writing networked servers & clients.    

Number of commits found: 50

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month254

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.392 seconds.