aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.22.sobomax2001-03-303-5/+4
| | | | Approved by: maintainer
* Remove tgd to avoid breaking index/bento build. For the record, it hadn'twill2001-03-301-1/+0
| | | | been updated to sync with the gd library in 2 years, so it got removed.
* This program has not been updated by developer, and broken (depends on oldmharo2001-03-3012-685/+0
| | | | gd library), since 1999. Remove from tree.
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-3018-19/+19
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Revert portion of the previous commit that changed the MAN section.jkoshy2001-03-291-2/+1
|
* D'oh, PORTREVISION doesn't work if you define the value of it afterknu2001-03-281-1/+0
| | | | bsd.port.pre.mk is read. Bump the version to 0.12a instead of 0.12_1.
* Update to ruby-qt2 0.12 for qt 2.3.0.knu2001-03-281-1/+1
|
* Disable traversal into the xsane directory because it is killingsteve2001-03-281-1/+1
| | | | 'make index'.
* Fix building (I hope, I never got this error I'm seeing on bento).tg2001-03-271-0/+2
|
* - Reorganize MASTER_SITESvanilla2001-03-274-33/+22
| | | | | | | - Fix PKGMESSAGE handling PR: ports/26100 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Reorganize MASTER_SITESvanilla2001-03-274-80/+20
| | | | | | | | | - Add missing INSTALL_SHLIB - Remove unused pkg-message - Fix pkg-plist PR: ports/26097 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add MASTER_SITE_RINGSERVER to MASTER_SITES.knu2001-03-276-18/+30
| | | | Approved by: vanilla (MAINTAINER)
* 1. Fix man page installation error; this port installs to MANN not MAN1jkoshy2001-03-263-5/+38
| | | | | | | | | | | | | 2. Fix buglet in clipping zoomed images. PR: ports/26075 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> 3. Enable handling Gzip'ped images. 4. Better default image path. PORTREVISION incremented to `1'.
* Don't fail on a read-only ${PORTSDIR}kris2001-03-261-1/+1
| | | | Approved by: maintainer
* Directory names are sane-*, not sane_*.asami2001-03-251-2/+2
| | | | Submitted by: bento
* - Fix WWWkevlo2001-03-232-2/+2
| | | | | | | - CFLAGS -> CPPFLAGS PR: 25991 Submitted by: MAINTAINER
* Removed a nonfunctional MASTER_SITEkevlo2001-03-231-2/+1
| | | | | PR: 26021 Submitted by: MAINTAINER
* Upgrade to 2.4.1.tg2001-03-234-41/+36
| | | | | | PR: 25997 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the maintainer doesn't seem to be active these days)
* Sigh. Reclaim these, primarily for GNOME 1.4ade2001-03-232-2/+2
|
* Someone don't like my style, so I drop maintainer now.vanilla2001-03-232-2/+2
|
* Well, RELLY upgrade to 1.0.4, I make some fault on last commit. sorry.vanilla2001-03-226-167/+36
| | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* REALLY remove sane, I miss some file on last commit.vanilla2001-03-226-207/+0
|
* Remove leaked into patchfile result of USE_LIBTOOL hack.sobomax2001-03-221-20/+0
|
* Remove sane, add sane-backends & sane-frontendsvanilla2001-03-221-1/+2
|
* Nuke sane, it split into sane-backends & sane-frontends now.vanilla2001-03-225-236/+0
|
* Upgrade to 1.0.4.vanilla2001-03-227-236/+36
| | | | | PR: ports/24931 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Upgrade to 1.0.4,vanilla2001-03-2210-89/+61
| | | | | | | sane split to 2 ports now, sane-backends and sane-frontends. PR: ports/24931 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Upgrade to 1.9.9, that should be latest version of imlibV1.vanilla2001-03-227-41/+52
|
* Put the USE_LIBTOOL back where I put it.mi2001-03-222-0/+4
| | | | Obtained from: Garrett Wollman
* When compiled with X, ImageMagick conflicts with display. Warntrevor2001-03-222-1/+4
| | | | | users about the conflict. Squeeze the pkg-comment files so they are less than 71 characters.
* Make it possible to compile this package without X11 --mi2001-03-224-6/+22
| | | | | | | | | | controllable by the NO_X knob. While here, remove the USE_LIBTOOL -- the package compiles fine with the libtool of its own. I was prompted to do this, when the build of mod_php4 on a headless server started to download X11 sources...
* - Remove `-lcompat' again, the new patches contain code fixes.tg2001-03-216-24/+196
| | | | | - Fix paths in the documentation (/usr/lpp -> ${PREFIX}). - patch-ae is no longer needed with gmake.
* Don't define iLinux on Makefile, it require libsvga.vanilla2001-03-211-3/+4
| | | | | Submitted by: bento No response: maintainer
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-212-3/+2
|
* Update to 3.4.1.sobomax2001-03-218-16/+22
|
* Remove dependency on Mesa3. This would allow to upgrade Mesa3 to more recentsobomax2001-03-202-4/+11
| | | | | | version. Prompted by: many
* - Use USE_GMAKE to really make this build.tg2001-03-201-2/+9
| | | | | | | | | - Add some more dependencies. - Add `-lcompat' to the libs so dxui actually works as intended. The problem is that the OpenDX folks assume the old V8 style regcomp(3), not the POSIX one. Adding the lib is just meant as a stop gap solution, the real fix to the code will follow. - Bump PORTREVISION.
* add sngijliao2001-03-206-0/+40
| | | | | The sng program translates between PNG (Portable Network Graphics) format and SNG (Scriptable Network Graphics) format.
* Bump PORTREVISION due to patch-abdemon2001-03-203-3/+3
|
* Use MASTER_SITE_RINGSERVER.knu2001-03-201-5/+8
| | | | | | Replace tar -> ${TAR}. No response from: MAINTAINER
* Update to Ming 0.1.0.knu2001-03-207-25/+45
|
* Add xawtv 3.37, a TV viewing application and a few TV utilities.will2001-03-207-0/+78
| | | | | PR: 25515 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Add xmms-avi 1.2.2, an avifile based .avi and .asf file playbackwill2001-03-207-0/+59
| | | | | | | plugin for XMMS. Very cool! PR: 24939 Submitted by: Roman Shterenzon <roman@xpert.com>
* Use the threaded version of Qt2 library for 5-CURRENT.knu2001-03-201-5/+4
| | | | Mark ruby-qt2gl broken for 4-STABLE due to the thread library problem.
* This file should not belong to repository.sf2001-03-201-240/+0
|
* Fix building.tg2001-03-1910-203/+49
| | | | | | | PR: 23301 Submitted by: Mark van Woerkom <3d> Clean up (mis-)use of $ARCH.
* Replace Freetype1-specific call with one sutable to freetype2,demon2001-03-193-0/+33
| | | | | | because gd depends on freetype2 for a while. Submitted by: David Bushong <david@bushong.net>
* - Update patches in sync with rev 1.3 of Makefile and distinfo,lioux2001-03-182-1/+72
| | | | activating the new source files
* - Weird, the new distfile was rolled but no version changedlioux2001-03-182-1/+2
| | | | | | | | | - Bump PORTREVISION to alert users - Changes: o Several source file copyright notice changes o Changes on the win32 build system o Addition of debug (debug.*) and yuv file storing (store.*) code o Removal of some experimental code
* Update to 20010315.knu2001-03-187-36/+78
|
* GLiv is an image viewer that uses Imlib2 and OpenGL.vanilla2001-03-187-0/+85
| | | | | PR: ports/25861 Submitted by: Jeremy Norris <ishmael27@home.com>
* p5-Imlib2 are perl bindings for Imlib2 graphics library.vanilla2001-03-186-0/+37
| | | | | PR: ports/25863 Submitted by: Jeremy Norris <ishmael27@home.com>
* Add manpage.vanilla2001-03-171-0/+2
|
* Fix pkg-plist.vanilla2001-03-171-0/+1
| | | | | PR: ports/25860 Submitted by: maintainer
* Gimp is 1.2 now, not 1.1.vanilla2001-03-1512-18/+18
| | | | Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
* Upgrade to 1.10.1vanilla2001-03-153-6/+7
| | | | | PR: ports/25350 ,ports/25549 Submitted by: KATO Tsuguru, RĂ©mi Guyomarch <rguyom@pobox.com>
* Dont strip script when use --install-admin-bin,vanilla2001-03-1512-18/+84
| | | | It will broken p5-Gimp installation.
* Add p5-Gimp, it's perl binding for gimp.vanilla2001-03-158-0/+170
|
* Reword pkg-comment to shorten it to under 70 bytes and let there be noknu2001-03-141-1/+1
| | | | misunderstanding about the interactivity of image manipulation tools.
* Add libaux 1.0, a Nano Window Toolkit and Auxiliary Library for OpenGL.sobomax2001-03-148-0/+62
|
* In several spots, it was refering to TCL (or tcl) instead of TK (or tk).mi2001-03-141-2/+3
| | | | Submitted by: John Merryweather Cooper
* o cleanup MASTER_SITES.sf2001-03-143-45/+35
| | | | | | | | | o add dependency on devel/libfpx. o get rid of libtool dependency unless WITH_MODULES. o trim unnecessary BUILD_DEPENDS'. PR: 25745 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - First import since repocopy from libdixdecore:lioux2001-03-147-25/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Enable port in CATEGORY Makefile 2) Add port into CVSROOT/modules 3) This a port of the developer version of libdivxdecore 4) Fix typo: port created on year 2001, not 20001. 5) Update port to developer Version 4.0 alpha48 2001-02-22. PORTVERSION=0.4.0.48 6) This port downloads a source only CVS tag developer version. Therefore, it comes without the tools necessary to build it (makefile, configure, ...) 7) Inherit (copy) from the non-developer version distfile the structure necessary to build it. Patch it to suit this port specific needs. More specifically, add new source code files to makefile(s): yuv2rgb.c (Changelog #13). 8) Since it is a developer version of another port, it can use some of its structure such as DESCR, PLIST. Therefore local copies are not necessary. - Library changes in new version: o Changelog: 1) Added VO and VOL header in the MPEG-4 bitstream to encore 2) Added YUV input in encore 3) Provided a sample test code for encore 4) Rewrote the bitstream handling in the encore 5) Some cleanup and minor optimize in the modules in encore 6) Fade/Cross Fade Improved 7) Added VO and VOL header parser in decore 8) Added various functions to support the YUV output formats 9) Splitted the YUV to RGB 16 bit conversion routine in 2 different routines (555 and 565 16 bit color mode) in decore 10) Modified the interface to take care of the new characteristics (more output format supported, possibility to change the output format at run-time). These changes are backward compatible (previous API call are still valid) 11) Modified the parser to be able to decode the stream with/without the VOL at the same time 12) Removed all the boring warnings until Level 3 of Visual C++ 13) ANSI C Implementation of the yuv2rgb.c added (2001-01-23, 00:00:00 GMT) o Bugs Corrected: 1) Some bug has been fixed in the post processing algorithm (chrominance deblocking and vertical deblocking) 2) Bug fixed in YUV to RGB 16 bit conversion routine
* Turns out I broke a few too many things with my last commit bymi2001-03-142-9/+12
| | | | | | | | | | | | | | | removing the symlinking of the installed shared library into the ${PREFIX}/lib. Those broken things should really use: package require Img (from TCL) or Tcl_PkgRequire(interp, "Img", "1.2", 0) (from C) instead of trying to link with libimg directly, but there are too many of them and sobomax lost (his and mine) cool. This version will just install the library (and SHLIB_LINK) into ${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
* Reword the pkg-comment to stress, that the X11-dependentmi2001-03-141-1/+1
| | | | | | display functionality is optional. Submitted by: Akinori MUSHA
* Explicitly link resulting library with libm, because other ports expect to besobomax2001-03-132-0/+2
| | | | | | able to link just with ``-lmng'', not with ``-lmng -lm''. Submitted by: bento (sorta)
* Fix xforms dependencykevlo2001-03-132-4/+5
| | | | | PR: 25742 Submitted by: maintainer
* Disable GL support.kevlo2001-03-131-1/+1
| | | | | PR: 25752 Submitted by: maintainer
* Fix typo: port created on year 2001, not 20001lioux2001-03-131-1/+1
|
* update to 1.03.sf2001-03-136-71/+11
| | | | | | PR: 25646 Submitted by: John Saunders <john@nlc.net.au> (Non-response from maintainer)
* Update to Ruby/Qt2 0.12.knu2001-03-132-23/+10
| | | | Introduce ruby-qt2/Makefile.common to share the variables.
* use MASTER_SITES_XCONRTIB.sf2001-03-131-1/+3
|
* o pass maintainership to ports@.sf2001-03-131-1/+1
| | | | | PR: 25686 Submitted by: maintainer
* rename gom to gozer.sf2001-03-121-1/+1
|
* o update to 0.2.sf2001-03-125-26/+26
| | | | | | | o renamed to gozer. PR: 25540 Submitted by: maintainer
* remove gom. It is renamed to gozer.sf2001-03-127-68/+0
|
* rename imlib2-tmp to imlib2.sf2001-03-121-1/+1
|
* remove imlib2-tmp. now it's in real place(graphics/imlib2).sf2001-03-126-84/+0
|
* imlib2-tmp -> imlib2sf2001-03-124-4/+4
|
* Add USE_XLIB to Makefile.kevlo2001-03-111-0/+2
| | | | | PR: 25665 Submitted by: maintainer
* Fix the building of this port on FreeBSD 3.4n_hibma2001-03-111-1/+3
|
* Add libfpx 1.2.0, library routines for working with Flashpix images.will2001-03-1111-0/+427
| | | | | PR: 24313 Submitted by: mi
* track mng version bump.sf2001-03-101-1/+1
|
* Fix plistkris2001-03-102-0/+4
|
* Fix and sort plistkris2001-03-101-6/+7
|
* Chase the checksum on the docs -- the postscript files were regeneratedkris2001-03-101-1/+1
|
* Chase the checksum: the previous distfile was supposedly a .tgz but waskris2001-03-102-1/+2
| | | | | actually a .tar. No content changes. Also, prevent the installation of *.orig patch droppings.
* Mark this broken - CAM's interface has changed.jkh2001-03-101-0/+2
|
* Upgrade to version 1.0.0. Drop the configure, libtool, etc. non-sensemi2001-03-105-100/+21
| | | | | | | | | | | and just use our own clean and straightforward Makefile.bsd. While here, remove the SHLIB_VER variable -- I think it was not worth it to have it there... Thanks to Nathan for letting me know, the new version is available... PR: 25580 Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* o update to 20010130.sf2001-03-103-2/+9
| | | | | | | | o build plugin for libarc, libmng and libungif. PR: 25629 Submitted by: KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> Approved by: maintainer
* Made ``--with-modules'' an optional argument triggered by WITH_MODULESmi2001-03-102-164/+171
| | | | | | | | | | | knob. IMO, this should be removed at all. It seems, the "modules" provide solution to a problem that does not exist. And provide poorly. First, every module is really a shell script (.la), which loads the namesake shared object (.so). Second -- they don't work. At least, not on FreeBSD. I wish someone did cd work/ImageMagick-<version>/PerlMagick/demo make before enabling them for the rest of us...
* follow the standard in the porters handbookijliao2001-03-091-1/+1
| | | | Submitted by: dannyboy
* drop maintainership from jseger.sf2001-03-091-1/+1
|
* fix usage of mkstemp().sf2001-03-093-18/+23
| | | | | PR: 25616 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* update to 2.11.sf2001-03-095-12/+20
| | | | | PR: 25607 Submitted by: maintainer
* add vcdtools, enable you to create your own VCDijliao2001-03-097-0/+47
|
* add vcdpadijliao2001-03-097-0/+35
| | | | VCDpad : pad vcd mpegs
* Change MASTER_SITES for fetching xv patches(modified-for-jp-ext-patch).shige2001-03-091-6/+6
|
* Add the win32-codecs directory.steve2001-03-081-0/+1
|
* In Makefile of the master port, x11-toolkits/linux-gtk,taoka2001-03-083-0/+6
| | | | | | MAINTAINER= is changed to MAINTAINER?=. Then, MAINTAINER is able to be added into a slave port's Makefile. So I added it in this port's Makefile.
* Something I wanted to do for a long time -- make this portmi2001-03-083-17/+38
| | | | | | | | | | | | | | build without X11 support, for use on X11-less servers. Some dependencies had to be turned off -- until those ports are fixed to support the NO_X knob as well. I did not go as far as creating a slave port (ImageMagick-nox11). (BTW, may be we want a new category -- no-x11 -- for the slave ports of the stuff that's available in both -- x11 and nox11 -- flavors?) Nothing should change for the regular (non-NO_X) case -- hence PORTREVISION not touched.
* Update port: 0.0.3 -> 0.0.4.olgeni2001-03-082-3/+3
| | | | | PR: 25539 Submitted by: maintainer
* sweep extra directory.sf2001-03-0812-0/+12
|
* Add a symlink libtiff.so.3.4 --> libtiff.so.3 to pkg-plist.{i386,alpha}taoka2001-03-076-0/+6
| | | | (I missed it when importing)
* Upgrade to version 5.2.2 (the distfile still has version 5.2)jmz2001-03-074-9/+11
| | | | | Add a lib depend on png since this version has a png driver. Fix minors bugs in Makefile.demo
* remove patch-configure.sf2001-03-072-22/+0
| | | | Submitted by: maintainer
* update to 1.0.2.sf2001-03-076-4/+26
| | | | | PR: 25538 Submitted by: maintainer
* update to 2001.02.22.sf2001-03-072-3/+3
| | | | | PR: 25551 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* o drop non-responsive maintainer. jseger nothing commits last 6 months.sf2001-03-075-21/+374
| | | | | | | o update to 5.2.9. PR: 25547 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* track new distfile -- many objects have been added, so make clean first.sf2001-03-064-9/+11
| | | | | PR: 25568 Submitted by: Palle Girgensohn <girgen@partitur.se>
* update MASTER_SITES.sf2001-03-061-1/+1
| | | | | PR: 25550 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Attempt to fix conflicts with a local getopt.h (specifically, the fix iswill2001-03-053-3/+3
| | | | for libgnugetopt's getopt.h). Not tested, but should work.
* Upgrade to 0.6.9.tg2001-03-058-46/+16
|
* Chase the distfile repack. The difference was just some wording fixesknu2001-03-052-1/+2
| | | | of English documents.
* Fix up the checksum for the patch file.mi2001-03-051-1/+1
| | | | Submitted by: maintainer
* Use random() because rand() is just too lamekris2001-03-034-1/+79
| | | | | Fix a potential buffer overflow I noticed while in here Bump PORTREVISION
* Add s10sh 0.1.91,mi2001-03-037-0/+81
| | | | | | | | Program to interface Canon PowerShot digital cameras over USB and/or serial connections. PR: 25471 Submitted by: John Reynolds <jjreynold@home.com>
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-0111-45/+11
|
* Fix pkg-comment and pkg-descr. This is a ruby module of Gdk-imlib,knu2001-03-012-2/+2
| | | | not GTK+.
* Fix broken.shige2001-03-011-4/+7
| | | | | | | | pdf.patch and mp-tiff-patch must be fetched from my own site. These are modified for applying after jp-extension-patch. This problem occurs when no consistency between many patches. Therefore, I'll integrate many many patches into a new patch. :)
* Add ruby-gimp, a Ruby extension library to write GIMP plugins in Rubyknu2001-03-019-0/+111
| | | | (Ruby-Fu).
* Update to version 1.7ckevlo2001-02-286-19/+60
| | | | | PR: 25431 Submitted by: Ports Fury
* Update to version 1.03kevlo2001-02-284-21/+12
| | | | | PR: 25432 Submitted by: Ports Fury
* Add ruby-gdk_pixbuf, a Ruby binding for Gdkpixbuf.knu2001-02-2811-0/+207
|
* Add ruby-gdk_imlib, a Ruby binding for GTK+.knu2001-02-286-0/+105
|
* There is no libgcc_r.a anymore.sobomax2001-02-281-1/+1
|
* Do not install SVGAlib support unless the user asks for it.jkoshy2001-02-282-0/+17
| | | | | PR: ports/24896 Submitted by: Ilya Martynov <ilya@martynov.org>
* Revert previous change making compilation of mmx-optimised routines a defaultsobomax2001-02-271-5/+8
| | | | | | | | option. It appears that resulting binary can't be used on a CPU without mmx instruction set (for example Pentium Pro). PR: 25377 Submitted by: Michael Hohmuth <hohmuth@inf.tu-dresden.de>
* Update MASTER_SITES.steve2001-02-271-1/+2
| | | | | | PR: 23927 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Approved by: maintainer
* Unbreak.will2001-02-271-2/+0
|
* Mark these ports as BROKEN after KDE 1.x was unceremoniously ripped fromsteve2001-02-271-0/+2
| | | | the ports tree.
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofwill2001-02-2720-519/+696
| | | | | | | | | | | | | | | the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo
* Add homepage.trevor2001-02-261-0/+2
|
* Update to version 1.25.steve2001-02-263-5/+5
| | | | | PR: 25148 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 9.11.steve2001-02-2614-185/+276
| | | | | PR: 25323 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Upgrade to mtv 1.2.1kris2001-02-262-2/+2
|
* - Support CFLAGS properlykevlo2001-02-253-18/+20
| | | | | | | | - HAS_CONFIGURE -> GNU_CONFIGURE - Support NOPORTDOCS PR: 25322 Submitted by: Ports Fury
* - Update to the lastest versionkevlo2001-02-254-19/+21
| | | | | | | | | | - Support CFLAGS properly - HAS_CONFIGURE -> GNU_CONFIGURE - Support NOPORTDOCS - Fix distinfo PR: 25321 Submitted by: Ports Fury
* The clown^Wauthor of gd once again changed the contents of the tarballbillf2001-02-259-27/+30
| | | | | | | | without bumping the minor version number. update patches and checksum accordingly. Our PORTREVISION was bumped, however, because we actually do have a clue about these sorts of things...
* Use a different install mechanism, which should rewritete the #! linenik2001-02-241-2/+2
| | | | properly. Bump PORTREVISION.
* Upgrade to version 0.53.5lioux2001-02-242-2/+2
| | | | | PR: 25307 Submitted by: maintainer
* Add WWWmharo2001-02-231-0/+2
|
* Mark as BROKEN on FreeBSD versions prior to 4.0 as these do not haveroger2001-02-211-2/+10
| | | | the required USB support
* Add the PORTREVISION -- something I forgot to do in mymi2001-02-211-0/+1
| | | | | | previous commit. Submitted by: kris
* Add the software's web-site to the distinfo, which did not havemi2001-02-203-17/+29
| | | | | | | | | | | | the WWW entry before. Add several more patches available on the said web-site. In particular, use the later png-related patch (-fix3 vs. -fix2). Move some of the patches from DISTFILES to PATCHFILES -- for some others it matters, because of the order they have to be applied and different -p settings necessary. Unfortunately, the maintainer could not be reached, hence: NOT Approved by: shige
* Add two missed static libraries.sobomax2001-02-201-0/+2
| | | | Submitted by: "pkg_delete /var/db/pkg/*"
* Depends on libt1.so.2, instead of libt1.so.1.keith2001-02-191-1/+1
| | | | PR: ports/25191
* portlint doesn't like "WWW:" if it's not followed by a whitespace.olgeni2001-02-172-2/+2
|
* Update SDL shared library version number.sobomax2001-02-175-5/+5
|
* Unbreak and update to 0.6ade2001-02-168-184/+38
|
* typo clean up police: \s -> \tlioux2001-02-151-6/+6
|
* simple typo fix, remove odd extraneous spaces (^ $)lioux2001-02-152-2/+2
|
* Update to version 3.05kevlo2001-02-142-2/+2
| | | | | PR: 25078 Submitted by: Ports Fury
* New Port: graphics/libgrassjeh2001-02-146-0/+53
| | | | | | | | ibgrass5 is a library containing the all of the functions that are available in the GRASS GIS program. PR: 23872 Submitted by: Jonathan Pennington <john@coastalgeology.org>
* typo clean up police: \s -> \tlioux2001-02-141-1/+1
|
* Fix typo in CODEC installation detection adhoc rotines:lioux2001-02-132-6/+6
| | | | | | | - Both change CODEC_PORT to a relative reference and update CODEC_DETECTION_FILE to a cleaner syntax. Submitted by: sobomax
* New port of a xmps plugin for Win32 (TM) Codecslioux2001-02-136-0/+46
| | | | Reviewed by: sobomax
* Initial revision of this port. It will now have a history of its own. :)lioux2001-02-1310-245/+18
| | | | | | | | | | | Remove all non-codec related information. Also, add audio as a secondary category since the codecs cover video as well as audio only types. PR: 25035 Reviewed by: sobomax Approved by: maintainer
* Move all codecs to a port of their own, since the codecs presentlioux2001-02-133-40/+8
| | | | | | | | | | | | | | | | on this port can be also used by other ports -> graphics/win32-codecs. Therefore, all codec related code will be removed, Depend on that port from now on. A positive side effect is that this port can now produce a package since the RESTRICTED flag (related to the codecs) can be removed. Update LEGAL, win32-codecs instead of avifile is now RESTRICTED. PR: 25035 Reviewed by: sobomax Approved by: maintainer
* Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS).mi2001-02-136-70/+119
| | | | | | | Some day the rest of the world will wise up and realize, that it is often easier and neater to create a Makefile from scratch, than to try to patch the configure/Makefile.in/Makefile.am/etc nonsense to do the right thing.
* Initial importlioux2001-02-136-0/+54
| | | | | | xmps plugin using OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering)
* Initial importlioux2001-02-1311-0/+95
| | | | | | | | OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering) PR: 25036
* Update the checksum. Seems the distfile was updated withknu2001-02-136-12/+3
| | | | | | a new one that does not include *.o files. Submitted by: Mike Harding <mvh@ix.netcom.com>
* Add eps2pngnik2001-02-131-0/+1
|
* Add eps2png, for converting EPS to PNG.nik2001-02-135-0/+32
|
* RPM of tiff libtaoka2001-02-1322-0/+163
|
* Add some working MASTER_SITES.knu2001-02-123-21/+27
| | | | | | Portlint. Approved by: kris (MAINTAINER)
* Make japanese/gd a slave port of graphics/gd.knu2001-02-126-27/+39
| | | | Approved by: ichiro@ichiro.org (MAINTAINER of japanese/gd)
* Update to 0.7.2, which now supports GD 1.8.4 with FreeType 2.x support.knu2001-02-124-10/+42
|
* Chase graphics/gd's shlib version bump.knu2001-02-129-9/+18
|
* Update to 1.8.4.knu2001-02-1218-282/+606
| | | | | | | | | | Add MASTER_SITE_RINGSERVER to MASTER_SITES. Add a couple of patches to complete GD's Japanese support. PR: ports/24930 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>, knu Approved by: billf (MAINTAINER)
* Update to new camediaplay version which fixes the format stringkris2001-02-112-15/+1
| | | | | vulnerability by removing the '-N' option (also fixes the buffer overflow). Thanks for itojun for the quick turnaround.
* Add an install-time warning about insecurity of this port - it has localkris2001-02-112-0/+14
| | | | | exploits yielding user uucp, but due to the nature of the software probably isn't going to be widely used on multi-user systems.
* Add %%PORTDOCS%%.knu2001-02-102-85/+85
|
* Add %%PORTDOCS%%.knu2001-02-105-158/+158
|
* Update to 1.5.6.sobomax2001-02-104-7/+31
|
* Upgrade to version 0.3.7.kevlo2001-02-083-4/+8
| | | | | | | Besides, I fix MASTER_SITES. PR: 24883 Submitted by: Ports Fury
* Update to version 2.6betakevlo2001-02-084-40/+61
| | | | | PR: 24910 Submitted by: MAINTAINER
* This should remove the problems of using various make-targets beforemi2001-02-081-0/+8
| | | | | installing the TCL port, which is required to install and use this one, but is not required for some of the other bsd.ports.mk targets.
* Unmark as BROKEN. Will recently reenabled qtgl extension in the qt22 port.sobomax2001-02-081-2/+0
|
* Fix overflows and bump PORTREVISION.kris2001-02-087-1/+189
| | | | Reviewed by: jedgar
* Correct message wordng.sobomax2001-02-071-2/+2
| | | | Prompted by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
* Add ruby-qt2gl, Qt2 GL extension for Ruby.knu2001-02-076-0/+107
|
* - Update to 1.0.9;sobomax2001-02-072-16/+7
| | | | | - compile in mmx-optimized assembler routines by default (could be turned of with WITHOUT_PNG_MMX option if necessary).
* Add missed sdl-devel dependency.sobomax2001-02-061-0/+2
| | | | Submitted by: Roman Shterenzon <roman@xpert.com>
* Style fixes for graphics category.olgeni2001-02-0510-12/+12
|
* - Update to 0.2.0;sobomax2001-02-0522-142/+269
| | | | | | | | | | | | | | - make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux
* Bump PORTREVISION, since patch-af changes the package.nbm2001-02-021-0/+1
| | | | Submitted by: okazaki
* Add patches to support the OV511+ cameras.roger2001-02-025-7/+224
| | | | Submitted by: Josh Elsasser <jre@vineyard.net>
* Fix a typo which prevents aalib being used from C++.dfr2001-02-021-0/+11
| | | | Reviewed by: wca
* Update to version 2.2.5jeh2001-02-013-7/+13
| | | | | PR: 24198 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> MAINTAINER
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}olgeni2001-02-012-2/+2
| | | | files.
* Fix typo in pkg-comment: componets -> componentsolgeni2001-02-011-1/+1
|
* Unbreak and update to 0.21ade2001-02-013-6/+10
|
* Oops. Hans Lambermont requested to use a different email address soon afterolgeni2001-01-301-1/+1
| | | | I made the first change.
* Give maintainership to Hans Lambermont <hans@blender.nl>olgeni2001-01-301-1/+1
|
* * Fix the Makefile header (blender-static -> blender)olgeni2001-01-292-8/+28
| | | | | | | | | * Add ONLY_FOR_ARCHS (i386) * Install sequence and texture plugins * Support PORTDOCS Reviewed by: will (I didn't switch to the dynamic blender version yet, because there are still some problems with Mesa library links)
* update to 9.10.sf2001-01-2917-74/+273
| | | | | PR: 24284 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Mark FORBIDDEN: exploitable buffer overflows yielding gid dialerkris2001-01-291-0/+1
|
* update to 0.53.4.sf2001-01-294-4/+4
| | | | | PR: 24702 Submitted by: maintainer
* Unbroke after recent print/freetype changes.sobomax2001-01-281-1/+2
|
* p5-GD doesn't support gif generation, change to PNG method,vanilla2001-01-274-7/+51
| | | | | | | | | and change MAINTAINER's email, use PERL_CONFIGURE instead "configure:". PR: ports/24657 Submitted by: maintainer
* Fennerize a dead MASTER_SITEkris2001-01-273-3/+0
|
* update to 0.53.3.sf2001-01-278-42/+74
| | | | | PR: 24631 Submitted by: maintainer
* Master Site check for new version (0.8 is alpha)dinoex2001-01-277-0/+176
| | | | | | | | | | | | | | Port changed to new layout. removed old references to PNG move dependency to make portlint happy. Fixed spaces. libaa was renamed to aalib added a patch to compile for 4.1, 4.2 and future 4.3 release. plist improved to clean include/qsys. cleaned plist of empty lines. PR: 20344 Submitted by: n_hibma@qubesoft.com Reviewed by: will
* Upgrade to 2.91.vanilla2001-01-263-2/+3
|
* Add note that OV511+ cameras are not supported and that newer Creativeroger2001-01-251-1/+8
| | | | | | WebCam 3's use the (unsupported) OV511+ Submitted by: Josh Elsasser <jre@vineyard.net>
* Bump PORTREVISION I forgetache2001-01-252-6/+7
| | | | | | | Checksum changed (on the file we not use) PR: 24602 Submitted by: tkato@prontomail.ne.jp
* Upgrade imlib2 to 1.0.1, evas to 0.0.3.vanilla2001-01-256-8/+6
|
* s/w32/win32/, my fault :Qvanilla2001-01-251-2/+2
| | | | | | And bump version. Submitted by: maintainer
* Update to 0.92. MAINTAINER hasn't replied for two weeks, so Ikeith2001-01-253-34/+15
| | | | | | | think it's legitimate to do the upgrade job. PR: ports/24169, ports/24285 Submitted by: Michael Harnois, and Ports Fury(with patches)
* Use proper capitalization (freebsd.org -> FreeBSD.org)olgeni2001-01-241-1/+1
| | | | Noted by: sobomax
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)olgeni2001-01-241-1/+1
|
* If the graphics/avifile port is installed, xine can use its win32 libs.alex2001-01-241-1/+1
| | | | | | | | Correct the path to them. PORTREVISION bump. PR: 24579 Submitted by: Roman Shterenzon <roman@xpert.com>
* Minor cleanups as a result of gnomelibs 1.2.9ade2001-01-242-1/+1
|
* Set the right win32 path, and bump version.vanilla2001-01-241-0/+2
| | | | | PR: ports/34579 Submitted by: maintainer.
* Upgrade to 1.2.1.vanilla2001-01-2436-54/+120
|
* Since we don't have our perl threaded by default, PerlMagick notache2001-01-241-1/+4
| | | | | | | | works. This patch adds --with-threads only when perl is threaded. Fixing Makefile.PL only not helps because libMagick.so linking _require_ -pthread when --with-threads used. Approved by: Maintainer's silence
* Update to version 4.5.0kevlo2001-01-232-3/+4
| | | | | PR: 24549 Submitted by: Ports Fury
* - Add missing INSTALLS_SHLIBkevlo2001-01-232-20/+21
| | | | | | | - Sort pkg-plist PR: 24548 Submitted by: Ports Fury
* - Update WWW: linekevlo2001-01-232-5/+3
| | | | | | | - Use NOPORTDOCS PLIST_SUB PR: 24547 Submitted by: Ports Fury
* Upgrade to 0.3.6. Besides, I fix pkg-plist.kevlo2001-01-235-369/+3
| | | | | PR: 24532 Submitted by: MAINTAINER
* Update to 1.6dcpiazza2001-01-232-5/+5
|
* Build and install the bundled utilities too.knu2001-01-222-1/+58
|
* Update to 1.6.trevor2001-01-222-2/+5
|
* avoid depending Xlib.sf2001-01-221-3/+1
| | | | PR: 23532
* fix typo.sf2001-01-224-4/+4
| | | | | DivX -> DivX ;-) USE_LDT -> USER_LDT
* Update to Ming 0.0.9b. Now it creates Flash 4 movies.knu2001-01-2114-44/+166
| | | | | Ports of the Perl5 module and the Ming utilities will follow soon if I can take the time.
* Add input_vcd.so (It was obvious, but I'm known for missing obvious things).alex2001-01-201-0/+1
| | | | Submitted by: maintainer
* Enable build of VCD plugin.alex2001-01-201-0/+20
| | | | Reminded by: vanilla
* Activate VCD Support on FreeBSD.alex2001-01-202-0/+347
| | | | | Submitted by: Bruno Schwander <bruno.schwander@technologist.com> Reworked by: sos
* Fix broken BROKEN.fenner2001-01-201-1/+1
|
* - Add missed lib3ds dependency;sobomax2001-01-191-0/+4
| | | | | | | | - mark as BORKEN - it seems that current QT22 port doesn't install Qgl module this port depends on (it seems that I have a previous version of QT22 port installed with Qgl). Submitted by: Donald J . Maddox <dmaddox@sc.rr.com>
* Two fixes:sobomax2001-01-192-0/+25
| | | | | - Properly import PIL module; - don't try to do os.chdir() with empty argument.
* Add view3ds 1.0.0, a simple realtime 3DS file previewer based on the Lib3dssobomax2001-01-197-0/+73
| | | | library.
* Add lib3ds 1.0.0, a library for handling 3DS (3D Studio) files.sobomax2001-01-197-0/+71
|
* Update to 2.4.0mharo2001-01-192-2/+2
| | | | | PR: 24370 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* bump PORTREVISION; added new file.sf2001-01-181-0/+1
|
* add missing manpage.sf2001-01-181-2/+2
| | | | Submitted by: bento
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-1728-77/+78
|
* Update to 1.60kevlo2001-01-153-9/+16
| | | | | PR: 24283 Submitted by: Ports Fury
* Update xsane to 0.70, update and sort pkg-plistkris2001-01-154-14/+13
| | | | | Submitted by: Maintainer PR: 24329
* add missing patch in previous commit.sf2001-01-151-0/+11
| | | | (I believe all X manpage error detected by bento has gone.)
* Update to gltk 1.1kris2001-01-142-2/+2
| | | | Submitted by: bento
* Update to 0.95kevlo2001-01-125-27/+39
| | | | | PR: 24203 Submitted by: Ports Fury
* Upgrade to 1.1akevlo2001-01-123-10/+5
| | | | | | PR: 24209 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> Approved by: MAINTAINER
* Port depends on tiff.4alex2001-01-121-2/+2
| | | | Submitted by: bento
* Upgrade to 0.3.5kevlo2001-01-125-18/+33
| | | | | PR: 24245 Submitted by: MAINTAINER
* Update to version 5.2.7.steve2001-01-114-8/+32
| | | | | PR: 24094 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update WWWkevlo2001-01-101-2/+2
| | | | | PR: 24208 Submitted by: MAINTAINER