Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/seed7/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 5 Apr 2011 09:35:33 -0000 1.34 +++ Makefile 6 Sep 2011 07:14:32 -0000 @@ -6,7 +6,7 @@ # PORTNAME= seed7 -DISTVERSION= 05_20110403 +DISTVERSION= 05_20110904 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -46,6 +46,7 @@ ${INSTALL} -d ${PREFIX}/lib/${PORTNAME} (cd ${WRKSRC}/../lib && ${COPYTREE_SHARE} \* ${PREFIX}/lib/${PORTNAME}) ${INSTALL_DATA} ${WRKSRC}/../bin/s7_comp.a ${PREFIX}/lib/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/../bin/s7_draw.a ${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/../bin/s7_data.a ${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/../bin/seed7_05.a ${PREFIX}/lib/${PORTNAME} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/lang/seed7/distinfo,v retrieving revision 1.31 diff -u -r1.31 distinfo --- distinfo 5 Apr 2011 09:35:33 -0000 1.31 +++ distinfo 6 Sep 2011 07:14:52 -0000 @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20110403.tgz) = dde79c5bab09ede9509d71a30fce370efa66016c530b3fea0b592bb632c2cf77 -SIZE (seed7_05_20110403.tgz) = 1499214 +SHA256 (seed7_05_20110904.tgz) = eb9da881401a1e9bcf7e68fc5d2fa5bf1b18252ec2c7fbb2e0b784d96b5d9ec6 +SIZE (seed7_05_20110904.tgz) = 1587436 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/lang/seed7/pkg-plist,v retrieving revision 1.13 diff -u -r1.13 pkg-plist --- pkg-plist 4 Feb 2011 13:30:52 -0000 1.13 +++ pkg-plist 6 Sep 2011 07:18:13 -0000 @@ -6,27 +6,39 @@ lib/seed7/bigrat.s7i lib/seed7/binary.s7i lib/seed7/bitmapfont.s7i +lib/seed7/boolean.s7i lib/seed7/cards.s7i lib/seed7/cgi.s7i +lib/seed7/char.s7i lib/seed7/charsets.s7i lib/seed7/chartype.s7i +lib/seed7/color.s7i lib/seed7/complex.s7i +lib/seed7/console.s7i lib/seed7/dialog.s7i lib/seed7/dir.s7i lib/seed7/draw.s7i +lib/seed7/duration.s7i lib/seed7/echo.s7i +lib/seed7/enable_io.s7i lib/seed7/encoding.s7i +lib/seed7/external_file.s7i lib/seed7/field.s7i +lib/seed7/file.s7i lib/seed7/float.s7i lib/seed7/font.s7i +lib/seed7/forloop.s7i +lib/seed7/ftp.s7i lib/seed7/getf.s7i lib/seed7/gethttp.s7i lib/seed7/graph.s7i +lib/seed7/graph_file.s7i lib/seed7/gtkserver.s7i lib/seed7/gzip.s7i lib/seed7/html.s7i lib/seed7/html_ent.s7i lib/seed7/inifile.s7i +lib/seed7/integer.s7i lib/seed7/keybd.s7i lib/seed7/line.s7i lib/seed7/lower.s7i @@ -34,17 +46,20 @@ lib/seed7/math.s7i lib/seed7/more.s7i lib/seed7/multiscr.s7i +lib/seed7/null_file.s7i +lib/seed7/osfiles.s7i lib/seed7/pic16.s7i lib/seed7/pic32.s7i +lib/seed7/pixmap_file.s7i lib/seed7/pixmapfont.s7i lib/seed7/progs.s7i lib/seed7/rational.s7i lib/seed7/reverse.s7i lib/seed7/s7_comp.a lib/seed7/s7_data.a +lib/seed7/s7_draw.a lib/seed7/scanfile.s7i lib/seed7/scanstri.s7i -lib/seed7/screen.s7i lib/seed7/seed7_05.a lib/seed7/seed7_05.s7i lib/seed7/shell.s7i @@ -57,11 +72,14 @@ lib/seed7/stdfont16.s7i lib/seed7/stdfont18.s7i lib/seed7/stdfont24.s7i +lib/seed7/stdio.s7i lib/seed7/strifile.s7i +lib/seed7/string.s7i lib/seed7/stritext.s7i lib/seed7/syntax.s7i lib/seed7/tar.s7i lib/seed7/tee.s7i +lib/seed7/text.s7i lib/seed7/time.s7i lib/seed7/upper.s7i lib/seed7/utf16.s7i @@ -126,6 +144,8 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fib.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/files.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractree.sd7 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp7.sd7 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpserv.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gcd.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gkbd.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/green.dna @@ -165,6 +185,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokoban.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/startrek.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sudoku7.sd7 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sydir7.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tak.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tan.dna %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tar7.sd7 Index: files/patch-makefile =================================================================== RCS file: /home/pcvs/ports/lang/seed7/files/patch-makefile,v retrieving revision 1.5 diff -u -r1.5 patch-makefile --- files/patch-makefile 4 Feb 2011 13:30:52 -0000 1.5 +++ files/patch-makefile 3 Aug 2011 08:25:23 -0000 @@ -1,11 +1,13 @@ ---- makefile.orig 2011-02-04 10:52:21.000000000 +0000 -+++ makefile 2011-02-04 10:53:10.000000000 +0000 -@@ -12,12 +12,12 @@ +--- makefile.orig 2011-08-03 10:23:21.000000000 +0200 ++++ makefile 2011-08-03 10:23:56.000000000 +0200 +@@ -12,14 +12,14 @@ # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default -Wcast-qual -Waggregate-return -Wwrite-strings -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar # CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv # CFLAGS = -O2 -g -x c++ -Wall -Winline -Wconversion -Wshadow -Wpointer-arith -CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith +CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -I%%LOCALBASE%%/include + # CFLAGS = -O2 -g -std=c99 -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith + # CFLAGS = -O2 -g -Wall -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -g -Wall # CFLAGS = -O2 -g -pg -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -fomit-frame-pointer -funroll-loops -Wall @@ -14,12 +16,12 @@ +LDFLAGS = -L%%LOCALBASE%%/lib # LDFLAGS = -pg # LDFLAGS = -pg -lc_p - # LIBS = /usr/Xlib/libX11.so -lncurses -lm -@@ -106,6 +106,7 @@ - $(MAKE) ../prg/hi - ../bin/hi level + SYSTEM_LIBS = -lncurses -lm +@@ -109,6 +109,7 @@ + COMP_DATA_LIB_SRC = typ_data.c rfl_data.c ref_data.c listutl.c flistutl.c typeutl.c datautl.c + COMPILER_LIB_SRC = $(PSRC1) $(LSRC1) $(LSRC2) $(LSRC3) $(ESRC1) $(ASRC1) $(ASRC2) $(ASRC3) $(GSRC1) $(GSRC2) +.PHONY: hi - hi: ../bin/hi + hi: ../bin/hi ../prg/hi + ../bin/hi level - ../prg/hi: