# ex:ts=8 # Ports collection makefile for: lambda # Date created: Mar 23, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= lambda PORTVERSION= 0.1.4 CATEGORIES= math MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ MAINTAINER= ports@FreeBSD.org COMMENT= A lambda calculus interpreter USE_PERL5_BUILD= yes GNU_CONFIGURE= yes PLIST_FILES= bin/lambda \ share/lambda/definitions \ share/lambda/definitions_with_numbers PLIST_DIRS= share/lambda .if !defined(NOPORTDOCS) DOCS= lambda.html lambdamanual.html user_manual_style.css PORTDOCS= * .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lambda ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/definitions* ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR} .endfor .endif .include e Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable use of cirrus driver on NEC PC-9821 with CLGD755x. Patch waslesi2004-11-129-2/+391
* Don't refer people to nonexistant 'Monitors' file in xorgconfig.lesi2004-11-054-2/+28
* Don't refer people to nonexistant 'Monitors' file in xf86config.lesi2004-11-051-0/+12
* Fix behaviour of keyboard under pc98 where keycodes differ from i386.lesi2004-09-264-10/+68
* Fix behaviour of keyboard under pc98 where keycodes differ from i386. [1]lesi2004-09-262-1/+74
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
* Fix behaviour of keyboard under sparc64, where keycodes were off by onelesi2004-09-136-2/+98
* Fix problem with XVideo (insufficient resources for operation). [1]lesi2004-09-038-2/+62
* Fix problem with XVideo (insufficient resources for operation).lesi2004-09-032-1/+18
* Use MASTER_SITE_XORG.lesi2004-09-025-5/+15
* Fix missing symbol with SiS driver.lesi2004-08-312-1/+29
* Fix missing symbol with SiS driver [1].lesi2004-08-3110-100/+298
* Update to version 1.6.1krion2004-08-303-11/+10
* Fix PLIST_SUB variables in amd64 and i386 cases to generate proper plistlesi2004-08-211-3/+6
* Remove the XFree86-Server snapshot. The main port has been updated, andmarcus2004-08-1013-826/+0
* Mark this port IGNORE now that XFree86-4-Server has been updated to 4.4.0.marcus2004-08-101-0/+1
* Update XFree86 clients to 4.4 release. Release notes are available atmarcus2004-08-1062-1078/+578
* - Correct typo (CLFAGS -> CFLAGS)pav2004-07-282-2/+2
* - Extend IGNORE message, point users to instructions how to switchpav2004-07-246-6/+6
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-2411-8/+47
* Register conflicts on xorg-nestserver.anholt2004-07-241-0/+2
* New port: xorg-nestserver, the nesting X server from X.Org.anholt2004-07-246-0/+68
* s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.anholt2004-07-192-2/+2
* Rethink the DRI dependency. It's not actually needed for the server to work.anholt2004-07-122-8/+0
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Register new CONFLICTS.anholt2004-06-192-0/+4
* And my hat collection grows. Actually remove the remnants of pkg-messageanholt2004-06-192-10/+0
* - Install the server setuid by default. The x11/wrapper/files/wrapper.c codeanholt2004-06-198-26/+54
* New port: xorg-vfbserver, the virtual framebuffer X server from X.Org.anholt2004-06-196-0/+63
* New port: xorg-printserver, the X Print server.anholt2004-06-196-0/+61
* Register new conflicts on xorg-fontserver.anholt2004-06-111-0/+2
* New port: xorg-fontserver taken from X.Org release 6.7.0.anholt2004-06-117-0/+79
* Install xorgcfg and xorgconfig.anholt2004-06-106-6/+14
* Sync with new bsd.autotools.mkade2004-06-051-0/+1
* - Only set XFREE86_HTML_MAN if there are going to be manpages installedanholt2004-05-318-30/+68
* - Depend on xorg-libraries by default instead of the modular libraries.anholt2004-05-304-4/+26
* Add some more patches based on XFree86-4-libraries/files, for theanholt2004-05-296-2/+100
* [1] Fix packaging on amd64anholt2004-05-188-28/+650
* autoconf not available in extract/patch-targets, so move invocation tovs2004-05-151-1/+1
* [1] Add missing dependency on freetype2.anholt2004-05-114-0/+40
* Correct a typo in one of the LIB_PC_DEPENDS.marcus2004-05-112-2/+2
* Register CONFLICTS on xorg-server.anholt2004-05-102-0/+4
* New port: xorg-server taken from X.org release 6.7.0.anholt2004-05-1045-0/+1779
* As announced 2 months ago, remove these deprecated or broken ports.kris2004-04-11122-3984/+0
* Tidy up whitespace.trevor2004-04-111-2/+2
* Trim whitespace.trevor2004-04-111-1/+0
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
* SIZEify (maintainer timeout)trevor2004-03-317-0/+29
* Fix build with freetype2-2.1.7.marcus2004-03-231-0/+62
* BROKEN on amd64: Build failskris2004-03-201-0/+4
* Add size data.trevor2004-03-181-0/+1
* SIZEify.trevor2004-03-181-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Fix build on -CURRENT.vs2004-03-111-8/+3
* . Build and install the SiS driver on the Alpha. I've had this patch inglewis2004-02-263-3/+3
* . Fix the sysarch() prototype as was done in XFree86-4-Server. Hopefullyglewis2004-02-261-0/+13
* . Use the correct prototype for sysarch(2). Should fix the build onglewis2004-02-221-2/+11
* Mark as deprecated: either fails to fetch, and has done so for some time;linimon2004-02-171-0/+2
* FORBIDDEN: Broken pkg-plistkris2004-02-171-4/+2
* Fix several buffer overflow issues in the fontpath handling code.des2004-02-136-29/+373
* Fix buffer overflow in font alias handling code.des2004-02-094-14/+65
* BROKEN on 5.x: does not compilekris2004-02-081-0/+4
* BROKEN on 5.x: does not compilekris2004-02-081-1/+7
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-066-3/+3
* Use PLIST_FILES.trevor2004-02-062-1/+1
* GC a patch that no longer applies.des2004-02-051-11/+0
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-042-0/+2
* SIZEify.trevor2004-01-302-0/+2
* Reset maintainership to ports@. The truth is I don't have the time to fix thisanholt2004-01-111-1/+1
* - Fix distnamepav2004-01-031-0/+1
* 1.6 < 1.31 < 1.60pav2004-01-031-1/+1
* - Update to 1.6pav2004-01-022-4/+4
* Don't install conflicting Xserver.1 manpage from other XFree86-4-*Server. Itanholt2003-12-133-9/+9
* Fix patching stage in XFree86-4-Server-snap by using patch-xfree86.cf in thisanholt2003-11-302-1/+12
* Fix XFree86-4-FontServer build on sparc64.jake2003-11-251-1/+1
* Remove my e-mail address from these files, to reduce spam.trevor2003-11-132-2/+2
* Correct pkg-plist issues in previous commit.anholt2003-11-121-9/+2
* Update to 4.3.99.15 snapshot. Remove DRI components, now provided byanholt2003-11-1226-453/+33
* Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.anholt2003-11-126-6/+6
* The DRI client drivers are now provided by graphics/dri. RUN_DEPENDS on themanholt2003-11-097-298/+6
* Mark NOT_FOR_ARCHS=ia64 and do a little plist sorting fix.anholt2003-10-212-1/+3
* Having the Xserver open /dev/io on amd64 as well would help. The nvpeter2003-10-171-1/+1
* Fix packaging of sunffb on sparc64.anholt2003-09-282-0/+4
* Fix a typo in sparc64 section of Makefile.anholt2003-09-281-1/+1
* Fix build on Sparc64 (hopefully -- I applied the patch by hand). Fixes plistanholt2003-09-264-28/+38
* Re-add the scanpci manpage on i386.anholt2003-09-261-1/+2
* Followup commit: Unbreak XFree86-4-Server-snap on -stable -- gcc 2 has noanholt2003-09-1835-7/+368
* Add XFree86-4-Server-snapanholt2003-09-171-0/+1
* Update port to 4.3.99.12 development snapshot after repocopy.anholt2003-09-1723-666/+142
* - Update to version 1.6krion2003-09-058-44/+48
* Fixes for potential integer overflows in font libraries.anholt2003-09-045-4/+5
* Add support for AMD64.obrien2003-08-232-11/+2
* [1] Fix xdmcp queries in the X servers (bug 277)anholt2003-08-134-4/+20
* Add support for sparc64.kris2003-07-2718-25/+315
* Add missing newlines which got lost somehow in my patching.anholt2003-07-176-6/+6
* Fix compile of XFree86-4-Server on -current and add amd64 patches.anholt2003-07-1711-1/+108
* Remove x11-servers/XttXF98srv-EGC, x11-servers/XttXF98srv-GA968,kiri2003-05-231-14/+0
* Included into XFree86 and obsoleted.kiri2003-05-2324-320/+0
* ncluded into XFree86 and obsoleted.kiri2003-05-2312-160/+0
* Included into XFree86 and obsoleted.kiri2003-05-236-80/+0
* SuperProbe no longer comes with XFree86, don't mention it here.anholt2003-05-222-2/+2
* [1] Make the HTML manpages get put into the packages again.anholt2003-05-146-57/+9
* Remove libXfont.* from the pkg-plist, since it's part of XFree86-4-librariesanholt2003-05-104-8/+2
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-061-1/+0
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-066-108/+0
* Fix a crash with the siliconmotion (smi) driver.anholt2003-05-044-4/+84
* Fix a small memory leak in __driUtilCreateScreen()anholt2003-04-304-2/+54
* Fix a typo which caused problems on Radeon R300 cards, including text modeanholt2003-04-264-4/+26
* Fix a package building problem on Alpha and fix a bad copy'n'paste.anholt2003-04-122-4/+4
* Followup to last commit: Add missing radeon_cursor.c to the list of patches.anholt2003-04-062-2/+4
* [1] Fix a hang in int10 on starting the server with multiple cardsanholt2003-04-0614-4/+286
* Add a patch to fix xkb initialization.anholt2003-03-194-4/+38
* [1] Add a fix for a hang with Radeon cards in specific apps.anholt2003-03-158-2/+560
* Mark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms.anholt2003-03-131-0/+2
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develanholt2003-03-1240-905/+826
* Clear moonlight beckons.ade2003-03-0714-7/+7
* Add driglideanholt2003-03-061-0/+1
* Update driglide to 0.9.1 after a repocopy from graphics/glide3. This is a forkanholt2003-03-0624-763/+19
* De-pkg-comment.knu2003-02-2164-33/+33
* Update to version 1.4.naddy2003-02-1616-192/+92
* I broke the port by committing bogus stuff I was working on :-/olgeni2003-02-031-3/+2
* Give back maintanership to ports@, due to lack of time and clues.olgeni2003-02-011-3/+4
* Re-add mga_hal's checksum yet again.anholt2003-01-26