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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
tilp TI Linking Program
6.79_3 comms Deleted on this many watch lists=0 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 6.79_3Version of this port present on the latest quarterly branch.
Maintainer: tijl@ulyssis.org search for ports maintained by this maintainer
Port Added: 2003-09-08 11:04:15
Last Update: 2007-09-06 03:12:23
SVN Revision: UNKNOWN
License: not specified in port
WWW:
http://tilp.info/
Description:
TiLP stands for 'Ti Linking Program' or 'Tilp is a Linking Program' (GNU recursive acronyms). TiLP is a program allowing a computer or a workstation to communicate with a Texas Instruments graphing calculator. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org
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:
  • tilp>0:comms/tilp
No installation instructions:
This port has been deleted.
PKGNAME: tilp
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. pkg-config : devel/pkg-config
  2. gmake : devel/gmake
  3. intltool-extract : textproc/intltool
  4. pkg-config : devel/pkg-config
  5. libraries : x11/xorg-libraries
Runtime dependencies:
  1. pkg-config : devel/pkg-config
  2. libraries : x11/xorg-libraries
Library dependencies:
  1. ticalcs.10 : devel/libticalcs
  2. ticables.12 : comms/libticables
  3. tifiles.6 : devel/libtifiles
  4. intl : devel/gettext
  5. atk-1.0.0 : accessibility/atk
  6. glib-2.0.0 : devel/glib20
  7. gtk-x11-2.0.0 : x11-toolkits/gtk20
  8. glade-2.0.0 : devel/libglade2
  9. xml2.5 : textproc/libxml2
  10. pango-1.0.0 : x11-toolkits/pango
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 (7 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://easynews.dl.sourceforge.net/sourceforge/tilp/
  3. http://heanet.dl.sourceforge.net/sourceforge/tilp/
  4. http://kent.dl.sourceforge.net/sourceforge/tilp/
  5. http://nchc.dl.sourceforge.net/sourceforge/tilp/
  6. http://ufpr.dl.sourceforge.net/sourceforge/tilp/
  7. http://umn.dl.sourceforge.net/sourceforge/tilp/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.79_3
06 Sep 2007 03:12:23
Original commit files touched by this commit
edwin search for other commits by this committer
[delete] comms/tilp

        comms/tilp has been superseded by comms/tilp2

        It was kept arround until the latter matured, which can now
        be considered the case. The original version is no longer
        supported by the authors and both ports conflict now. I'm
        not sure what exactly should happen, but for me the port
        can be removed and maybe added to MOVED.

PR:             ports/115979
Submitted by:   Tijl Coosemans <tijl@ulyssis.org>
6.79_3
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
6.79_2
16 Oct 2006 07:47:26
Original commit files touched by this commit
clsung search for other commits by this committer
- follow devel/libticalcs 4.6.1 library version
- bump PORTREVISION

Noted by:       kris
PR:             ports/103997
Approved by:    portmgr (kris)
6.79_1
28 May 2006 05:25:51
Original commit files touched by this commit
mezz search for other commits by this committer
devel/pkgconfig -> devel/pkg-config

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:             ports/97985
Repocopy by:    marcus
6.79_1
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
6.79_1
22 Jan 2006 08:22:09
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
6.79_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.
6.79_1
05 Nov 2005 05:22:06
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
6.79
23 Jun 2005 16:29:06
Original commit files touched by this commit
pav search for other commits by this committer
- Update to libticalcs 4.5.9, libtifiles 0.6.5, libticables 3.9.2 and tilp 6.79

PR:             ports/82407
Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
6.68_4
12 Mar 2005 10:54:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
6.68_3
07 Nov 2004 22:37:47
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
6.68_2
19 Apr 2004 07:44:12
Original commit files touched by this commit
kris search for other commits by this committer
Back out previous commit, the port was recently fixed.

Pointy hat to:  kris
6.68_2
19 Apr 2004 04:37:39
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not compile
6.68_2
17 Apr 2004 13:55:54
Original commit files touched by this commit
vs search for other commits by this committer
Unbreak after recent gtk update.

PR:             ports/65357
Submitted by:   Tijl Coosemans (maintainer)
Approved by:    linimon (mentor)
6.68_2
05 Apr 2004 03:31:02
Original commit files touched by this commit
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
6.68_1
20 Mar 2004 21:03:41
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data, approved by maintainers.
6.68_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.
6.68_1
04 Feb 2004 04:36:30
Original commit files touched by this commit
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
6.68
23 Jan 2004 18:12:26
Original commit files touched by this commit
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
6.68
03 Oct 2003 21:44:32
Original commit files touched by this commit
oliver search for other commits by this committer
- dependency update: intl.4 -> intl.5
- plist fixes

PR:             ports/57117
Submitted By:   maintainer
6.68
08 Sep 2003 17:23:17
Original commit files touched by this commit
erwin search for other commits by this committer
Convert spaces to tabs. This should fix INDEX build.

Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
6.68
08 Sep 2003 11:03:44
Original commit files touched by this commit
edwin search for other commits by this committer
[new port] TiLP: TI calculator link program

        TiLP is a Linking Program to send/receive files to/from
        your TI calculator.

PR:             ports/56137
Submitted by:   Tijl Coosemans <tijl@ulyssis.org>

Number of commits found: 22