9dcf FreshPorts -- lang/pike78
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
pike78 7.8.700_1 lang on this many watch lists=1 search for ports that depend on this port
A dynamic programming language with a syntax similar to C++
Maintained by: johans@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 May 2009 18:05:33
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/bison
  2. devel/gmake
  3. lang/perl5.14
Required To Run:
  1. lang/perl5.14
Required Libraries:
  1. graphics/jpeg
  2. graphics/tiff
  3. databases/gdbm
  4. devel/pcre
  5. databases/mird
  6. math/gmp
  7. devel/gettext
  8. print/freetype
  9. print/freetype2
  10. databases/mysql55-client
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for pike78-7.8.700_1:
     TTF=on: Enable FreeType 1 (libttf) font rendering engine
     FREETYPE=on: TrueType font rendering support
     MYSQL=on: MySQL database support
     PGSQL=off: PostgreSQL database support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.caudium.net/pike/official_releases/7.8.700/
  3. ftp://pike.ida.liu.se/pub/pike/beta/7.8.700/
  4. http://pike.ida.liu.se/pub/pike/all/7.8.700/
  5. http://pike.ida.liu.se/pub/pike/beta/7.8.700/

Number of commits found: 28

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
26 Apr 2013 10:44:29
Original commit files touched by this commit  7.8.700_1
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
08 Mar 2013 11:32:12
Original commit files touched by this commit  7.8.700_1
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
10 Dec 2012 19:11:12
Refresh Original commit files touched by this commit
  Sanity Test Failure
mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
02 Sep 2012 12:03:45
Original commit files touched by this commit  7.8.700
johans search for other commits by this committer
- Update Pike to 7.8.700
- Reduce Makefile header
28 Jun 2012 16:12:22
Original commit files touched by this commit  7.8.686
johans search for other commits by this committer
Convert to new options framework
17 Jun 2012 21:14:36
Original commit files touched by this commit  7.8.686
johans search for other commits by this committer
Mark broken on FreeBSD 7.x
14 Jun 2012 18:58:42
Original commit files touched by this commit  7.8.686
johans search for other commits by this committer
- Update Pike to 7.8.686 (beta) release
- Convert to new options style
14 Feb 2012 12:45:35
Original commit files touched by this commit  7.8.352_8
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
18 Dec 2011 22:58:50
Original commit files touched by this commit  7.8.352_7
bapt search for other commits by this committer
Fix build on CURRENT using m4 -g instead of m4

Approved by:    johans
12 Sep 2011 23:17:33
Original commit files touched by this commit  7.8.352_7
gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
16 Jul 2011 05:30:33
Original commit files touched by this commit  7.8.352_6
linimon search for other commits by this committer
Mark as broken on sparc64: fails to link.
17 Apr 2011 16:02:21
Original commit files touched by this commit  7.8.352_6
johans search for other commits by this committer
Mark broken on 7.x/amd64: segmentation fault during compilation

Reported by:            pointyhat via pav
09 Apr 2011 10:08:28
Original commit files touched by this commit  7.8.352_6
johans search for other commits by this committer
- Remove Pike 7.8 dependency on the Nettle port,
  in preparation of a Nettle upgrade to an incompatible version
  use the old bundled files instead (based on Nettle 1.5)
- Bump PORTREVISION
- While here, remove MD5 checksum

PR:             ports/156173
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
19 Mar 2011 13:15:34
Original commit files touched by this commit  7.8.352_5
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
28 Oct 2010 18:58:04
Original commit files touched by this commit  7.8.352_4
johans search for other commits by this committer
Pike 7.8 works fine on sparc64

PR:             ports/151795
Submitted by:   gahr
31 May 2010 02:01:56
Original commit files touched by this commit  7.8.352_4
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
19 Apr 2010 10:43:43
Original commit files touched by this commit  7.8.352_3
ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
23 Feb 2010 18:06:02
Original commit files touched by this commit  7.8.352_2
johans search for other commits by this committer
Update my mail address to @FreeBSD.org

Feature safe:   yes
05 Feb 2010 11:46:55
Original commit files touched by this commit  7.8.352_2
dinoex search for other commits by this committer
- update to jpeg-8
04 Dec 2009 08:42:07
Original commit files touched by this commit  7.8.352_1
johans search for other commits by this committer
- Unbreak on 8.x (fix plist)
- Chase libnettle update
- Introduce dynamic plist (this also allows more OPTIONS with the next update)
08 Oct 2009 17:55:40
Original commit files touched by this commit  7.8.352
johans search for other commits by this committer
Update to 7.8.352
09 Aug 2009 11:34:52
Original commit files touched by this commit  7.8.316_1
johans search for other commits by this committer
- Register CONFLICTS for lang/pike* ports (binaries + manuals in same place)

PR:             ports/137568
Submitted by:   Piotr Smyrak
30 Jul 2009 05:44:45
Original commit files touched by this commit  7.8.316_1
johans search for other commits by this committer
Mark broken on FreeBSD-8

Reported by:    pointyhat via pav
18 Jul 2009 11:11:29
Original commit files touched by this commit  7.8.316_1
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
08 Jul 2009 17:33:52
Original commit files touched by this commit  7.8.316
johans search for other commits by this committer
Update to pike 7.8.316
21 May 2009 17:38:56
Original commit files touched by this commit  7.8.116_1
johans search for other commits by this committer
Tell pike how to build and install shared module libs on amd64
21 May 2009 10:39:32
Original commit files touched by this commit  7.8.116
johans search for other commits by this committer
Disable problematic gssapi module
18 May 2009 18:05:00
Original commit files touched by this commit  7.8.116
johans search for other commits by this committer
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.

 A lot of inspiration for this port came from the Pike 7.6 port.
 Some optional pike modules are not yet included; will follow soon.

Number of commits found: 28

283f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 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 24518
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days24
new fortnight76
new month206

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0