aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-261-2/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* Add new port: lang/adacontrolJohn Marino2013-07-211-0/+1
| | | | | | | | | | | Adacontrol is a tool that analyzes language constructs in Ada programs. It can be used as a standalone tool, or integrated into other tools. An example of integration can be seen with the upcoming devel/ahven port. Approved by: bapt (mentor) Notes: svn path=/head/; revision=323392
* Add new port: lang/asisJohn Marino2013-07-211-0/+1
| | | | | | | | | | | | | | This is ASIS, the Ada Semantic Interface Specification. ASIS is tightly coupled with lang/gcc-aux and must be built with the same sources. For this reason, ASIS will not work with other Ada compilers, including GNAT GPL (lang/gnat). ASIS is a dependency of several upcoming Ada ports. Approved by: bapt (mentor) Notes: svn path=/head/; revision=323389
* Add new port: lang/gnat_utilJohn Marino2013-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | There are a number of GNAT tools that have to be build using the same exact sources as the compiler that it serves. Two examples of this are GPRbuild and ASIS. The latter is an important component of several other language semantic tools. Accordingly, a separate port is being created to build a static library that need these compiler sources. Incidentally, diverging sources is the reason devel/gprbuild-aux stopped building after lang/gcc-aux was upgraded. With this new scheme, this type of failure should no longer occur. This is a dependency of the upcoming lang/asis port, and must be specified as a build dependency by any port that needs ASIS. Approved by: bapt (mentor) Notes: svn path=/head/; revision=323388
* - Remove editors/code-browser and lang/copper, which fail to build onPietro Cerutti2013-07-181-1/+0
| | | | | | | most environments Notes: svn path=/head/; revision=323224
* IronPython is an open-source implementation of the Python programmingMarcus von Appen2013-07-121-0/+1
| | | | | | | | | | | language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily. WWW: http://www.ironpython.net Notes: svn path=/head/; revision=322866
* YAP is a high-performance Prolog compiler developed atFelippe de Meirelles Motta2013-07-031-0/+1
| | | | | | | | | | | | | | | | LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog. WWW: http://www.dcc.fc.up.pt/~vsc/Yap/ PR: ports/180068 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=322261
* Welcome PHP 5.5!Alex Dupre2013-06-241-0/+2
| | | | | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run Notes: svn path=/head/; revision=321684
* Add ports of DragonEgg version 3.3 for GCC 4.6 and 4.7.Brooks Davis2013-06-211-0/+2
| | | | Notes: svn path=/head/; revision=321476
* Remove expired port:Rene Ladan2013-06-191-1/+0
| | | | | | | 2012-05-10 lang/boo: BROKEN for more than 6 month Notes: svn path=/head/; revision=321240
* Add ports of clang and LLVM 3.3.rc3. Unlike previous ports theseBrooks Davis2013-06-111-0/+1
| | | | | | | | | | | install primarily in ${PREFIX}/llvm33 with wrapper scripts in ${PREFIX}/bin named clang33, llc33, etc. In an additional change, the clang static analyzer's python wrapper and web bits are not installed. Notes: svn path=/head/; revision=320628
* Remove expired port:Rene Ladan2013-06-051-1/+0
| | | | | | | 2013-03-05 lang/elisp-manual: Broken for more than 6 months Notes: svn path=/head/; revision=320018
* - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andRene Ladan2013-05-301-1/+0
| | | | | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=319410
* Add lang/erlang-runtime16 (see also r317410).Jimmy Olgeni2013-05-051-0/+1
| | | | Notes: svn path=/head/; revision=317415
* Add lang/erlang-runtime15.Jimmy Olgeni2013-05-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This port is indented for developers and port maintainers. It is a copy of lang/erlang with a few differences: - Nothing is installed in $PREFIX/bin - Libraries are installed in $PREFIX/lib/erlang15 - You have to change your PATH to actually use it - Support for building PLTs is removed - Other ports are not supposed to install anything inside this environment What is this for: - Building Erlang applications using the R15 runtime, once R16 is committed (think Riak). - Building Erlang applications when there are conflicts with modules provided by other ports (for example, the RabbitMQ client libraries conflict with the server code installed by net/rabbitmq). - Testing new Erlang versions before the main port is upgraded. Notes: svn path=/head/; revision=317410
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-04-231-1/+0
| | | | | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble) Notes: svn path=/head/; revision=316351
* Add spidermonkey 17.0Koop Mast2013-03-291-0/+1
| | | | | | | | | This is the spidermonkey version shipped with the firefox-esr series 17.0. Not to be confused with spidermonkey17 ports which is 1.7. Borrow patch from firefox-esr to fix the build with clang. Notes: svn path=/head/; revision=315532
* Now that GCC 4.8.0 has been released, welcome GCC 4.9 in its very,Gerald Pfeifer2013-03-241-0/+1
| | | | | | | | | | | | | very early development stages. Business as usual with the C, C++, Fortran, Java compilers and tools invoked as gcc49, g++49, gfortran49, gcj49 and so forth. Initially this may be relatively stable due to the GCC 4.8.0 stabilization efforts, but be prepared for a rough ride the coming months as this goes through active development. Notes: svn path=/head/; revision=315178
* Add lang/newlisp-devel, tracking development versions of lang/newlisp.Jimmy Olgeni2013-03-091-0/+1
| | | | Notes: svn path=/head/; revision=313772
* 2012-10-26 lang/eperl: Unfixed upstream remote vulnerability and no activity ↵Baptiste Daroussin2013-03-031-1/+0
| | | | | | | | | | | | | | | | | | | since 1998 2013-01-31 x11-wm/e17-module-language: Deprecated upstream 2013-01-31 x11-wm/e17-module-xkbswitch: Merged into x11-wm/enlightenment 2013-01-31 x11-wm/e17-module-e-tiling: Deprecated upstream 2013-01-31 x11-wm/e17-module-quickaccess: Merged into x11-wm/enlightenment 2013-01-31 x11-wm/e17-module-tiling: Merged into x11-wm/enlightenment 2013-01-31 x11-wm/e17-module-drawer: Deprecated upstream 2013-01-31 x11-wm/e17-module-calendar: Deprecated upstream 2013-02-07 x11/oooqs: For old OOo versions; uses kde3; unmaintained upstream; see x11/oooqs2 2013-02-10 www/xpi-customizegoogle: Add-on has been discontinued 2013-02-11 games/kimboot: no longer works 2013-02-27 net-im/imcom: No more upstream, no more public distfiles Notes: svn path=/head/; revision=313374
* - Add Ruby 2.0Steve Wills2013-02-241-0/+1
| | | | Notes: svn path=/head/; revision=312871
* - New port: lang/copperPietro Cerutti2013-02-071-0/+1
| | | | | | | | | | | | | Copper an experimental programming language used to develop Code Browser 4. It is based on Zinc [http://tibleiz.net/zinc/] with some improvements such as genericity, multiple return values or variadic arguments. It does not generate intermediary C code anymore, it has two backends: a x86 COFF generator and LLVM (version 2.9). WWW: http://tibleiz.net/copper/ Notes: svn path=/head/; revision=311876
* - Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0Pietro Cerutti2013-02-061-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: http://www.tcl.tk/software/tcltk/8.6.html - Get rid of -thread slaves ports: threads are now enabled by default and can be OPTIONally disabled. This applies to: * lang/tcl84 * lang/tcl85 * lang/tcl86 * x11-toolkits/tk84 * x11-toolkits/tk85 * x11-toolkits/tk86 - Get rid of tcl-modules slave port: modules are now installed by default and can be OPTIONally disabled. This applies to: * lang/tcl85 * lang/tcl86 - Fix conflicts between man pages of different Tcl/Tk versions, by adding a suffix (tcl84, tcl85, tcl86, tk84, tk85, and tk86). Reviewed by: bf, crees Approved by: bapt (portmgr, after partial exp-run) Notes: svn path=/head/; revision=311773
* - Remove lang/perl5.8 and lang/perl5.10Andrej Zverev2013-02-041-2/+0
| | | | | | | | Reviewed by: bapt@ Approved by: skv@ (implicit via email) Notes: svn path=/head/; revision=311580
* As long promised, remove llvm-gcc4 in favor of the dragonegg gcc plugin.Brooks Davis2013-02-011-1/+0
| | | | | | | Remove llvm29 as it is ancient and only existed to support llvm-gcc4. Notes: svn path=/head/; revision=311380
* Back when Erlang R15 was imported, lang/erlang14 was added as aJimmy Olgeni2013-01-301-1/+0
| | | | | | | | | safety fallback option. Since no issues came up with R15 it can now be removed. Notes: svn path=/head/; revision=311243
* Welcome gcc-ecj45, a new port that provides a pre-built version of theGerald Pfeifer2013-01-201-0/+1
| | | | | | | | | | | | | | Eclipse Java Compiler (ECJ) used to build and support the Java frontend of GCC, the GNU Compiler Collection. This is not new code to us, but breaks out what we have been manually (and redundantly) carrying in our four GCC 4.6, 4.7 and 4.8 ports lang/gcc, lang/gcc46, lang/gcc47 and lang/gcc48. PR: 175072 Notes: svn path=/head/; revision=310694
* Add a port of the 3.2 release of the dragonegg GCC plugin.Brooks Davis2013-01-101-0/+1
| | | | Notes: svn path=/head/; revision=310196
* In preparation for updating llvm and clang to 3.2, create temporaryBrooks Davis2013-01-101-0/+1
| | | | | | | ports of 3.1 so ports that don't yet work with 3.2 continue to work. Notes: svn path=/head/; revision=310187
* Add new port lang/lua52.Matthias Andree2013-01-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping. A fundamental concept in the design of Lua is to provide meta-mechanisms for implementing features, instead of providing a host of features directly in the language. For example, although Lua is not a pure object-oriented language, it does provide meta-mechanisms for implementing classes and inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the language small, while allowing the semantics to be extended in unconventional ways. Extensible semantics is a distinguishing feature of Lua. Lua is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. WWW: http://www.lua.org/ PR: ports/174437 Submitted by: Green Dog <fiziologus@gmail.com> Notes: svn path=/head/; revision=309973
* Add python33.Dmitry Sivachenko2012-12-201-0/+1
| | | | Notes: svn path=/head/; revision=309314
* - Retire Tcl/Tk 8.2 now that the last consumer (deskutils/abacus) has gonePietro Cerutti2012-12-031-1/+0
| | | | | | | | | - Fix typo in previous commit in MOVED Feature safe: yes Notes: svn path=/head/; revision=308158
* 2012-11-27 java/jmp: Java 1.5 is EOLedBaptiste Daroussin2012-11-281-1/+0
| | | | | | | | | | | | | | | | | | | 2012-11-26 irc/tr-ircd: No more public distfiles 2012-11-26 lang/imp-interpreter: No more public distfiles 2012-11-26 games/xquarto: No more public distfiles 2012-11-26 games/six: No more public distfiles 2012-11-26 finance/gfp: No more public distfiles 2012-11-26 games/44bsd-hunt: No more public distfiles 2012-11-26 graphics/ale: No more public distfiles 2012-11-26 german/digibux: No more public distfiles 2012-11-26 java/eclipse-clay-core: No more public distfiles 2012-11-26 games/xbloody: No more public distfiles 2012-11-26 dns/sqldjbdns: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=307898
* 2012-10-20 lang/ironpython: No more public distfilesBaptiste Daroussin2012-10-251-2/+0
| | | | | | | | | | | | | | | | | | | | 2012-10-20 lang/cu-prolog: No more public distfiles 2012-10-20 japanese/stardict-dict-ja: No more public distfiles 2012-10-20 japanese/otojiro-fpw: No more public distfiles 2012-10-20 japanese/hex: No more public distfiles 2012-10-20 japanese/gxditview: No more public distfiles 2012-10-20 graphics/view3ds: No more public distfiles 2012-10-20 graphics/photoclip: No more public distfiles 2012-10-20 graphics/multivideo: Abandonware, no more upstream, depends on the deprecated wxGTK 2.4 2012-10-20 graphics/kphotoalbum: No more public distfiles 2012-10-20 graphics/jpegpixi: No more public distfiles 2012-10-20 graphics/gimp-manual-pdf: No more public distfiles 2012-10-20 graphics/exifprobe: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=306407
* The documentation for the Scala standard library.Alex Dupre2012-10-231-0/+1
| | | | | | | | | WWW: http://www.scala-lang.org/ Feature safe: yes Notes: svn path=/head/; revision=306314
* Spidermonkey is the JavaScript interpreter from the Mozilla project.Tom Judge2012-10-161-0/+1
| | | | | | | | | | | | | | | | WWW: http://www.mozilla.org/js/spidermonkey/ Feature safe: yes PR: ports/172710 PR: ports/170768 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Submitted by: Anton Afanasyev <aasoft@gmail.com> Submitted by: avg Reviewed by: kwm, flo Approved by: eadler (mentor) Notes: svn path=/head/; revision=305994
* Connect dragonegg-devel46 to the build.Brooks Davis2012-10-151-0/+1
| | | | | | | | | Reported by: beat Point hat to: brooks Feature safe: yes Notes: svn path=/head/; revision=305924
* Rename lang/spidermonkey to lang/spidermonkey17 in preperation for theTom Judge2012-09-021-1/+1
| | | | | | | | | | import of lang/spidermonkey18. Approved by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) Approved by: eadler (mentor) Notes: svn path=/head/; revision=303570
* Connect lang/erlang14 to the build.Jimmy Olgeni2012-08-151-0/+1
| | | | Notes: svn path=/head/; revision=302602
* Remove the lang/erlang-lite port, which is now redundant as itJimmy Olgeni2012-08-151-1/+0
| | | | | | | | | specifies the same set of options as lang/erlang's defaults. Dependent ports were fixed in r302574. Notes: svn path=/head/; revision=302575
* gcc-aux is the successor to the gcc-4.6-based lang/gnat-aux. Originally itFrederic Culot2012-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was planned for lang/gnat-aux to upgrade to version 4.7, then 4.8, etc. However, some cross-compilers are based on it and there are some significant differences between gcc 4.6 and 4.7. lang/gnat-aux also installs with a ${LOCALBASE} of /usr/local which has a high potential of file conflicts with other lang/ compilers. Another reason for keeping them separate is just about every Ada program will need to be patched for it due to new binding interpretations stemming from Ada-2012 work. Simply updating gnat-aux would break them all instantly. The AUX compiler supports several languages: Ada, C, C++, Fortran and Objective-C. Since Ada support must be built by an Ada-capable compiler, only platforms for which a bootstrap compiler is available can build the AUX compiler. The AUX compiler is based on release versions of the Free Software Foundation's GNU Compiler Collection. It carries with it the GMGPL license, the modified version of the GPL that exempts generic instantiation from resulting in a GPL-licensed executable. It also carries the GCC Runtime Library Exception, so the resulting binaries have no licensing requirements. Binaries produced by the AUX compiler should be legally handled the same as binaries produced by any FSF compiler. The AUX GNAT compiler implements the full Ada-83, Ada-95, Ada-2005 standard and provides a partial implementation of Ada-2012. WWW: http://www.dragonlace.net/ PR: ports/169951 Submitted by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=301801
* - retire steptalkDirk Meyer2012-07-281-1/+0
| | | | Notes: svn path=/head/; revision=301637
* Remove expired ports:Alex Kozlov2012-07-281-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-07-20 audio/etoile-melodie: API no longer supported 2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported 2012-07-20 deskutils/etoile-corner: API no longer supported 2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported 2012-07-20 deskutils/etoile-distributedview: API no longer supported 2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported 2012-07-20 deskutils/etoile-hardware: API no longer supported 2012-07-20 deskutils/etoile-inspectorkit: API no longer supported 2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported 2012-07-20 deskutils/etoile-menuserver: API no longer supported 2012-07-20 deskutils/etoile-panekit: API no longer supported 2012-07-20 deskutils/etoile-scriptservices: API no longer supported 2012-07-20 deskutils/etoile-servicemenulet: API no longer supported 2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported 2012-07-20 deskutils/etoile-systemconfig: API no longer supported 2012-07-20 deskutils/etoile-trackerkit: API no longer supported 2012-07-20 deskutils/etoile-ui: API no longer supported 2012-07-20 devel/etoile-collectionkit: API no longer supported 2012-07-20 devel/etoile-coreobject: API no longer supported 2012-07-20 devel/etoile-foundation: API no longer supported 2012-07-20 devel/etoile-serialize: API no longer supported 2012-07-20 devel/etoile-unitkit: API no longer supported 2012-07-20 devel/llvm-etoile: API no longer supported 2012-07-20 editors/etoile-typewriter: API no longer supported 2012-07-20 graphics/popplerkit: API no longer supported 2012-07-20 graphics/vindaloo: API no longer supported 2012-07-20 lang/etoile-compiler: API no longer supported 2012-07-20 lang/etoile-io: API no longer supported 2012-07-20 lang/etoile-languagekit: API no longer supported 2012-07-20 lang/etoile-lkplugins: API no longer supported 2012-07-20 lang/etoile-scriptkit: API no longer supported 2012-07-20 lang/etoile-smalltalkkit: API no longer supported 2012-07-20 multimedia/etoile-babbler: API no longer supported 2012-07-20 multimedia/etoile-mediakit: API no longer supported 2012-07-20 multimedia/etoile-multimediakit: API no longer supported 2012-07-20 net-im/etoile-stepchat: API no longer supported 2012-07-20 net-im/etoile-xmppkit: API no longer supported 2012-07-20 sysutils/etoile-behavior: API no longer supported 2012-07-20 sysutils/etoile-installer: API no longer supported 2012-07-20 sysutils/etoile-powermenulet: API no longer supported 2012-07-20 sysutils/etoile-system: API no longer supported 2012-07-20 textproc/etoile-lucenekit: API no longer supported 2012-07-20 textproc/etoile-ogrekit: API no longer supported 2012-07-20 textproc/etoile-opmlkit: API no longer supported 2012-07-20 www/etoile-bookmarkkit: API no longer supported 2012-07-20 www/etoile-mollusk: API no longer supported 2012-07-20 x11-fm/etoile-fontmanager: API no longer supported 2012-07-20 x11-themes/etoile-azbackground: API no longer supported 2012-07-20 x11-themes/etoile-camaelon: API no longer supported 2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported 2012-07-20 x11-themes/etoile-iconkit: API no longer supported 2012-07-20 x11-themes/etoile-wildmenus: API no longer supported 2012-07-20 x11-wm/etoile-azalea: API no longer supported 2012-07-20 x11-wm/etoile-azdock: API no longer supported 2012-07-20 x11-wm/etoile-azswitch: API no longer supported 2012-07-20 x11-wm/etoile-login: API no longer supported 2012-07-20 x11/etoile: Update to a new release is required 2012-07-20 x11/etoile-idle: API no longer supported 2012-07-20 x11/etoile-iterm: API no longer supported 2012-07-20 x11/etoile-xwindowserverkit: API no longer supported 2012-07-20 x11/gnustep-app: API no longer supported Notes: svn path=/head/; revision=301630
* From the HipHop Homepage:Martin Matuska2012-07-181-0/+1
| | | | | | | | | | | | | | | | | | | HipHop transforms your PHP source code into highly optimized C++ and then compiles it with g++ to build binary files. You keep coding in simpler PHP, then HipHop executes your source code in a semantically equivalent manner and sacrifices some rarely used features - such as eval() - in exchange for improved performance. HipHop was developed by Facebook and was released as open source in early 2010. Facebook sees about a 50% reduction in CPU usage when serving equal amounts of Web traffic when compared to Apache and PHP. Facebook.s API tier can serve twice the traffic using 30% less CPU. WWW: https://github.com/facebook/hiphop-php/wiki Notes: svn path=/head/; revision=301100
* - add new port: lang/malbolgeJason Helfman2012-07-171-0/+1
| | | | | | | | | | | | | | | Malbolge is an esoteric language, named after the eighth circle of hell in the Divina Commedia by Dante. Two years were necessary to see the first software produced in this language. WWW: http://www.dereckson.be/software/Malbolge/ PR: ports/169863 Submitted by: dereckson@gmail.com Notes: svn path=/head/; revision=301017
* - remove expired portsRuslan Makhmatkhanov2012-07-161-2/+0
| | | | | | | | | | | | | | | | * lang/python24 and lang/python25: unmaintained upstream * www/zope and www/zope211: unmaintained upstream (the only consumers of python24) - clean-up python versions < 2.6 from lang/python-doc-html - clean-up python24/25 from Mk/bsd.ports.mk - add www/zope213 glue to bsd.python.mk - clean-up zope versions != 2.13 from bsd.python.mk Submitted by: miwi (based on) Approved by: portmgr (miwi) Notes: svn path=/head/; revision=300956
* Temporarily remove lang/erlang14 from lang/Makefile due to namingJimmy Olgeni2012-07-011-1/+0
| | | | | | | | | conflict in INDEX generation. Submitted by: crees Notes: svn path=/head/; revision=300320
* Introduce Perl 5.16.0Sergey Skvortsov2012-06-301-0/+1
| | | | | | | | Changes: http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod Approved by: portmgr (linimon) Notes: svn path=/head/; revision=300289
* Connect lang/erlang14 to the build after repocopy.Jimmy Olgeni2012-06-301-0/+1
| | | | Notes: svn path=/head/; revision=300288
* readd php 5.3.13 and all its modules as php53*Florian Smeets2012-05-161-0/+2
| | | | Notes: svn path=/head/; revision=296760