Add four new ports for various portions of the Polytechnique

Montreal Modula-3 (PM3) distribution.  This is the most actively
maintained Modula-3 distribution, and I will probably make CVSup use
it soon.

These ports work for FreeBSD 2.x, 3.x, and 4.x on the i386, and
FreeBSD 4.x on the Alpha.
This commit is contained in:
John Polstra 2000-02-10 05:46:18 +00:00
parent 476b289d90
commit 76acab505b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25633
19 changed files with 2469 additions and 0 deletions

94
lang/pm3-base/Makefile Normal file
View file

@ -0,0 +1,94 @@
# New ports collection makefile for: pm3-base
# Version required: 1.1.13
# Date created: 6 Feb 2000
# Whom: John Polstra <jdp@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= pm3-base-${VERSION}
CATEGORIES= lang
MASTER_SITES= http://www.freebsd.org/~jdp/distfiles/pm3/
DISTFILES= ${BOOTSTRAP} \
pm3-${VERSION}-src.tar.bz2
MAINTAINER= jdp@polstra.com
DIST_SUBDIR= pm3
INSTALL_TARGET= all
MAKE_ARGS+= M3OPTIONS="-DBUILD_ALL -DSHIP_ALL"
MAN1= m3bundle.1
PLIST_SUB+= SOVERSION=${SOVERSION} TARGET=${TARGET} \
TARGETDIR=${TARGETDIR} WORDSIZE=${WORDSIZE}
SCRIPTS_ENV+= TARGET=${TARGET}
USE_BZIP2= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/pm3-${VERSION}
PROGS= bin/m3build \
bin/m3bundle \
bin/m3coco \
bin/m3ship \
bin/m3tosgml \
bin/sgmlconv \
bin/sgmllinear \
bin/sgmlnormalize \
bin/sgmlstructure \
bin/sgmltom3 \
lib/m3/${TARGET}/m3cgc1
SOVERSION= 7
VERSION= 1.1.13
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "aout"
TARGET= FreeBSD2
TARGETDIR= freebsd-2
WORDSIZE= 32
BOOTSTRAP= pm3-${VERSION}-${TARGET}-boot.tar.bz2
.elif ${ARCH} == "i386"
.if ${OSVERSION} < 400011
TARGET= FreeBSD3
TARGETDIR= freebsd-3
BOOTSTRAP= pm3-${VERSION}-${TARGET}-boot.tar.bz2
.else
TARGET= FreeBSD4
TARGETDIR= freebsd-4
BOOTSTRAP= pm3-${VERSION}a-${TARGET}-boot.tar.bz2
.endif
WORDSIZE= 32
.elif ${ARCH} == "alpha"
.if ${OSVERSION} < 400011
BROKEN= Not supported on older versions of FreeBSD/Alpha
.endif
CFLAGS+= -mieee
TARGET= FBSD_ALPHA
TARGETDIR= fbsd-alpha
WORDSIZE= 64
BOOTSTRAP= pm3-${VERSION}a-${TARGET}-boot.tar.bz2
.endif
.if empty(TARGET)
pre-fetch:
@${ECHO_MSG} "Cannot determine M3 target for this architecture"
@${FALSE}
.endif
post-patch:
@${CP} ${WRKSRC}/libs/m3core/src/runtime/${TARGET}/RTHeapDepC.c \
${WRKSRC}/boot-${TARGET}/m3core/${TARGET}/RTHeapDepC.c
do-build:
@${ECHO_MSG} "This port does everything in the install step."
@${ECHO_MSG} "The build step is a no-op."
do-install:
@${RM} -rf ${WRKSRC}/${TARGET}
@(ulimit -d `ulimit -Hd` && ulimit -m `ulimit -Hm` && \
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
@for i in ${PROGS}; do strip ${PREFIX}/$$i; done
@${MKDIR} ${PREFIX}/share/pm3
@${INSTALL_DATA} ${WRKSRC}/src/COPYRIGHT ${PREFIX}/share/pm3
.include <bsd.port.post.mk>

5
lang/pm3-base/distinfo Normal file
View file

@ -0,0 +1,5 @@
MD5 (pm3/pm3-1.1.13-FreeBSD2-boot.tar.bz2) = 30f5fa1a00c1dc2e1e54d24ee626d3fb
MD5 (pm3/pm3-1.1.13-FreeBSD3-boot.tar.bz2) = f9a1b8242b424b9cc6159545207d1376
MD5 (pm3/pm3-1.1.13-src.tar.bz2) = 6f64832dcf20d3233e63df5d4435f082
MD5 (pm3/pm3-1.1.13a-FBSD_ALPHA-boot.tar.bz2) = ee72a1b3064242ab2396d3534f5c145a
MD5 (pm3/pm3-1.1.13a-FreeBSD4-boot.tar.bz2) = 62f0bf9f6ce0c06109f812732995fb00

View file

@ -0,0 +1,444 @@
--- src/PACKAGES.orig Fri Oct 2 09:34:28 1998
+++ src/PACKAGES Sun Feb 6 15:19:23 2000
@@ -129,33 +129,6 @@
PkgInfo("m3ship","language/modula3/m3compiler","","m3-base",tLib,"",3,[],
["ALL"],[],"Installs Modula-3 packages")
-PkgInfo("m3bootstrap","language/modula3/m3compiler","","m3bootstrap",tOther,
- "T",3,[],["ALL"],["M3BOOTSTRAP"],
- "Cross compiles bootstrap packages for other platforms")
-
-PkgInfo("m3export","language/modula3/m3compiler","","m3export",tOther,"T",
- 3,[],["ALL"],["M3EXPORT"],
- "Export and compiles a new release of PM3 from the CVS repository")
-
-PkgInfo("m3tests","language/modula3/m3compiler","","m3tests",tOther,"T",
- 3,[],["ALL"],["M3TESTS"],
- "Tests for the Modula-3 compiler")
-
-PkgInfo("cg-burs","language/modula3/m3compiler","","cg-burs",tLib,"T",3,[],
- ["ALL"],["BURS"],"An experimental Modula-3 back-end that uses BURS")
-
-PkgInfo("coverage","language/modula3/m3tools","","coverage",tProg,"T",3,[],
- ["ALL"],["POSIX"],"A line-based coverage analyzer/profiler")
-
-PkgInfo("m3gdb","language/modula3/m3tools","","m3gdb",tProg,"T",3,[],["ALL"],
- ["M3GDB"],"Modula-3 aware debugger based on gdb")
-
-PkgInfo("pp","language/modula3/m3tools","","pp",tProg,"T",3,[],["ALL"],
- ["POSIX"],"Modula-3 pretty-printer")
-
-PkgInfo("m3totex","language/modula3/m3tools","","m3totex",tProg,"T",3,[],
- ["ALL"],[],"Wraps Modula-3 source in enough TeX to make it printable")
-
PkgInfo("set","libs","","set",tLib,"T",3,[],["ALL"],[],
"A simple, generic Set interface.")
@@ -170,407 +143,3 @@
PkgInfo("parseparams","libs","","parseparams",tLib,"T",3,[],["ALL"],[],
"A library that helps parse command line arguments.")
-
-PkgInfo("slisp","language","","slisp",tLib,"T",3,[],["ALL"],[],
- "A library containing a small Lisp interpreter")
-
-PkgInfo("m3where","language/modula3/m3compiler","","m3where",tProg,"T",3,[],
- ["ALL"],[],"Search for modula-3 packages and files")
-
-PkgInfo("tcp","network/tcplibs","","tcp",tLib,"T",3,[],["ALL"],[],
- "Implements a Modula-3 interface to TCP sockets")
-
-PkgInfo("web","network/www","","web",tLib,"T",3,[],["ALL"],[],
- "library for retrieving documents from the World Wide Web using an " &
- "http proxy server.")
-
-PkgInfo("m3tk","language/modula3/m3tools","","m3tk",tLib,"T",3,[],["ALL"],
- [],"Modula-3 abstract syntax tree (AST) toolkit")
-
-% Should we add the m3tk tutorials...
-
-PkgInfo("netobj","network/netobjects","","netobj",tLib,"T",3,[],["ALL"],[],
- "The network objects runtime library")
-
-PkgInfo("netobjd","network/netobjects","","netobj",tProg,"",3,[],["ALL"],[],
- "The network objects daemon, needed by programs to import network objects")
-
-PkgInfo("stubgen","network/netobjects","","netobj",tProg,"",3,[],["ALL"],[],
- "Network objects stub generator, needed to compile programs using " &
- "network objects")
-
-PkgInfo("stable","database/stableobjects","","stable",tLib,"T",3,[],["ALL"],
- [],"A library providing log-based persistent objects")
-
-PkgInfo("stablegen","database/stableobjects","","stable",tProg,"",3,[],
- ["ALL"],[],"Stub generator to make the use of the stable library " &
- "much easier")
-
-PkgInfo("X11","graphics/gr-libs","","X11",tLib,"T",3,[],["ALL"],["X11"],
- "Modula-3 interface to the X library")
-
-PkgInfo("PEX","graphics/gr-libs","","PEX",tLib,"T",3,[],["ALL"],["DECPEX"],
- "Modula-3 interface to the PEX 3D graphics library")
-
-PkgInfo("opengl","graphics/gr-libs","","opengl",tLib,"T",3,[],["ALL"],
- ["OPENGL"],"Modula-3 interface to the OpenGL 3D graphics library")
-
-PkgInfo("motif","graphics/gr-libs","","motif",tLib,"T",3,[],["ALL"],["MOTIF"],
- "Modula-3 interface to the X/Motif library")
-
-PkgInfo("tetris","graphics/games","","tetris",tProg,"T",3,[],["ALL"],["X11"],
- "Modula-3 version of Tetris")
-
-PkgInfo("columns","graphics/games","","columns",tProg,"T",3,[],["ALL"],[],
- "Modula-3 version of the PC game, columns")
-
-PkgInfo("ui","graphics/gr-libs","","ui",tLib,"T",3,[],["ALL"],[],
- "This library, ui, implements the Trestle window-system toolkit")
-
-PkgInfo("bicycle","graphics/games","","bicycle",tLib,"T",3,[],["ALL"],[],
- "Library of playing card images")
-
-PkgInfo("solitaire","graphics/games","","solitaire",tProg,"T",3,[],["ALL"],[],
- "Modula-3 version of SeaHaven towers")
-
-PkgInfo("badbricks","graphics/games","","badbricks",tProg,"T",3,[],["ALL"],[],
- "Modula-3 game similar to minesweeper, inspired by the crumbling " &
- "facade of SRC's building")
-
-PkgInfo("m3scan","language/modula3/m3tools","","m3scan",tLib,"T",3,[],["ALL"],
- [],"Simple Modula-3 lexical token scanner")
-
-PkgInfo("m3tohtml","language/modula3/m3tools","","m3tohtml",tProg,"T",3,[],
- ["ALL"],[],"Convert batches of Modula-3 source to interconnected HTML")
-
-PkgInfo("m3markup","language/modula3/m3tools","","m3markup",tLib,"T",3,[],
- ["ALL"],[],"Parse Modula-3 source code and insert HTML markup")
-
-PkgInfo("m3tohtmlf","language/modula3/m3tools","","m3tohtmlf",tProg,"T",3,[],
- ["ALL"],[],"Convert one Modula-3 source to an HTML file")
-
-PkgInfo("tcpextras","network/tcplibs","","tcpextras",tLib,"T",3,[],["ALL"],
- [],"Additions to the tcp library")
-
-PkgInfo("m3browser","language/modula3/m3tools","","m3browser",tProg,"T",3,[],
- ["ALL"],["POSIX"],
- "HTTP server that provides WWW browsing of the installed Modula-3 system")
-
-PkgInfo("tcl","language","","tcl",tLib,"T",3,[],["ALL"],["TCL"],
- "Thin Modula-3 veneer on the TCL library (version 6.2)")
-
-PkgInfo("dps","graphics/displayps","","dps",tLib,"T",3,[],["ALL"],["DPS"],
- "Thin Modula-3 veneer on the display Postscript extensions to X")
-
-PkgInfo("dpsslides","graphics/displayps","","dpsslides",tProg,"T",3,[],
- ["ALL"],["DPS"],"Program to display postscript slides in X")
-
-PkgInfo("vbtkit","graphics/gr-libs","","vbtkit",tLib,"T",3,[],["ALL"],[],
- "Large collection of useful window widgets")
-
-PkgInfo("fours","graphics/games","","fours",tProg,"T",3,[],["ALL"],[],
- "Modula-3 variants of the PC game, tetris")
-
-PkgInfo("showheap","language/modula3/m3tools","","showheap",tProg,"T",3,[],
- ["ALL"],["POSIX"],
- "graphically display in real-time the state of each heap page")
-
-PkgInfo("recordheap","language/modula3/m3tools","","recordheap",tProg,"T",3,
- [],["ALL"],["POSIX"],"Program to capture a showheap trace")
-
-PkgInfo("replayheap","language/modula3/m3tools","","replayheap",tProg,"T",3,
- [],["ALL"],["POSIX"],"Graphically display the log captured by recordheap")
-
-PkgInfo("shownew","language/modula3/m3tools","","shownew",tProg,"T",3,[],
- ["ALL"],["POSIX"],"Graphically display in real-time per-type allocations")
-
-PkgInfo("showthread","language/modula3/m3tools","","showthread",tProg,"T",3,
- [],["ALL"],["POSIX"],
- "Graphically display in real-time the state of each thread")
-
-PkgInfo("images","graphics/gr-libs","","images",tLib,"T",3,[],["ALL"],[],
- "Support for displaying bitmap images")
-
-PkgInfo("jvideo","graphics/gr-libs","","jvideo",tLib,"T",3,[],["ALL"],[],
- "Low-level interface to the J-video hardware, needed by videovbt")
-
-PkgInfo("videovbt","graphics/gr-libs","","videovbt",tLib,"T",3,[],["ALL"],[],
- "Window widget that displays live video images")
-
-PkgInfo("formsvbtpixmaps","graphics/forms","","formsvbtpixmaps",tLib,"T",3,[],
- ["ALL"],[],"Bitmaps, cursors and stuff used by formsvbt")
-
-PkgInfo("formsvbt","graphics/forms","","formsvbt",tLib,"T",3,[],["ALL"],[],
- "High-level language based on S-expressions that makes it easy " &
- "to assemble VBTs (windows) using the TeX metaphors of boxes and glue")
-
-PkgInfo("formsedit","graphics/forms","","formsedit",tProg,"T",3,[],["ALL"],[],
- "A 1-1/2 view GUI editor for FormsVBT expressions")
-
-PkgInfo("m3ide","language/modula3/m3tools","","m3ide",tProg,"T",3,[],["ALL"],
- [],"Simple integrated development environment based on emacs")
-
-PkgInfo("fisheye","graphics/gr-libs","","fisheye",tProg,"T",3,[],["ALL"],[],
- "A demo of fisheye views for graph browsing")
-
-PkgInfo("calculator","graphics/games","","calculator",tProg,"T",3,[],["ALL"],
- [],"A 10-key calculator using FormsVBT")
-
-PkgInfo("cube","graphics/games","","cube",tProg,"T",3,[],["ALL"],[],
- "A rotating cube")
-
-PkgInfo("board","graphics/sharedboard","","board",tLib,"T",3,[],["ALL"],
- ["SHAREDBOARD"],"A network object graphical board")
-
-PkgInfo("boardclient","graphics/sharedboard","","board",tProg,"",3,[],["ALL"],
- ["SHAREDBOARD"],"A shared board client editor")
-
-PkgInfo("boardserver","graphics/sharedboard","","board",tProg,"",3,[],["ALL"],
- ["SHAREDBOARD"],"A shared board server")
-
-PkgInfo("calendar","graphics/sharedboard","","board",tProg,"",3,[],["ALL"],
- ["SHAREDBOARD"],"A shared calendar board client")
-
-PkgInfo("codeview","graphics/animation","","codeview",tLib,"T",3,[],["ALL"],
- [],"Support for animated views of source code")
-
-PkgInfo("rehearsecode","graphics/animation","","rehearsecode",tProg,"T",3,[],
- ["ALL"],[],"Program to manually test drive source code animations")
-
-PkgInfo("mg","graphics/animation","","mg",tLib,"T",3,[],["ALL"],[],
- "Low-level animation support")
-
-PkgInfo("mgkit","graphics/animation","","mgkit",tLib,"T",3,[],["ALL"],[],
- "Collection of easier-to-use animation widgets")
-
-PkgInfo("anim3D","graphics/animation","","anim3D",tLib,"T",3,[],["ALL"],[],
- "Collection of 3D animation widgets")
-
-PkgInfo("synloc","language/parsing/metasyntax","","synloc",tLib,"T",3,[],
- ["ALL"],[],"Library for syntaxic analysis")
-
-PkgInfo("synex","language/parsing/metasyntax","","synex",tLib,"T",3,[],
- ["ALL"],[],"Extensions to synloc")
-
-PkgInfo("metasyn","language/parsing/metasyntax","","metasyn",tLib,"T",3,[],
- ["ALL"],[],"Meta syntax for synex")
-
-PkgInfo("obliqrt","language/m3obliq","","obliq",tLib,"",3,[],["ALL"],[],
- "The Obliq interpreter's runtime library")
-
-PkgInfo("obliqlibm3","language/m3obliq","","obliq",tLib,"",3,[],["ALL"],
- [],"The Obliq interpreter's hooks to the libm3 library")
-
-PkgInfo("obliqlibui","language/m3obliq","","obliq",tLib,"",3,[],["ALL"],
- [],"The Obliq interpreter's hooks to the ui library")
-
-PkgInfo("obliqlibanim","language/m3obliq","","obliq",tLib,"",3,[],
- ["ALL"],[],"The Obliq interpreter's hooks to the animation libraries")
-
-PkgInfo("obliqparse","language/m3obliq","","obliq",tLib,"",3,[],["ALL"],
- [],"The Obliq interpreter's parser")
-
-PkgInfo("obliqprint","language/m3obliq","","obliq",tLib,"",3,[],["ALL"],
- [],"The Obliq interpreter's value printer")
-
-PkgInfo("obliq","language/m3obliq","","obliq",tLib,"T",3,[],["ALL"],[],
- "The Obliq interpreter")
-
-PkgInfo("obliqlib3D","language/m3obliq","","obliq",tLib,"",3,[],["ALL"],
- [],"The Obliq interpreter's hooks to the 3D animation libraries")
-
-PkgInfo("obliqbinmin","language/m3obliq","","obliq",tProg,"",3,[],
- ["ALL"],[],"The Obliq interpreter with minimal runtime hooks")
-
-PkgInfo("obliqbinstd","language/m3obliq","","obliq",tProg,"",3,[],
- ["ALL"],[],"The Obliq interpreter with the standard runtime hooks")
-
-PkgInfo("obliqbinui","language/m3obliq","","obliq",tProg,"",3,[],["ALL"],
- [],"The Obliq interpreter with ui support")
-
-PkgInfo("obliqbinanim","language/m3obliq","","obliq",tProg,"",3,[],
- ["ALL"],[],"The Obliq interpreter with full animation support")
-
-PkgInfo("obliqbin3D","language/m3obliq","","obliq",tProg,"",3,[],["ALL"],
- [],"The Obliq interpreter with full 3D animation support")
-
-PkgInfo("obliqsrvstd","language/m3obliq","","obliq",tProg,"",3,[],
- ["ALL"],[],"Obliq server with the standard runtime hooks")
-
-PkgInfo("obliqsrvui","language/m3obliq","","obliq",tLib,"",3,[],["ALL"],
- [],"Obliq server with ui support")
-
-PkgInfo("sgmlobliq","text/sgmltools","","sgmlobliq",tLib,"T",3,[],["ALL"],
- ["SGMLOBLIQ"],
- "Integrate the sgml library to Obliq")
-
-PkgInfo("m3zume","graphics/animation","","m3zume",tProg,"T",3,[],["ALL"],[],
- "The interesting event preprocessor needed by zeus")
-
-PkgInfo("zeus","graphics/animation","","zeus",tLib,"T",3,["m3zume"],["ALL"],[],
- "The algorithm animation toolkit")
-
-PkgInfo("mentor","graphics/animation","","mentor",tProg,"T",3,[],["ALL"],[],
- "A collection of algoritm animations")
-
-PkgInfo("smalldb","database","","smalldb",tLib,"T",3,[],["ALL"],["POSIX"],
- "In-memory database library, used by the package tools")
-
-PkgInfo("pkgobj","network/pkgserver","","pkgtool",tLib,"",3,[],["ALL"],
- ["PKGTOOL"],"Low-level library support for the package tools")
-
-PkgInfo("pkgtool","network/pkgserver","","pkgtool",tProg,"T",3,[],["ALL"],
- ["PKGTOOL"],"client program(s) to access the package tools")
-
-PkgInfo("pkgsrv","network/pkgserver","","pkgtool",tProg,"",3,[],["ALL"],
- ["PKGTOOL"],"Server daemon required to use the package tools")
-
-PkgInfo("pkgq","network/pkgserver","","pkgtool",tProg,"",3,[],["ALL"],
- ["PKGTOOL"],"Client program(s) needed to manage the package tools")
-
-PkgInfo("pkgfprint","network/pkgserver","","pkgtool",tProg,"",3,[],
- ["ALL"],["PKGTOOL"],"Internal utility program needed by the package tools")
-
-PkgInfo("visualobliq","language/m3obliq","","visualobliq",tProg,"T",3,[],
- ["ALL"],[],
- "Prototype of an easy-to-use distributed programming environment")
-
-PkgInfo("voquery","language/m3obliq","","voquery",tProg,"T",3,[],["ALL"],[],
- "A simple query program used by vorun")
-
-PkgInfo("vorun","language/m3obliq","","vorun",tProg,"T",3,[],["ALL"],
- ["POSIX"],
- "A safe visual obliq interpreter suitable for embedding in the WWW")
-
-PkgInfo("vocgi","language/m3obliq","","vocgi",tProg,"T",3,[],["ALL"],[],
- "An HTML/cgi gateway, required to embed Visual Obliq code in the WWW")
-
-PkgInfo("llscan","network/mail","","llscan",tProg,"T",3,[],["ALL"],
- ["POSIX","LLSCAN"],
- "A little mh program used by Postcard")
-
-PkgInfo("postcard","network/mail","","postcard",tProg,"T",3,[],["ALL"],
- ["POSIX"],"An integrated mail/news reader")
-
-PkgInfo("gnuemacs","language/modula3/m3tools","","gnuemacs",tProg,"T",3,[],
- ["ALL"],["POSIX"],"A library of useful E-lisp code for Modual-3-mode in " &
- "gnuemacs, also a program to build Modula-3 tags")
-
-PkgInfo("webvbt","network/www","","webvbt",tLib,"T",3,[],["ALL"],[],
- "A library for displaying HTML pages inside a VBT")
-
-PkgInfo("webscape","network/www","","webscape",tProg,"T",3,[],["ALL"],[],
- "A web browser with support for interactive content")
-
-PkgInfo("deckscape","network/www","","deckscape",tProg,"T",3,[],["ALL"],[],
- "A web browser that uses a new metaphor: decks of web pages")
-
-PkgInfo("webcard","network/www","","webcard",tProg,"T",3,[],["ALL"],
- ["POSIX"],"An integrated mail/news/web client")
-
-PkgInfo("ocr","graphics/lecternpkg","","ocr",tLib,"T",3,[],["ALL"],[],
- "Interface to optical character recognition library (DECstation only)")
-
-PkgInfo("lecterndoc","graphics/lecternpkg","","lectern",tProg,"",3,[],
- ["ALL"],[],"Lectern document format")
-
-PkgInfo("lecternclient","graphics/lecternpkg","","lectern",tProg,"",3,
- [],["ALL"],[],"Tool for sending requests to Lectern server")
-
-PkgInfo("lecterntohtml","graphics/lecternpkg","","lectern",tProg,"",3,
- [],["ALL"],["POSIX"],"Tool for sending requests to Lectern server")
-
-PkgInfo("lectern","graphics/lecternpkg","","lectern",tProg,"T",3,[],["ALL"],
- [],"The virtual paper document viewer")
-
-PkgInfo("buildlectern","graphics/lecternpkg","","lectern",tProg,"",3,
- [],["ALL"],[],"Program for building lectern documents")
-
-PkgInfo("editlectern","graphics/lecternpkg","","lectern",tProg,"",3,[],
- ["ALL"],[],"Program for editing lectern documents")
-
-PkgInfo("http","network/www","","http",tLib,"T",3,[],["ALL"],[],
- "Library for hypertext transfer protocol (HTTP)")
-
-PkgInfo("webcat","network/www","","webcat",tProg,"T",3,[],["ALL"],[],
- "Program that takes a URL and prints out the web document")
-
-PkgInfo("intro",".","","m3intro",tOther,"T",3,[],["ALL"],[],
- "Introduction and documentation for Polytechnique Montreal Modula-3")
-
-PkgInfo("stableobjects","database","src","m3intro",tOther,"",3,[],
- ["ALL"],[],"Stable Objects")
-
-PkgInfo("database",".","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to Database libraries and applications")
-
-PkgInfo("animation","graphics","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to Graphical animation libraries and applications")
-
-PkgInfo("displayps","graphics","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to Display Postscript interface")
-
-PkgInfo("forms","graphics","src","m3intro",tOther,"",3,[],["ALL"],[],
- "FormsVBT, forms based graphical user interface library")
-
-PkgInfo("games","graphics","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to Sample graphical games")
-
-PkgInfo("gr-libs","graphics","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to general purpose graphical libraries")
-
-PkgInfo("lecternpkg","graphics","src","m3intro",tOther,"",3,[],["ALL"],[],
- "The Lectern package to view and index Postscript documents")
-
-PkgInfo("sharedboard","graphics","","m3intro",tOther,"",3,[],["ALL"],
- ["SHAREDBOARD"],
- "A prototype shared whiteboard")
-
-PkgInfo("graphics",".","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to graphics libraries")
-
-PkgInfo("m3obliq","language","src","m3intro",tOther,"",3,[],["ALL"],[],
- "The Obliq Interpreter")
-
-PkgInfo("m3compiler","language/modula3","src","m3intro",tOther,"",3,[],
- ["ALL"],[],"Introduction to the Modula-3 compiler")
-
-PkgInfo("m3tools","language/modula3","src","m3intro",tOther,"",3,[],["ALL"],
- [],"Introduction to Modula-3 programming tools")
-
-PkgInfo("modula3","language","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to Modula-3")
-
-PkgInfo("metasyntax","language/parsing","src","m3intro",tLib,"",3,[],
- ["ALL"],[],"Meta Syntax parsing package")
-
-PkgInfo("parsing","language","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to parsing tools and libraries")
-
-PkgInfo("language",".","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Programming languages")
-
-PkgInfo("libs",".","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to general purpose libraries")
-
-PkgInfo("mail","network","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to mail related tools")
-
-PkgInfo("netobjects","network","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Network objects to build distributed applications")
-
-PkgInfo("pkgserver","network","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Remote Package Server")
-
-PkgInfo("tcplibs","network","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to Modula-3 TCP access libraries")
-
-PkgInfo("www","network","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to World Wide Web related applications and libraries")
-
-PkgInfo("network",".","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to network related libraries and applications")
-
-PkgInfo("text",".","src","m3intro",tOther,"",3,[],["ALL"],[],
- "Introduction to text processing related libraries")
-

View file

@ -0,0 +1 @@
Compiler and base libraries of the Polytechnique Montreal Modula-3 distribution

22
lang/pm3-base/pkg-descr Normal file
View file

@ -0,0 +1,22 @@
This is the compiler and minimal libraries from the Polytechnique
Montreal Modula-3 distribution. PM3 is the most actively maintained
Modula-3 distribution. It is derived from the original SRC release,
but it contains many bug fixes and enhancments. Here are the packages
included:
digraph m3core m3quake realgeometry sgmlstructure
libm3 m3doc m3ship set sgmltom3
m3build m3driver m3templates sgml sgmltools
m3bundle m3front m3tosgml sgmlconv table-list
m3coco m3linker mtex sgmllinear tempfiles
m3config m3middle parseparams sgmlnormalize
Please read "${PREFIX}/share/pm3/COPYRIGHT" for the DEC copyright
notice.
Warning: Even though I have recompressed them with bzip2, the
distfiles for this port still total about 20 MB in size!
WWW: http://m3.polymtl.ca/m3/
John Polstra <jdp@FreeBSD.ORG>

1072
lang/pm3-base/pkg-plist Normal file

File diff suppressed because it is too large Load diff

9
lang/pm3-base/scripts/configure vendored Normal file
View file

@ -0,0 +1,9 @@
#! /bin/sh
cfg=${WRKSRC}/m3config/src/${TARGET}
cp -p ${cfg} ${cfg}.bak || exit
sed \
-e "/^INSTALL_ROOT = /s|\".*\"|\"${PREFIX}\"|" \
-e "/^X11ROOT = /s|\".*\"|\"${X11BASE}/lib\"|" \
${cfg} > ${cfg}.tmp || exit
mv ${cfg}.tmp ${cfg}

79
lang/pm3-forms/Makefile Normal file
View file

@ -0,0 +1,79 @@
# New ports collection makefile for: pm3-forms
# Version required: 1.1.13
# Date created: 6 Feb 2000
# Whom: John Polstra <jdp@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= pm3-forms-${VERSION}
CATEGORIES= lang
DISTFILES=
MAINTAINER= jdp@freebsd.org
BUILD_DEPENDS= ${PREFIX}/lib/m3/${TARGET}/libm3vbtkit.so.${SOVERSION}:${PORTSDIR}/lang/pm3-gui
RUN_DEPENDS= ${PREFIX}/lib/m3/${TARGET}/libm3vbtkit.so.${SOVERSION}:${PORTSDIR}/lang/pm3-gui
DEPENDS= ${PORTSDIR}/lang/pm3-base:configure
DIST_SUBDIR= pm3
INSTALL_TARGET= all
MAN1= formsedit.1
PLIST_SUB+= SOVERSION=${SOVERSION} TARGET=${TARGET} \
TARGETDIR=${TARGETDIR} WORDSIZE=${WORDSIZE}
WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${VERSION}
BUILDDIRS= network/www/web \
graphics/gr-libs/jvideo \
graphics/gr-libs/videovbt \
graphics/forms/formsvbtpixmaps \
graphics/forms/formsvbt \
graphics/forms/formsedit
PROGS= bin/formsedit
SOVERSION= 7
VERSION= 1.1.13
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "aout"
TARGET= FreeBSD2
TARGETDIR= freebsd-2
WORDSIZE= 32
.elif ${ARCH} == "i386"
.if ${OSVERSION} < 400011
TARGET= FreeBSD3
TARGETDIR= freebsd-3
.else
TARGET= FreeBSD4
TARGETDIR= freebsd-4
.endif
WORDSIZE= 32
.elif ${ARCH} == "alpha"
.if ${OSVERSION} < 400011
BROKEN= Not supported on older versions of FreeBSD/Alpha
.endif
CFLAGS+= -mieee
TARGET= FBSD_ALPHA
TARGETDIR= fbsd-alpha
WORDSIZE= 64
.endif
.if empty(TARGET)
pre-fetch:
@${ECHO_MSG} "Cannot determine M3 target for this architecture"
@${FALSE}
.endif
do-build:
@${ECHO_MSG} "This port does everything in the install step."
@${ECHO_MSG} "The build step is a no-op."
do-install:
@for i in ${BUILDDIRS}; do \
${ECHO_MSG} "Building in $${i}"; \
cd ${WRKSRC}/$${i} && ${PREFIX}/bin/m3build && \
${PREFIX}/bin/m3ship; \
done
@for i in ${PROGS}; do strip ${PREFIX}/$$i; done
.include <bsd.port.post.mk>

View file

@ -0,0 +1 @@
High-level GUI libraries and tools for the PM3 Modula-3 distribution

8
lang/pm3-forms/pkg-descr Normal file
View file

@ -0,0 +1,8 @@
These are the high-level GUI libraries and tools for the Polytechnique
Montreal Modula-3 (PM3) distribution. Here are the packages included:
formsedit formsvbt formsvbtpixmaps jvideo videovbt web
WWW: http://m3.polymtl.ca/m3/
John Polstra <jdp@FreeBSD.ORG>

191
lang/pm3-forms/pkg-plist Normal file
View file

@ -0,0 +1,191 @@
bin/formsedit
lib/m3/%%TARGET%%/libjvideo.so.%%SOVERSION%%
lib/m3/%%TARGET%%/libm3formsvbt.so.%%SOVERSION%%
lib/m3/%%TARGET%%/libm3formsvbtpixmaps.so.%%SOVERSION%%
lib/m3/%%TARGET%%/libvideovbt.so.%%SOVERSION%%
lib/m3/%%TARGET%%/libweb.so.%%SOVERSION%%
lib/m3/pkg/formsedit/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/formsedit/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/formsedit/%%TARGET%%/.M3WEB
lib/m3/pkg/formsedit/%%TARGET%%/formseditBundle.i3
lib/m3/pkg/formsedit/src/FormsEditVBT.i3
lib/m3/pkg/formsvbt/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/formsvbt/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/formsvbt/%%TARGET%%/.M3WEB
lib/m3/pkg/formsvbt/%%TARGET%%/libm3formsvbt.a
lib/m3/pkg/formsvbt/%%TARGET%%/libm3formsvbt.m3x
lib/m3/pkg/formsvbt/%%TARGET%%/libm3formsvbt.so
lib/m3/pkg/formsvbt/src/FVRuntime.i3
lib/m3/pkg/formsvbt/src/FVTypes.i3
lib/m3/pkg/formsvbt/src/FVTypes_i3.html
lib/m3/pkg/formsvbt/src/FormsVBT.i3
lib/m3/pkg/formsvbt/src/FormsVBT_i3.html
lib/m3/pkg/formsvbt/src/Macro.i3
lib/m3/pkg/formsvbt/src/Manpage.i3
lib/m3/pkg/formsvbt/src/RefListUtils.i3
lib/m3/pkg/formsvbt/src/StubImageRd.i3
lib/m3/pkg/formsvbt/src/StubImageVBT.i3
lib/m3/pkg/formsvbt/src/StubImages.i3
lib/m3/pkg/formsvbt/src/html/COPYRIGHT.html
lib/m3/pkg/formsvbt/src/html/acks.html
lib/m3/pkg/formsvbt/src/html/components/Bar.html
lib/m3/pkg/formsvbt/src/html/components/Boolean.html
lib/m3/pkg/formsvbt/src/html/components/Border.html
lib/m3/pkg/formsvbt/src/html/components/Browser.html
lib/m3/pkg/formsvbt/src/html/components/Button.html
lib/m3/pkg/formsvbt/src/html/components/Chisel.html
lib/m3/pkg/formsvbt/src/html/components/Choice.html
lib/m3/pkg/formsvbt/src/html/components/CloseButton.html
lib/m3/pkg/formsvbt/src/html/components/DirMenu.html
lib/m3/pkg/formsvbt/src/html/components/FileBrowser.html
lib/m3/pkg/formsvbt/src/html/components/Fill.html
lib/m3/pkg/formsvbt/src/html/components/Filter.html
lib/m3/pkg/formsvbt/src/html/components/Frame.html
lib/m3/pkg/formsvbt/src/html/components/Generic.html
lib/m3/pkg/formsvbt/src/html/components/Glue.html
lib/m3/pkg/formsvbt/src/html/components/Guard.html
lib/m3/pkg/formsvbt/src/html/components/HBox.html
lib/m3/pkg/formsvbt/src/html/components/HPackSplit.html
lib/m3/pkg/formsvbt/src/html/components/HTile.html
lib/m3/pkg/formsvbt/src/html/components/Helper.html
lib/m3/pkg/formsvbt/src/html/components/Insert.html
lib/m3/pkg/formsvbt/src/html/components/LinkButton.html
lib/m3/pkg/formsvbt/src/html/components/LinkMButton.html
lib/m3/pkg/formsvbt/src/html/components/MButton.html
lib/m3/pkg/formsvbt/src/html/components/Menu.html
lib/m3/pkg/formsvbt/src/html/components/MultiBrowser.html
lib/m3/pkg/formsvbt/src/html/components/Numeric.html
lib/m3/pkg/formsvbt/src/html/components/PageButton.html
lib/m3/pkg/formsvbt/src/html/components/PageMButton.html
lib/m3/pkg/formsvbt/src/html/components/Pixmap.html
lib/m3/pkg/formsvbt/src/html/components/PopButton.html
lib/m3/pkg/formsvbt/src/html/components/PopMButton.html
lib/m3/pkg/formsvbt/src/html/components/Radio.html
lib/m3/pkg/formsvbt/src/html/components/Ridge.html
lib/m3/pkg/formsvbt/src/html/components/Rim.html
lib/m3/pkg/formsvbt/src/html/components/Scale.html
lib/m3/pkg/formsvbt/src/html/components/Scroller.html
lib/m3/pkg/formsvbt/src/html/components/Shape.html
lib/m3/pkg/formsvbt/src/html/components/Source.html
lib/m3/pkg/formsvbt/src/html/components/Stable.html
lib/m3/pkg/formsvbt/src/html/components/TSplit.html
lib/m3/pkg/formsvbt/src/html/components/Target.html
lib/m3/pkg/formsvbt/src/html/components/Text.html
lib/m3/pkg/formsvbt/src/html/components/TextEdit.html
lib/m3/pkg/formsvbt/src/html/components/Texture.html
lib/m3/pkg/formsvbt/src/html/components/TrillButton.html
lib/m3/pkg/formsvbt/src/html/components/TypeIn.html
lib/m3/pkg/formsvbt/src/html/components/Typescript.html
lib/m3/pkg/formsvbt/src/html/components/VBox.html
lib/m3/pkg/formsvbt/src/html/components/VPackSplit.html
lib/m3/pkg/formsvbt/src/html/components/VTile.html
lib/m3/pkg/formsvbt/src/html/components/Viewport.html
lib/m3/pkg/formsvbt/src/html/components/ZBackground.html
lib/m3/pkg/formsvbt/src/html/components/ZChassis.html
lib/m3/pkg/formsvbt/src/html/components/ZChild.html
lib/m3/pkg/formsvbt/src/html/components/ZGrow.html
lib/m3/pkg/formsvbt/src/html/components/ZMove.html
lib/m3/pkg/formsvbt/src/html/components/ZSplit.html
lib/m3/pkg/formsvbt/src/html/fefv.html
lib/m3/pkg/formsvbt/src/html/figs-fe/about.ps
lib/m3/pkg/formsvbt/src/html/figs-fe/confirm.ps
lib/m3/pkg/formsvbt/src/html/figs-fe/filedialog.ps
lib/m3/pkg/formsvbt/src/html/figs-fe/finder.ps
lib/m3/pkg/formsvbt/src/html/figs-fe/m3makefile
lib/m3/pkg/formsvbt/src/html/figs-fe/manpage.ps
lib/m3/pkg/formsvbt/src/html/figs-fe/ppwidth.ps
lib/m3/pkg/formsvbt/src/html/figs-fe/revert.ps
lib/m3/pkg/formsvbt/src/html/figs-formsedit/error.ps
lib/m3/pkg/formsvbt/src/html/figs-formsedit/fileMenu.ps
lib/m3/pkg/formsvbt/src/html/figs-formsedit/m3makefile
lib/m3/pkg/formsvbt/src/html/figs-formsedit/start.ps
lib/m3/pkg/formsvbt/src/html/figs/calc3cell-menu.ps
lib/m3/pkg/formsvbt/src/html/figs/calc3cell.ps
lib/m3/pkg/formsvbt/src/html/figs/etude.ps
lib/m3/pkg/formsvbt/src/html/figs/fonts.ps
lib/m3/pkg/formsvbt/src/html/figs/formsedit.ps
lib/m3/pkg/formsvbt/src/html/figs/helloBoring.ps
lib/m3/pkg/formsvbt/src/html/figs/helloFancy.ps
lib/m3/pkg/formsvbt/src/html/figs/horn.ps
lib/m3/pkg/formsvbt/src/html/figs/modal.ps
lib/m3/pkg/formsvbt/src/html/figs/viewer.ps
lib/m3/pkg/formsvbt/src/html/figs/viewer2.ps
lib/m3/pkg/formsvbt/src/html/formsedit.html
lib/m3/pkg/formsvbt/src/html/intro.html
lib/m3/pkg/formsvbt/src/html/language.html
lib/m3/pkg/formsvbt/src/html/longcatalog.html
lib/m3/pkg/formsvbt/src/html/miscinterfaces.html
lib/m3/pkg/formsvbt/src/html/programming.html
lib/m3/pkg/formsvbt/src/html/references.html
lib/m3/pkg/formsvbt/src/html/tutorial.html
lib/m3/pkg/formsvbt/src/index.html
lib/m3/pkg/formsvbtpixmaps/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/formsvbtpixmaps/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/formsvbtpixmaps/%%TARGET%%/.M3WEB
lib/m3/pkg/formsvbtpixmaps/%%TARGET%%/FormsVBTPixmapsBundle.i3
lib/m3/pkg/formsvbtpixmaps/%%TARGET%%/libm3formsvbtpixmaps.a
lib/m3/pkg/formsvbtpixmaps/%%TARGET%%/libm3formsvbtpixmaps.m3x
lib/m3/pkg/formsvbtpixmaps/%%TARGET%%/libm3formsvbtpixmaps.so
lib/m3/pkg/jvideo/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/jvideo/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/jvideo/%%TARGET%%/.M3WEB
lib/m3/pkg/jvideo/%%TARGET%%/libjvideo.a
lib/m3/pkg/jvideo/%%TARGET%%/libjvideo.m3x
lib/m3/pkg/jvideo/%%TARGET%%/libjvideo.so
lib/m3/pkg/jvideo/src/POSIX/JVAudio.i3
lib/m3/pkg/jvideo/src/POSIX/JVBuffer.i3
lib/m3/pkg/jvideo/src/POSIX/JVConverter.i3
lib/m3/pkg/jvideo/src/POSIX/JVConverterF.i3
lib/m3/pkg/jvideo/src/POSIX/JVDecomp.i3
lib/m3/pkg/jvideo/src/POSIX/JVDecompPool.i3
lib/m3/pkg/jvideo/src/POSIX/JVFromDecomp.i3
lib/m3/pkg/jvideo/src/POSIX/JVFromSource.i3
lib/m3/pkg/jvideo/src/POSIX/JVSink.i3
lib/m3/pkg/jvideo/src/POSIX/JVSinkPool.i3
lib/m3/pkg/jvideo/src/POSIX/Jv.i3
lib/m3/pkg/jvideo/src/POSIX/Jva.i3
lib/m3/pkg/jvideo/src/POSIX/JvaProtocol.i3
lib/m3/pkg/jvideo/src/POSIX/Jvs.i3
lib/m3/pkg/jvideo/src/POSIX/JvsBuffer.i3
lib/m3/pkg/jvideo/src/POSIX/JvsProtocol.i3
lib/m3/pkg/jvideo/src/POSIX/jvprotocol.i3
lib/m3/pkg/videovbt/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/videovbt/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/videovbt/%%TARGET%%/.M3WEB
lib/m3/pkg/videovbt/%%TARGET%%/libvideovbt.a
lib/m3/pkg/videovbt/%%TARGET%%/libvideovbt.m3x
lib/m3/pkg/videovbt/%%TARGET%%/libvideovbt.so
lib/m3/pkg/videovbt/src/AudioVBT.i3
lib/m3/pkg/videovbt/src/POSIX/VideoVBTRep.i3
lib/m3/pkg/videovbt/src/VideoVBT.i3
lib/m3/pkg/web/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/web/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/web/%%TARGET%%/.M3WEB
lib/m3/pkg/web/%%TARGET%%/libweb.a
lib/m3/pkg/web/%%TARGET%%/libweb.m3x
lib/m3/pkg/web/%%TARGET%%/libweb.so
lib/m3/pkg/web/src/Web.i3
@dirrm lib/m3/pkg/web/src
@dirrm lib/m3/pkg/web/%%TARGET%%
@dirrm lib/m3/pkg/web
@dirrm lib/m3/pkg/videovbt/src/POSIX
@dirrm lib/m3/pkg/videovbt/src
@dirrm lib/m3/pkg/videovbt/%%TARGET%%
@dirrm lib/m3/pkg/videovbt
@dirrm lib/m3/pkg/jvideo/src/POSIX
@dirrm lib/m3/pkg/jvideo/src
@dirrm lib/m3/pkg/jvideo/%%TARGET%%
@dirrm lib/m3/pkg/jvideo
@dirrm lib/m3/pkg/formsvbtpixmaps/%%TARGET%%
@dirrm lib/m3/pkg/formsvbtpixmaps
@dirrm lib/m3/pkg/formsvbt/src/html/figs-formsedit
@dirrm lib/m3/pkg/formsvbt/src/html/figs-fe
@dirrm lib/m3/pkg/formsvbt/src/html/figs
@dirrm lib/m3/pkg/formsvbt/src/html/components
@dirrm lib/m3/pkg/formsvbt/src/html
@dirrm lib/m3/pkg/formsvbt/src
@dirrm lib/m3/pkg/formsvbt/%%TARGET%%
@dirrm lib/m3/pkg/formsvbt
@dirrm lib/m3/pkg/formsedit/src
@dirrm lib/m3/pkg/formsedit/%%TARGET%%
@dirrm lib/m3/pkg/formsedit

75
lang/pm3-gui/Makefile Normal file
View file

@ -0,0 +1,75 @@
# New ports collection makefile for: pm3-gui
# Version required: 1.1.13
# Date created: 6 Feb 2000
# Whom: John Polstra <jdp@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= pm3-gui-${VERSION}
CATEGORIES= lang
DISTFILES=
MAINTAINER= jdp@freebsd.org
BUILD_DEPENDS= ${PREFIX}/lib/m3/${TARGET}/libm3tcp.so.${SOVERSION}:${PORTSDIR}/lang/pm3-net
RUN_DEPENDS= ${PREFIX}/lib/m3/${TARGET}/libm3tcp.so.${SOVERSION}:${PORTSDIR}/lang/pm3-net
DEPENDS= ${PORTSDIR}/lang/pm3-base:configure
DIST_SUBDIR= pm3
INSTALL_TARGET= all
PLIST_SUB+= SOVERSION=${SOVERSION} TARGET=${TARGET} \
TARGETDIR=${TARGETDIR} WORDSIZE=${WORDSIZE}
USE_XLIB= yes
WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${VERSION}
BUILDDIRS= graphics/gr-libs/X11 \
graphics/gr-libs/ui \
graphics/gr-libs/images \
graphics/gr-libs/vbtkit
SOVERSION= 7
VERSION= 1.1.13
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "aout"
TARGET= FreeBSD2
TARGETDIR= freebsd-2
WORDSIZE= 32
.elif ${ARCH} == "i386"
.if ${OSVERSION} < 400011
TARGET= FreeBSD3
TARGETDIR= freebsd-3
.else
TARGET= FreeBSD4
TARGETDIR= freebsd-4
.endif
WORDSIZE= 32
.elif ${ARCH} == "alpha"
.if ${OSVERSION} < 400011
BROKEN= Not supported on older versions of FreeBSD/Alpha
.endif
CFLAGS+= -mieee
TARGET= FBSD_ALPHA
TARGETDIR= fbsd-alpha
WORDSIZE= 64
.endif
.if empty(TARGET)
pre-fetch:
@${ECHO_MSG} "Cannot determine M3 target for this architecture"
@${FALSE}
.endif
do-build:
@${ECHO_MSG} "This port does everything in the install step."
@${ECHO_MSG} "The build step is a no-op."
do-install:
@for i in ${BUILDDIRS}; do \
${ECHO_MSG} "Building in $${i}"; \
cd ${WRKSRC}/$${i} && ${PREFIX}/bin/m3build && \
${PREFIX}/bin/m3ship; \
done
.include <bsd.port.post.mk>

1
lang/pm3-gui/pkg-comment Normal file
View file

@ -0,0 +1 @@
Low-level GUI libraries for the PM3 Modula-3 distribution

8
lang/pm3-gui/pkg-descr Normal file
View file

@ -0,0 +1,8 @@
These are the low-level GUI libraries for the Polytechnique Montreal
Modula-3 (PM3) distribution. Here are the packages included:
X11 images ui vbtkit
WWW: http://m3.polymtl.ca/m3/
John Polstra <jdp@FreeBSD.ORG>

332
lang/pm3-gui/pkg-plist Normal file
View file

@ -0,0 +1,332 @@
lib/m3/%%TARGET%%/libImages.so.%%SOVERSION%%
lib/m3/%%TARGET%%/libm3X11.so.%%SOVERSION%%
lib/m3/%%TARGET%%/libm3ui.so.%%SOVERSION%%
lib/m3/%%TARGET%%/libm3vbtkit.so.%%SOVERSION%%
lib/m3/pkg/X11/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/X11/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/X11/%%TARGET%%/.M3WEB
lib/m3/pkg/X11/%%TARGET%%/libm3X11.a
lib/m3/pkg/X11/%%TARGET%%/libm3X11.m3x
lib/m3/pkg/X11/%%TARGET%%/libm3X11.so
lib/m3/pkg/X11/src/Common/X.i3
lib/m3/pkg/X11/src/Common/Xatom.i3
lib/m3/pkg/X11/src/Common/Xaw.i3
lib/m3/pkg/X11/src/Common/Xct.i3
lib/m3/pkg/X11/src/Common/Xmbuf.i3
lib/m3/pkg/X11/src/Common/Xmu.i3
lib/m3/pkg/X11/src/Common/Xrm.i3
lib/m3/pkg/X11/src/Common/Xt.i3
lib/m3/pkg/X11/src/Common/XtC.i3
lib/m3/pkg/X11/src/Common/XtE.i3
lib/m3/pkg/X11/src/Common/XtN.i3
lib/m3/pkg/X11/src/Common/XtR.i3
lib/m3/pkg/X11/src/Vanilla/XMachine.i3
lib/m3/pkg/images/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/images/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/images/%%TARGET%%/.M3WEB
lib/m3/pkg/images/%%TARGET%%/ImagesBundle.i3
lib/m3/pkg/images/%%TARGET%%/libImages.a
lib/m3/pkg/images/%%TARGET%%/libImages.m3x
lib/m3/pkg/images/%%TARGET%%/libImages.so
lib/m3/pkg/images/src/ImageRd.i3
lib/m3/pkg/images/src/ImageVBT.i3
lib/m3/pkg/images/src/Images.i3
lib/m3/pkg/ui/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/ui/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/ui/%%TARGET%%/.M3WEB
lib/m3/pkg/ui/%%TARGET%%/ComplSeq.i3
lib/m3/pkg/ui/%%TARGET%%/ComplSeqRep.i3
lib/m3/pkg/ui/%%TARGET%%/CompletionSeq.i3
lib/m3/pkg/ui/%%TARGET%%/CompletionSeqRep.i3
lib/m3/pkg/ui/%%TARGET%%/STypeMapSeq.i3
lib/m3/pkg/ui/%%TARGET%%/STypeMapSeqRep.i3
lib/m3/pkg/ui/%%TARGET%%/libm3ui.a
lib/m3/pkg/ui/%%TARGET%%/libm3ui.m3x
lib/m3/pkg/ui/%%TARGET%%/libm3ui.so
lib/m3/pkg/ui/src/html/COPYRIGHT.html
lib/m3/pkg/ui/src/html/abstract.html
lib/m3/pkg/ui/src/html/ack.html
lib/m3/pkg/ui/src/html/filters.html
lib/m3/pkg/ui/src/html/geometry.html
lib/m3/pkg/ui/src/html/introduction.html
lib/m3/pkg/ui/src/html/leafs.html
lib/m3/pkg/ui/src/html/misc.html
lib/m3/pkg/ui/src/html/ownpaint.html
lib/m3/pkg/ui/src/html/ownsplits.html
lib/m3/pkg/ui/src/html/references.html
lib/m3/pkg/ui/src/html/resources.html
lib/m3/pkg/ui/src/html/splits.html
lib/m3/pkg/ui/src/index.html
lib/m3/pkg/ui/src/picture/Completion.i3
lib/m3/pkg/ui/src/picture/FreeList.mg
lib/m3/pkg/ui/src/picture/Picture.i3
lib/m3/pkg/ui/src/picture/PictureRep.i3
lib/m3/pkg/ui/src/split/AnchorBtnVBT.i3
lib/m3/pkg/ui/src/split/AnchorBtnVBT_i3.html
lib/m3/pkg/ui/src/split/BdrVBTClass.i3
lib/m3/pkg/ui/src/split/BorderedVBT.i3
lib/m3/pkg/ui/src/split/BorderedVBT_i3.html
lib/m3/pkg/ui/src/split/BtnVBTClass.i3
lib/m3/pkg/ui/src/split/ButtonVBT.i3
lib/m3/pkg/ui/src/split/ButtonVBT_i3.html
lib/m3/pkg/ui/src/split/ComposeKey.i3
lib/m3/pkg/ui/src/split/DblBufferUtil.i3
lib/m3/pkg/ui/src/split/DblBufferVBT.i3
lib/m3/pkg/ui/src/split/ETAgent.i3
lib/m3/pkg/ui/src/split/Filter.i3
lib/m3/pkg/ui/src/split/FilterClass.i3
lib/m3/pkg/ui/src/split/FilterClass_i3.html
lib/m3/pkg/ui/src/split/Filter_i3.html
lib/m3/pkg/ui/src/split/Gray.i3
lib/m3/pkg/ui/src/split/HVBar.i3
lib/m3/pkg/ui/src/split/HVBar_i3.html
lib/m3/pkg/ui/src/split/HVSplit.i3
lib/m3/pkg/ui/src/split/HVSplit_i3.html
lib/m3/pkg/ui/src/split/HighlightVBT.i3
lib/m3/pkg/ui/src/split/HighlightVBT_i3.html
lib/m3/pkg/ui/src/split/JoinCMap.i3
lib/m3/pkg/ui/src/split/JoinCursor.i3
lib/m3/pkg/ui/src/split/JoinFont.i3
lib/m3/pkg/ui/src/split/JoinPaintOp.i3
lib/m3/pkg/ui/src/split/JoinParent.i3
lib/m3/pkg/ui/src/split/JoinPixmap.i3
lib/m3/pkg/ui/src/split/JoinScreen.i3
lib/m3/pkg/ui/src/split/JoinedVBT.i3
lib/m3/pkg/ui/src/split/MenuBtnVBT.i3
lib/m3/pkg/ui/src/split/MenuBtnVBT_i3.html
lib/m3/pkg/ui/src/split/OverlayVBT.i3
lib/m3/pkg/ui/src/split/PackSplit.i3
lib/m3/pkg/ui/src/split/PackSplit_i3.html
lib/m3/pkg/ui/src/split/ProperSplit.i3
lib/m3/pkg/ui/src/split/ProperSplit_i3.html
lib/m3/pkg/ui/src/split/QuickBtnVBT.i3
lib/m3/pkg/ui/src/split/QuickBtnVBT_i3.html
lib/m3/pkg/ui/src/split/RigidVBT.i3
lib/m3/pkg/ui/src/split/RigidVBT_i3.html
lib/m3/pkg/ui/src/split/STypeMap.i3
lib/m3/pkg/ui/src/split/SelectQueue.i3
lib/m3/pkg/ui/src/split/Split.i3
lib/m3/pkg/ui/src/split/Split_i3.html
lib/m3/pkg/ui/src/split/StableVBT.i3
lib/m3/pkg/ui/src/split/TSplit.i3
lib/m3/pkg/ui/src/split/TSplit_i3.html
lib/m3/pkg/ui/src/split/TextVBT.i3
lib/m3/pkg/ui/src/split/TextVBTClass.i3
lib/m3/pkg/ui/src/split/TextVBT_i3.html
lib/m3/pkg/ui/src/split/TextureVBT.i3
lib/m3/pkg/ui/src/split/TextureVBT_i3.html
lib/m3/pkg/ui/src/split/TranslateVBT.i3
lib/m3/pkg/ui/src/split/TranslateVBT_i3.html
lib/m3/pkg/ui/src/split/TwoTone.i3
lib/m3/pkg/ui/src/split/TypeInVBT.i3
lib/m3/pkg/ui/src/split/ZSplit.i3
lib/m3/pkg/ui/src/split/ZSplit_i3.html
lib/m3/pkg/ui/src/trestle/DpyFilter.i3
lib/m3/pkg/ui/src/trestle/InstallQueue.i3
lib/m3/pkg/ui/src/trestle/InstalledVBT.i3
lib/m3/pkg/ui/src/trestle/TrestleConf.i3
lib/m3/pkg/ui/src/trestle/TrestleGoo.i3
lib/m3/pkg/ui/src/trestle/TrestleImpl.i3
lib/m3/pkg/ui/src/trestle/TrestleOS.i3
lib/m3/pkg/ui/src/vbt/Batch.i3
lib/m3/pkg/ui/src/vbt/BatchRep.i3
lib/m3/pkg/ui/src/vbt/BatchUtil.i3
lib/m3/pkg/ui/src/vbt/BatchUtil_i3.html
lib/m3/pkg/ui/src/vbt/Batch_i3.html
lib/m3/pkg/ui/src/vbt/Cursor.i3
lib/m3/pkg/ui/src/vbt/Cursor_i3.html
lib/m3/pkg/ui/src/vbt/Font.i3
lib/m3/pkg/ui/src/vbt/Font_i3.html
lib/m3/pkg/ui/src/vbt/KeyboardKey.i3
lib/m3/pkg/ui/src/vbt/Latin1Key.i3
lib/m3/pkg/ui/src/vbt/MiscDetail.i3
lib/m3/pkg/ui/src/vbt/MouseSplit.i3
lib/m3/pkg/ui/src/vbt/PaintExt.i3
lib/m3/pkg/ui/src/vbt/PaintOp.i3
lib/m3/pkg/ui/src/vbt/PaintOp_i3.html
lib/m3/pkg/ui/src/vbt/PaintPrivate.i3
lib/m3/pkg/ui/src/vbt/PaintPrivate_i3.html
lib/m3/pkg/ui/src/vbt/Palette.i3
lib/m3/pkg/ui/src/vbt/Palette_i3.html
lib/m3/pkg/ui/src/vbt/Pixmap.i3
lib/m3/pkg/ui/src/vbt/Pixmap_i3.html
lib/m3/pkg/ui/src/vbt/PlttFrnds.i3
lib/m3/pkg/ui/src/vbt/ScreenType.i3
lib/m3/pkg/ui/src/vbt/ScreenType_i3.html
lib/m3/pkg/ui/src/vbt/ScrnColorMap.i3
lib/m3/pkg/ui/src/vbt/ScrnColorMap_i3.html
lib/m3/pkg/ui/src/vbt/ScrnCursor.i3
lib/m3/pkg/ui/src/vbt/ScrnCursor_i3.html
lib/m3/pkg/ui/src/vbt/ScrnFont.i3
lib/m3/pkg/ui/src/vbt/ScrnFont_i3.html
lib/m3/pkg/ui/src/vbt/ScrnPaintOp.i3
lib/m3/pkg/ui/src/vbt/ScrnPaintOp_i3.html
lib/m3/pkg/ui/src/vbt/ScrnPixmap.i3
lib/m3/pkg/ui/src/vbt/ScrnPixmap_i3.html
lib/m3/pkg/ui/src/vbt/Trestle.i3
lib/m3/pkg/ui/src/vbt/TrestleClass.i3
lib/m3/pkg/ui/src/vbt/TrestleComm.i3
lib/m3/pkg/ui/src/vbt/TrestleComm_i3.html
lib/m3/pkg/ui/src/vbt/Trestle_i3.html
lib/m3/pkg/ui/src/vbt/VBT.i3
lib/m3/pkg/ui/src/vbt/VBTClass.i3
lib/m3/pkg/ui/src/vbt/VBTClass_i3.html
lib/m3/pkg/ui/src/vbt/VBTRep.i3
lib/m3/pkg/ui/src/vbt/VBTTuning.i3
lib/m3/pkg/ui/src/vbt/VBTTuning_i3.html
lib/m3/pkg/ui/src/vbt/VBT_i3.html
lib/m3/pkg/ui/src/xvbt/Compl.i3
lib/m3/pkg/ui/src/xvbt/TrestleOnX.i3
lib/m3/pkg/ui/src/xvbt/TrslOnXF.i3
lib/m3/pkg/ui/src/xvbt/XAtomQueue.i3
lib/m3/pkg/ui/src/xvbt/XClient.i3
lib/m3/pkg/ui/src/xvbt/XClientExt.i3
lib/m3/pkg/ui/src/xvbt/XClientF.i3
lib/m3/pkg/ui/src/xvbt/XConfCtl.i3
lib/m3/pkg/ui/src/xvbt/XCursors.i3
lib/m3/pkg/ui/src/xvbt/XEventQueue.i3
lib/m3/pkg/ui/src/xvbt/XExtensions.i3
lib/m3/pkg/ui/src/xvbt/XGC.i3
lib/m3/pkg/ui/src/xvbt/XImUtil.i3
lib/m3/pkg/ui/src/xvbt/XInput.i3
lib/m3/pkg/ui/src/xvbt/XMessenger.i3
lib/m3/pkg/ui/src/xvbt/XPaint.i3
lib/m3/pkg/ui/src/xvbt/XPicture.i3
lib/m3/pkg/ui/src/xvbt/XProperties.i3
lib/m3/pkg/ui/src/xvbt/XScreenType.i3
lib/m3/pkg/ui/src/xvbt/XScrnCmap.i3
lib/m3/pkg/ui/src/xvbt/XScrnCrsr.i3
lib/m3/pkg/ui/src/xvbt/XScrnFont.i3
lib/m3/pkg/ui/src/xvbt/XScrnPntOp.i3
lib/m3/pkg/ui/src/xvbt/XScrnPxmp.i3
lib/m3/pkg/ui/src/xvbt/XScrnTpRep.i3
lib/m3/pkg/ui/src/xvbt/XScrollQueue.i3
lib/m3/pkg/ui/src/xvbt/XSharedMem.i3
lib/m3/pkg/ui/src/xvbt/XShm.i3
lib/m3/pkg/vbtkit/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/vbtkit/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/vbtkit/%%TARGET%%/.M3WEB
lib/m3/pkg/vbtkit/%%TARGET%%/VBTKitBundle.i3
lib/m3/pkg/vbtkit/%%TARGET%%/libm3vbtkit.a
lib/m3/pkg/vbtkit/%%TARGET%%/libm3vbtkit.m3x
lib/m3/pkg/vbtkit/%%TARGET%%/libm3vbtkit.so
lib/m3/pkg/vbtkit/src/color/Color.i3
lib/m3/pkg/vbtkit/src/color/ColorName.i3
lib/m3/pkg/vbtkit/src/color/ColorNameF.i3
lib/m3/pkg/vbtkit/src/color/ColorNameTable.i3
lib/m3/pkg/vbtkit/src/color/ColorName_i3.html
lib/m3/pkg/vbtkit/src/etext/EmacsModel.i3
lib/m3/pkg/vbtkit/src/etext/ISOChar.i3
lib/m3/pkg/vbtkit/src/etext/IvyModel.i3
lib/m3/pkg/vbtkit/src/etext/Key.i3
lib/m3/pkg/vbtkit/src/etext/KeyFilter.i3
lib/m3/pkg/vbtkit/src/etext/KeyTrans.i3
lib/m3/pkg/vbtkit/src/etext/MTextUnit.i3
lib/m3/pkg/vbtkit/src/etext/MacModel.i3
lib/m3/pkg/vbtkit/src/etext/TextEditVBT.i3
lib/m3/pkg/vbtkit/src/etext/TextPort.i3
lib/m3/pkg/vbtkit/src/etext/TextPortClass.i3
lib/m3/pkg/vbtkit/src/etext/TypeinVBT.i3
lib/m3/pkg/vbtkit/src/etext/TypescriptVBT.i3
lib/m3/pkg/vbtkit/src/etext/XtermModel.i3
lib/m3/pkg/vbtkit/src/lego/AnchorHelpSplit.i3
lib/m3/pkg/vbtkit/src/lego/AnchorHelpVBT.i3
lib/m3/pkg/vbtkit/src/lego/AnchorSplit.i3
lib/m3/pkg/vbtkit/src/lego/BiFeedbackVBT.i3
lib/m3/pkg/vbtkit/src/lego/BooleanVBT.i3
lib/m3/pkg/vbtkit/src/lego/ChoiceVBT.i3
lib/m3/pkg/vbtkit/src/lego/FeedbackVBT.i3
lib/m3/pkg/vbtkit/src/lego/FileBrowserVBT.i3
lib/m3/pkg/vbtkit/src/lego/FlexVBT.i3
lib/m3/pkg/vbtkit/src/lego/GuardedBtnVBT.i3
lib/m3/pkg/vbtkit/src/lego/Image.i3
lib/m3/pkg/vbtkit/src/lego/ListVBT.i3
lib/m3/pkg/vbtkit/src/lego/MarginFeedbackVBT.i3
lib/m3/pkg/vbtkit/src/lego/MenuSwitchVBT.i3
lib/m3/pkg/vbtkit/src/lego/MultiClass.i3
lib/m3/pkg/vbtkit/src/lego/MultiFilter.i3
lib/m3/pkg/vbtkit/src/lego/MultiSplit.i3
lib/m3/pkg/vbtkit/src/lego/NumericVBT.i3
lib/m3/pkg/vbtkit/src/lego/OffsetVBT.i3
lib/m3/pkg/vbtkit/src/lego/PixmapVBT.i3
lib/m3/pkg/vbtkit/src/lego/QuickSwitchVBT.i3
lib/m3/pkg/vbtkit/src/lego/ReactivityVBT.i3
lib/m3/pkg/vbtkit/src/lego/ScaleFilter.i3
lib/m3/pkg/vbtkit/src/lego/ScrollerVBT.i3
lib/m3/pkg/vbtkit/src/lego/ScrollerVBTClass.i3
lib/m3/pkg/vbtkit/src/lego/Shadow.i3
lib/m3/pkg/vbtkit/src/lego/ShadowPaint.i3
lib/m3/pkg/vbtkit/src/lego/ShadowedBarVBT.i3
lib/m3/pkg/vbtkit/src/lego/ShadowedFeedbackVBT.i3
lib/m3/pkg/vbtkit/src/lego/ShadowedVBT.i3
lib/m3/pkg/vbtkit/src/lego/SourceVBT.i3
lib/m3/pkg/vbtkit/src/lego/SplitterVBT.i3
lib/m3/pkg/vbtkit/src/lego/SwitchVBT.i3
lib/m3/pkg/vbtkit/src/lego/TrillSwitchVBT.i3
lib/m3/pkg/vbtkit/src/lego/VBTKitResources.i3
lib/m3/pkg/vbtkit/src/lego/ViewportVBT.i3
lib/m3/pkg/vbtkit/src/lego/ZBackgroundVBT.i3
lib/m3/pkg/vbtkit/src/lego/ZChassisVBT.i3
lib/m3/pkg/vbtkit/src/lego/ZChildVBT.i3
lib/m3/pkg/vbtkit/src/lego/ZGrowVBT.i3
lib/m3/pkg/vbtkit/src/lego/ZMoveVBT.i3
lib/m3/pkg/vbtkit/src/lego/ZSplitUtils.i3
lib/m3/pkg/vbtkit/src/lego/ZTilps.i3
lib/m3/pkg/vbtkit/src/mtext/MText.i3
lib/m3/pkg/vbtkit/src/mtext/MTextDebug.i3
lib/m3/pkg/vbtkit/src/mtext/MTextDs.i3
lib/m3/pkg/vbtkit/src/mtext/MTextPrivate.i3
lib/m3/pkg/vbtkit/src/mtext/MTextRd.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/AnyEvent.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/AutoRepeat.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/LargeCursor.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/Pts.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/Rsrc.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/Rsrc_i3.html
lib/m3/pkg/vbtkit/src/vbtkitutils/VBTColors.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/VBTKitEnv.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/XParam.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/XParam_i3.html
lib/m3/pkg/vbtkit/src/vbtkitutils/XTrestle.i3
lib/m3/pkg/vbtkit/src/vbtkitutils/XTrestle_i3.html
lib/m3/pkg/vbtkit/src/vtext/VT.i3
lib/m3/pkg/vbtkit/src/vtext/VTBase.i3
lib/m3/pkg/vbtkit/src/vtext/VTCaret.i3
lib/m3/pkg/vbtkit/src/vtext/VTDef.i3
lib/m3/pkg/vbtkit/src/vtext/VTInterval.i3
lib/m3/pkg/vbtkit/src/vtext/VTMarker.i3
lib/m3/pkg/vbtkit/src/vtext/VTPounce.i3
lib/m3/pkg/vbtkit/src/vtext/VTRd.i3
lib/m3/pkg/vbtkit/src/vtext/VTReal.i3
lib/m3/pkg/vbtkit/src/vtext/VTTexture.i3
lib/m3/pkg/vbtkit/src/vtext/VTView.i3
lib/m3/pkg/vbtkit/src/vtext/VTVirtual.i3
lib/m3/pkg/vbtkit/src/vtext/VText.i3
lib/m3/pkg/vbtkit/src/vtext/VTextDef.i3
lib/m3/pkg/vbtkit/src/vtext/VTextRegion.i3
@dirrm lib/m3/pkg/vbtkit/src/vtext
@dirrm lib/m3/pkg/vbtkit/src/vbtkitutils
@dirrm lib/m3/pkg/vbtkit/src/mtext
@dirrm lib/m3/pkg/vbtkit/src/lego
@dirrm lib/m3/pkg/vbtkit/src/etext
@dirrm lib/m3/pkg/vbtkit/src/color
@dirrm lib/m3/pkg/vbtkit/src
@dirrm lib/m3/pkg/vbtkit/%%TARGET%%
@dirrm lib/m3/pkg/vbtkit
@dirrm lib/m3/pkg/ui/src/xvbt
@dirrm lib/m3/pkg/ui/src/vbt
@dirrm lib/m3/pkg/ui/src/trestle
@dirrm lib/m3/pkg/ui/src/split
@dirrm lib/m3/pkg/ui/src/picture
@dirrm lib/m3/pkg/ui/src/html
@dirrm lib/m3/pkg/ui/src
@dirrm lib/m3/pkg/ui/%%TARGET%%
@dirrm lib/m3/pkg/ui
@dirrm lib/m3/pkg/images/src
@dirrm lib/m3/pkg/images/%%TARGET%%
@dirrm lib/m3/pkg/images
@dirrm lib/m3/pkg/X11/src/Vanilla
@dirrm lib/m3/pkg/X11/src/Common
@dirrm lib/m3/pkg/X11/src
@dirrm lib/m3/pkg/X11/%%TARGET%%
@dirrm lib/m3/pkg/X11

73
lang/pm3-net/Makefile Normal file
View file

@ -0,0 +1,73 @@
# New ports collection makefile for: pm3-net
# Version required: 1.1.13
# Date created: 6 Feb 2000
# Whom: John Polstra <jdp@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= pm3-net-${VERSION}
CATEGORIES= lang
DISTFILES=
MAINTAINER= jdp@polstra.com
BUILD_DEPENDS= ${PREFIX}/lib/m3/${TARGET}/libm3.so.${SOVERSION}:${PORTSDIR}/lang/pm3-base
RUN_DEPENDS= ${PREFIX}/lib/m3/${TARGET}/libm3.so.${SOVERSION}:${PORTSDIR}/lang/pm3-base
DEPENDS= ${PORTSDIR}/lang/pm3-base:configure
DIST_SUBDIR= pm3
INSTALL_TARGET= all
PLIST_SUB+= SOVERSION=${SOVERSION} TARGET=${TARGET} \
TARGETDIR=${TARGETDIR} WORDSIZE=${WORDSIZE}
WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${VERSION}
BUILDDIRS= network/tcplibs/tcp \
network/tcplibs/tcpextras \
network/udp
SOVERSION= 7
VERSION= 1.1.13
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "aout"
TARGET= FreeBSD2
TARGETDIR= freebsd-2
WORDSIZE= 32
.elif ${ARCH} == "i386"
.if ${OSVERSION} < 400011
TARGET= FreeBSD3
TARGETDIR= freebsd-3
.else
TARGET= FreeBSD4
TARGETDIR= freebsd-4
.endif
WORDSIZE= 32
.elif ${ARCH} == "alpha"
.if ${OSVERSION} < 400011
BROKEN= Not supported on older versions of FreeBSD/Alpha
.endif
CFLAGS+= -mieee
TARGET= FBSD_ALPHA
TARGETDIR= fbsd-alpha
WORDSIZE= 64
.endif
.if empty(TARGET)
pre-fetch:
@${ECHO_MSG} "Cannot determine M3 target for this architecture"
@${FALSE}
.endif
do-build:
@${ECHO_MSG} "This port does everything in the install step."
@${ECHO_MSG} "The build step is a no-op."
do-install:
@for i in ${BUILDDIRS}; do \
${ECHO_MSG} "Building in $${i}"; \
cd ${WRKSRC}/$${i} && ${PREFIX}/bin/m3build && \
${PREFIX}/bin/m3ship; \
done
.include <bsd.port.post.mk>

1
lang/pm3-net/pkg-comment Normal file
View file

@ -0,0 +1 @@
Low-level networking libraries for the PM3 Modula-3 distribution

8
lang/pm3-net/pkg-descr Normal file
View file

@ -0,0 +1,8 @@
These are the low-level networking libraries for the Polytechnique
Montreal Modula-3 (PM3) distribution. Here are the packages included:
tcp tcpextras udp
WWW: http://m3.polymtl.ca/m3/
John Polstra <jdp@FreeBSD.ORG>

45
lang/pm3-net/pkg-plist Normal file
View file

@ -0,0 +1,45 @@
lib/m3/%%TARGET%%/libUDP.so.%%SOVERSION%%
lib/m3/%%TARGET%%/libm3tcp.so.%%SOVERSION%%
lib/m3/%%TARGET%%/libtcpextras.so.%%SOVERSION%%
lib/m3/pkg/tcp/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/tcp/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/tcp/%%TARGET%%/.M3WEB
lib/m3/pkg/tcp/%%TARGET%%/libm3tcp.a
lib/m3/pkg/tcp/%%TARGET%%/libm3tcp.m3x
lib/m3/pkg/tcp/%%TARGET%%/libm3tcp.so
lib/m3/pkg/tcp/src/POSIX/Herrno.i3
lib/m3/pkg/tcp/src/POSIX/TCPHack.i3
lib/m3/pkg/tcp/src/POSIX/TCPPosix.i3
lib/m3/pkg/tcp/src/common/ConnFD.i3
lib/m3/pkg/tcp/src/common/ConnMsgRW.i3
lib/m3/pkg/tcp/src/common/ConnRW.i3
lib/m3/pkg/tcp/src/common/IP.i3
lib/m3/pkg/tcp/src/common/TCP.i3
lib/m3/pkg/tcp/src/common/TCPSpecial.i3
lib/m3/pkg/tcpextras/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/tcpextras/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/tcpextras/%%TARGET%%/.M3WEB
lib/m3/pkg/tcpextras/%%TARGET%%/libtcpextras.a
lib/m3/pkg/tcpextras/%%TARGET%%/libtcpextras.m3x
lib/m3/pkg/tcpextras/%%TARGET%%/libtcpextras.so
lib/m3/pkg/tcpextras/src/TCPExtras.i3
lib/m3/pkg/tcpextras/src/TCPPeer.i3
lib/m3/pkg/udp/%%TARGET%%/.M3EXPORTS
lib/m3/pkg/udp/%%TARGET%%/.M3IMPTAB
lib/m3/pkg/udp/%%TARGET%%/.M3WEB
lib/m3/pkg/udp/%%TARGET%%/libUDP.a
lib/m3/pkg/udp/%%TARGET%%/libUDP.m3x
lib/m3/pkg/udp/%%TARGET%%/libUDP.so
lib/m3/pkg/udp/src/Common/UDP.i3
@dirrm lib/m3/pkg/udp/src/Common
@dirrm lib/m3/pkg/udp/src
@dirrm lib/m3/pkg/udp/%%TARGET%%
@dirrm lib/m3/pkg/udp
@dirrm lib/m3/pkg/tcpextras/src
@dirrm lib/m3/pkg/tcpextras/%%TARGET%%
@dirrm lib/m3/pkg/tcpextras
@dirrm lib/m3/pkg/tcp/src/common
@dirrm lib/m3/pkg/tcp/src/POSIX
@dirrm lib/m3/pkg/tcp/src
@dirrm lib/m3/pkg/tcp/%%TARGET%%
@dirrm lib/m3/pkg/tcp