aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.2.0-3. Minor improvements. One of our patches gotmi2002-01-123-73/+3
| | | | | | incorporated. Hey! Submitted by: alfred (very laconicly)
* Fix a typo, that prevented my clever font substitution scheme frommi2002-01-121-1/+1
| | | | working...
* o Add XFREE86_VERSION=4 since this port requires XV extension supportlioux2002-01-121-0/+6
| | | | | | only found in XFree86 4.0 and above Submitted by: bento
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-113-60/+15
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* Fix depends for freetypepat2002-01-111-2/+2
| | | | | PR: 33759 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>, bento
* Fix depends for gtkglpat2002-01-111-1/+3
| | | | | PR: 33763 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
* o Deal correctly with gnome: use proper paths if it is notlioux2002-01-112-34/+47
| | | | | | | | | | installed but benefit from it otherwise o Fix PLIST due to aforementioned o Bump PORTREVISION Submitted by: HIYAMA Takeshi <cbc06942@pop06.odn.ne.jp> Prompted by: jedgar, Øyvind Kolbu <oyvind@kebab.gaffel.nu>
* Make this work with Python-2.2.tg2002-01-102-1/+11
|
* Add the ability to pass a list of alternative bdf fonts to this port.mi2002-01-093-2/+55
| | | | | | | | | | | | | | | This can be used to generalize building of, say, language-specific versions of gd like ukrainian/gd -- the controlling port will simply set GD_FONTS to something like GD_FONTS="/usr/ports/distfiles/x-koi8u.tgz koi6x10.bdf koi8x13.bdf \ koi9x15.bdf koi12x24.bdf koi10x20.bdf" And the new configure script will extract the bdf files from the tarball and use the bdftogd perl script (bundled with the software) to regenerate the sources. No REVISION bump, because the default package is still the same...
* Upgrade to version 0.2.92brian2002-01-083-14/+10
|
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-083-0/+9
| | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Update to 0.3.2pat2002-01-082-2/+2
|
* Update to 9.23.demon2002-01-076-29/+43
| | | | | PR: 33597 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add ghostscript to dependencies so that kghostview works upon adding port.will2002-01-073-3/+9
| | | | | | | Bump PORTREVISION. PR: 32708 Submitted by: Vivek Khera <khera@kciLink.com>
* add missing files to PLISTijliao2002-01-072-0/+49
|
* add qslim 2.0ijliao2002-01-066-0/+55
| | | | SlimKit Surface Modeling Tools
* First round of auto* cleanups:will2002-01-061-5/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Upgrade to 1.08. The tests report success on Alpha too (beast), evenmi2002-01-057-140/+18
| | | | | | | | | | though there are plenty of messages about unalligned access... (Notably, the author incorporated almost all of our 32-bit related patches). PR: ports/33528 Submitted by: Lev A. Serebryakov
* Update to 5.4.1.2pat2002-01-053-14/+11
| | | | | PR: 33563 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Conditionalize use of objprelink based on whether we're running onwill2002-01-053-9/+24
| | | | | | MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several
* Update maintainer's emailpat2002-01-051-2/+2
| | | | | PR: 33555 Submitted by: maintainer
* Fix for -CURRENT, malloc.h->stdlib.hpat2002-01-023-3/+14
| | | | Spotted by: Bento
* Use '::' as an dependency operator for pre-everything target. This isdirk2001-12-314-4/+4
| | | | | | needed because of the special nature of the pre-everything target. See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
* Removed port after repo-copied to iview.markp2001-12-315-29/+0
|
* Renamed iview to vp.markp2001-12-311-1/+1
|
* Repocopied from graphics/iview.markp2001-12-304-9/+15
| | | | Updated to 1.5.
* Update to 0.8.2lioux2001-12-2812-105/+83
|
* - Add LEGAL noticelioux2001-12-281-0/+1
| | | | | | | | | | - NO_PACKAGE From developers: "Distributing MPlayer in the form of binaries and/or binary packages is currently impossible, speaking about both technical and law areas" Submitted by: maintainer
* portlint:dirk2001-12-263-3/+3
| | | | | | | - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters
* Update to 0.28dwcjr2001-12-254-20/+128
| | | | | PR: 33148 Submitted by: maintainer
* Chase the checksum. 'diff -urN' says that nothing has changed.steve2001-12-251-1/+1
|
* Maintainer is now a committermbr2001-12-241-1/+1
| | | | Approved by: demon
* portlint: remove extra whitespaces before end of line.dirk2001-12-248-8/+8
|
* USE_AUTOMAKE -> GNU_CONFIGUREdwcjr2001-12-244-34/+8
| | | | | PR: 33129 Submitted by: tkato@prontomail.com
* Remove files/patch-Makefiledwcjr2001-12-241-0/+0
| | | | PR: 33130
* Update to 1.1.1dwcjr2001-12-244-56/+29
| | | | | PR: 33130 Submitted by: tkato@prontomail.com
* - PORTDOCS policepat2001-12-2423-1176/+1175
| | | | | - DOCSDIR support to some - Brush out some lint
* o Un"echo" commandslioux2001-12-241-1/+3
| | | | | | o malloc.h -> stdlib.h Submitted by: bento
* Specify version numbers as symbols for pkg-plist.sada2001-12-232-16/+29
| | | | Submitted by: Maintainer
* Upgrade to version 3.4.2.sada2001-12-236-75/+68
| | | | | PR: ports/31679 Submitted by: Maintainer
* Reorder the include (-I) path to end, rather than start, withmi2001-12-231-1/+2
| | | | | | | | | ${LOCALBASE}/include. The old behaviour was working almost always, because the package's own header files are well-named, except for the common.h, which caused build failure for at least one person. PR: ports/32247
* Add new distsites -- all ImageMagick's mirrors carry the distfile in themi2001-12-231-4/+15
| | | | delegates subdirectory.
* Avoid making empty directorykevlo2001-12-222-4/+4
| | | | | PR: 32950 Submitted by: Ports Fury
* Initial import of py-gd 0.26.kevlo2001-12-226-0/+54
| | | | | | | This is the Python interface to the GD library. PR: 33088 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Update to version 2.6.2kevlo2001-12-222-3/+2
| | | | | PR: 33057 Submitted by: Ports Fury
* House distfiles in MASTER_SITE_LOCAL since there seems to be somelioux2001-12-222-2/+6
| | | | | | | problem with original MASTER_SITE PR: 31463 Submitted by: maintainer
* Add the WWW line and remove my old and non-functional e-mail address.mi2001-12-222-4/+2
|
* Every two years I upgrade this -- whether it needs it or not. Upgrademi2001-12-224-6/+6
| | | | to the latest HDF4.1r5...
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-205-85/+40
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Update to 0.3.1pat2001-12-202-2/+2
|
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-205-40/+85
|
* Update to 2.0.4.sobomax2001-12-194-12/+4
|
* Update to 1.2.1.sobomax2001-12-192-2/+2
|
* - Fix gdk-pixbuf-related problems;sobomax2001-12-192-0/+37
| | | | | | - link in dynamic libgnomeprint instead of static one. Submitted by: bento
* Fix another victin of gdk-pixbuf update.sobomax2001-12-191-0/+14
| | | | Submitted by: bento
* Add jhead 1.5, exif Jpeg camera setting parser and thumbnail remover.petef2001-12-197-0/+73
| | | | | PR: 32916 Submitted by: Jamie Hermans <jamie@hermans.ca>
* add qglviewer 1.3ijliao2001-12-196-0/+427
| | | | Use OpenGL to play around with three dimensional scenes
* Update to 0.3.0bpat2001-12-182-2/+2
|
* Update to 0.3.0pat2001-12-183-43/+100
|
* upgrade to 1.6ijliao2001-12-183-16/+38
| | | | | PR: 32855 Submitted by: Ports Fury
* Update to 3.5.7.sobomax2001-12-1710-411/+215
| | | | | PR: 32858 Submitted by: Ports Fury
* Upgrade to 1.2.1ache2001-12-163-17/+2
| | | | PR: 32856
* Update port to 1.5.8.jedgar2001-12-162-2/+2
| | | | | PR: 32857 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* When building package forcefully turn optional GNOME components on, otherwisesobomax2001-12-161-1/+2
| | | | gnome and gnome-fifth-toe packages contain incorrect dependencies list.
* Fix the diff so that it actually apply. The original source should be usedjhay2001-12-162-6/+6
| | | | when generating a diff. This should get make release a bit further again.
* Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch targetsteve2001-12-161-1/+1
| | | | and version 1.4 doesn't appear to work for this port.
* - Respect CFLAGS properlylioux2001-12-156-92/+112
| | | | | | | | | | | - Fix compilation error when both freetype and freetype2 are installed - Fix Xpm support - Use freetype-config to find both include and library path - Port style changes in Makefile - Generic fix for -current malloc.h issue PR: 32854 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add port graphics/linux_dri, Binary Linux DRI libraries for 3D hardwarepat2001-12-157-0/+81
| | | | | | | acceleration of linux apps PR: 31505 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
* Update to XSane 0.82.cy2001-12-146-61/+5
| | | | | | | | | | | | XSane 0.82 includes (obtained from www.xsane.org latest news): - improved despeckle routine (removed bug and increased speed) - added scaling function to viewer - several security bugfixes - spanish translation - dutch translation Reviewed by: nectar Approved by: maintainer: Dominik Brettnacher <domi@saargate.de>
* Update to 0.14.0.sobomax2001-12-144-4/+58
|
* upgrade to 4.0ijliao2001-12-133-35/+137
| | | | | PR: 32658 Submitted by: maintainer
* upgrade to 9.22ijliao2001-12-132-2/+2
| | | | | PR: 32744 Submitted by: Ports Fury
* Chase the libxine.so version change.nobutaka2001-12-121-1/+1
| | | | Reviewed by: knu
* Update to 0.9.7.nobutaka2001-12-129-33/+68
|
* add cybervrml97ijliao2001-12-127-0/+185
| | | | A development library of VRML97/2.0 applications
* Explicitly pass --x-{includes,libraries} to the configure script, so that thesobomax2001-12-111-1/+3
| | | | | | port works even for the non-standard X11BASE's (like /opt or such). Prompted by: mi
* Remove malloc.h to make workee on -current.alfred2001-12-113-0/+30
|
* update pkg-plist for 0.81.sf2001-12-112-16/+37
|
* o Correct a "fix" that was made to the PR before commiting in lastlioux2001-12-091-6/+5
| | | | | | | | | | | | revision o This port requires special treatment regarding pthreads support, more than the ordinary one o According to submitter: "Of cource, it isn't ordinary style to use -lc_r and -pthread at once, there are some reasons for hardcoding -lc_r within configure script of ImageMagick port even if on -stable" Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Add missing USE_XLIBijliao2001-12-092-19/+42
| | | | | | | | - Support X11BASE properly - Support install macros PR: 32618 Submitted by: Ports Fury
* Update to 5.4.0.5lioux2001-12-096-96/+69
| | | | | PR: 32617 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 9.21lioux2001-12-097-17/+55
| | | | | PR: 32621 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fix a problem with auto{conf,make}: some build magic was introduced topetef2001-12-083-3/+3
| | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will
* Update to 2.00pat2001-12-084-15/+17
| | | | | PR: 32519 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fix MASTER_SITES, Enforce DOCSDIR, and Quiet installpat2001-12-084-18/+16
| | | | | PR: 32520 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o add missing USE_GNOMELIBSlioux2001-12-071-8/+1
| | | | | | o remove unnecessary stuff (already implied by other entries, etc) Submitted by: bento
* add dynamechsijliao2001-12-067-0/+115
| | | | A Multibody Dynamic Simulation Library
* Upgrade to xsane 0.81.cy2001-12-065-2/+60
| | | | | | | | Temp file handling patches. Reviewed by: nectar Approved by: maintainer: Dominik Brettnacher <domi@saargate.de> Obtained from: Tim Waugh <twaugh@redhat.com>
* add missing filesijliao2001-12-062-0/+2
|
* add ray++ijliao2001-12-066-0/+135
| | | | A collection of C++ classes needed for ray tracing
* Add %%SANE%% to some kooka files that caused "make package" to fail.olgeni2001-12-053-9/+9
|
* Upgrade KDE to 2.2.2:will2001-12-049-24/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
* The directories installed tgif.mo and searched in tgif commandtaoka2001-12-033-12/+21
| | | | | | | | | are mismatched. patch-ab is divided into patch-ab and patch-ac to be assigned to one file, where the former was modified to fix the above problem. Approved by: maintainer
* Add phplot 4.4.6,kuriyama2001-12-036-0/+116
| | | | | | | a PHP class for creating scientific and business charts. PR: ports/31426 Submitted by: yukinopo@livedoor.com
* Update to 0.32b.knu2001-12-032-3/+2
|
* Add xine_d4d_plugin, a DVD input plugin for xine.nobutaka2001-12-017-0/+44
| | | | | | Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> Obtained from: ports-jp mailing list Reviewed by: knu
* Update xine and libxine to 0.9.6.nobutaka2001-12-0111-78/+101
| | | | | Submitted by: lioux (for updating to 0.9.3) Reviewed by: knu
* Upgrade to 1.0.1.vanilla2001-11-304-4/+4
|
* handle gnome more properlyijliao2001-11-301-2/+4
|
* Add patch-gkrellkam.c to use fetch(1) instead of depending on wgetpat2001-11-291-0/+77
| | | | to download images.
* Update to 0.9.4: both fixes linux binary compatibility on some cardslioux2001-11-292-2/+2
| | | | | | | and quiets down module loading on boot PR: 32364 Submitted by: maintainer
* o Host the distfile locally until stable sources are available again.jedgar2001-11-292-2/+3
| | | | o Update the webpage link.
* Make this port compile under -CURRENT.jkoshy2001-11-282-0/+37
| | | | Submitted by: Matthew Thyer <thyerm@picknowl.com.au>
* o Work around and reduce dependency list (remove automake)lioux2001-11-283-12/+16
| | | | | | | o Also, get this port back to compiling (has been broken since autoconf was repocopied to autoconf213) with help of new code as of bsd.port.mk rev 1.394 - fix it by using {ACLOCAL,AUTO{CONF,HEADER}}
* Update MASTER_SITESkevlo2001-11-284-288/+5
| | | | | PR: 32332 Submitted by: MAINTAINER
* Remove kplot3d since it's homepage and distfiles disappearedjedgar2001-11-278-197/+0
| | | | long ago (was kde1-based anyway).
* o Use MASTER_SITE_LOCAL since the author's site vanishedjedgar2001-11-272-3/+4
| | | | | months ago. o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org)
* Enable xsane back.phantom2001-11-271-1/+1
| | | | Approved by: sobomax
* Update to 1.5.7.sobomax2001-11-275-157/+197
| | | | | PR: 30114 Submitted by: Hye-Shik Chang <perky@python.or.kr>
* Explicitly link resulting libraries with libm, so it is possible to linksobomax2001-11-272-4/+6
| | | | application with libGL without any additional black magic. Bump PORTREVISION.
* Fully-qualify WWW: URLfenner2001-11-276-6/+6
|
* s/malloc.h/stdlib.h/ijliao2001-11-271-1/+2
| | | | | | drop maintainership Submitted by: bento
* Add missed popt into LIB_DEPENDS.sobomax2001-11-272-2/+4
| | | | Submitted by: bento
* Update checksum. The only difference between old and new version is <strings.h>sobomax2001-11-261-1/+1
| | | | | replaced with <string.h> in one of the files. Therefore, no version bump is necessary.
* Fix breakage of last commit. Add a valid BUILD_DEPENDS line.lioux2001-11-261-1/+1
| | | | Submitted by: Dan Langille <dan@langille.org>
* Since I can't detect this lib in LIB_DEPENDS, move it into BUILD_DEPENDSlioux2001-11-261-3/+3
| | | | | | for now to enable bento to build packages Submitted by: bento
* Shared lib version bump also enforce use of DOCSDIRpat2001-11-243-7/+7
| | | | | PR: 32246 Submitted by: maintainer
* Update to 0.3dwcjr2001-11-245-18/+45
| | | | | | | Make PORTDOCS compliant PR: 32095 Submitted by: maintainer
* Tech fax2ps(1) how to work properly for non-Letter paper sizes.sobomax2001-11-242-0/+43
| | | | | PR: 32018 Submitted by: Helge Oldach <send-pr@oldach.net>
* t1.3 -> t1.4ijliao2001-11-241-1/+1
|
* Update to 1.4.1pat2001-11-236-29/+24
| | | | | PR: 32186 Submitted by: maintainer
* Fix problem with malloc.h.sobomax2001-11-231-0/+14
|
* Ensure that an empty directory is created when user installs package usingsobomax2001-11-222-0/+2
| | | | pkg_add.
* Update to 0.9.7.sobomax2001-11-226-4/+8
| | | | Submitted by: maintainer
* Add xmms-xvs (X Visualization System) 0.1.0b1, a visualization plug-inanders2001-11-228-0/+162
| | | | | | for XMMS inspired by WinAmp's AVS. Approved by: will
* bump PORTREVISION due to last revlioux2001-11-211-0/+1
|
* o Add missing USE_XLIBlioux2001-11-214-9/+55
| | | | | | | | | | o Really have SDL support unless WITHOUT_SDL o Add patch-playdv:display.h to support SDL o Improve patch-playdv:display.c from PR o Install additional documentation unless NOPORTDOCS (not from PR) PR: 31732 Submitted by: Matthew Reimer <mreimer@vpop.net>
* - Remove including obsolete malloc.h headerpat2001-11-212-0/+37
| | | | | | | | - Dont link libc and prevent installing useless files PR: 32070 Submitted by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Approved by: lioux
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-219-9/+9
| | | | the later case
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-217-7/+7
| | | | the later case
* Style police: remove trailing space in WWW taglioux2001-11-212-2/+2
|
* add maverikijliao2001-11-218-0/+948
| | | | A publicly available virtual reality (VR) system
* Update graphics/ruby-gdk_imlib, graphics/ruby-gdk_pixbuf,knu2001-11-215-9/+13
| | | | x11/ruby-gnome and x11-toolkits/ruby-gtk to ruby-gnome 0.26.
* Update to 0.2.2petef2001-11-204-7/+46
| | | | | PR: 32052 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* New port libdv version 0.9: Quasar DV codec (libdv): software codeclioux2001-11-2011-0/+173
| | | | | | for DV video encoding format Reviewed by: petef
* Update to 0.1.9.knu2001-11-173-3/+4
|
* Fix another place where CPUID code doesn't bother to restore original statesobomax2001-11-162-0/+15
| | | | | | | | of the bit 21 of eflags register. This should fix `sigreturn: eflags ...' problem in many threaded GNOME apps. Update is highly recommended to all GNOME users - it improves stability of Nautilus, Balsa etc greatly.
* New port libmovtar version 0.1.2: Supports reading/writing of MJPEGlioux2001-11-1611-0/+137
| | | | video in YUV 4:2:2 JPEG
* o Install two additional header files required by soon to be addedlioux2001-11-164-0/+16
| | | | | libmovtar port o bump PORTREVISION due to that
* Once we are determined that CPUID instruction is or isn't supported resforesobomax2001-11-162-0/+15
| | | | | | | | | | | | | | | | initial state of the bit 21 of the eflag register. This reduces possibility that the threaded program linked with libpng will die due to arrival of the signal during probing for the CPU type. More proper fix has been committed into the -current kernel and will be MFC'ed soon, but this workaround is necessary for those with older systems. Among other things, this should make Nautilus, Balsa and other multi-threaded GNOME programs more stable, therefore update is recommended to all existing users. Bump PORTREVISION. Reported by: Joe Clarke <marcus@marcuscom.com>
* Add proj-4.4.4, the PROJ.4 cartographic projection libraryjedgar2001-11-156-0/+76
|
* Add Jasper - a reference implementation of the image codec specified in thesobomax2001-11-156-0/+64
| | | | JPEG-2000 standard.
* - update to 4.1.41petef2001-11-155-22/+13
| | | | | | | - add NOPORTDOCS support to pkg-plist PR: 31520 Submitted by: maintainer
* 1) make it work on -current given recent malloc.h problemlioux2001-11-152-15/+40
| | | | | | | 2) remove esound options since they do not work yet 3) bump PORTREVISION due to (1) Submitted by: maintainer
* Maintainer is now committer so change to new email address.pat2001-11-153-3/+3
| | | | Approved by: lioux
* Fix building.tg2001-11-141-0/+10
| | | | | PR: 31895 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Use $ACLOCAL and $AUTOHEADER.tg2001-11-131-1/+1
|
* s/malloc.h/stdlib.h/ijliao2001-11-131-0/+5
| | | | Noted by: Michael McGoldrick <mmcgoldrick@linuxdriven.net>
* Fix a breakage resulted from path to gdk-pixbuf's includes being hardcoded.sobomax2001-11-121-1/+2
| | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Anders Andersson <anders@codefactory.se>
* s/malloc.h/stdlib.h/ijliao2001-11-101-0/+5
|
* Update to 0.13.0.sobomax2001-11-1010-79/+88
|
* Upgrade to 1.7.7.tg2001-11-0914-13/+163
|
* Add tricks to avoid need of USE_AUTO{CONF,MAKE}lioux2001-11-081-2/+4
| | | | Learned from: obrien
* RPM of imlibtaoka2001-11-0822-0/+202
|
* Define NO_LATEST_LINK, because linux_mesa3 is the latest and no portknu2001-11-071-0/+2
| | | | depends on this port.
* Set LATEST_LINK to "gd2".knu2001-11-071-0/+2
|
* - add patch to handle color space properly for grayscale imagespetef2001-11-072-1/+20
| | | | | | | | | | PR: 21021 Submitted by: Park JongHwan <jhp@cocoja.holywar.net> Approved by: maintainer - update author's email in pkg-descr Submitted by: maintainer
* Add claraocr-0.9.8, an optical character recognition utilitypetef2001-11-067-0/+98
| | | | Tested by: phk
* - Adjust WWW;sobomax2001-11-054-6/+6
| | | | - put a leading "An" into pkg-comment.
* Add gthumb 0.9.5, image viewer and browser for the GNOME environment.sobomax2001-11-0511-0/+159
| | | | Submitted by: Harald Schmalzbauer <H@Schmalzbauer.de>
* Update to 1.0.6lioux2001-11-055-8/+14
| | | | | PR: 31762 Submitted by: Patrick Li <pat@databits.net>
* It's some extra image loader plugins for Imlib 2.vanilla2001-11-049-0/+158
| | | | | PR: ports/31119 Submitted by: Jeremy Norris <ishmael27@home.com>
* Add entice, it's an Image viewer built around enlightenment 0.17 libraries.vanilla2001-11-048-0/+96
| | | | | PR: ports/31120 Submitted by: Jeremy Norris <ishmael27@home.com>
* Upgrade to 1.3.1.vanilla2001-11-043-2/+19
| | | | | PR: ports/31117 Submitted by: maintainer
* Upgrade to 0.6.0vanilla2001-11-046-14/+28
| | | | | PR: ports/31118 Submitted by: maintainer
* upgrade to 0.39ijliao2001-11-044-12/+28
| | | | drop maintainership
* - add missing .packlist filepetef2001-11-041-1/+4
| | | | | | | PR: 31538 Submitted by: maintainer - don't @dirrm ${SITE_PERL}/Image, use @unexec rmdir instead
* Maintainer is committer now.nobutaka2001-11-042-2/+2
| | | | Reviewed by: knu
* Update to 0.30petef2001-11-022-2/+2
|
* Fix the build when NOPROFILE is not defined in /etc/make.confroam2001-11-021-1/+1
| | | | | | | | | or in the build environment. PR: 31698 Submitted by: John Hildreth <partsman@ns2.slutpuppy.org> (to -ports) Submitted by: Kirk Strauser <kirk@strauser.com> (the PR) Approved by: mi
* Update to 0.1.6.knu2001-11-023-5/+10
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-314-10/+53
| | | | Submitted by: Ports Fury
* add missing dirrmlioux2001-10-311-0/+1
| | | | Submitted by: bento
* Both -- include and include/X11 might be needed...mi2001-10-301-1/+1
|
* Add a patch, which, according to the submitter, allows to compilemi2001-10-301-0/+50
| | | | | | | libfpx with g++ 3.0.x. It does not hurt compilations with the 2.x compiler. Submitted by: Alex Vasylenko
* fix build for -CURRENT: malloc.h is depriciated.sf2001-10-292-0/+21
| | | | | PR: 31572 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
* update to 0.9.2.sf2001-10-282-2/+2
| | | | | PR: 31519 Submitted by: maintainer
* Update to 0.1.4.knu2001-10-273-18/+2
|
* Upgrade to 2.2.1.demon2001-10-279-9/+15
| | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (with slight modifications)
* Add missing SUBDIR += gd2petef2001-10-271-0/+1
|
* update to 0.2.5lioux2001-10-272-3/+3
| | | | | PR: 31516 Submitted by: MAINTAINER
* space removal and WWW updatelioux2001-10-271-2/+1
|
* update to 0.9.2lioux2001-10-275-4/+78
| | | | Reviewed by: MAINTAINER, FreeBSD-multimedia
* o update to 0.9.2lioux2001-10-2710-19/+145
| | | | | | | | | | o use ports libraries instead of internal versions: liba52 and ffmpeg o support for both vorbis and ogg o WITH_CSS: plugin for css processing o add WWW tag to DESCR Reviewed by: MAINTAINER, freebsd-multimedia
* additional install of both libraries and headers in preparation to ↵lioux2001-10-272-0/+14
| | | | {,lib}xine 0.9.2 ports
* New port ogle-gui version 0.7.5: An add-on graphical user interfacelioux2001-10-2611-0/+182
| | | | | | | | | | | | | | | for Ogle Reviewed by: Björn Englund <d4bjorn@dtek.chalmers.se>, Håkan Hjort <d95hjort@dtek.chalmers.se> (both are ogle developers) Tested by: chris@choll.freeserve.co.uk, Brooks Davis <brooks@one-eyed-alien.net>, Jason Andresen <jandrese@mitre.org>, MANTANI Nobutaka <nobutaka@nobutaka.com>, Oliver Brandmueller <ob@e-Gitt.NET>, Scott Long <scott_long@btc.adaptec.com>, Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
* New port ogle version 0.8.1: Open DVD player that supports DVDlioux2001-10-268-0/+129
| | | | | | | | | | | | | | | menus Reviewed by: Björn Englund <d4bjorn@dtek.chalmers.se>, Håkan Hjort <d95hjort@dtek.chalmers.se> (both ogle developers) Beta Tested by: chris@choll.freeserve.co.uk, Brooks Davis <brooks@one-eyed-alien.net>, Jason Andresen <jandrese@mitre.org>, MANTANI Nobutaka <nobutaka@nobutaka.com>, Oliver Brandmueller <ob@e-Gitt.NET>, Scott Long <scott_long@btc.adaptec.com>, Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
* Install the HTML documentation.roam2001-10-264-2/+22
| | | | Approved by: silence on -ports
* Although it will compile and link with the older gd-1.8.x, itmi2001-10-241-2/+2
| | | | | will now depend on the 2.x installed by the graphics/gd2 port. Bump up PORTREVISION.
* Add ruby-graph, graph-related Ruby classes.knu2001-10-237-0/+69
|
* back out last commit, let others decide what to doijliao2001-10-232-2/+2
|
* Remove a redundant trailing space.knu2001-10-212-2/+2
|
* typoijliao2001-10-212-2/+2
|
* remove unnecessary "\"ijliao2001-10-211-1/+1
|
* XFree86-4 installs freetype.6, freetype2 installs freetype.7ijliao2001-10-212-2/+2
| | | | | | so we have to use "freetype.7" instead of just "freetype" Reported by: Mike Harding <mvh@ix.netcom.com>
* Update to version 1.0.3kevlo2001-10-202-2/+2
| | | | | PR: 31072 Submitted by: Ports Fury
* Update to version 4.1.41kevlo2001-10-205-19/+7
| | | | | PR: 31335 Submitted by: MAINTAINER
* Fix pkg-plist errorsdwcjr2001-10-192-4/+14
| | | | | PR: 31274 Submitted by: anders@fix.no
* re-enable DVD read support since libdvdread was updated to 0.9.2lioux2001-10-181-7/+7
| | | | in rev 1.2 of libdvdread/Makefile
* o update to 0.9.2 (shared lib version bump)lioux2001-10-1810-202/+72
| | | | | | | | | | o CFLAGS safeness (tweakable by WITH_OPTIMIZED_CFLAGS) o support NOPORTDOCS PR: 31312 Submitted by: Rahul Siddharthan <rsidd@online.fr>, Thomas E. Zander <riggs@hadiko.de> Approved by: MAINTAINER
* add gdalijliao2001-10-187-0/+146
| | | | | | | A translator library for raster geospatial data formats PR: 30828 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
* add WWW:ijliao2001-10-181-2/+1
|
* add vterrain-appsijliao2001-10-187-0/+61
| | | | | | | Virtual Terrain Project Applications PR: 30827 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
* upgrade to 0829ijliao2001-10-1810-359/+68
| | | | | PR: 30826 Submitted by: MAINTAINER
* update MASTER_SITESlioux2001-10-171-1/+1
| | | | | Prompted by: Mark Evenson <evenson@panix.com> Approved by: MAINTAINER
* New port libmpeg2 version 0.2.0: A free library for decoding mpeg-2lioux2001-10-179-0/+187
| | | | and mpeg-1 video streams
* disable DVD support till libdvdread is updated to at least versionlioux2001-10-161-7/+7
| | | | | | 0.92 (required for proper operation) Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
* apply DeMorgan correctlylioux2001-10-161-2/+2
|
* un"echo" installation (less noise)lioux2001-10-162-6/+6
|
* o update to 0.50 finallioux2001-10-1610-103/+145
| | | | | | | | | | o add several WITH_* options (specially DVD support :-) o update WWW tag in DESCR o update PKGMESSAGE o update install-user script to handle new fonts from port mplayer-fonts/Makefile rev 1.2 Submitted by: MAINTAINER
* o update to 0.50lioux2001-10-164-40/+86
| | | | | | o update WWW tag in DESCR Submitted by: MAINTAINER
* update mplayer codecs to 0.50; therefore, update port to 010122.1.0.50lioux2001-10-163-2/+12
| | | | Approved by: MAINTAINER
* Upgrade to 2.0.1 (gd2 was repocopied from gd). The name of themi2001-10-1510-316/+79
| | | | | | | | | | installed library is still libgd, which is on purpose. It looks like very little needs to be done after all to make current gd users switch, so gd2 will, hopefully, quickly become gd again. XPM will be used by default now, unless WITHOUT_XPM is declared. When XPM can be built without installing X11, this is seems sensible.
* Complete XINE includes multiple <videolan/dvdcss.h>. But videolan/dvdcss.hijliao2001-10-142-0/+32
| | | | is not available for multiple include.
* Update to 2.94tom2001-10-142-2/+2
| | | | | PR: ports/31253 Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
* Upgrade to v 0.2.90brian2001-10-122-3/+4
|
* Fix core dump in dxexec. Bump PORTREVISION.tg2001-10-122-0/+23
| | | | PR: 31141.
* add missing file into PLISTijliao2001-10-112-0/+2
| | | | | PR: 31185 Submitted by: MAINTAINER
* add gsculptijliao2001-10-106-0/+40
| | | | An Opensource 3D modelling application
* update to 9.20lioux2001-10-103-8/+8
| | | | | PR: 31179 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add p5-GraphViz, perl interface to the GraphViz graphing tool.tobez2001-10-106-0/+67
|
* The current primary MASTER_SITE uses a redirection (http 302) to anotherolgeni2001-10-101-1/+1
| | | | | | | site. Use that site directly, since the default FETCH_CMD ("fetch -A") will not follow redirects. No md5 changes.
* Update port to 1.5.7jedgar2001-10-102-2/+2
|
* Update to 0.24.1.sobomax2001-10-093-6/+24
|
* Update to 1.0.2.sobomax2001-10-0910-36/+104
|
* o update to 1.0.4lioux2001-10-097-17/+202
| | | | | | | | o organize LIB_DEPENDS for ease of future maintainance o add WWW tag to DESCR PR: 31112 Submitted by: MAINTAINER
* add libafterimageijliao2001-10-096-0/+102
| | | | Generic imaging library originally designed for AfterStep
* Update to version 1.5.6tom2001-10-082-2/+2
| | | | Reviewed by: jedgar
* Set maintainer to ports@FreeBSD.orgpetef2001-10-076-6/+6
| | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
* o update to 3.30lioux2001-10-066-20/+113
| | | | | | | | o support NOPORTDOCS in PLIST o add WWW tag to PLIST PR: 31073 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add drm-kmod 0.9.2, a FreeBSD kernel modules for 3d accelerationsobomax2001-10-067-0/+93
| | | | | | | with the DRI. PR: 31081 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
* Update to 0.1.6.sobomax2001-10-068-64/+111
|
* Add barcode-0.96, a barcode generation library along with a command linepetef2001-10-036-0/+47
| | | | | | | frontend PR: 30770 Submitted by: Emil J.V. Björsell (jev) <jev@ecad.org>
* remove port mplayer-codecs since it was superseded by win32-codecslioux2001-10-016-80/+0
| | | | | | as of rev 1.12 win32-codecs/Makefile Approved by: MAINTAINER
* o update to 0.50 pre 1lioux2001-10-0113-217/+243
| | | | | | | | | | | | | | | | | o add script to "autodetect" some machine features such as 3DNow! o it is no longer limitted to i386 arch (e.g., alpha, hurray :) o make it CFLAGS safe o add several WITH{,OUT} options o depend on win32-codecs as of rev 1.12 win32-codecs/Makefile instead of mplayer-codecs o Makefile style: rearrange the file a bit to make it ports' style compliant (easier to maintain) o simplify targets with for/endfor constructs in post-install o due to new features, update: COMMENT, DESCR, PKGMESSAGE o fix all URI to include a trailing / o support NOPORTDOCS in PLIST Submitted by: MAINTAINER et al
* o add the codecs from mplayer-codecs, this port will hold all win32lioux2001-10-013-5/+40
| | | | | | | | | codecs from now on, this is not that much a bloat since all depending ports tend to use (in the long run) all the same codecs o prepare to remove mplayer-codecs port since it is no longer necessary Approved by: MAINTAINERs (from both mplayer-codecs/win32-codecs)
* Update to 0.24.sobomax2001-10-016-4/+75
|
* quiet (less noise) extractionlioux2001-09-261-1/+1
|
* add missing nasm BUILD_DEPENDSlioux2001-09-261-0/+1
|
* o New port ffmpeg version 0.4.5: Hyper fast realtime audio/videolioux2001-09-2611-0/+176
| | | | | | | | encoder/converter, streaming server Thanks to: fenner, imp, Chris "Vulpyne" Austin <vulpyne@way2fast.com> * for this patch -> #define INT64_C(x) x##LL
* chase library dependency due to update of avifile port to 0.60.20010920lioux2001-09-261-1/+1
|
* o update MASTER_SITESlioux2001-09-262-2/+2
| | | | | | o update WWW tag Submitted by: MAINTAINER
* o update to 0.60.20010920lioux2001-09-2612-158/+122
| | | | | | | | | o sanitize MASTER_SITES o bump lib version since incompatible with previous one o trim/update DESCR; update WWW tag PR: 30747 Submitted by: MAINTAINER
* New port OQTEncoder version 0.1: A simple encoder usinglioux2001-09-257-0/+65
| | | | OpenQuicktime (TM)
* New port OQTPlayer version 0.5: A very very small, not functionnal,lioux2001-09-257-0/+57
| | | | video OpenQuicktime (TM) player
* fix installation permissionslioux2001-09-251-0/+16
|
* o fix installation permissionslioux2001-09-252-2/+22
| | | | o no PORTREVISION bump since the port was not usable before
* New port openquicktime version 1.0: Portable library for handlinglioux2001-09-258-0/+127
| | | | Apple's QuickTime(TM) files
* o New port divx4linux version 0.20010824: Linux binary release oflioux2001-09-2511-0/+145
| | | | | DivX (TM) Codec o Marked RESTRICTED waiting for license clarification
* o Update to development version OpenDivX Alpha 4.0 a 50, port versionlioux2001-09-255-9/+48
| | | | | 0.4.0.50 o Bump lib version due to api changes: 0 -> 1