aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.92-pre4Alexander Nedotsukov2003-09-282-2/+2
| | | | Notes: svn path=/head/; revision=89598
* Update to 0.51Hye-Shik Chang2003-09-272-3/+2
| | | | Notes: svn path=/head/; revision=89559
* - Fix build on non-i386 platformKirill Ponomarev2003-09-272-3/+16
| | | | | | | | PR: 57285 Submitted by: Ports Fury Notes: svn path=/head/; revision=89550
* - Fix loadable module supportKirill Ponomarev2003-09-273-5/+17
| | | | | | | | | | - Add missing @dirrm PR: 57284 Submitted by: Ports Fury Notes: svn path=/head/; revision=89549
* - Use PTHREAD_LIBS instead of hardcoded -pthreadKirill Ponomarev2003-09-271-0/+1
| | | | | | | | PR: 57124 Submitted by: maintainer Notes: svn path=/head/; revision=89533
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-278-30/+30
| | | | | | | | | | | for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89490
* - Remove frontline dependency. Its support was disabled in configure.in [1]Alexander Nedotsukov2003-09-261-3/+3
| | | | | | | | | | | | - Add popt dependency. It's very likely that popt present in a lot of systems. This also resolve lost dependency problem for builds on systems where popt already installed. PR: 56886 [1] Submitted by: Michal Pasternak <dotz@irc.pl> [1] Notes: svn path=/head/; revision=89456
* Remove a patch forgotten in the last commit.Joe Marcus Clarke2003-09-255-55/+0
| | | | | | | | Pointy hat to: adamw Noticed by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=89356
* Add passepartout, DTP application for X.Alexander Nedotsukov2003-09-255-0/+80
| | | | Notes: svn path=/head/; revision=89355
* Add forgotten patch.Adam Weinberger2003-09-251-0/+8
| | | | | | | Reminded by: Mezz Notes: svn path=/head/; revision=89316
* Update to 0.92-pre3.Adam Weinberger2003-09-256-100/+71
| | | | Notes: svn path=/head/; revision=89305
* Update to 1.3.20.Adam Weinberger2003-09-2520-95/+160
| | | | | | | Obtained from: marcuscom Notes: svn path=/head/; revision=89290
* - Update to version 0.2.2Kirill Ponomarev2003-09-242-3/+3
| | | | | | | | PR: 56750 Submitted by: John Reynolds <johnjen@reynoldsnet.org> (maintainer) Notes: svn path=/head/; revision=89178
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-243-3/+3
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Update port: graphics/openrm 1.4.3 -> 1.5.0Edwin Groothuis2003-09-2410-130/+139
| | | | | | | | | | | | | | | | | | Updating port 1.4.3 -> 1.5.0 details: 1. Fixed contact emails 2. Wrote patches for the port in a different manner (now it would be easier to submit them to openrm developers) Unfortunatly openrm has quite ugly building environment, so MAKE_ARGS still remain. 3. Removed comments around pthread_setconcurrency in both library sources and one of demos. This function has been finally added to STABLE. PR: ports/56996 Submitted by: Igor Pokrovsky <tiamat@comset.net> Notes: svn path=/head/; revision=89158
* (bump port-revision, my mistake)Edwin Groothuis2003-09-241-1/+1
| | | | | | | PR: ports/57052 Notes: svn path=/head/; revision=89145
* [patch] graphics/svgalib checks wrong virtual console for ownershipEdwin Groothuis2003-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | graphics/svgalib contains an off-by-one error in the code that checks that the user is the owner of the current virtual terminal. Instead of checking /dev/ttyv[X], it checks /dev/ttyv[X+1]. Submitted by: Chris Pressey <cpressey@catseye.mine.nu> This happens because svgalib was written for Linnex, and they start tty numbering from 1, contrary to FreeBSD, which does it from 0. I always knew that FreeBSD is better: who counts from 1 in this world?! ;-) PR: ports/57052 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Notes: svn path=/head/; revision=89144
* Add p5-Image-Imlib2Erwin Lansing2003-09-246-0/+52
| | | | | | | | | | | | | | Image::Imlib2 is a Perl port of Imlib2, a graphics library that does image file loading and saving as well as manipulation, arbitrary polygon support, etc. It does ALL of these operations FAST. It allows you to create colour images using a large number of graphics primitives, and output the images in a range of formats. PR: 56701 Submitted by: erwin Notes: svn path=/head/; revision=89142
* Chase the libexif shared lib version.Joe Marcus Clarke2003-09-221-2/+2
| | | | | | | Reported by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=89111
* Add patch that fixes a problem with Python-2.3's Tkinter.Thomas Gellekum2003-09-222-0/+74
| | | | | | | | Approved by: portmgr (will) Obtained from: sketch-0.6.16 pre-release Notes: svn path=/head/; revision=89108
* Remove obsolete broken line.Edwin Groothuis2003-09-221-2/+0
| | | | | | | Submitted by: linimon@ Notes: svn path=/head/; revision=89107
* Temporarily host this distfile somewhere else.Will Andrews2003-09-211-1/+1
| | | | | | | | PR: 57063 Submitted by: MAINTAINER Notes: svn path=/head/; revision=89102
* Switch to USE_GNOME to chase the libgnome* shared lib versions.Joe Marcus Clarke2003-09-182-3/+3
| | | | Notes: svn path=/head/; revision=89054
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.Will Andrews2003-09-184-12/+2
| | | | Notes: svn path=/head/; revision=89050
* Add gpdf, a GNOME version of the xpdf document viewer.Joe Marcus Clarke2003-09-188-0/+130
| | | | Notes: svn path=/head/; revision=89038
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-1810-82/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* Prepend %%PORTDOCS%% to two of the doc-related entries in the pkg-plist.Mikhail Teterin2003-09-161-2/+2
| | | | | | | | PR: 56905 http://www.freebsd.org/cgi/query-pr.cgi?pr=56905 Submitted by: melvyn@webteckies.org Notes: svn path=/head/; revision=89007
* Change `LIB_DEPENDS=' in the middle of optional dependency lines toAkinori MUSHA2003-09-131-1/+1
| | | | | | | | | | | `LIB_DEPENDS+=', to prevent this port from getting built without tiff support, which wasn't intended. (Luckily jpeg and png were enabled via other indirect dependencies) This should fix some dependent ports such as ruby-rmagick. Notes: svn path=/head/; revision=88975
* Back out to 5.5.6.Norikatsu Shigemura2003-09-109-668/+465
| | | | | | | Submitted by: marcus (portmgr) Notes: svn path=/head/; revision=88953
* Update to 5.5.7-10. [1]Norikatsu Shigemura2003-09-109-465/+668
| | | | | | | | | | | | | | | | | | | | o Removed two (now obsolate) libtool version patches as ImageMagick now uses internal version system for them starting from 0:0:0 (5.5.8 will become 0:1:0), also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION variables removed from the source. o Removed two other patches as now they are already embedded to the source. o Updated plist to reflect separate Q8/Q16 folder installations based on selection while installing. Also Makefile modifed to reflect this. PR: ports/55274 [1] Submitted by: Erdener Gonenc <ergonenc@artemis.efes.net> [1] Pointed out by: Rob Lahaye <lahaye@snu.ac.kr> Notes: svn path=/head/; revision=88950
* Revert wrongly committed diffs.Akinori MUSHA2003-09-101-4/+6
| | | | Notes: svn path=/head/; revision=88896
* Update the Ruby/GNOME2 suite to 0.7.0.Akinori MUSHA2003-09-101-7/+4
| | | | Notes: svn path=/head/; revision=88895
* Update to 2.3.16.Joe Marcus Clarke2003-09-104-4/+4
| | | | Notes: svn path=/head/; revision=88890
* [patch] graphics/osgedit 0.3.0 -> 0.4.1Edwin Groothuis2003-09-087-13/+48
| | | | | | | | | | | | This port is broken on stable as mentioned in the named PR. This patch fixes this problem by updating the port to the latest version. PR: ports/56548 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=88780
* chase lib version change of multimedia/xmmsEdwin Groothuis2003-09-082-2/+2
| | | | | | | | PR: ports/56505 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=88702
* Use MASTER_SITE_SOURCEFORGE_JP.Akinori MUSHA2003-09-062-3/+4
| | | | Notes: svn path=/head/; revision=88649
* Reviewed by: maintainerFoxfair Hu2003-09-063-24/+23
| | | | | | | Upgrade to 2.992. Notes: svn path=/head/; revision=88612
* Update to 1.3.6.24Yoichi NAKAYAMA2003-09-052-3/+2
| | | | Notes: svn path=/head/; revision=88569
* - Update to version 1.2.5Kirill Ponomarev2003-09-044-7/+12
| | | | | | | | PR: 56434 Submitted by: Ports Fury Notes: svn path=/head/; revision=88555
* graphics/xmms-nebulus port updateEdwin Groothuis2003-09-042-9/+23
| | | | | | | | | | | update version to 0.5.0 don't fight .la file PR: ports/53244 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=88468
* - Add better xscreensaver support. [1]Alexander Leidinger2003-09-032-2/+13
| | | | | | | | | | | | | I don't use xscreensaver, so I haven't tested it, but the patch compiles just fine and doesn't break the normal operation. - Remove comment about GNOME support in the port Makefile, we don't need it anymore. PR: 55772 [1] Submitted by: Zahemszky Gábor <Gabor@zahemszky.hu> [1] Notes: svn path=/head/; revision=88455
* Fix plist after removal of GNOME support.Alexander Leidinger2003-09-031-6/+0
| | | | | | | Noticed by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=88429
* Make gimp plugin compilation automatic if gimp is installed.Adam Weinberger2003-09-031-0/+4
| | | | Notes: svn path=/head/; revision=88387
* Update to 2.3.15.Joe Marcus Clarke2003-09-024-4/+4
| | | | Notes: svn path=/head/; revision=88382
* o) change URL for source ball in MASTER_SITESLars Koeller2003-09-021-1/+1
| | | | | | | | Submitted by: fenner@FreeBSD.Org Obtained from: Automatich ports build process Notes: svn path=/head/; revision=88366
* Add proper RUN_DEPENDS on "erl".Jimmy Olgeni2003-09-012-2/+4
| | | | Notes: svn path=/head/; revision=88304
* - don't clobber any given LDFLAGSDirk Meyer2003-08-311-1/+1
| | | | | | | resolve conflitcs with bsd.openssl.mk Notes: svn path=/head/; revision=88159
* [PATCH] graphics/sam2p: enable choose of ghostscript interpreterEdwin Groothuis2003-08-311-1/+7
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54935 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88133
* [PATCH] graphics/py-chart: enable choose of ghostscript interpreterEdwin Groothuis2003-08-311-1/+15
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54934 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88132
* [PATCH] graphics/pstoepsi: enable choose of ghostscript interpreterEdwin Groothuis2003-08-311-1/+15
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54933 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88131