aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.5.3.marcus2002-11-092-2/+2
| | | | | PR: 44849 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
* Add the patch which lets this port compile on Alphas without evidentmi2002-11-081-0/+149
| | | | | | | | | | | | | | | | | | | | breakage on i386 or Sparc64. Tested on: beast, panther, an x86 -current (aldan.algebra.com) and x86 -stable (corbulon.video-collage.com). The patch puts a bunch of casting and type-changing band-aids, but this software package desperately needs a good maintainer -- to properly fix it -- int32s are mixed with longs, etc. Unfortunately, the package is lacking any self-testing facilities, so it may well not work properly, even though it compiles. This is true even for x86, BTW, although less likely, because that's where it was developed. Since the patch is not expected to change the result on x86, there is no PORTREVISION bump. PR: ports/40444 Submitted by: Jan Lentfer The problem also reported directly to this maintainer by: Jun Ushida
* Note the move of xmms-gdancer from audio to graphics in the Makefiles.tom2002-11-081-0/+1
| | | | Thanks, kris.
* Autotrace port is updated to 0.31.0 by maintainer.edwin2002-11-083-5/+4
| | | | | | | | Shared library version is changed from 1 to 2 and one port (graphics/frontline) is affected. PR: ports/44846 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
* Update CATEGORIES following a CVS repository copy moving the port fromtom2002-11-081-1/+1
| | | | | | audio to graphics where other xmms visualization plugins can be found. (And this time do it in the right place...)
* upgrade to 4.19.1ijliao2002-11-074-6/+9
| | | | | PR: 44975 Submitted by: Ports Fury
* upgrade to 0.7ijliao2002-11-073-9/+10
| | | | | PR: 44974 Submitted by: Ports Fury
* fix build on currentijliao2002-11-072-9/+12
| | | | | PR: 44973 Submitted by: Ports Fury
* Deploy USE_REINPLACElioux2002-11-071-2/+4
| | | | Submitted by: maintainer
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-0715-16/+9
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07286-132/+308
| | | | Approved by: pat
* upgrade to 1.2.2ijliao2002-11-074-5/+6
| | | | | PR: 44972 Submitted by: Porst Fury
* Use BYTE_ORDER, BIG_ and LITTLE_ENDIAN instead of theirmi2002-11-061-2/+2
| | | | | | | | underscore-prefixed aliases, which are not available on -stable. There I was proud of myself for testing on i386, alpha, and panther, and still missing a -stable incompatibility :-\ Submitted by: Voodai, Lars Erik Gullerud, Ivajlo Nikolov (so far)
* Fix build on Sparc64 by automating the endianness detection. (Thanks,mi2002-11-061-0/+15
| | | | once again, to the "test" target.)
* Upgrade to 1.09. Prepend SourceForge's list of mirrors to MASTER_SITES.mi2002-11-064-7/+12
| | | | | | Install JPEG-related sample files in addition to the TIFF sample. All this samples can be built by the port, BTW, but would require lib-dependency on libtiff and libjpeg.
* Finally upgrade to 1.0.4...mi2002-11-062-2/+2
|
* Support NDEBUG define which both turns off assertions and makeslioux2002-11-051-0/+35
| | | | | | some variables unused Submitted by: mi
* port graphics/giram didn't patch properly.edwin2002-11-051-2/+5
| | | | Noticed by: bento
* o Update booktree capture code to latest version:lioux2002-11-052-158/+176
| | | | | | | | | | | | 1) Warning message if the tuner device cannot be opened for write 2) A two stage sync slip recovery mechanism, stage 1 runs async to catch up, stage 2 injects a blank frame 3) Update to a consistent indent style (will minimize future diffs) o Bump PORTREVISION Submitted by: "Steve O'Hara-Smith" <steve@sohara.org>
* Fix damage done by replacing PERL into REINPLACE_CMD.edwin2002-11-051-2/+4
| | | | Noticed on: bento
* Unbreak building of graphics/dc20pack.edwin2002-11-051-1/+1
| | | | Noticed on: bento
* o Fix build in -STABLElioux2002-11-053-13/+31
| | | | | | | | | o Enable port to locate lame libs in a PREFIX safe environment o Bump PORTREVISION PR: 44885 Submitted by: somebody@kashmir.etowns.net, MAINTAINER
* PERL -> REINPLACEedwin2002-11-043-2/+5
| | | | And some ports have USE_PERL5=yes now.
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | | | and USE_PERL5 in some places Noticed by: bento
* PERL -> REINPLACEedwin2002-11-042-2/+4
| | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento
* Fix Build, if java is installedarved2002-11-031-0/+1
| | | | | PR: 28771 Submitted by: Yuri Khotyaintsev <yuri@irfu.se>
* Fix dependency to rep-gtkdinoex2002-11-031-1/+1
|
* Deploy USE_REINPLACElioux2002-11-031-3/+4
| | | | Approved by: maintainer
* Fix <sys/param.h> detection code. NOW, the optimized FreeBSD byteswaplioux2002-11-031-1/+1
| | | | can REALLY be used.
* o Add optimizations if WITH_OPTIMIZED_CFLAGS [1]lioux2002-11-032-1/+70
| | | | | | | | | | | | o Make it CFLAGS safe (I have no idea how this escaped me) o Unless WITHOUT_LIBA52, use liba52 port instead of ffmpeg liba52 code. The liba52 port is more optimized. o Use FreeBSD byteswap optimized routines IF one happens to be using either FreeBSD 4.7-RELEASE or later o Do not bump PORTREVISION Submitted by: "Steve O'Hara-Smith" <steve@sohara.org> [1] Reviewed by: "Steve O'Hara-Smith" <steve@sohara.org>
* o Update to 0.90.0.9 [1]lioux2002-11-024-16/+42
| | | | | | | | | o Add WITH_FREETYPE knob [2] PR: 44362 [2] Submitted by: maintainer [1], Pat Lashley <patl+freebsd@volant.org> [2] Reviewed by: maintainer
* Update to 0.31.petef2002-11-022-2/+2
|
* Update to 3.78pat2002-11-017-22/+56
| | | | | PR: ports/44764 Submitted by: maintainer
* Fix a construct that causes make errors on platforms that are nottmm2002-10-311-1/+1
| | | | | | | supported by these ports. This fixes 'make readmes' for them on sparc64 (and by that, release building without NOPORTS). Approved by: jdp
* devel/SWIG-devel -> devel/swig13knu2002-10-302-4/+4
|
* o Update to 5.5.1.4lioux2002-10-305-195/+223
| | | | | | | | | o Remove VERSION number from both directory and library names (e.g., libMagick++-5.5.1.so becomes libMagick++.so) o Add a library version number back; thus, fixing library dependencies which require this port to have a library version number. Current number is 5 (e.g., libMagick++.so.5) o Update PLIST accordingly
* o Update to 0.6.2 CVS snapshotlioux2002-10-307-103/+267
| | | | | | | | | | | | | | o USE_REINPLACE o Fix libfame problems [1] o Optional ogg and mjpeg [1] o Remove libmpeg2 o Use distfile supplied ffmpeg instead of ports' ffmpeg (should be revised later) PR: 43379 [1], 44008 Submitted by: adam@vectors.cx [1], MAINTAINER Reviewed by: MAINTAINER
* PERL -> REINPLACE_CMDpat2002-10-291-1/+3
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* Patch is no longer found at previous site, change to another sitenaddy2002-10-291-1/+1
| | | | | | | which has the patch. PR: 44559 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update to 0.9.54lioux2002-10-292-2/+2
|
* upgrade to 1.28.1ijliao2002-10-283-2/+156
| | | | Submitted by: June-Yen Huang <jihuang@gate.sinica.edu.tw>
* upgrade to 0.8.7aijliao2002-10-275-15/+16
|
* Patch with sed.trevor2002-10-271-1/+3
| | | | Submitted by: David Yeske
* Update to 0.4.1lioux2002-10-2711-174/+43
|
* Add missing dependency on libart_lgpl2.marcus2002-10-265-0/+5
| | | | Submitted by: bento
* Mark BROKEN on 5.0kris2002-10-261-1/+7
|
* - Make portlint happy.naddy2002-10-264-185/+332
| | | | | | | | - Honor CC, CFLAGS. - Remove unused code that trips GCC3. PR: 44467 Submitted by: Volker Stolz <vs@foldr.org>
* Update to 1.0.9pat2002-10-267-15/+36
|
* Add png2ico 2002.09.03, a program that converts PNG files to Windowswill2002-10-267-0/+49
| | | | | | | icon resource files. PR: 43292 Submitted by: Franz Klammer <klammer@webonaut.com>
* add tosvcd 0.7ijliao2002-10-259-0/+107
| | | | SVCD transcoder
* Add graphics/kalleryadamw2002-10-256-0/+82
| | | | | | | | An image gallery generator for KDE PR: 43280 Submitted by: metrol@metrol.net Approved by: pat
* Update to 10.11dwcjr2002-10-244-13/+12
| | | | | PR: 44230 Submitted by: tkato@prontomail.com
* - update to 0.61kevlo2002-10-244-4/+8
| | | | | | | | | - also list dependencies as BUILD_DEPENDS - add WWW - take maintianership PR: 44421 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update my Emailadressarved2002-10-222-3/+3
| | | | Approved by: kris (mentor)
* Support CXX/CXXFLAGS properlyijliao2002-10-221-3/+12
| | | | | PR: 44348 Submitted by: Ports Fury
* Fix build on -CURRENT.kan2002-10-226-1/+127
| | | | Approved by: mbr
* Add information on supported both streams and playerslioux2002-10-221-1/+6
| | | | Submitted by: Joseph King <king@v2project.com>
* Unbreak on -current.sobomax2002-10-211-0/+17
| | | | Submitted by: bento
* Fix build on -current (#ifdef 0 -> #if 0)kris2002-10-211-0/+11
|
* add jpgraph 1.8ijliao2002-10-216-0/+293
| | | | Draw both "quick and dirty" graphs with a minimum of code
* New port ogmtools version 0.9.51: Tools to extract from/get infolioux2002-10-206-0/+78
| | | | about/create OGG media streams
* Partially fix build on -current (move initialization of a FILE * fromkris2002-10-202-0/+22
| | | | | declaration to main()). This is still broken due to an unzeroed malloc() bug in imake-4
* add pixelize 0.9.2ijliao2002-10-206-0/+47
| | | | Use many scaled down images to try to duplicate another image
* Remove non-existant (404) WWW reference, at maintainer's request.adamw2002-10-201-2/+0
| | | | | | Submitted by: erwin@lansing.dk (maintainer) PR: 42546 Approved by: pat
* Update xmedcon 0.8.1 -> 0.8.2adamw2002-10-204-11/+21
| | | | | | Submitted by: tdv94ped@cs.umu.se (maintainer) PR: 44165 Approved by: pat
* fix build on stableijliao2002-10-201-1/+1
| | | | | | PR: 44187, 44207 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Reviewed by: many people on -ports
* add missing dependencyijliao2002-10-191-0/+2
|
* Chase distfile location (moved to Old-Versions)kris2002-10-191-1/+1
|
* add multivideo 0.1.0ijliao2002-10-196-0/+50
| | | | An image sequence viewer
* Upgrade to 1.6.obraun2002-10-192-13/+8
| | | | | PR: 44229 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Upgrade to 0.95.obraun2002-10-193-4/+15
| | | | | PR: 44228 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Upgrade to 0.4a.obraun2002-10-192-2/+2
| | | | | PR: 44227 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.21.0.marcus2002-10-182-3/+3
|
* Fix build error.anders2002-10-181-2/+3
| | | | | | | Resign maintainership. I don't really use XMMS these days. Reported by: Adam Weinberger <adam@vectors.cx>, bento PR: 41097
* Add totem, a xine-based video player for the GNOME 2 desktop.marcus2002-10-188-0/+74
| | | | | PR: 44177 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* My last commit, intended to fix -current, did not do so, and brokemi2002-10-185-217/+226
| | | | | | | | | | | -stable :-( Upgrade the port to the latest to compensate. The port now installs things in version specific directories, so add the version number to PLIST_SUB. Remove USE_REINPLACE -- the port uses PERL anyway. As usual, the hardest thing to do is to fix the pkg-plist.
* Update to drm-kmod including the patches from this port and adding makefileanholt2002-10-176-58/+9
| | | | | | toggles to disable linux compat. Fix the website address. PR: 41854,43149
* [1] Fix new sync-to-vblank option.anholt2002-10-173-0/+28
| | | | | | [2] Add G550 cursor fix from XFree86-4-Server PR: [2] 43760
* Sorry, fix unnecessary space.nork2002-10-171-1/+1
|
* Add support RTP/RTSP protocol with liveMedia,nork2002-10-161-1/+12
| | | | Reviewed by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* The patch needed now on -current. Should not hurt -stable either:mi2002-10-161-0/+7
| | | | X11/extension/XShm.h does not seem to need sys/ipc.h nor sys/shm.h.
* Update to 1.104.marcus2002-10-163-2/+3
| | | | Submitted by: maintainer
* o House a known good ffmpeg CVS snapshot under MASTER_SITE_LOCALlioux2002-10-162-4/+5
| | | | | | | | | | | o Add -lm to libs, some installations seem to explicitly require it PR: 43973 Prompted by: Joe "Floid" Kanowitz <jkanowitz@snet.net> Reviewed by: Charles Henrich <henrich@sigbus.com>, Steve O'Hara-Smith <steve@sohara.org>, alex@acatysmoof.com
* Upgrade to 1.2.5ache2002-10-152-2/+2
|
* Update dri-devel port to a more recent snapshot. This includes fixes for XVanholt2002-10-156-4/+20
| | | | | with R200, and irq support for some chips to reduce cpu load while running GL programs. Also, added warning messages that this is development code.
* add xmedcon 0.8.1ijliao2002-10-149-0/+202
| | | | | | | A medical image conversion utility and library PR: 43448 Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
* upgrade to 0.1.2ijliao2002-10-142-3/+3
|
* Remove dependency on libdivxdecore-devel since better DivX support providednobutaka2002-10-141-2/+1
| | | | | | by recent graphics/ffmpeg update. Pointed out by: lioux
* If gnomepanel is installed, install a desktop entry for gimp.marcus2002-10-1310-0/+45
| | | | Submitted by: Franz Klammer <klammer@webonaut.com>
* BROKEN -> IGNORE to prevent package buildkris2002-10-132-2/+2
|
* Replace stale bare sourceforge URL with ${MASTER_SITE_SOURCEFORGE}kris2002-10-131-1/+2
|
* Drop maintainership.knu2002-10-131-1/+1
|
* upgrade to 10.10ijliao2002-10-136-36/+26
| | | | | PR: 43969 Submitted by: Ports Fury
* upgrade to 0.94ijliao2002-10-132-7/+3
| | | | | PR: 43968 Submitted by: Ports Fury
* upgrade to 0.4.1ijliao2002-10-132-2/+2
| | | | | PR: 43967 Submitted by: Ports Fury
* Update to 0.40perky2002-10-122-2/+2
|
* Unbreak.jmz2002-10-121-5/+5
| | | | | PR: ports/43603 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Chase header file location change in latest ffmpeg port updatelioux2002-10-121-2/+2
| | | | Reviewed by: freebsd-multimedia mailing list (silence)
* o Update ffmpeg to CVS snapshot dated Aug 20, 2002. Bump PORTREVISIONlioux2002-10-1210-74/+458
| | | | | | | | | | | | | | since this is unversioned. o Add booktree capture support with patches kindly supplied by "Steve O'Hara-Smith" <steve@sohara.org>. Work is in progress to get these merged back into ffmpeg's CVS repo o Add WITH_MP3 for lame mp3 support o Add WITH_VORBIS for vorbis support o Install shared library for the first time, begin versioning at 0 Reviewed by: freebsd-multimedia mailing list, "Steve O'Hara-Smith" <steve@sohara.org>, Anish Mistry <mistry.7@osu.edu>
* Add a fix that accounts for recently added <sys/endian.h> inlioux2002-10-122-14/+21
| | | | | | | | | | 4.7-RELEASE. It should account for both prior to 4.7R and -CURRENT versions Reviewed by: mbr, Jose Marques <noway@nohow.demon.co.uk>, Jon Noack <noackjr@compgeek.com>, Kim Scarborough <sluggo@unknown.nu>
* Update to 1.3.9.marcus2002-10-1225-565/+1070
|
* upgrade to 1.0.1ijliao2002-10-113-3/+3
| | | | | PR: 43390 Submitted by: maintainer
* 1. Removed comments from pkg-plist files per will's request.alane2002-10-112-2/+0
| | | | | 2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)!
* It's KDE 3.0.4. Do you know where your children are?alane2002-10-114-2/+4
|
* Update to 0.27.marcus2002-10-113-2/+3
|
* Add ruby-libexif, a Ruby extension library for libexif.knu2002-10-116-0/+63
|
* Chase the libexif update and bump PORTREVISION accordingly.knu2002-10-112-3/+4
|
* Update to 0.5.6. (with a shlib major bump)knu2002-10-113-3/+3
| | | | No response from: MAINTAINER
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inknu2002-10-102-2/+2
| | | | | them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead)
* Fix build-breakage.shige2002-10-101-1/+1
| | | | Submitted by: Patrick Li <pat@FreeBSD.org>
* Apply new bzip2 patch:shige2002-10-082-3/+3
| | | | | | Chagne bunzip2 path from full-path to command name only. Submitted by: Ken Stailey <kstailey@speakeasy.net>
* Add a WITH_GD2 knob.knu2002-10-072-24/+33
| | | | Use RUBY_MOD*.
* Use RUBY_MOD*.knu2002-10-0736-762/+762
|
* Reflect *_RD renaming.knu2002-10-074-15/+7
|
* upgrade to 10.9ijliao2002-10-077-42/+54
| | | | | PR: 43700 Submitted by: Ports Fury
* upgrade to 1.2.1ijliao2002-10-074-41/+18
| | | | | PR: 43699 Submitted by: Ports Fury
* o Update maintainer emaillioux2002-10-065-13/+55
| | | | | | | o Update to 0.7.16-20020913: this version has VIDIX support but only running as 'root' Approved by: maintainer
* New port xmms-nebulus version 0.3.0: A XMMS visualization pluginlioux2002-10-067-0/+80
| | | | | | that uses SDL and OpenGL Submitted by: David Yeske <dyeske@yahoo.com>
* Fix build in -CURRENTlioux2002-10-062-0/+20
| | | | Submitted by: mbr
* Fix build in -CURRENTlioux2002-10-061-2/+11
| | | | | | | PR: 43546 Prompted by: elevati0n <elevati0n@motocross.com> Submitted by: mbr, Lars Eggert <larse@isi.edu>
* Use USE_GNOMENG.marcus2002-10-061-8/+7
| | | | Requested by: James Pole <james.pole@paradise.net.nz>
* Update to 0.26.marcus2002-10-062-3/+2
|
* Update to 0.20.0.marcus2002-10-065-59/+41
|
* Unbreak by updating to djvulibre 3.5.8. I hope I merged everythingkris2002-10-024-15/+23
| | | | | | | | | correctly from the 3 different PRs :-) PR: ports/43145, ports/43468, ports/43435 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> [1], Lev A. Serebryakov <lev@serebryakov.spb.ru> [2], Tilman Linneweh <tilman@arved.de> [3]
* find->${FIND},xargs->${XARGS}ijliao2002-09-295-11/+11
| | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Fix build (removal of <values.h>)kris2002-09-291-0/+11
|
* Fix build on -stable and respect CXX and CXXFLAGSkris2002-09-291-24/+78
|
* Fix plistkris2002-09-291-11/+11
|
* fix installationijliao2002-09-281-2/+4
| | | | | | | unbreak PR: 43309 Submitted by: adam@vectors.cx
* Chase libdv -ldv.2 library bump. Forgotten in LIB_DEPENDS line.lioux2002-09-261-1/+1
| | | | | PR: 43378 Submitted by: adam@vectors.cx
* o Add WITH_REALPLAYER support plus autodetection so that a correctlioux2002-09-261-1/+17
| | | | | | | | | port dependency is built [1] o Have WITH_LIBDVDREAD really work [2] PR: 43291 [1] Submitted by: alane [1], MAINTAINER [2] Approved by: maintainer
* Fix pkg-plist. file.{la,so} are not built because the mmap(2) checknork2002-09-241-2/+0
| | | | | | | in configure fails. Submitted by: bento Approved by: knu (mentor)
* devel/libargparse only installs a static library, so the dependencyknu2002-09-231-2/+2
| | | | | | can be described in LIB_DEPENDS. Use BUILD_DEPENDS instead. Submitted by: bento
* Remove a duplicate entry from MASTER_SITES. zoffy.asahi-net.or.jp ==knu2002-09-231-1/+0
| | | | ring.asahi-net.or.jp, which is a member of RingServer.
* The only master site is down. Add some ImageMagick sites that mirrorknu2002-09-221-1/+5
| | | | the jasper distfile. (Time for MASTER_SITE_IMAGEMAGICK?)
* fix build after values.h removalijliao2002-09-222-8/+14
| | | | | PR: 42514 Submitted by: maintainer
* remove ftp.yggdrasil.comijliao2002-09-212-2/+0
| | | | | | | it's offline for a long time PR: 38191 Submitted by: Tom Rissman <trissman@mrdlaw.com>
* make message clearijliao2002-09-211-2/+2
| | | | | PR: 43111 Submitted by: Jason Li <delphij@frontfree.net>
* Add duhdraw 2.6.96kris2002-09-218-0/+71
| | | | | | DuhDraw is a program which almost perfectly simulates TheDraw for DOS. Submitted by: mkm@ieee.org
* BROKEN: DOes not compilekris2002-09-211-0/+2
|
* Broken: installation fails (looks like fallout from bsd.*.mk changes)kris2002-09-211-0/+2
|
* Correct typo in PLIST_SUB that prevented package build on bento.kris2002-09-211-1/+1
|
* Fix jas_types.h for stable. Maintainer 2 week timeout.alane2002-09-211-0/+43
|
* Undo some bogus changes that made it in the last commit.marcus2002-09-211-0/+1
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-2111-12/+11
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Marked BROKEN. kde3 version in progress. Bump PORTREVISION.alane2002-09-201-2/+4
|
* Mark BROKEN. New version coming soon for kde3.alane2002-09-201-2/+4
|
* libtool patch to improve chances that this port builds in somelioux2002-09-201-0/+10
| | | | installations
* Build image loader modules properly. They should be dynamic.knu2002-09-203-10/+62
| | | | | PR: ports/42969 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Support CFLAGS/CXXFLAGS properlyijliao2002-09-203-29/+56
| | | | | | | - Mark as BROKEN on 4-stable PR: 42901 Submitted by: Ports Fury
* - Support CFLAGS/CXXFLAGS properlyijliao2002-09-202-15/+21
| | | | | PR: 42899 Submitted by: Ports Fury
* - Support CFLAGS/CXXFLAGS properlyijliao2002-09-203-3/+18
| | | | | | | - Do not install useless .la files PR: 42891 Submitted by: Ports Fury
* Add missing nasm BUILD_DEPENDSlioux2002-09-201-1/+2
| | | | Submitted by: maintainer
* Add missing fileskris2002-09-201-0/+2
|
* Chase checksum, no functional changeslioux2002-09-201-21/+21
| | | | Prompted by: maintainer
* upgrade to 5.3.8-3ijliao2002-09-203-11/+16
| | | | | PR: 42736 Submitted by: Ports Fury
* fix dependenciesijliao2002-09-202-10/+20
| | | | | | | support NOPORTDOCS PR: 42737 Submitted by: Ports Fury
* New port figurine version 1.0.5: A drawing program for X11lioux2002-09-206-0/+103
| | | | Submitted by: blackend
* Unbreak port:netchild2002-09-201-4/+1
| | | | | | | | Don't explizitely add an implizit dependency (gdkpixbuf also adds gtk) in the non-GNOME case, else GNOMENG thinks we have GNOME and uses the GNOME pkg-plist. Submitted by: marcus
* Upgrade to 0.90.0.8.obraun2002-09-206-82/+28
| | | | Submitted by: maintainer
* add Coin 1.0.2ijliao2002-09-196-0/+599
| | | | | | | C++ 3D graphics library based on the Open Inventor 2.1 API PR: 37921 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
* Update master site and email address, and disable on -current.anholt2002-09-191-6/+6
|
* BROKEN: Incorrect pkg-plistkris2002-09-191-0/+2
|
* Handle NOPROFILE=yeskris2002-09-192-0/+7
|
* Add a missing file and sortkris2002-09-191-8/+9
|
* Add missing dependency on libpopt.marcus2002-09-191-1/+2
| | | | Submitted by: bento
* add imageindex 1.0ijliao2002-09-196-0/+53
| | | | | | | A digital photo gallery tool PR: 42577 Submitted by: John Reynolds <johnjen@reynoldsnet.org>
* add X dependenceijliao2002-09-191-0/+1
|
* add simape 1.2.2ijliao2002-09-186-0/+57
| | | | | | | Library with image format loaders and front-ends PR: 37920 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
* upgrade to 0.91ijliao2002-09-182-3/+3
|
* add missing filesijliao2002-09-172-0/+6
|
* Oops, I forgot to update the gd dependency fromm gd to gd2.knu2002-09-161-1/+1
| | | | | PR: ports/42820 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Fix build on -stable.marcus2002-09-162-2/+2
| | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Approved by: timeout from maintainer
* PR: 41962alane2002-09-152-0/+18
| | | | Approved by: maintainer timeout
* Update to 0.0.9-beta and chase the gdchart update.knu2002-09-155-43/+20
|
* Chase the gdchart update and bump PORTREVISION.knu2002-09-152-2/+3
|
* - Update to 0.11.2dev.knu2002-09-157-194/+65
| | | | | | | | - Use a BSD Makefile rather than messing with the bundled one. Currently no shlib is provided since the library's global variables are not properly exported. (Could be fixed in future) - Take maintainership.
* Add another MASTER_SITE.vanilla2002-09-152-2/+4
| | | | | PR: ports/42800 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Due to popular demant into each port which might be inserted into dependencysobomax2002-09-143-0/+12
| | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.)
* KDE3 version part of KDE3. This version is history.alane2002-09-1413-241/+0
|
* Use frontline for tracing bitmaps. Bump PORTREVISION.sobomax2002-09-142-2/+14
|
* Add frontline 0.5.1, an autotrace GUI FRONTend like streamLINE(TM).sobomax2002-09-146-0/+67
|
* Update to 0.30.5.sobomax2002-09-144-6/+24
|
* lablgl -> ocaml-lablglobraun2002-09-148-176/+2
| | | | | | lablgtk -> ocaml-lablgtk Approved by: portmgr,maintainer
* add exiftags 0.93ijliao2002-09-136-0/+42
| | | | Parses a specified JPEG file for a JPEG APP1 section containing Exif data
* add aqsis 0.6.6ijliao2002-09-139-0/+202
| | | | A photorealistic rendering system
* Update to 3.32.sobomax2002-09-138-75/+100
|
* Fix build on -current.sobomax2002-09-131-1/+1
|
* - Remove redundant USE_AUTOCONF;sobomax2002-09-122-10/+7
| | | | | | | - correct regex supplied to REINPLACE_CMD (remove perlis'm), so that autotrace.pc is now installed into correct location; - adjust pkg-plist accordingly, sort and remove redundant items; - bump PORTREVISION.
* Update to 0.25.marcus2002-09-126-52/+19
|
* upgrade to 1.41ijliao2002-09-116-6/+6
|
* Update to 0.44lioux2002-09-113-5/+9
| | | | | Reviewed by: maintainer Approved by: maintainer
* kde2 cleanup.alane2002-09-101-1/+0
|
* add missing locale filedinoex2002-09-101-0/+1
|
* Lodju provides a graphical interface to a database for managing largedinoex2002-09-108-0/+87
| | | | | | | | | collections of digital images. In addition, the package provides tools for creating a database from an existing image archives, as well as the ability to create web galleries from existing database collections. PR: 34737 Submitted by: juha.ylitalo@iki.fi
* Add missing package dependancy.dillon2002-09-101-0/+2
| | | | Submitted by: Tilman Linneweh <tilman@arved.de>
* Chase new name of wxgtk shared library.sobomax2002-09-091-1/+1
|
* KDE2 is dead. The source is no longer available.alane2002-09-096-343/+0
|
* Fix build on -CURRENT (s/malloc.h/stdlib.h).marcus2002-09-091-0/+2
| | | | Submitted by: bento
* Fix build on -current (link with ${CXX} for C++ code)kris2002-09-091-0/+20
|
* Add missing dependency on bonobo.marcus2002-09-091-1/+1
| | | | Submitted by: bento
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)kris2002-09-081-2/+12
|
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and #ifdef 0kris2002-09-082-0/+24
| | | | -> #if 0)
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)kris2002-09-081-0/+11
|
* This is a C++ program, not a C program..use appropriate <bsd.obj.mk> magic.kris2002-09-081-2/+2
|
* The previous distfile was corrupted; the new one has no other changes.kris2002-09-081-1/+1
| | | | Submitted by: kan
* Update to 2.0.4.marcus2002-09-073-2/+3
|
* Use ${REINPLACE_CMD} instead of ${PERL}.bmah2002-09-071-1/+3
| | | | Approved by: nik (maintainer)
* add p5-GraphViz-Data-Structure 0.07ijliao2002-09-066-0/+52
| | | | Visualise data structures
* Use REINPLACE_CMD.bmah2002-09-061-1/+3
| | | | Approved by: petef (maintainer)
* Bump portrevision for prev changeache2002-09-051-1/+1
|
* Move libwmf out of X11-only section, it understand WITHOUT_X11ache2002-09-051-3/+3
|
* add epix 0.8.6ijliao2002-09-057-0/+81
| | | | Creates math plots and line figures using easy-to-learn syntax
* Update to 0.9.0.13kevlo2002-09-052-3/+3
| | | | | PR: 42435 Submitted by: MAINTAINER
* add qtutils 0.0.6ijliao2002-09-056-0/+52
| | | | QuickTime Utilities
* Remove unused MASTER_SITE_SUBDIR.knu2002-09-051-1/+0
|
* Update to 1.0.1.knu2002-09-052-5/+5
|
* Chase library version bump in libdv version 0.9.8lioux2002-09-053-3/+3
|
* o Update to 0.9.8 containing a library version bumplioux2002-09-054-51/+12
|
* Add prefix `hs-' for Haskell related ports after repo copy.obraun2002-09-059-146/+2
| | | | Remove Haskell ports without prefix.
* Remove version-specific information, replacing it with summarytom2002-09-051-3/+5
| | | | | | | | | information from the plotutils Web site. The patch is mine, inspired by a patch by Craig Rodrigues posted to -ports. Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* Remove unnecessary commented lineslioux2002-09-053-30/+0
|
* o Update to 3.5lioux2002-09-0530-2301/+4767
| | | | | | | | o Assign maintainership to submitter PR: 41709 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> Approved by: maintainer (previous one)
* * x-face-e21.el is updated (Bug fix for empty x-face header).yoichi2002-09-042-1/+2
| | | | | * Bump up PORTREVISION since PORTVERSION is taken from the version of x-face-XXX.tar.gz
* Fix buildlioux2002-09-041-1/+7
| | | | | PR: 42383 Prompted by: Frank Mayhar <frank@exit.com>
* Correct BUILD_DEPENDS.sobomax2002-09-031-1/+1
| | | | Submitted by: bento
* Update to 1.8.1lioux2002-09-032-11/+15
| | | | Submitted by: maintainer
* New port xmms-finespectrum version 1.0.1.a: Fine grain Spectrumlioux2002-09-037-0/+57
| | | | | | analyzers for XMMS Submitted by: David Yeske <dyeske@yahoo.com>
* Deploy USE_GNOMENG infrastructurelioux2002-09-0360-92/+146
| | | | | PR: 42349 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Bump PORTEPOCH, since the current version 0.9 is regarded smaller than theknu2002-09-031-0/+1
| | | | | | previous version of 0.81c. Reported by: "Mike A. Oligny" <pandaro@freebsd.schema.ca>
* Update dri-devel to recent trunk, respect CFLAGSanholt2002-09-026-199/+63
|
* Update to 1.0.6dwcjr2002-09-024-46/+20
| | | | | | PR: 41888 Submitted by: mt@primats.org.ua Approved by: maintainer
* Update to 0.19pl4dwcjr2002-09-027-28/+126
| | | | | PR: 42039 Submitted by: tkato@prontomail.com
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-0212-21/+34
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Update WWW.knu2002-09-013-6/+3
|
* Add ruby-libart, a Ruby binding for libart.knu2002-09-019-0/+105
|
* * Chase so version for libexifmarcus2002-09-013-1/+50
| | | | | | | | * Fix build with libexif-0.5.4 * Bump PORTREVISION PR: 42270 Obtained from: various diffs from gphoto2 CVS
* Update to 0.4.2dwcjr2002-09-012-2/+2
| | | | | PR: 42244 Submitted by: tkato@prontomail.com
* GNU_CONFIGURE -> USE_LIBTOOLdwcjr2002-09-012-8/+10
| | | | | | | | | Add missing INSTALLS_SHLIB Fix LIB_DEPENDS Sort pkg-plist and add missing entry PR: 42242 Submitted by: tkato@prontomail.com
* Add graphics/jasper to LIB_DEPENDSdwcjr2002-09-011-10/+12
| | | | | | | Add graphics/hdf to optional LIB_DEPENDS PR: 40897 Submitted by: tkato@prontomail.com
* Update to 0.4.4brian2002-09-012-2/+2
|
* drop maintainershipsanpei2002-08-311-1/+1
| | | | | | | | | | | P.S. I tested latest xmovie(1.9.7) on FreeBSD-current. I could run it with some rpms(I installed below rpms manually from RedHat 7.2). libgcc-3.0.1-3.i386.rpm libstdc++3-3.0.1-3.i386.rpm Mesa-3.4.2-7.i386.rpm I hope someone to add above rpm into ports tree :-)
* Switch to GNOMENG, use REINPLACE.netchild2002-08-311-10/+8
|
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-315-6/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Use USE_GNOMENG.marcus2002-08-311-1/+2
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to use GNOMENG.naddy2002-08-311-3/+3
| | | | | PR: 42129 Submitted by: Juan Salaverria <rael@vectorstar.net>
* Update to use GNOMENG.naddy2002-08-311-4/+3
| | | | | PR: 42127 Submitted by: Juan Salaverria <rael@vectorstar.net>
* Fix dependencies, and add a patch to ignore lookingade2002-08-312-2/+21
| | | | for GIF support (and bailing out in the process).
* Fix dependencies so the port actually builds correctly.ade2002-08-311-1/+3
|
* Update to 1.500.4.sobomax2002-08-304-7/+7
| | | | | PR: 41357 Submitted by: Ports Fury