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
Port details
cyclone A safe dialect of C from Cornell and AT&T Research
0.6_1 lang 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 0.6_1Version of this port present on the latest quarterly branch.
Broken BROKEN: "Cannot convert header files on -CURRENT!"
Deprecated DEPRECATED: Broken on all supported versions of FreeBSD
Expired This port expired on: 2007-03-10
Ignore IGNORE: is marked as broken: "Cannot convert header files on -CURRENT!"
Maintainer: vs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-01-17 13:23:05
Last Update: 2007-03-13 18:54:29
SVN Revision: UNKNOWN
License: not specified in port
WWW:
http://cyclone.thelanguage.org/
Description:
Cyclone is a programming language based on C that is safe, meaning that it rules out programs that have buffer overflows, dangling pointers, format string attacks, and so on. High-level, type-safe languages, such as Java, Scheme, or ML also provide safety, but they don't give the same control over data representations and memory management that C does (witness the fact that the run-time systems for these languages are usually written in C.) Furthermore, porting legacy C code to these languages or interfacing with legacy C libraries is a difficult and error-prone process. The goal of Cyclone is to give programmers the same low-level control and performance of C without sacrificing safety, and to make it easy to port or interface with legacy C code. WWW: http://cyclone.thelanguage.org/ -- AlanE <ports@geeksrus.net>
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:
  • cyclone>0:lang/cyclone
No installation instructions:
This port has been deleted.
PKGNAME: cyclone
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
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://www.cs.cornell.edu/projects/cyclone/software/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6_1
13 Mar 2007 18:54:29
Original commit files touched by this commit
miwi search for other commits by this committer
2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD
2007-03-10 korean/gau: Broken on all supported versions of FreeBSD
2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD
2007-03-01 lang/pike70: Please use pike72
2007-03-10 misc/lile: Broken on all supported versions of FreeBSD
2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD
2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD
2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD
2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x.  Use glabel(8)
instead
2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD
2007-03-10 korean/gau: Broken on all supported versions of FreeBSD
2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD
2007-03-01 lang/pike70: Please use pike72
2007-03-10 misc/lile: Broken on all supported versions of FreeBSD
2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD
2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD
2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD
2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x.  Use glabel(8)
instead
0.6_1
11 Feb 2007 00:43:27
Original commit files touched by this commit
kris search for other commits by this committer
Deprecate these ports that are broken on 5.x and above, with expiry in
1 month.
0.6_1
20 Jun 2006 03:11:46
Original commit files touched by this commit
obrien search for other commits by this committer
Update WWW: link.
0.6_1
30 Jan 2006 11:48:01
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify
APproved by: krion@
0.6_1
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
0.6_1
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
0.6_1
22 Mar 2004 10:38:34
Original commit files touched by this commit
vs search for other commits by this committer
SIZE-ify distinfo

Reminded by: trevor
Approved by: linimon (mentor)
0.6_1
10 Mar 2004 13:16:51
Original commit files touched by this commit
vs search for other commits by this committer
- Update MAINTAINER-line of my ports to new @FreeBSD.org address
- Nuke 2x USE_SIZE while here

Approved by: linimon (mentor)
0.6_1
04 Feb 2004 05:21:48
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 2)
0.6
20 Dec 2003 12:17:37
Original commit files touched by this commit
krion search for other commits by this committer
- Mark ONLY_FOR_ARCHS=i386
- Give maintainership to submitter

PR:             60424
Submitted by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
0.6
07 Nov 2003 20:50:56
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 0.6

PR:             59033
Submitted by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
0.2
08 Aug 2003 04:40:47
Original commit files touched by this commit
kris search for other commits by this committer
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it.  If you are interested
in saving this port, please send your patches to the maintainer.  If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr.
0.2
31 Jul 2003 02:48:47
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not compile (5.x) or install (4.x)
0.2
31 Jul 2003 01:58:45
Original commit files touched by this commit
kris search for other commits by this committer
Instead of setting NO_PACKAGE to note that the port does not respect CC
or CFLAGS, just note it in the pre-everything target.
0.2
06 Jul 2003 10:14:34
Original commit files touched by this commit
oliver search for other commits by this committer
replace ${PERL} with ${REINPLACE_CMD}

PR:             47406
0.2
20 Feb 2003 18:38:02
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.2
02 Jan 2003 18:18:45
Original commit files touched by this commit
dinoex search for other commits by this committer
fix MAINTAINTER to ports@FreeBSD.org
PR:             46686
Submitted by:   erwin@lansing.dk
0.2
15 Nov 2002 04:03:34
Original commit files touched by this commit
alane search for other commits by this committer
Give up maintainership of these ports since I don't have time. Quanta goes to
kde@, all the rest are up for grabs to the most masochistic bidder.
0.2
01 Nov 2002 13:09:32
Original commit files touched by this commit
alane search for other commits by this committer
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
0.2
01 Nov 2002 04:17:51
Original commit files touched by this commit
alane search for other commits by this committer
Changed MAINTAINER to my FreeBSD address.
0.2
09 Jun 2002 16:28:00
Original commit files touched by this commit
cy search for other commits by this committer
Fix brokenness, the port can now fetch again.

PR:             38639
Approved by:    MAINTAINER Alan E <alane@geeksrus.net>
0.2
09 Jun 2002 15:18:57
Original commit files touched by this commit
petef search for other commits by this committer
Mark BROKEN:  the current distfile isn't fetchable, and the maintainer is
still working on updating the port to 0.3.

PR:             38639
Submitted by:   maintainer
0.2
04 Jun 2002 22:58:55
Original commit files touched by this commit
obrien search for other commits by this committer
I am unable to test this as the port is broken.  But I could find no
explaination in our cvs logs or the package website why this cannot be
compiled with GCC 3.1.
29 Jan 2002 11:24:09
commit hash: fp1.24103@dev.null.freshports.orgcommit hash: fp1.24103@dev.null.freshports.orgcommit hash: fp1.24103@dev.null.freshports.orgcommit hash: fp1.24103@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
17 Jan 2002 16:23:05
commit hash: fp1.23467@dev.null.freshports.orgcommit hash: fp1.23467@dev.null.freshports.orgcommit hash: fp1.23467@dev.null.freshports.orgcommit hash: fp1.23467@dev.null.freshports.org files touched by this commit
lioux search for other commits by this committer
New port cyclone version 0.2: A safe dialect of C from Cornell and   AT&T
Research    

Number of commits found: 25