summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-117-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Update SWI Prolog to 6.2.6Johan van Selst2013-07-117-1174/+1140
| | | | | | | | | | | | - Remove patches now included upstream - Add option to use libiodbc (inspired by [1]) - Adopt port PR: ports/172837 [1] Submitted by: C. P. Ghost <cpghost@cordula.ws> Notes: svn path=/head/; revision=322741
* Mark job unsafeBaptiste Daroussin2013-07-101-1/+2
| | | | Notes: svn path=/head/; revision=322735
* Fix pure by removing the useless pre.mk/post.mk dancingBaptiste Daroussin2013-07-101-1/+1
| | | | | | | | | Convert to USES=gmake Reported by: marino Notes: svn path=/head/; revision=322733
* Update from 2.0.1 to 2.0.2.Sergey A. Osokin2013-07-104-16/+22
| | | | | | | | | Install link to shared object. (*) PR: 177881 (*) Notes: svn path=/head/; revision=322727
* Mark job unsafeBaptiste Daroussin2013-07-101-7/+3
| | | | Notes: svn path=/head/; revision=322709
* Sanitize port's inner Makefiles to allow parallel builds.Alexey Dokuchaev2013-07-101-0/+6
| | | | Notes: svn path=/head/; revision=322706
* - Cleanup Makefile before making the port make jobs safeAlexey Dokuchaev2013-07-101-20/+16
| | | | | | | - Convert NOPORTDOCS to OPTIONS; pet portlint(1) Notes: svn path=/head/; revision=322703
* Mark jobs unsafeBaptiste Daroussin2013-07-102-15/+8
| | | | | | | | Convert to USES=gmake where appropriate Trim headers Notes: svn path=/head/; revision=322689
* Mark jobs unsafeBaptiste Daroussin2013-07-101-0/+2
| | | | Notes: svn path=/head/; revision=322660
* Mark jobs unsafe and convert to USES=gmakeBaptiste Daroussin2013-07-101-2/+3
| | | | Notes: svn path=/head/; revision=322656
* Mark jobs unsafeBaptiste Daroussin2013-07-101-6/+2
| | | | Notes: svn path=/head/; revision=322655
* Teach clang33 where to find libc++ headers when installed from ports.Koop Mast2013-07-102-0/+18
| | | | | | | | | It will use the headers in base if it finds them there. Approved by: maintainer (brooks@) Notes: svn path=/head/; revision=322654
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-102-14/+5
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* Upgrade to 0.7.Vanilla I. Shu2013-07-096-74/+79
| | | | | | | | PR: ports/180405 Submitted by: maintainer Notes: svn path=/head/; revision=322557
* - Update to 05_20130704Pietro Cerutti2013-07-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * A wordfile for Ultraedit and a syntax definition file for Textpad has been added. Many thanks to Renato Lenzi for providing it. This files can be found also on his great italian page about Seed7. * A compilation problem with DJGPP in fil_rtl.c has been fixed (thanks to "Rugxulo" for pointing it out). * The keyboard read function getc(KEYBOARD) has been improved to accept all Unicode characters also under Linux/Unix/BSD. Up do now the function did only accept Latin-1 characters. * The keyboard read function getc(KEYBOARD) has been improved to accept usages of the mouse wheel also under Windows. * Checks for correct UTF-8 encoding of the program source have been added. Overlong UTF-8 encodings, UTF-16 surrogate characters and missing UTF-8 continuation bytes result in a compile time error. * The example program err.sd7, which checks compile time error messages, has been improved. * The FAQ explanations concerning Unicode and automatic casts have been improved. * Documentation comments have been added to gzip.s7i and make.s7i. * The example programs gkbd.sd7 and kbd.sd7 have been improved to write the character, if it is printable. * The example programs pairs.sd7, panic.sd7, tetg.sd7, sokoban.sd7, sudoku7.sd7, mandelbr.sd7 and wator.sd7 have been changed to use proportional Seed7 pixmap fonts. * Tests for the functions lower and upper with cyrillic letters have been added to chkstr.sd7. * The libraries console.s7i, pixmap_file.s7i, graph_file.s7i, file.s7i, editline.s7i, echo.s7i, null_file.s7i, external_file.s7i, strifile.s7i, stritext.s7i, tee.s7i, window.s7i, reverse.s7i, lower.s7i and upper.s7i, have been improved to work with proportional fonts. Proportional font support uses the functions moveLeft, erase, backSpace, cursorOn and cursorOff. * The vector font cronos16 has been improved to look more similar to the font cronos27. * The bitmap fonts stdFont10, stdFont12, stdFont14, stdFont16, stdFont18, stdFont20 and stdFont24 have been improved. * The vector fonts vecFont10 and vecFont18 have been adjusted to look like the corresponding bitmap fonts. * The fonts stdFont8, stdFont9 and cronos27 have been improved to use less spacing between the characters. * In graph_file.s7i the logic of a writeln after a setPosXY has been changed. Now the writeln moves one line downward relative to the position given with setPosXY. * A description of the subrange operator, which gets an array slice from a position with maximum length, has been added to the manual. * A table to map keysym values to Unicode and the function mapKeysymToUnicode, which does a binary search in this table, have been added to gkb_x11.c. * The function gkbGetc in gkb_x11.c has been improved to work without recursion, to use mapKeysymToUnicode and to recognize cursor keys in combination with ALT, NUMLOCK and SHIFT. Notes: svn path=/head/; revision=322548
* Respect CFLAGS is a saner manner.Alexey Dokuchaev2013-07-092-11/+11
| | | | Notes: svn path=/head/; revision=322544
* - Update to 3.0.12.Romain Tartière2013-07-088-278/+165
| | | | | | | | | | - Unbreak on -CURRENT [1] PR: ports/179899 [1] Submitted by: truckman [1] Notes: svn path=/head/; revision=322532
* - Fix reference to header location in tclPort.hPietro Cerutti2013-07-082-0/+11
| | | | | | | | | | - Bump PORTREVISION PR: 180344 Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org> Notes: svn path=/head/; revision=322508
* Add needed iconv dependency (this fixes configure)Baptiste Daroussin2013-07-081-5/+2
| | | | Notes: svn path=/head/; revision=322493
* Update to the 20130706 snapshot of GCC 4.7.4.Gerald Pfeifer2013-07-072-3/+3
| | | | Notes: svn path=/head/; revision=322457
* Update to the 20130630 snapshot of GCC 4.9.0.Gerald Pfeifer2013-07-062-3/+3
| | | | Notes: svn path=/head/; revision=322400
* Convert to USES=gmakeRene Ladan2013-07-051-3/+1
| | | | | | | Remove an empty OPTIONS_DEFAULT in lang/nbc Notes: svn path=/head/; revision=322337
* Convert to USES=gmakeBaptiste Daroussin2013-07-051-6/+2
| | | | Notes: svn path=/head/; revision=322325
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* YAP is a high-performance Prolog compiler developed atFelippe de Meirelles Motta2013-07-037-0/+598
| | | | | | | | | | | | | | | | 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
* Correct syntax in kernel config is 'options'Li-Wen Hsu2013-07-032-2/+2
| | | | | | | Submitted by: kevlo Notes: svn path=/head/; revision=322216
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-021-2/+2
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* Do not try to remove a directory not created by the portAntoine Brodin2013-06-291-1/+0
| | | | Notes: svn path=/head/; revision=322055
* Update Algol 68 Genie to version 2.7Johan van Selst2013-06-292-3/+3
| | | | Notes: svn path=/head/; revision=322036
* - Make optional dependency on libmpfr explicit in GNU awkJohan van Selst2013-06-291-0/+9
| | | | | | | | | | This adds support for multiple-precision floating-point computation PR: ports/180004 Submitted by: Dan Lukes <dan@obluda.cz> Notes: svn path=/head/; revision=322035
* Unbreak ocaml-nox11 after PORT_OPTIONS conversionAntoine Brodin2013-06-282-7/+3
| | | | Notes: svn path=/head/; revision=321990
* Update 2.063 --> 2.063.2Cy Schubert2013-06-274-17/+7
| | | | Notes: svn path=/head/; revision=321847
* Fix LATEST_LINK to be unique.Brooks Davis2013-06-241-0/+1
| | | | | | | Submitted by: erwin Notes: svn path=/head/; revision=321687
* Welcome PHP 5.5!Alex Dupre2013-06-2423-0/+1594
| | | | | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run Notes: svn path=/head/; revision=321684
* Update to 2.10.2.Raphael Kubo da Costa2013-06-232-3/+3
| | | | | | | | PR: ports/179477 Submitted by: Mitsuru YOSHIDA <mitsururike@gmail.com> (maintainer) Notes: svn path=/head/; revision=321646
* Make the port fetchable again.Raphael Kubo da Costa2013-06-221-1/+2
| | | | | | | | | | Point MASTER_SITES to old_versions/, which is where previous releases go. PR: ports/179656 Submitted by: John Marino <draco@marino.st> (maintainer) Notes: svn path=/head/; revision=321594
* Add ports of DragonEgg version 3.3 for GCC 4.6 and 4.7.Brooks Davis2013-06-217-0/+177
| | | | Notes: svn path=/head/; revision=321476
* Upgrade Clang and LLVM 3.3 ports to the release version.Brooks Davis2013-06-214-18/+26
| | | | Notes: svn path=/head/; revision=321475
* The iconv module is no longer part of ruby's standard distribution.Akinori MUSHA2013-06-202-2/+1
| | | | | | | (ext/iconv is an empty directory, so we can just leave it) Notes: svn path=/head/; revision=321362
* Add devel/ruby-gems and devel/rubygem-rake to the list of recommendedAkinori MUSHA2013-06-201-5/+8
| | | | | | | additions. Notes: svn path=/head/; revision=321361
* Add devel/ruby-gems and devel/rubygem-rake to the list of recommendedAkinori MUSHA2013-06-201-5/+8
| | | | | | | additions. Notes: svn path=/head/; revision=321360
* - Update to 1.9Wen Heping2013-06-203-222/+319
| | | | | | | | | | | - Pass maintainership to submitter - Trim Makefile headers PR: 179163 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=321343
* Reset g.gonter@ieee.org: mbox full.Mark Linimon2013-06-193-18/+6
| | | | | | | While here, modernize headers. Notes: svn path=/head/; revision=321320
* Upgrade to version R16B01.Jimmy Olgeni2013-06-195-71/+46
| | | | Notes: svn path=/head/; revision=321250
* Remove expired port:Rene Ladan2013-06-197-238/+0
| | | | | | | 2012-05-10 lang/boo: BROKEN for more than 6 month Notes: svn path=/head/; revision=321240
* - Fix after convertion to new options frameworkAndrej Zverev2013-06-181-0/+2
| | | | | | | | | PR: ports/179665 Submitted by: Adam McDougall <mcdouga9@egr.msu.edu> Approved by: Alex Keda <admin@lissyara.su> (maintainer) Notes: svn path=/head/; revision=321208
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-184-44/+4
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* - Update to 05_20130616Pietro Cerutti2013-06-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Documentation comments have been added or improved in bigfile.s7i, char.s7i, clib_file.s7i, complex.s7i, external_file.s7i, file.s7i, float.s7i, hash.s7i, integer.s7i, shell.s7i, string.s7i, utf16.s7i, osfiles.s7i, rational.s7i, arrlib.c, blnlib.c, bstlib.c, arr_rtl.c, big_gmp.c, big_rtl.c, bst_rtl.c, chrlib.c, chr_rtl.c, cmdlib.c, cmd_rtl.c, fillib.c, fil_rtl.c, fltlib.c, flt_rtl.c, hshlib.c, hsh_rtl.c, int_rtl.c, pol_sel.c, pol_unx.c, setlib.c, set_rtl.c, strlib.c, str_rtl.c. * The functions lower and upper in string.s7i and char.s7i have been improved to use the default Unicode case mapping. In other words: conversions to lower respectively upper case works for all Unicode characters, which have a case mapping. Characters without case mapping are left unchanged. The mapping is independend from the locale. Individual character case mappings cannot be reversed, because some characters have multiple characters that map to them. * In the library deflate.s7i the performance of the deflate compression has been improved by a factor between 5 and 10. * The performance of the functions str_cmp, str_range and str_substr in strlib.c has been improved. * The performance of the functions strCompare, strRangeSlice, strRange, strSubstrSlice and strSubstr in str_rtl.c has been improved. * Tests for the string functions compare, lower and upper and for the index operations head, tail, range and substring have been added to chkstr.sd7. * The definition of the macro arrayMaxPos in common.h has been improved and usages of the macro have been added to arrlib.c and arr_rtl.c. * The compiler has been improved to support the actions HSH_IDX2 and HSH_UPDATE. * The compiler has been improved to inline code for the actions STR_HASHCODE, STR_RANGE and STR_SUBSTR. * The function intStrToBuffer has been added to int_rtl.c. This function allows conversions from integer to string, without memory allocation. * The compiler has been improved to take advantage of the function intStrToBuffer. * The functions getGenericValue, getGenericValueToResultExpr, getTempVariable, beginCastGeneric, endCastGeneric, beginCastGenericToResultExpr and endCastGenericToResultExpr have been added to the compiler. * The functions hsh_idx2 and hsh_update have been added to hshlib.c. * The functions hshIdxAddr2 and hshUpdate have been added to hsh_rtl.c * The macro hashCode has been defined in str_rtl.h and used in str_rtl.c (function strHashCode) and strlib.c (function str_hashcode). * The program chkccomp.c was improved to write a definition of the macro INLINE to version.h * The deprecated function 'read_dir' has been removed from the library "osfiles.s7i". The replacement of 'read_dir' is 'readDir'. * The functions arrHeadTemp, arrRangeTemp and arrSubarrTemp in arr_rtl.c have been improved. Notes: svn path=/head/; revision=321113
* Introduce a new option BOOTSTRAP that allows for doing a fullGerald Pfeifer2013-06-161-3/+8
| | | | | | | | | | | | | | | | bootstrap of GCC, as opposed to just running a simple build. Bootstrapping is actually the default upstream, we disable it by default for the stable flavors of GCC since that is a huge win in terms of build time of the port. No change in default behavior for this port. (When bootstrapping, use bootstrap-lean instead of default/vanilla bootstrap to save on disk space.) Remove redundant setting of DISTNAME. Notes: svn path=/head/; revision=321051