FreshPorts -- The Place For Ports Tue, 14 Oct 2008 7:51 PM GMT
I will be attending meetBSD California 2008 at Google - Mountain View, California, November 15th and 16th, 2008. Will you be there?
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
otcl 1.13_3 lang on this many watch lists=3 search for ports that depend on this port
MIT Object Tcl
Maintained by: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: tcl tk


From the README:

   OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for
   object-oriented programming. It shouldn't be confused with the IXI
   Object Tcl extension by Dean Sheenan. (Sorry, but we both like the
   name and have been using it for a while.)

   Some of OTcl's features as compared to alternatives are:
     * designed to be dynamically extensible, like Tcl, from the ground
       up
     * builds on Tcl syntax and concepts rather than importing another
       language
     * compact yet powerful object programming system (draws on CLOS,
       Smalltalk, and Self)
     * fairly portable implementation (2000 lines of C, without core
       hacks)

   OTcl was presented at the Tcl/Tk Workshop '95. It constitutes a
   standalone release of a system that has been in use, embedded in the
   VuSystem, for two years. We made the release public (with free use,
   distribution and modification under the MIT license) to meet the
   demand for object-oriented programming in Tcl.

-Oscar <obonilla@fisicc-ufm.edu>
CVSWeb : Sources : Distfiles Availability : PortsMon
Required To Build: x11/libXext, devel/autoconf262
Required To Run: x11/libXext
Required Libraries: x11-toolkits/tk84

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


Configuration Options
     No options to configure

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/otcl-tclcl/
http://kent.dl.sourceforge.net/sourceforge/otcl-tclcl/
http://easynews.dl.sourceforge.net/sourceforge/otcl-tclcl/
http://ufpr.dl.sourceforge.net/sourceforge/otcl-tclcl/
http://umn.dl.sourceforge.net/sourceforge/otcl-tclcl/
http://heanet.dl.sourceforge.net/sourceforge/otcl-tclcl/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 26

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Aug 2008 01:57:32
Original commit files touched by this commit  1.13_3
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
19 Apr 2008 18:56:05
Original commit files touched by this commit  1.13_3
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
09 Apr 2008 14:42:26
Original commit files touched by this commit  1.13_3
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
30 Sep 2007 05:47:37
Original commit files touched by this commit  1.13_3
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
31 Jul 2007 22:03:29
Original commit files touched by this commit  1.13_2
mm search for other commits by this committer
- Add USE_XORG=xext
- Add xorg-related CONFIGURE_ARGS
- Bump PORTREVISION

Approved by:    garga (mentor, implicit)
30 Jul 2007 16:03:09
Original commit files touched by this commit  1.13_1
mm search for other commits by this committer
- Unbreak by removing check for unused X11/Intrinsic.h
- Reorganize post-patch for better readability

Approved by:    garga (mentor, implicit)
19 May 2007 21:32:57
Original commit files touched by this commit  1.13_1
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}.
30 Apr 2007 13:56:46
Original commit files touched by this commit  1.13
mm search for other commits by this committer
- updated to 1.13
- added USE_TK=80+
- uses REINPLACE_CMD for correct library search paths

Approved by:    garga (mentor)
05 Apr 2007 14:19:09
Original commit files touched by this commit  1.12
mm search for other commits by this committer
- updated maintainer e-mail address

Approved by:    garga (mentor)
26 Feb 2007 22:22:44
Original commit files touched by this commit  1.12
miwi search for other commits by this committer
- Update to 1.12
- Pass maintainership to submitter

PR:             109464
Submitted by:   Martin Matuska <martin@matuska.org>
01 Dec 2006 14:14:47
Original commit files touched by this commit  1.9
laszlof search for other commits by this committer
Respect X11BASE

Reported by:    pointyhat
15 Aug 2006 01:29:13
Original commit files touched by this commit  1.9
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
25 Nov 2005 00:33:45
Original commit files touched by this commit  1.9
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.9
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.
19 Apr 2004 05:55:34
Original commit files touched by this commit  1.8
nork search for other commits by this committer
o Update to 1.8.
o Upgrade dependency on tcl/tk to 8.4.

PR:             ports-jp/14620
Submitted by:   Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.0a8
trevor search for other commits by this committer
SIZEify.
20 Feb 2003 18:38:02
Original commit files touched by this commit  1.0a8
knu search for other commits by this committer
De-pkg-comment.
02 Jan 2003 18:42:39
Original commit files touched by this commit  1.0a8
ijliao search for other commits by this committer
upgrade to 1.0a8

PR:             45935
Submitted by:   Ports Fury
12 Mar 2002 01:13:36
Original commit files touched by this commit
ade search for other commits by this committer
Update to 1.0a7, depend on Tcl/Tk 8.3.
MAINTAINER email bounces - reset to ports@FreeBSD.org

PR:             35803
Submitted by:   Bruce A. Mah <bmah@packetdesign.com>
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
09 Dec 2000 15:30:18
files touched by this commit
kevlo search for other commits by this committer
Update to 1.0a6    
08 Oct 2000 12:02:42
files touched by this commit
asami search for other commits by this committer
Adjust to lang/tcl* install/deinstall script paths.    
08 Oct 2000 05:17:26
files touched by this commit
asami search for other commits by this committer
Convert category lang to new layout.  
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 10:48:25
files touched by this commit
sobomax search for other commits by this committer
Fourth round of INSTALLS_SHLIBS conversion.    
31 May 2000 20:17:40
files touched by this commit
hoek search for other commits by this committer
PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or from   ${PKGDIR} if
DEINSTALL.tclsh exists there.    

Number of commits found: 26

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03

12 vulnerabilities affecting 34 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 19312
Broken 157
Deprecated 80
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 62
Interactive 78
new 24 hours 7
new 48 hours18
new 7 days48
new fortnight78
new month144

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

Add tab to Netscape 6

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