# New ports collection makefile for: ohugs # Date created: 03.03.03 # Whom: Steffen Mazanek # $FreeBSD$ # PORTNAME= ohugs PORTVERSION= 0.5 PORTREVISION= 6 CATEGORIES= lang haskell MASTER_SITES= http://www.math.chalmers.se/~nordland/ohugs/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= haskell@FreeBSD.org COMMENT= Interpreter for Haskell with object-oriented features LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline .if !defined(WITHOUT_X11) LIB_DEPENDS+= tix8184:${PORTSDIR}/x11-toolkits/tix .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} BUILD_WRKSRC= ${WRKSRC}/src USE_BISON= build LDFLAGS+= -lm -lreadline -ltermcap .if !defined(WITHOUT_X11) CFLAGS+= -I${LOCALBASE}/include/tk8.4 -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -ltk84 -ltcl84 -ltix8184 .endif MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ INSTBIN=${PREFIX}/bin INSTLIB=${PREFIX}/lib/ohugs .include post-patch: .if defined(WITHOUT_X11) @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extra-patch-src::prelude.h .endif .include bsd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Activate qivbillf1998-12-271-1/+2
| | | | | PR: ports/8557 Submitted by: billf
* Quick Image Viewer (qiv) is a very small and pretty fast GDK/Imlib imagebillf1998-12-275-0/+44
| | | | | | | | viewer. It has such nifty features as: zoom, maxpect, scaledown, screensaver, flip, delete, brightness / contrast / gamma correction, and can also be used to set your X11 background. All from a commandline. http://www.klografx.de/index.html
* Remove name from front.asami1998-12-271-1/+1
|
* Correct some define on CONFIGURE_ENV.vanilla1998-12-273-6/+9
|
* Upgrade to 1.8.2.vanilla1998-12-2714-86/+167
|
* Correct MASTER_SITES.vanilla1998-12-251-2/+2
|
* Activate the Cgraph port.steve1998-12-241-1/+2
|
* Initial import of Cgraph version 2.04.steve1998-12-248-0/+106
| | | | | | | A PostScript plotting library in C. PR: 8051 Submitted by: Anton Berezin <tobez@plab.ku.dk>
* Update to version 1.9.1.steve1998-12-232-10/+10
| | | | | PR: 9126 Submitted by: maintainer
* Remove erroneous entry.steve1998-12-231-1/+0
|
* Some minor portlint cleaning.steve1998-12-231-2/+1
|
* Add USE_XLIB.asami1998-12-221-1/+2
|
* Activate graphics/dc20ctrljseger1998-12-221-1/+2
|
* Import of graphics/dc20ctrljseger1998-12-227-0/+55
| | | | | | | | | | | | dc20ctrl can control your Kodak DC20 digital camera via the embedded serial port. With dc20ctrl you can control any parameter of your camera, as quering the current state, taking a photo, downloading the thumbnails and/or the pictures (in raw, pgm or ppm format, and eventually others: it depends on compilation-time options), erasing the camera memory and changing its resolution. PR: ports/5885 Submitted by: paterno@dsi.UNIFI.IT
* Activate graphics/flyjseger1998-12-191-1/+2
|
* Import of fly 1.6.4jseger1998-12-195-0/+28
| | | | | | | | fly is a tool to interpret simple drawing commands and generate an GIF as the result. PR: ports/5397 Submitted by: j.unger@choin.net
* Remove inappropriate BROKEN tag.jseger1998-12-151-3/+1
|
* BROKEN= 'depends on BROKEN freetype'obrien1998-12-141-1/+3
|
* Upgrade to 4.1.6jseger1998-12-133-4/+5
|
* Use libttf.3 of the new freetype 1.2jseger1998-12-131-2/+2
|
* a Perl package to generate GIF chartskuriyama1998-12-125-0/+43
| | | | | | | | | | | | | | PR: ports/8627 Submitted by: laskavy@gambit.msk.su Modified by: kuriyama o added p5-GD dependency o some portlint fixes This port fails on make test stage in ${WRKDIR}. But this is caused by font difference between developper's and mine. So it can ignore.
* Activate p5-GIFgraph.kuriyama1998-12-121-1/+2
|
* Don't drop command line arguments in the wrappers.tg1998-12-114-4/+4
|
* Activate sketch.tg1998-12-111-1/+2
|
* New port sketch, an interactive drawing program, written intg1998-12-1116-0/+1202
| | | | Python with a few C modules. This is still experimental code.
* upgrade to version 3.0 patchlevel 18obrien1998-12-113-7/+7
|
* Upgrade to 2.5.6.tg1998-12-112-5/+6
|
* Add CONFIGURE_ENV.vanilla1998-12-091-2/+4
|
* Upgrade to 0.5.1.vanilla1998-12-092-6/+6
|
* Change gtk to gtk11. (it works fine).vanilla1998-12-091-2/+3
|
* Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so itbillf1998-12-082-6/+2
| | | | | | | works with ELF. Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured in May according to Fenner's survey.
* Back out previous commit, the distfile was actually packaged with thebillf1998-12-081-2/+2
| | | | | | wrong spelling. sigh. PR: ports/8984
* * fix packaging problemobrien1998-12-073-3/+4
| | | | | | * turn on support for Janpanese fonts Packaging not tested by: vanilla
* Add MASTER_SITES. This port was updated and yet still only had oneobrien1998-12-071-2/+5
| | | | | | | | MASTER_SITE. Since people aren't getting the idea, I'm going to shout: PORTS COMMITTERS, WHEN YOU UPDATED A PORT, INSURE THERE IS >1 MASTER SITE!!!
* Upgrade to 0.80.vanilla1998-12-075-38/+16
|
* Remove old tiff34's patch.vanilla1998-12-061-16/+8
|
* Add system's CFLAGS to CONFIGURE_ENV.vanilla1998-12-061-2/+2
|
* Upgrade to 1.0, add cam support. (i hope it can work on 2.2.x)vanilla1998-12-069-90/+180
|
* Add SUBDIR += gifsicleflathill1998-12-061-1/+2
|
* PR: ports/8970flathill1998-12-065-0/+38
| | | | | | Submitted by: bradh@iafrica.com Initial Import gifsicle. powerful command-line program for manipulating GIF image files.
* Unbreak.jmz1998-12-054-16/+32
|
* Unbreak.jmz1998-12-052-5/+17
|
* This port needs linux_lib to run.asami1998-12-051-1/+3
|
* Spelling error.billf1998-12-051-2/+2
| | | | | PR: ports/8886 Submitted by: Jason Wells <jcwells@u.washington.edu>
* Upgrade to 0.2.1billf1998-12-053-14/+16
| | | | PR: ports/8961
* Added another MASTER_SITES.billf1998-12-021-2/+3
| | | | Submitted by: maintainer
* Whoops, forgot below info:billf1998-12-021-1/+1
| | | | | PR: ports/8862 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
* Activate gtksee.billf1998-12-021-1/+2
| | | | | PR: ports/8862 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
* Initial Importbillf1998-12-026-0/+42
| | | | | | A Image viewer based on X-Window system and GTK+. The main purpose is to port ACD See, which is a very popular image viewer in M$ world, to Unix platform.
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteasami1998-12-011-5/+4
| | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
* Add jpeg dependency.asami1998-11-291-2/+3
|
* More missing dependencies.asami1998-11-292-2/+5
|
* This port requires X.asami1998-11-291-1/+2
|
* A few more USE_XLIBs.asami1998-11-282-3/+5
|
* Add USE_XLIB.asami1998-11-282-2/+6
|
* Mark this broken:asami1998-11-281-1/+2
| | | | | | | | | | | | --- cc -O -pipe -o rayshade main.o raytrace.o version.o ../libshade/libshade.a ../libray/libray.a /usr/local/lib/librle.a -lm imagetext.o: Undefined symbol `_ImageRead' referenced from text segment imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment *** Error code 1 Stop.
* Unbreak by fixing manpage variables.asami1998-11-281-5/+2
| | | | | PR: 8869 Submitted by: zach@gaffaneys.com
* Added patch-aa so this didn't break in -CURRENTbillf1998-11-262-6/+21
| | | | | | | | | UnBROKENed Makefile, and changed HAS_CONFIGURE to the more appropriate GNU_CONFIGURE. Port builds on -STABLE(jade.chc-chimes.com) and -CURRENT(bento) now. PR: ports/8807 Submitted by: Ian Struble <ian@disavowed.broken.net>
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0asami1998-11-2518-35/+35
| | | | would go backwards.
* Create libtiff.so symlink for a.out case.asami1998-11-251-2/+7
|
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hjseger1998-11-2527-229/+73
| | | | Approved by: asami
* Upgrade to version 4.1.4jseger1998-11-233-5/+6
|
* Remove name of package from front.asami1998-11-232-2/+2
|
* Don't create ${WRKDIR} in post-fetch. This should have been gone with 1.2.asami1998-11-221-4/+1
|
* Change MAINTAINER from flathill@flathill.gr.jp to flathill@FreeBSD.ORGflathill1998-11-224-6/+6
|
* The qgl port has been subsumed by the Qt ports with version greatersteve1998-11-221-2/+1
| | | | | | | than 1.40. PR: 8660 Submitted by: maintainer
* Fix MASTER_SITEflathill1998-11-221-2/+2
|
* Remove extraneous x11 from CATEGORIES.steve1998-11-2111-22/+22
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* Update master site.tg1998-11-202-4/+4
|
* Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR toasami1998-11-204-18/+33
| | | | | | | | | | | | | | | | | | | share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename.
* Activate gtkfig.vanilla1998-11-201-1/+2
|
* Import gtkfig, it is figure-drawing tools.vanilla1998-11-205-0/+32
| | | | | PR: ports/8734 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
* Got distfile, unbreak.asami1998-11-181-3/+1
|
* These two are no longer broken due to gnome/gtk.asami1998-11-181-3/+1
|
* Add ports/graphics/Makefile SUBDIR+={xmagv,xpx}flathill1998-11-181-1/+3
|
* Initial Import xpx.flathill1998-11-185-0/+46
| | | | Xpx is a simple pixel editing tool to make datas for KISS
* Initial Import xmagv.flathill1998-11-185-0/+44
| | | | xmagv display the MAG format image.
* Mark broken, can't fetch.asami1998-11-171-1/+3
|
* Activate qcread.billf1998-11-171-1/+2
|
* qcread - a quick cam viewer discussed in -hackersbillf1998-11-176-0/+66
| | | | PR: ports/7732
* Upgrade to 0.5.0.vanilla1998-11-172-6/+6
|
* Install header files.tg1998-11-162-1/+8
|
* This is broken only on -current. I suspect it gets confused by system perl.asami1998-11-161-2/+7
|
* Mark BROKEN:jseger1998-11-161-1/+2
| | | | | | | | | checking for Perl language... expr: syntax error expr: syntax error expr: syntax error built v5.005_02 configure: error: required program perl'' not found *** Error code 1
* Mark BROKEN. Uses gnomelibsjseger1998-11-151-1/+3
|
* Mark BROKEN for ELF: depends on FWFjseger1998-11-151-1/+3
|
* was using naked '-lXm' rather than `${MOTIFLIB}'.obrien1998-11-151-0/+11
|
* update to patched version that fix bug for 24-bit displaysobrien1998-11-152-3/+3
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-1111-84/+100
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Oops, forgot some master sites.tg1998-11-091-2/+4
|
* Update to version 0.30.steve1998-11-093-16/+13
| | | | | PR: 8581 Submitted by: maintainer
* Fix distfile locationcracauer1998-11-052-4/+4
|
* Fix the problem of "make package"vanilla1998-11-051-6/+6
| | | | Submitted by: Tom Jobbins <tom@tom.tj>
* Activate py-imaging.tg1998-11-051-1/+2
|
* New port py-imaging, the Python Image Library.tg1998-11-057-0/+293
|
* Make sure that this properly finds all installed libraries and headers.jseger1998-11-031-1/+1
| | | | Submitted by: ache
* Chase the checksum and make this compile again.steve1998-11-022-24/+8
| | | | PR: 8507
* Upgrade to version 4.1.3.jseger1998-10-313-5/+8
|
* Make this port use LOOP_VAR and LOOP_OPTIONS for DOCFORMAT. While I'm here,asami1998-10-301-18/+8
| | | | | make this port not overwrite ${PKGDIR}/PLIST (evil!) and clean up messages a bit.
* An X11 program that displays images of various formats with multilingualization.kuriyama1998-10-284-0/+65
| | | | | PR: ports/8186 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Activate xv-m17n.kuriyama1998-10-281-1/+2
|
* Ops.. Remove BROKEN tag, and add a patch for this problem.vanilla1998-10-281-3/+1
|
* Mark this port broken:asami1998-10-281-1/+3
| | | | | | | | | | | | | | | | | | | | | === : ===> Building for gqview-0.4.3 gcc -Wall -O -pipe `gtk11-config --cflags` -DHAVE_GTK_1_1=1 -c main.c In file included from /usr/include/dirent.h:43, from gqview.h:8, from main.c:8: /usr/include/sys/dirent.h:52: parse error before `u_int32_t' /usr/include/sys/dirent.h:52: warning: no semicolon at end of struct or union /usr/include/sys/dirent.h:53: warning: data definition has no type or storage class /usr/include/sys/dirent.h:54: parse error before `d_type' /usr/include/sys/dirent.h:54: warning: data definition has no type or storage class /usr/include/sys/dirent.h:55: parse error before `d_namlen' /usr/include/sys/dirent.h:55: warning: data definition has no type or storage class /usr/include/sys/dirent.h:62: parse error before `}' *** Error code 1 Stop.
* Activate gqview.vanilla1998-10-281-1/+2
|
* mport gqview, it's another gtk-base graphics file viewer.vanilla1998-10-285-0/+36
|
* Mark this broken:asami1998-10-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ======= ===> Installing for xli-1.16 ===> xli-1.16 depends on shared library: X11.6 - found /usr/bin/install -c -s xli /usr/X11R6/bin/xli /usr/bin/install -c -s xlito /usr/X11R6/bin/xlito rm -f /usr/X11R6/bin/xview /usr/X11R6/bin/xsetbg ln -s /usr/X11R6/bin/xli /usr/X11R6/bin/xview ln -s /usr/X11R6/bin/xli /usr/X11R6/bin/xsetbg install in . done rm -f /usr/X11R6/man/man1/xli.1* /usr/bin/install -c -m 0444 xli.man /usr/X11R6/man/man1/xli.1 gzip -n /usr/X11R6/man/man1/xli.1 rm -f /usr/X11R6/man/man1/xlito.1* /usr/bin/install -c -m 0444 xlito.man /usr/X11R6/man/man1/xlito.1 gzip -n /usr/X11R6/man/man1/xlito.1 install.man in . done ===> Generating temporary packing list ===> Compressing manual pages for xli-1.16 /usr/X11R6/man//mann/xli.n: No such file or directory *** Error code 1 Stop. ======= I don't understand what "manual page placement problem" you were trying to fix here anyway. What was the problem exactly?
* Preparation as master-port for slave-port (japanese/xv).kuriyama1998-10-251-3/+3
| | | | Approved by: maintainer
* Take over as maintainer. Fix manual page placement problem.jkoshy1998-10-211-3/+4
|
* Make this match reality. I guess you didn't notice the shlib minor changingasami1998-10-206-12/+12
| | | | because you tested it on an ELF system.
* Upgrade to 1.0.2.vanilla1998-10-1912-48/+48
|
* Unbreak for ELF.jseger1998-10-132-5/+4
| | | | Submitted by: steve
* Unbreak for current.jseger1998-10-126-48/+116
| | | | Submitted by: sprice
* Mark BROKEN for ELF:jseger1998-10-121-1/+3
| | | | | | | | | | | | | | | | bray/libray.a /usr/local/lib/librle.a -lm ../libshade/libshade.a(setup.o): In function `RSSetup': setup.o(.text+0x2bf): undefined reference to `SurfPush' ../libshade/libshade.a(shade.o): In function `ShadeRay': shade.o(.text+0xb7): undefined reference to `ComputeSurfProps' shade.o(.text+0x115): undefined reference to `Atmospherics' ../libshade/libshade.a(shade.o): In function `TransmitRay': shade.o(.text+0x714): undefined reference to `MediumPush' ../libshade/libshade.a(yacc.o): In function `yyparse': yacc.o(.text+0x1942): undefined reference to `SurfaceCopy' yacc.o(.text+0x196a): undefined reference to `SurfaceCopy' yacc.o(.text+0x199c): undefined reference to `SurfaceCopy' and about 20 more lines of similar errors
* Mark BROKEN for current. Depends on BROKEN pgplotjseger1998-10-122-2/+12
|
* Mark BROKEN for current:jseger1998-10-121-1/+6
| | | | | | | ./makehtml: not found *** Error code 127 Stop.
* Mark BROKEN for current:jseger1998-10-121-1/+6
| | | | The path for perl man pages is incorrect
* Mark BROKEN for ELF:jseger1998-10-121-1/+3
| | | | | | | g++ -O -I/usr/X11R6/include -o mpeg_edit main.o globals/version.o editor/editor.a ui/ui.a MpegCodec/mpeg.a -L/usr/X11R6/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm cc: editor/editor.a: No such file or directory cc: ui/ui.a: No such file or directory cc: MpegCodec/mpeg.a: No such file or directory
* Mark BROKEN for ELF:jseger1998-10-121-1/+3
| | | | | gcc -Iheaders -I/usr/include -Ijpeg -O -Wall -Wmissing-prototypes -o mpeg_encode mfwddct.o postdct.o huff.o bitio.o mheaders.o mpeg.o subsample.o param.o rgbtoycc.o readframe.o combine.o jrevdct.o frame.o fsize.o frametype.o libpnmrw.o specifics.o rate.o opts.o iframe.o pframe.o bframe.o psearch.o bsearch.o block.o parallel.o jpeg.o main.o -Ljpeg jpeg/libjpeg.a -lm gcc: jpeg/libjpeg.a: No such file or directory
* MARK BROKEN for current. scsi.hjseger1998-10-121-1/+6
|
* Remove all the remaining regexps from LIB_DEPENDS. There are someasami1998-10-091-2/+2
| | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps.
* Reorder BUILD_DEPENDScracauer1998-10-092-6/+8
| | | | Obtained from: portlint
* This port compiles and installs a Linux shared library of Mesacracauer1998-10-0910-0/+152
| | | | accessing glide/3dfx cards. To be used with linux_devel.
* Port for Linux shared library implementing the Glide API to 3dfx cards.cracauer1998-10-085