Port details |
- pike75 A dynamic programming language with a syntax similar to C++
- 7.5.21 lang
=0 7.5.21Version of this port present on the latest quarterly branch. - Maintainer: kiwi@oav.net
 - Port Added: 2004-02-20 20:14:33
- Last Update: 2004-05-05 21:58:11
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://pike.ida.liu.se/
- Description:
- Pike is an interpreted, object-oriented programming language.
It looks a bit like C and C++, but it is much easier to learn and use. It
can be used for small scripts as well as for large programs.
Pike is :
- High-level and powerful, which means that even very complex
things are easy to do.
- Object-oriented, which means that you can use modern programming
techniques to divide a large program into small pieces, which are much
easier to write than it would be to write the entire program at once.
- Interpreted, which means that you don't have to wait for a program to
compile and link when you want to run it.
- One of the fastest "scripting" languages available.
- Garbage-collected, which makes programming much simpler, and removes
the risk for memory leaks and other memory-related bugs.
- Easy to extend, which means that you can create plug-ins, written in
Pike as well as in C or C++, and integrate them with the rest of Pike.
WWW: http://pike.ida.liu.se/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- 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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME:
- 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. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- bison : devel/bison
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.5.21 05 May 2004 21:58:11
 |
vanilla  |
Remove pike75, we already repocopy it to pike76. |
7.5.21 29 Mar 2004 09:05:05
 |
kris  |
BROKEN on !i386: Does not build (errors running pike binary during build) |
7.5.21 16 Mar 2004 17:27:30
 |
vanilla  |
- Update to 7.5.21
- Fix threads support that was broken
PR: ports/64344
Submitted by: maintainer |
7.5.17_1 25 Feb 2004 17:09:46
 |
vanilla  |
Should append variable to LDFLAGS, no assign it.
Submitted by: maintainer |
7.5.17_1 25 Feb 2004 07:02:51
 |
vanilla  |
- Added mird support
- Fixed detection of libs that was b0rken
- Fixed patch for PTHREAD_LIBS and PTHREADS_CFLAGS
PR: ports/63187
Submitted by: maintainer |
7.5.17 20 Feb 2004 20:13:48
 |
vanilla  |
Add pike75 7.5.17, a dynamic programming language with a syntax similar
to C++.
PR: ports/62436
Submitted by: kiwi@oav.net |