1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Pietro Cerutti
3dd6135ba3 - Update to 05_20110403 2011-04-05 09:35:33 +00:00
Pietro Cerutti
4aa0f0c8d4 - Update to 05_20110306 2011-03-15 19:46:17 +00:00
Pietro Cerutti
280f49b1f1 - Update to 05_20110203
Many changes since the last update, see doc/chlog.txt for the details.

Feature safe:	yes
2011-02-04 13:30:52 +00:00
Pietro Cerutti
51633923a4 - Update to 05_20101219 2010-12-24 10:52:58 +00:00
Pietro Cerutti
32ebff52d2 - Update to 05_20101107
Changes:
  - The chapter explaining exception handling in the manual was improved.
  - The support for bitmap fonts was improved to use fontProperties as base type.
  - The '-' function, which computes the differance of two 'time' values (with a
    'duration' result) in "time.s7i", was improved.
  - The function cmdConfigValue in "cmd_rtl.c" was improved to support the config
    values C_COMPILER_VERSION and GET_CC_VERSION_INFO.
  - In the file "fil_rtl.c" the functions myLseek, myFseek and myFtell were
    renamed to os_lseek, os_fseek and os_ftell respectively.
  - The makefiles were changed to define os_fseek, os_ftell, C_COMPILER_VERSION
    and GET_CC_VERSION_INFO.
  - Documentation comments were added to the function alternate_utime in the file
    "tim_win.c".
2010-11-11 18:55:40 +00:00
Pietro Cerutti
a96501fa62 - Update to 05_20101010
Changes:
  - The first steps towards support of bitmap fonts were done.
  - The standard bitmap font was defined for the sizes 10, 12, 14, 16, 18 and 24.
  - A new example program (testfont.sd7), which writes with the standard font
    in various sizes, was added.
  - The initialisation of the random number generator in the function
    uint_rand in "int_rtl.c" was improved.
  - The function timMycroSec was defined in "tim_unx.c" and "tim_win.c".
2010-10-13 09:50:58 +00:00
Pietro Cerutti
4a6fd24041 - Update to 05_20100919
Changes:
  - The chapter explaining string indexing in the manual was improved.
  - The compiler (comp.sd7) and the hi interpreter were improved to support the
    actions "ITF_CMP" and "ITF_HASHCODE".
  - The parameter names of the functions arc, chord and pieslice in the
    "draw.s7i" library were changed to startAngle and sweepAngle.
  - The compiler was improved such that compiled programs which use SIGALARM
    (the functions 'wait' and 'await' from the "time.s7i" library may use
    SIGALARM) can be terminated with ctrl-c followed by * and enter.
  - Parameter names were added to the prototypes in the file "drw_drv.h".
  - The function drwPFArcPieSlice in "drw_win.c" was implemented.
  - The functions drwFCircle and drwPFCircle in "drw_x11.c were improved.
2010-09-20 11:36:12 +00:00
Pietro Cerutti
dd03bdd7e3 - Update to 05_20100905
Changes:
  - The chapter explaining the type 'time' in the manual was improved.
  - The support for source level debugging in the compiler (comp.sd7) was
    improved. Now the option -g generates better #line directives and the 'main'
    function was arranged such that the current line shown by a debugger is
    correct when the program is started.
  - In the "seed7_05.s7i" library the function "rpos" was overloaded to do a
    reverse search for a character in a string starting from a given position.
  - The files "str_rtl.c", "strlib.c", "primitiv.c" and the compiler were
    improved to support the primitive action STR_RCHIPOS (which implements the
    new overloaded 'rpos' function).
2010-09-18 07:17:16 +00:00
Pietro Cerutti
c69de01670 - Update to 05_20100801 2010-08-18 10:07:23 +00:00
Pietro Cerutti
32b7823104 - Update to 05_20100704 2010-07-14 10:33:06 +00:00
Pav Lucistnik
ad458239de - Mark BROKEN on 7.X and older
Reported by:	pointyhat
Feature safe:	yes
2010-06-30 22:49:53 +00:00
Pietro Cerutti
719bb6cc7f - Update to 05_20100620
Feature safe:	yes
2010-06-21 13:05:49 +00:00
Pietro Cerutti
f1bb9f25e9 - Update to 05_20100606 2010-06-07 10:32:01 +00:00
Pietro Cerutti
bca0ebdaa3 - Update to 05_20100516 2010-05-31 08:06:27 +00:00
Pietro Cerutti
62e5848b8b - Update to 05_20100221
Feature safe:	yes
2010-03-04 14:02:13 +00:00
Pietro Cerutti
bb17c48301 - Update to 05_20091220 2009-12-23 08:38:31 +00:00
Pietro Cerutti
0387b6a2e3 - Update to 05_20091115
- Mark only for i386 and amd64
2009-11-27 08:15:19 +00:00
Dmitry Marakasov
8c9b17f3f8 - Remove remaining SFP references (switch these ports to SF)
Approved by:	portmgr (pav)
2009-08-27 15:04:16 +00:00
Pietro Cerutti
13bf8b5e53 - Update to 05_20090816
- Update MASTER_SITES to new SFP layout
2009-08-25 13:43:47 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Pietro Cerutti
79ebe1e48f - Update to 05_20090705 2009-07-08 15:03:54 +00:00
Pietro Cerutti
1a9582116a - Update to 05_20090426 2009-05-01 19:37:26 +00:00
Pietro Cerutti
efd9fc36f8 - Update to 05_20090413 2009-04-22 18:37:09 +00:00
Pietro Cerutti
e4ce6b0663 - Update to 05_20090329 2009-04-05 18:57:48 +00:00
Pietro Cerutti
f6af96d83d - Update to 05_20090309 2009-03-10 21:13:30 +00:00
Pietro Cerutti
c978531f11 - Update to 05_20081102 2008-11-03 13:40:46 +00:00
Pietro Cerutti
5b2f804ed0 - Update to 05_20081019 2008-10-21 21:13:32 +00:00
Pietro Cerutti
8ec3434dc7 - Update to 05_20081005 2008-10-06 17:42:42 +00:00
Pietro Cerutti
fd9f49affb - Update to 05_20080921 2008-09-23 14:36:41 +00:00
Pietro Cerutti
10c8ac23c5 - Update to 05_20080902 2008-09-03 09:50:57 +00:00
Pietro Cerutti
fcfa77118c - Update to 05_20080817 2008-08-22 16:18:08 +00:00
Pietro Cerutti
16d8ba08ff - Update to 05_20080803
- Partially remove makefile's patch (committed upstream)
2008-08-05 14:10:46 +00:00
Pietro Cerutti
f9672becd1 - Update to 05_20080720
- Add compiler's libraries and fix their paths [1]
- Add test target [1]

Reported by:	Thomas Merter (author, via private email)
2008-07-31 05:45:17 +00:00
Pietro Cerutti
5d5f174a7a - New port: seed7
Seed7 is an extensible general purpose high-level programming language.
2008-07-16 22:42:13 +00:00