aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cel/Makefile
blob: a47e0bb159d0b0176635bb6768708b4d00638a49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:   cel
# Date created:        1 January 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   cel
PORTVERSION=    0.6
CATEGORIES= lang
MASTER_SITES=   http://www.redwoodsoft.com/cel/
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    A small, simple prototype-based OO language

WRKSRC=     ${WRKDIR}/${PORTNAME}

USE_GMAKE=  yes

DOCFILES=   CoreArchitecture.html DefaultProtos Linker.html \
        Logs.html ProtoLanguage.html README SimpleDataFormat.html \
        Threads activation.html stackframe structure.html todo.html

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 500000
BROKEN=     "Does not compile"
.endif

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/vm/cel ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/cel
.for F in ${DOCFILES}
    ${INSTALL_DATA} ${WRKSRC}/doc/$F ${PREFIX}/share/doc/cel
.endfor
.endif

.include <bsd.port.post.mk>
='deletions'>-5/+7 | * Update to 0.1.2alexbl2006-09-182-5/+6 | | | | Approved by: novel (mentor) * Update to 2.0.1.lofi2006-09-1816-114/+102 | | | | Submitted by: Igor Bushuev <exlex@exlex.ru> * BROKEN: Incomplete pkg-plistkris2006-09-171-0/+2 | * Add port audio/linux-libmad - Linux version of audio/libmadsat2006-09-173-0/+33 | * - Fix playlist encoding problem. This bug could also result in failuremich2006-09-154-0/+28 | | | | | | | to restore the current playlist. - Bump PORTREVISION Obtained from: Amarok dev team * add jmusic 1.5ijliao2006-09-155-0/+204 | | | | Composition in Java * Add port audio/umodplayer:sat2006-09-154-0/+56 | | | | | | | | | | | | | | | | | | | | | | | | UModPlayer or Universal Module Player is a audio module "tool-chain", providing you functions to work with modules like playing, exporting, getting information, and more. * You can play the supported formats and seek to any order in the song. You have pause, timer, display, and other standard features. * You can view the pattern notes while playing. * Playlist support: you can create playlists, delete or move individual items in a playlist, import a playlist from the current directory contents, save a playlist and load a saved playlist... * You can specify any of the ModPlug options: noise reduction, megabass, surround, reverb sound options specifying the grade and the delay of most of the options. * You can export the audio data of a module to any of the supported formats * You can read and export to a file the song builtin message, the song instrument names and the song sample names. * Each user of your UNIX box can save all the sound options. * And much more! WWW: http://umodplayer.sourceforge.net/ * Add port audio/libaiff:sat2006-09-154-0/+51 | | | | | | | | | | | | | | | | | | | | | | | | | LibAiff is a library for C applications, providing transparent read and write operations for Audio Interchange File Format files. With LibAiff your application can easily use the Audio IFF format to interchange digital audio. LibAiff wants to implement all the features of the AIFF 1.3 standard, including markers, comments, etc. This version of LibAiff supports the following features: * Reading any valid Audio IFF file. * Writing a valid Audio IFF file. * Reading a compressed AIFF Compressed (AIFC) file with audio encoded in Linear PCM, both big-endian and little-endian. * Read & write samples in all formats supported by the Audio IFF standard. * Convert any sample format to and from 32 bits. * Getting and setting all the AIFF Attributes. * Reading and writing markers to positions on the sound. * Reading instrument data from AIFF files. WWW: http://aifftools.sourceforge.net/libaiff/ * - Update to 1.6.25miwi2006-09-148-757/+55 | | | | | PR: ports/1023240 Submitted by: Soeren Straarup (maintainer) * Update to 0.4alexbl2006-09-142-6/+6 | | | | | | | | | | Changes include a new search function ('/' and 'n', just like Mutt and Vi), proper libsndfile support on big endian platforms, support for older glib 2.x versions and improved M3U and PLS support. PR: ports/103235 Submitted by: Ed Schouten <ed@zonk.fxq.nl> Approved by: novel * - Update to 3.2.4sat2006-09-142-4/+4 | * - Fix build on gstreamer-plugins-faad80 & remove BROKENahze2006-09-141-4/+0 | * - Fix runtime with new faadahze2006-09-131-1/+1 | * - BROKEN does not build on ia64miwi2006-09-131-3/+6 | | | | | | | - Fix typo PR: ports/103218 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> (maintainer) * cleanup pkg-plist after gnustep-makedinoex2006-09-132-6/+0 | * Change all my MAINTAINER lines to my new FreeBSD.org address.alexbl2006-09-1320-20/+20 | | | | Approved by: novel * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-134-41/+7 | * Prevent libtunepimp and libtunepimp-old from clobbering each other'slofi2006-09-139-30/+107 | | | | | libraries and includes and bump PORTREVISION for both. Hack the two remaining users of libtunepimp-old into compiling. * Depreciate and set for removel in 1 month because it's a dead project and can'titetcu2006-09-121-0/+3 | | | | | | | be fetched anymore. PR: ports/103131 Submitted by: Franz Klammer (maintainer) * - Update to 3.4.2miwi2006-09-123-19/+16 | | | | | PR: ports/103141 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com> * - BROKEN does not build on 4.Xmiwi2006-09-121-1/+7 | | | | Submitted by: pointyhat via kris * Update to 2.1anray2006-09-123-4/+18 | | | | | PR: ports/103058 Submitted by: Dryice Liu (maintainer) * + Update to madplay 0.15.2b.yar2006-09-114-33/+18 | | | | | | | | | | | + Add support for WITHOUT_NLS. + Remove patch-configure as it doesn't seem to affect the build any longer, with or without libtool in the system -- tested with diff. + Fix pkg-plist: The locale dirs used here are either standard, listed in BSD.local.dist, or managed by the gettext port, so we needn't try to remove them. Approved by: maintainer (timeout) * BROKEN: Incorrect pkg-plistkris2006-09-111-0/+2 | * - use macrosdinoex2006-09-101-4/+4 | * Cynthiune is a free software, romantic and extensible music player fordinoex2006-09-105-0/+262 | | | | | | | | | GNUstep and Mac OS X. Similar in look and feel to XMMS, it can read the most-known sound file formats: MP3, Ogg, FLAC, Mod, XM, AIFF, WAV and more. Very easy to use, it integrates well with the GNUstep desktop environment and shows a nice example of a cross-platform OpenStep application. PR: 102901 Submitted by: Gürkan Sengün * Add pecl-id3 0.2, extension to read and write ID3 tags in MP3 files.rafan2006-09-094-0/+33 | | | | | PR: ports/103015 Submitted by: chinsan <chinsan.tw at gmail.com> * Update to 0.12.1beta.danfe2006-09-082-5/+4 | * Freealut is a free implementation of the OpenAL Utility Toolkitbsam2006-09-0810-0/+124 | | | | | | | | | | | | | (ALUT). It is well suited to producing succinct demo programs and to help new developers to get started with OpenAL without distractions such as loading sound samples from disk. WWW: http://www.openal.org/ PR: ports/102854 Submitted by: Jona Joachim <walkingshadow at grummel.net> * - fix PORTNAMEdinoex2006-09-082-8/+1 | | | | - fix pkg-plist * - update to -> 1.4.3mich2006-09-0712-180/+108 | | | | | | - introduce Amarok File Tracker - DAAP with RendezVous/ZeroConf support - Full changelog: http://amarok.kde.org/content/view/81/66/ * * Fri Jun 02 2006 Than Ngo <than@redhat.com> 1.5.3-0.1.fc4bsam2006-09-076-24/+21 | | | | | | - update to 1.5.3 Approved by: jylefort (maintainer, implicit) * Update the rc.d script to REQUIRE: DAEMON so that this server getsdougb2006-09-074-4/+4 | | | | | | started after all the things it needs (such as linux compat). Submitted by: Albert Poon <albert@bigtearice.net> * Require perl 5.8.3skv2006-09-061-1/+7 | | | | Pointed by: pointyhat (kris) * Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1 | | | | Hat: portmgr * Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1 | | | | Hat: portmgr * Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1 | | | | Hat: portmgr * Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1 | | | | Hat: portmgr * Port seems to compile and execute without issue on sparc64: thereforeshaun2006-09-051-3/+0 | | | | | remove NOT_FOR_ARCHS. I suspect the last fix for amd64 also affected sparc64. * - Update to 12.18.2sat2006-09-053-26/+26 | | | | Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer) * Remove installation of two html'ized man pages. Pointyhat was complaining,deischen2006-09-051-20/+0 | | | | | | | and I don't know where they should go, and don't think we need them anyways. To silence: pointyhat * - Update to 3.2.3sat2006-09-052-4/+4 | * Add volumecontrol.app, audio mixer for GNUstep.ehaupt2006-09-055-0/+67 | | | | | PR: 102655 Submitted by: gurkan@linuks.mine.nu * - Add support for Nomad Jukebox support (via libnjb) [1]mich2006-09-048-4/+30 | | | | | | - Change instances of amaroK to Amarok Submitted by: Vyacheslav Druzhinin <dvg_lab@mail.ru> [1] * - update to -> 1.4.2mich2006-09-0418-276/+400 | | | | | | | - distfiles now lives at Ktown - We now support libtunepimp-0.5 - add 1.4.2-patchset1 from author(s); fixing collectionscanner restart and audio-cd playback * Reset inactive maintainer who has not responded to email.linimon2006-09-042-2/+2 | | | | Hat: portmgr * Reset inactive maintainer who has not responded to email.linimon2006-09-041-1/+1 | | | | Hat: portmgr * Maintainer asked to return these ports to the pool.linimon2006-09-041-1/+1 | * - Adopt for multimedia@ahze2006-09-041-1/+1 | * Does not compile on FreeBSD 4.xitetcu2006-09-042-2/+18 | | | | | PR: ports/102618 Submitted by: Max Brazhnikov (maintainer) * - Depend on libtool manually, as autotools imply configure, which this port ↵sat2006-09-04