aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 4.1.37kevlo2000-08-234-11/+11
| | | | | PR: 20789 Submitted by: MAINTAINER
* Depend on py-reportlab, so that PDF output works.tg2000-08-222-0/+2
|
* Update to 0.4ade2000-08-216-10/+96
|
* Camserv is a program to do streaming video through the web. Streamingjkh2000-08-217-0/+259
| | | | | | | | video can be sent to both Netscape and Internet Explorer clients in multi-part JPEG format. Supports cards handled by the bktr(4) driver. PR: 20116 Submitted by: Charles Hein <chein@GeekDude.com>
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-214-4/+0
|
* Update to 2.5. Add WWW to DESCR.will2000-08-204-35/+23
| | | | | PR: 20653 Submitted by: Ports Fury
* This port has USE_AUTOMAKE=yes so we need to patch Makefile.am instead ofsteve2000-08-201-6/+6
| | | | Makefile.in to really get -lqt2 in LDFLAGS.
* Upgrade to 0.6.8.tg2000-08-188-22/+52
|
* Temporarily mark BROKEN until author catches upade2000-08-181-0/+2
| | | | with new version of OAF
* Don't install stuff writable to group wheelkris2000-08-171-2/+2
|
* Update to 20000802.kevlo2000-08-162-2/+2
| | | | | PR: 20622 Submitted by: MAINTAINER
* Don't install stuff group-writable when it doesnt need to be.kris2000-08-166-9/+89
| | | | Reviewed by: fenner (maintainer)
* Add gnome as a secondary category.sobomax2000-08-151-1/+1
|
* Add directories missing in PLISTjedgar2000-08-121-0/+1
| | | | | PR: 20378 Submitted by: Maintainer
* - Support X11BASE properlyalex2000-08-123-16/+32
| | | | | | | | - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20543 Submitted by: Ports Fury
* Move backfract to graphics category from x11.will2000-08-126-0/+39
| | | | | | | | Backfract is a fractal image "animated" wallpaper program. PR: 20493 Submitted by: patrick Requested by: asami
* Fix up 'extra' directoriesade2000-08-112-6/+2
| | | | Submitted by: bento
* Make these COMMENT files conform to Handbook standard.will2000-08-112-2/+2
| | | | | PR: 20269 Submitted by: Ports Fury
* Remove i386 .o files in the post-extract target and respect CFLAGS.steve2000-08-083-0/+46
|
* Don't try to use fpresetsticky(3) on the Alpha as it doesn't exist there.steve2000-08-081-0/+21
|
* Don't try to use the non-existent fpresetsticky function on the Alpha.steve2000-08-081-0/+21
|
* Update to 0.86.sobomax2000-08-078-194/+346
| | | | | | | | - gnomify and sobomaxify the port; - provide a shell script to make dia work just OOB. PR: 18915 (partially) Submitted by: Benno Rice <benno@netizen.com.au>
* Update to version 0.6kevlo2000-08-073-40/+37
| | | | | PR: 20425 Submitted by: Ports Fury
* Upgrade to 9.7nbm2000-08-0612-70/+192
| | | | | PR: ports/20423 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
* Update to April 2000 versionnbm2000-08-066-43/+143
| | | | | PR: ports/20424 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
* Re-sobomize to use pre-patch instead of post-extractade2000-08-054-4/+4
| | | | Wrists slapped by: knu, sheldon
* Add WWW.kuriyama2000-08-041-0/+2
|
* Forcibly turn off bonobo support, even if it's present on the system,ade2000-08-041-1/+2
| | | | | since the bonobo-related code makes references to gdk-pixbuf features that were removed/replaced in newer versions.
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-043-0/+21
| | | | post-extract rule
* Update to 0.3.12ade2000-08-045-26/+23
|
* change my e-mail addresssanpei2000-08-031-1/+1
| | | | --> sanpei@FreeBSD.org
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-0328-56/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Do not try to use XML support since:ade2000-08-021-3/+2
| | | | | | | | | | | | | | | | | (a) ImageMagick needs libxml2, not libxml (b) libxml2 does not co-exist AT ALL with libxml (c) libxml is a required component of GNOME (d) the extra functionality for ImageMagick is minimal Thus, if you installed GNOME, and then this port, or vice-versa Really Bad[tm] things will happen. As and when libxml2 is used by GNOME (and libxml is buried with partial military honors), then it will be possible to turn this support back on. Discovered by: my crashbox going nuts after an install of GNOME and then ImageMagick. There were no survivors :)
* Update port to 3.2.3cjedgar2000-08-028-30/+226
| | | | | PR: 20265 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add patch to allow selection of the 'VIDEO' audio input on newerroger2000-08-011-0/+16
| | | | | | sound cards Submitted by: Mike Meyer <mwm@mired.org>
* Fix broken master siteroger2000-08-011-1/+1
|
* Update maintainer's email address and clarify the DESCR file.roger2000-08-012-6/+6
|
* Upgrade to version 2.17jmz2000-07-314-4/+4
|
* /usr/local/bin/libtool -> ${LIBTOOL}jseger2000-07-304-8/+14
| | | | PR: ports/19450
* Update port to 1.5.1jedgar2000-07-302-2/+2
|
* Update to 1.4. Also correct WWW while I'm here.sobomax2000-07-283-4/+4
|
* Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript portssobomax2000-07-261-3/+4
| | | | instead of hardcoded ${WRKSRC}/libpng-png.version.number.
* Update to 1.0.8. This release includes experimental MMX support, but it shouldsobomax2000-07-263-10/+32
| | | | explicitly turned on by defining WITH_MMX make variable.
* Upgrade to 5.2.2.jseger2000-07-262-3/+3
| | | | Host a snapshot of this changing distfile in my directory.
* Update port to 1.5.0jedgar2000-07-252-2/+2
|
* Update port to 1.4.8jedgar2000-07-232-2/+2
|
* currently xmovie does not support DVD yet. remove ``DVD'' word.sanpei2000-07-222-2/+2
| | | | I will update this ports, xmovie-1.4, if I have time.
* Define DISTNAME to fix fetch problem.asami2000-07-221-0/+1
|
* Update to 0.18.2.nakai2000-07-203-3/+7
| | | | | And add patch to remove BROKEN. (Got from GNOME CVS)
* Fix WWW and MASTER_SITES.dannyboy2000-07-192-2/+2
|
* Sorry, seems I committed the files in the old work dir.knu2000-07-192-3/+3
| | | | | | | | This one is correct. - png.3 -> png.4 - Put a copy of the distfile in my space at ftp.FreeBSD.org. - Modify patch-aj as aclocal.m4 was changed in this silent update.
* Use USE_AUTOMAKEalex2000-07-191-0/+1
| | | | Submitted by: bento
* Fix for 4.x (include the correct header file which definesalex2000-07-193-7/+16
| | | | | | | | TRUE and FALSE). Portlint, while I'm here. Submitted by: bento
* Update to 5.2.1.knu2000-07-194-31/+42
| | | | | PR: ports/19944 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer)
* Allow the crypto bits to be patched in and built.obrien2000-07-191-5/+1
|
* Update to 0.1.15cpiazza2000-07-193-2/+3
| | | | | PR: 19760 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 1.4.7jedgar2000-07-192-2/+2
|
* Upgrade to version 1.1.4. (Fixes zoom mode on my machine.)joe2000-07-182-2/+2
|
* Update to version 1.40.steve2000-07-173-21/+12
| | | | | PR: 19825 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to Version 2.5.0.8alex2000-07-163-7/+11
| | | | | PR: 19939 Submitted by: maintainer
* Update port ot 0.7.2jedgar2000-07-164-26/+11
|
* Update MASTER_SITES and WWW with new locationjedgar2000-07-162-2/+2
|
* Remove hardcoded /usr/local, and correct pkg/PLISTvanilla2000-07-166-57/+24
| | | | | PR: ports/19166 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 9.6.will2000-07-168-34/+85
| | | | | PR: 19929 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix MASTER_SITES; use USE_AUTOMAKE; add WWW.will2000-07-164-21/+21
| | | | | PR: 19926 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add MASTER_SITESkevlo2000-07-162-4/+6
| | | | | PR: 19928 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Use GTK_CONFIG instead of hardcoded gtk12-configkevlo2000-07-162-5/+8
| | | | | | | - Sort pkg/PLIST PR: 19927 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix linking of shared image handlers.sobomax2000-07-141-2/+75
| | | | Reported by: "Jose M. Alcaide" <jose@we.lc.ehu.es>
* Update to version 0.90p9.alex2000-07-1410-8/+162
| | | | | | | | | | With this version, it is no longer only a frame grabber, but a whole control program. Thus, adjust COMMENT/DESCR. As a bonus, it should fix bento build. PR: 19824 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Remove all installed filesjedgar2000-07-141-0/+2
| | | | Noticed by: bento
* Conditionally remove remaining installed dirsjedgar2000-07-141-0/+2
| | | | Noticed by: bento
* Remove dir created during installationjedgar2000-07-131-0/+1
|
* Add jslice, a graphics utility which breaks up a JPEG image into sliceswill2000-07-127-0/+45
| | | | and provides HTML code referring the slices.
* Update for new devel/libglade shlib versionade2000-07-121-1/+1
|
* - sort package listkevlo2000-07-112-5/+24
| | | | | - simple fix mktemp() warnings. IMHO, mkstemp() must be instead of mktemp() or tmpnam().
* Update to 0.1.6.kevlo2000-07-112-2/+2
| | | | | PR: 19808 Submitted by: MAINTAINER <bfoz@glue.umd.edu>
* - Enable ja, ru and fr message catalogssteve2000-07-103-6/+34
| | | | | | | | | - Change default paper size to A4 - Support NOPORTDOCS - Remove XMKMF PR: 19360 Submitted by: maintainer
* Better MASTER_SITES, support CFLAGS/LOCALBASE properly.dannyboy2000-07-102-10/+9
| | | | | PR: 19762 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 1.2.0ade2000-07-093-4/+14
|
* Update MASTER_SITES.steve2000-07-081-1/+1
| | | | | PR: 19761 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix ${PREFIX}/include files that have bad nested includes.steve2000-07-083-0/+23
| | | | | PR: 19682 Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Upgrade to 1.1.1.3 and use ${PORTVERSION} stuff to make this easier tobillf2000-07-072-5/+4
| | | | | | upgrade in the future. Approved by: kris (MAINTAINER)
* At MAN3, s/libpng.4/libpng.3/ade2000-07-041-1/+1
| | | | Excessive number of 4's instead of 3's by: sobomax
* png shlib version has been bumped.sobomax2000-07-041-1/+1
|
* Bump png shared library version.sobomax2000-07-0434-36/+40
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Add tiff2png, a TIFF-to-PNG image converter.will2000-07-047-0/+75
|
* Add pngcheck, a PNG image integrity checker.will2000-07-047-0/+56
|
* Add kdc2tiff, a Kodak DC120 .kdc image to TIFF/JPEG converter. Thiswill2000-07-046-0/+42
| | | | | | appears quite useful for owners of said digital cameras! Special thanks to: billf (for -lm tidbit)
* Add ecg2png, a electrocardiogram-to-PNG converter. This has got to be thewill2000-07-049-0/+78
| | | | weirdest image conversion program I've ever seen. =)
* Update to 1.20.will2000-07-042-2/+2
|
* Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWWsobomax2000-07-033-6/+7
| | | | into PLIST while I'm here.
* Update from 20000615 to 20000627.sobomax2000-07-034-7/+5
| | | | | PR: 19620 Submitted by: maintainer
* Add missing dependency on freetype portkris2000-07-031-1/+2
| | | | Noticed by: bento
* Update port to 1.4.5jedgar2000-07-023-8/+7
|
* Update to 9.5.will2000-07-0217-357/+305
| | | | | PR: 19622 Submitted by: Ports Fury
* Update to version 2.3.2nbm2000-06-303-4/+3
| | | | | PR: ports/19570 Submitted by: Marcin Cieslak <saper@SYSTEM.PL> (maintainer)
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-297-9/+346
| | | | MASTER_SITE_LOCAL site.
* - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properlyalex2000-06-2814-39/+356
| | | | | | | | | | - Support NOPORTDOCS - Remove USE_GMAKE - Add WWW: line into pkg/DESCR - Add pnm.1 LIB_DEPENDS PR: 19344 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Just happened to see that this line misses a MAINTAINER line.alex2000-06-281-0/+2
|
* - MAKE_FLAGS -> MAKE_ARGSalex2000-06-283-5/+58
| | | | | | | | | - Support CC/PREFIX/LOCALBASE properly - Add WWW: line into pkg/DESCR - Change MASTERSITE PR: 19342 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.ade2000-06-273-0/+3
| | | | | | | This is now REQUIRED by ALL GNOMEish applications that install anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome Reminded by: bento
* Update 1.1.24.sobomax2000-06-2730-480/+1056
| | | | | | | | | | | Also provide following enhancements: - Remove PLIST.perl and merge its contents into main PLIST using Satoshi's %%PORTDOCS:%% hack; - the same as previous for Gnome bits; - automatically generate and substitute shared libraries version; - slightly reorder Makefile to be more organised; - remove mailformed pieces from configure patch (it is appears that somebody did diff after USE_LIBTOOL hack has been applied).
* Add experimental AGP support using dfr's experimental agp driver (currentlysobomax2000-06-262-0/+47
| | | | 5-current only).
* Add a WWW.sobomax2000-06-261-0/+2
|
* Update broken link to list of cameras.nbm2000-06-232-2/+2
| | | | | PR: ports/19472 Submitted by: Mikhail Teterin <mi@privatelabs.com>
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .fenner2000-06-231-1/+2
|
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-225-5/+5
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Update to version 0.8.2.sobomax2000-06-223-3/+4
| | | | | PR: 19343 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Use MASTER_SITE_LOCAL for locally stored distfiles.sobomax2000-06-221-1/+2
|
* Add missed file to the PLIST.sobomax2000-06-212-0/+2
| | | | Missed by: will
* Fix PLIST.sobomax2000-06-211-1/+1
|
* Some Makefile cleanups.sobomax2000-06-211-2/+0
| | | | | Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Approved by: MAINTAINER
* Remove maintainership of most of my ports. I don't really havecpiazza2000-06-211-1/+1
| | | | | time to maintain these and I'm just not interested in these particular ones any more.
* Update from 20000422 to 20000615.sobomax2000-06-206-36/+53
| | | | | PR: 19371 Submitted by: MAINTAINER
* Update to 4.1.0b1.will2000-06-204-32/+6
| | | | | PR: 19380 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-176-21/+19
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1748-48/+48
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-1636-48/+24
| | | | ldconfig in PLIST need personal consideration.
* Upgrade to 1.1.tg2000-06-164-4/+5
|
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-1626-46/+15
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-1617-17/+17
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-1619-33/+10
|
* Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-1610-17/+7
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-166-7/+3
|
* Activate xmps.sobomax2000-06-151-0/+1
|
* Initial import of xmps - a nice Gnome MPEG videoplayer.sobomax2000-06-1510-0/+246
|
* Update to the 0.4.0 version.sobomax2000-06-143-3/+5
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-1411-11/+22
|
* Remove paterno@dsi.unifi.it as MAINTAINER; email has been bouncing forfenner2000-06-131-2/+0
| | | | about 2 months.
* Add WWW to DESCR.sobomax2000-06-121-0/+2
| | | | | PR: 19201 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Update to 9.4.will2000-06-104-59/+16
| | | | | PR: 19149 Submitted by: pseudo-maintainer
* Add nurbs++, a C++ library for representing curves or surfaces.will2000-06-106-0/+84
| | | | | PR: 18673 Submitted by: R Joseph Wright <rjoseph@mammalia.org>
* Minor clenaups. Use BSD_INSTALL_* macros.will2000-06-102-15/+15
| | | | | PR: 19157 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> via MAINTAINER
* Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.will2000-06-101-1/+3
| | | | Pointy hat: will
* Use absolute path for FILESDIR instead of relative path.will2000-06-101-1/+1
| | | | | PR: 19150 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-104-0/+4
| | | | area on the local ports tree.
* Disable bonobo support, even if its on the machine, sinceade2000-06-102-2/+4
| | | | it's broken right now.
* Add gdtclft, a Tcl interface to gd.will2000-06-097-0/+82
| | | | | PR: 16648 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Update MASTER_SITE: ftp.cdrom.com --> ftp.freesoftware.com.sobomax2000-06-081-1/+1
| | | | | PR: 19101 Submitted by: Daniel Harris <dannyboy@subdimension.com>
* Reflect new location of personal distfiles.sobomax2000-06-081-1/+1
|
* Add "ode.1 plot.1 spline.1 tek2plot.1" as MAN1.asami2000-06-081-0/+1
| | | | Submitted by: bento
* Sort PLIST.asami2000-06-082-38/+38
|
* Addasami2000-06-082-0/+26
| | | | | | | | | | | | | | | | | | include/dfconvrt.h include/dfivms.h include/dir_mac.h include/glist.h include/hqueue.h include/maldebug.h include/mcache.h include/patchlevel.h include/sys_dir_mac.h include/trace.h include/vgint.h lib/libdf_p.a lib/libmfhdf_p.a Submitted by: bento
* Add missing "$"billf2000-06-083-3/+3
| | | | Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* Fix MASTER_SITESjedgar2000-06-081-1/+1
|
* Add NO_MTREE, this port installs under /compat/linux.asami2000-06-071-0/+1
|
* Add libglut.so.3, libGLU.so.3 and libGL.so.1. Interestingly, these areasami2000-06-071-0/+3
| | | | | | all symlinks to their .so counterparts. (Go figure!) Submitted by: bento
* Add binaries and manpages for gifdiff and gifview.asami2000-06-072-1/+3
| | | | Submitted by: bento
* Update LIB_DEPENDS for gd: gd.0 -> gd.1.will2000-06-077-7/+7
|
* Change library number to gd.1 per porter's handbook.will2000-06-076-27/+27
| | | | | PR: 19060 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Update to 1.2.sobomax2000-06-073-5/+6
| | | | | | | | "According to the JBIGKIT announcement, this release of the library fixes a fairly serious bug in the software." PR: 19055 Submitted by: Mikhail Teterin <mi@privatelabs.com>
* Remove all directories on deinstallation.tg2000-06-061-0/+1
|
* Add missing file to PLISTkris2000-06-051-0/+1
| | | | Submitted by: bento
* Update to 9.3.will2000-06-0513-209/+424
| | | | | PR: 18976 Submitted by: pseudo-maintainer
* Fix for extracting without unneeded stuff.will2000-06-051-2/+3
| | | | | PR: 18975 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add missing EXTRACT_SUFX.will2000-06-051-0/+1
| | | | | PR: 18990 Submitted by: Andreas Schulz <ats@first.gmd.de>
* The incredibly intelligent people who release engineer gd once again bumpedbillf2000-06-046-6/+6
| | | | | | | | | | the version number and went back and made all the old tarballs copies of the the newest version, breaking this again. They also zerobyted a lot of old versions of gd. Evidently "history" isn't one of the ideas thats supported in their project. Submitted by: jkh
* Remove BUILD_DEPENDS on ImageMagick.vanilla2000-06-033-3/+0
|
* Make utah-glx bento-safe.sobomax2000-06-021-1/+1
|
* Make the port bento-safe.sobomax2000-06-021-1/+2
| | | | Submitted by: bento
* Updates for new shared library versions in GNOME 1.2ade2000-06-0213-23/+22
|
* Correct PLIST.perl and update Makefile to reflect recentsobomax2000-06-026-12/+30
| | | | | | | WITHOUT_PERL --> WITH_PERL thansition. PR: 18935 Partially submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
* Say hello to GNOME 1.2ade2000-06-029-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
* Add bin/gemtopbm.asami2000-06-011-0/+1
| | | | Submitted by: bento
* Add two .la files.asami2000-06-013-0/+6
| | | | Submitted by: bento
* Support FreeBSD install macros.sobomax2000-05-311-5/+5
| | | | | PR: 18905 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Remove dependency on gd - it uses it's own heavily customized versioncpiazza2000-05-317-107/+124
| | | | | | | - Optimize procedure of building shared libraries - Avoid a few compiler warnings Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 1.1.23. Also remove mandatory libintl dependency (should be inheritedsobomax2000-05-3018-78/+84
| | | | from gtk++).
* - Fix MASTER_SITESsteve2000-05-305-3/+123
| | | | | | | - Support CC/CFLAGS properly PR: 16674 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Make this port respect CC/CFLAGS properly; add secondary MASTER_SITES, andwill2000-05-304-5/+74
| | | | | | | support the install macros. Add nice manpage too! PR: 18884 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 3.04. Remove MAINTAINER as his email address is bouncing.will2000-05-304-3/+9
| | | | | PR: 18883 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 0.1.14 and add WWWcpiazza2000-05-304-11/+12
| | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Activate pvmpov.sobomax2000-05-291-0/+1
|
* Initial import of PvmPov.sobomax2000-05-298-0/+184
| | | | | | | | | PvmPov is a distributing rendering package based on the popular POVRay raytracer and the PVM library. I've tested it on cluster consisted several diskless machines and it works really cool! PR: 17572 Submitted by: sobomax
* Don't strip a Linux binary with FreeBSD's strip(1) or we can't brandelf(1)steve2000-05-291-0/+4
| | | | | | | them later. PR: 18781 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Don't strip a Linux binary with FreeBSD's strip(1) or we can't brandelf(1)steve2000-05-291-0/+4
| | | | | | | them later. PR: 18780 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Update to version 4.1.34.steve2000-05-293-5/+5
| | | | | PR: 18764 Submitted by: maintainer
* Install togl.[ho] too.steve2000-05-292-0/+4
| | | | | PR: 18407 Submitted by: R Joseph Wright <rjoseph@mammalia.org>
* - Fix pkg/PLIST (add bin/dc21x_cam)steve2000-05-292-0/+2
| | | | | PR: 18795 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Fix pkg/PLIST (add bin/sane-config)steve2000-05-293-0/+3
| | | | | PR: 18796 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 4.0.8.steve2000-05-293-488/+2
| | | | | PR: 18844 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
* Update to version 4.1.0.steve2000-05-298-29/+30
| | | | | PR: 18843 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
* Use shared librariescpiazza2000-05-292-0/+89
| | | | | PR: 18822 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Use shared librariescpiazza2000-05-294-13/+164
| | | | | PR: 18822 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Remove obsolete MASTER_SITES. There no longer seems to be a homepage forwill2000-05-292-4/+0
| | | | | | | this graphics library, which seems to be distributed by ClanLib people these days. Found by: portsurvey
* Make sure we look in the right place for pgm.h.steve2000-05-282-7/+5
|
* Remove files from PLIST that aren't installed.steve2000-05-281-3/+0
| | | | Noticed by: bento
* I've graduated so move these two pieces of software I wrote from myasami2000-05-261-1/+1
| | | | | | school account to my people.FreeBSD.org space. Prodded by: fenner's distfile survey
* Added missed catalog files.sobomax2000-05-256-0/+48
| | | | | | Please do not disregard to apply simple procedure below when updating ports! Submitted by: cd /usr/ports/graphics/gimp1 ; make install deinstall ; find -x /usr/X11R6 -cmin -15
* The maintainer's email address doesn't appear to work anymore. Fortunatelysteve2000-05-241-1/+1
| | | | | | someone else has stepped forward to maintain this port. Submitted by: Evil Bifrost <bifrost@kizmiaz.dis.org>
* Update to 0.8.0ade2000-05-233-5/+9
|
* Update to 1.1.17cpiazza2000-05-237-9/+105
| | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Upgrade to the latest CVS snapshot and remove CVS hack.sobomax2000-05-2210-388/+192
| | | | | | The driver is now in the pre-release stage, with first stable release scheduled within the one month or even less, so please test it hard and report bugs into utah's mailing list (see pkg/MESSAGE for details). Happy rendering!
* glx is now utah-glx.sobomax2000-05-221-1/+1
|
* glx is now utah-glx.sobomax2000-05-221-334/+0
|
* Make the port include fonts for piddle.will2000-05-222-2/+92
| | | | | | PR: 18585 Submitted by: maintainer Patch by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* fix typo in commentalfred2000-05-221-1/+1
| | | | Submitted by: maintainer
* Update to version 9.2.knu2000-05-2111-294/+300
| | | | | PR: ports/18676 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* The people who release gd think that removing old versions of gdbillf2000-05-219-213/+147
| | | | | | | | and replacing them with symlinks to the latest is smart, so we'll upgrade now. patches/patch-ac changed and was regenerated with -u1 so when the authors make more gratuitious changes to the Makefile it will break less deltas.
* Update to 2.5.3.will2000-05-202-2/+2
|
* Update to version 1.1.22. From the information I have, vanilla might notjim2000-05-2024-66/+90
| | | | | have a vacation for a while, so I figured I wouldn't let this get stale if that's the case.
* Update to 9.1cpiazza2000-05-1920-530/+440
| | | | | PR: 18437 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add a notice about needing to update ghostscript5 when these portscpiazza2000-05-193-0/+6
| | | | | | are updated. Prompted by: PR 18579
* Update WWW to be the real WWW, not ftp://.../sobomax2000-05-181-1/+1
|
* I found a bunch of Linuxberg/Tucows mirrors of Hermes, and since the mainwill2000-05-181-1/+5
| | | | | servers seem often dehydrated (at least in the U.S.), I'm adding them here so people can get Hermes faster.
* Chase new gnomeprint shared library versionade2000-05-181-1/+1
|
* Update to 1.3.1.sobomax2000-05-173-6/+7
| | | | Approved by: maintainer
* Change MAINTAINER to myself, and clean these ports up a little.will2000-05-174-4/+4
| | | | Approved by: se (previous maintainer)
* Fix recent breakage caused by py-numeric update.tg2000-05-162-9/+17
| | | | | PR: 18575 Submitted by: Randall Hopper <aa8vb@ipass.net>
* Add some CONFIGURE_ENV's so a static libintl doesn't get built in.cpiazza2000-05-161-1/+3
| | | | | PR: 18527 Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-142-2/+2
|
* Upgrade to qiv 1.3billf2000-05-142-2/+2
|
* Upgrade to tgif 4.1.33billf2000-05-143-4/+4
|
* The ftp site never got the most recent version of this file, so nuke itbillf2000-05-141-2/+1
| | | | from MASTER_SITES
* Update to mtv 1.1.1.1kris2000-05-142-4/+4
| | | | Submitted by: ache
* Directory path was invalid in install time message.sada2000-05-141-4/+4
| | | | | | | Incidentary I use ${PREFIX} to specify paths. PR: ports/18533 Submitted by: maintainer
* Comment clean-ups.hoek2000-05-133-3/+3
|
* Upgrade to 0.6.7.tg2000-05-118-208/+246
|
* Add one more file.jmz2000-05-102-0/+2
|
* Activate linux-bmrt.sada2000-05-071-0/+1
| | | | | PR: ports/18390 Submitted by: R Joseph Wright <rjoseph@mammalia.org>
* The Blue Moon Rendering Tools (BMRT) are a collection of renderingsada2000-05-075-0/+300
| | | | | | | | | | | programs which adhere to the RenderMan(R) interface standard (RenderMan is a registered trademark of Pixar). This is shareware, using Linux emulation. See http://www.bmrt.org for details. PR: ports/18390 Submitted by: R Joseph Wright <rjoseph@mammalia.org>
* Update port to 1.4.4jedgar2000-05-032-2/+2
|
* @dirrm share/doc/gltk.asami2000-05-011-0/+1
| | | | Found by: obento
* Previous commit was in error.kris2000-05-011-2/+1
| | | | Submitted by: asami
* Adding quickpics version 1.8.steve2000-05-018-0/+131
| | | | | | | A really handy tool for large image collections and digital cameras. PR: 17316 Submitted by: Stever <stever@transmission23.com>
* @dirrm share/doc/libungif.asami2000-05-012-0/+2
| | | | Reported by: bento
* What the hell is "shared/doc/jpeg"?!?asami2000-05-012-2/+2
|
* Remove xbm2gif: it was broken when gd lost the ability to producekris2000-04-301-1/+0
| | | | | | GIF files. Reviewed by: Maintainer
* Mark BROKEN: does not compilekris2000-04-301-0/+2
| | | | Noticed by: bento
* Update to version 20000422.steve2000-04-302-2/+2
| | | | | PR: 18218 Submitted by: maintainer
* - Support CFLAGS properlysteve2000-04-302-11/+306
| | | | | | | - Support install macros PR: 18280 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 1.0.2.steve2000-04-3018-111/+213
| | | | | PR: 18141 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix a typo.steve2000-04-301-1/+1
|
* Mark BROKEN: looks for pgm.h in ${X11BASE}, not ${LOCALBASE}kris2000-04-301-0/+2
| | | | Noticed by: bento
* USE_X_PREFIX wasn't being set early enough due to a version check forkris2000-04-301-6/+1
| | | | | | old versions of 4.0-CURRENT. Remove the check and solve this. Noticed by: bento
* Add BUILD_DEPENDS on libshhopt portkris2000-04-301-1/+2
| | | | Noticed by: bento
* Update to 4.0.3cpiazza2000-04-3026-186/+454
| | | | | PR: 18139 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* @dirrm shared/doc/jpeg.asami2000-04-292-0/+2
| | | | Found by: bento
* Fix building after recent separation of py-tkinter. Portlint.tg2000-04-284-20/+28
|
* Get shhopt library statically linked to each executable, driving itknu2000-04-279-16/+274
| | | | | | | out of the shared library. PR: ports/18016 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 1.1.20. Hopefully this will fix some of the buildjim2000-04-2718-54/+54
| | | | | problems people are having with 1.1.19. Vanilla, if you have any problems with this update, let me know and I'll back it out.
* Update port to 1.4.3jedgar2000-04-262-2/+2
|
* Update smpeg to 0.3.5.will2000-04-263-4/+8
| | | | | | PR: 18189 Submitted by: Maxim Sobolev <sobomax@altavista.net> Approved by: cpiazza
* Upgrade to 3.2jseger2000-04-268-32/+30
|
* Fix LOCALE supportjseger2000-04-254-0/+76
| | | | | Submitted by: Mikhail Teterin <mi@kot.ne.mediaone.net> PR: ports/16063
* Fix ImageMagick configure issue with XFree86-4jseger2000-04-251-6/+10
| | | | | PR: ports/17838 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgknu2000-04-242-2/+2
| | | | so as to make it clear that a FreeBSD committer maintains them.
* Chase the checksum (minor code changes)kris2000-04-241-1/+1
| | | | Noticed by: bento
* Freshen some MASTER_SITEskris2000-04-243-9/+9
|
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-248-8/+8
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich