aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dia
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.97.1avl2010-02-075-49/+14
|
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Fix build on i386 with libemf installedavl2009-07-202-2/+14
| | | | | | | | | - Disable wmf filter build for !i386 PR: ports/136815 Submitted by: O. Hartmann <ohartman AT zedat.fu-berlin.de> Reviewed by: marcus, mezz (GNOME team) Approved by: tabthorpe (mentor)
* Kwm forgot to commit this patch with the 0.97 update. This will fix themarcus2009-07-112-0/+12
| | | | | packaging of the French manpage. This was in avl's original 0.97 update diff.
* Update to 0.97.kwm2009-07-114-94/+324
| | | | Submitted by: avl@
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-2/+1
| | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Fix the plist when GNOME support disable.mezz2007-10-261-3/+6
| | | | | | | | - Ensure it will actually diable GNOME support for real if anyone run WITHOUT_GNOME=libgnomeui by add --diable-* PR: ports/117503 Reported by: Dmitry Marakasov <amdmi3@amdmi3.ru>
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-255-1689/+1666
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Welcome X.org 7.2 \o/.flz2007-05-202-36/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 0.96.1.marcus2007-03-302-4/+4
|
* Update to 0.96.marcus2007-03-264-10/+139
|
* Fix the build after the removal of objformat.marcus2007-02-041-1/+2
| | | | Reported by: pointyhat via kris
* -Update to 0.95.1.mezz2007-01-023-8/+46
| | | | | | | | | -USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix. -Add desktopfileutils dependency and manual run update-desktop-database. -Remove the locale dirs that aren't in the mtree. Security: Format string vulnerabilities http://bugzilla.gnome.org/show_bug.cgi?id=342111
* Add locale stuff in plist that aren't in mtree/BSD.x11-4.dist.mezz2006-09-051-0/+2
| | | | | PR: ports/101505 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Really fix the build by depending on docbook-xsl, and using the installedmarcus2006-07-101-1/+5
| | | | docbook stylesheet rather than fetching it via HTTP.
* Add a BUILD_DEPENDS on Python.marcus2006-07-101-0/+1
|
* Update to 0.95.marcus2006-06-256-314/+347
|
* Add USE_GETTEXT to appease portlint.mezz2006-05-161-0/+1
|
* - Security fixes.mnag2006-04-062-2/+206
| | | | | | | - Bump PORTREVISION Approved by: gnome (marcus) Security: VuXML b5fc63ad-c4c3-11da-9699-00123ffe8333
* Conversion to a single libtool environment.ade2006-02-232-2/+32
| | | | Approved by: portmgr (kris)
* - Add SHA256 checksumspav2005-11-241-0/+1
|
* Correct icon's suffix from .png to .xpmvs2005-11-232-1/+12
| | | | | | PR: ports/89279 Submitted by: Frank Ruell Approved by: ahze
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* Update to 0.94. This represents work by adamw, mezz, andmarcus2004-08-215-231/+420
| | | | | | Tom McLaughlin <tmclaugh@sdf.lonestar.org>. Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Cleanup empty directiry installed by dia.bland2004-08-171-0/+1
| | | | Reported by: pointyhat
* - Add install dia.xpm for the WindowMaker users. [1]mezz2004-08-172-2/+7
| | | | | | | | | - Correct the version of libtool to 15 and remove lthack to avoid install the *.la files. - Bump PORTREVISION, because of pkg-plist change. PR: ports/70289 [1] Requested by: David JULIEN <david.julien@gmail.com> [1]
* Remove the lthack bits from a configure patch.adamw2004-07-271-8/+0
|
* Use lthack.adamw2004-07-261-1/+1
|
* - Update WWW [1]pav2004-07-051-9/+11
| | | | | | - While here, update description and kill attribution Submitted by: Kim Jorgensen <kimj@galnet.dk> [1]
* One more fix to the help installation in the non-GNOME case.marcus2004-05-121-0/+12
| | | | Reported by: pointyhat via kris
* Fix package build in the non-GNOME case.marcus2004-05-091-31/+15
| | | | Reported by: bento via kris
* Update to 0.93.marcus2004-05-024-26/+185
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Fix build with freetype2-2.1.7.marcus2004-03-191-4/+14
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Chase the libxslt shared lib version with a PORTREVISION bump.marcus2003-11-051-0/+1
|
* Update to 0.92.2.marcus2003-11-022-2/+2
|
* Update to 0.92.1.marcus2003-10-272-2/+2
|
* Update distinfo checksum.adamw2003-10-211-1/+1
| | | | | | | | | | They rerolled the tarball to change the manpage. Looks like they added a new dia.1 right before the release, and forgot to take the old one out of the tarball. Extra special thanks to the dia team for not bumping the version number ;;) Submitted by: "Florian C. Smeets" <flo@kasimir.com>
* Update to 0.92 release.adamw2003-10-202-3/+3
| | | | | I had to add a PORTEPOCH bump secondary to a poor choice of prerelease numbering schemes on my part.
* Update to 0.92pre7.marcus2003-10-152-2/+2
|
* Update to 0.92pre6.marcus2003-10-143-322/+2
|
* Update to 0.92-pre5bland2003-10-122-2/+2
|
* Update to 0.92-pre4bland2003-09-282-2/+2
|
* Add forgotten patch.adamw2003-09-251-0/+8
| | | | Reminded by: Mezz
* Update to 0.92-pre3.adamw2003-09-256-100/+71
|
* Bump PORTREVISION after lang/python's changing default toperky2003-08-231-1/+1
| | | | | | BUILD_STATIC. This affects to python embedding programs only. Submitted by: olgeni
* Fix build with GCC 3.3.1.marcus2003-07-191-0/+11
| | | | Submitted by: Jeremy Messenger <mezz7@cox.net> (based on)
* Bump PORTREVISION after the last commit.marcus2003-06-161-0/+1
|
* Make GNOME support optional.marcus2003-06-162-10/+31
| | | | Submitted by: obraun
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0
|
* Convert to new GNOME infrastructure.marcus2003-05-181-3/+2
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Add a missing BUIL_DEPENDS on py-gtk2.marcus2003-04-051-0/+1
| | | | Submitted by: David Thiel <lx@redundancy.redundancy.org>
* Update to 0.91.marcus2003-04-0413-130/+950
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Drive a stake through the heart of some more files that were committedkris2003-02-281-20/+0
| | | | | | | to after they were removed, which caused them to mysteriously resurrect when updating with a -D tag. Holy water sprinkled by: peter
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Add missing dependency on bonobo.marcus2002-09-091-1/+1
| | | | Submitted by: bento
* - Use USE_GNOMENG;sobomax2002-07-126-118/+49
| | | | | - fix on -current by renaming isspecial() inline into dia_isspecial(); - enable freetype support.
* Add libunicode to the LIB_DEPENDS is dia is built without full GNOME support.marcus2002-07-121-0/+1
| | | | PR: 40373
* Correct for nognome case.sobomax2002-06-041-11/+11
|
* Update to 0.90.sobomax2002-06-038-89/+192
|
* When building package forcefully turn optional GNOME components on, otherwisesobomax2001-12-161-1/+2
| | | | gnome and gnome-fifth-toe packages contain incorrect dependencies list.
* - Rework optional GNOME dependency, so it would not confuse bento;sobomax2001-08-282-7/+13
| | | | | | | | - enable gnomeprint support in Gnome case; - use "@*" to pass arguments from the helper script to the binary instead of $*. Submitted by: bento
* Allow MAINTAINER to be overriden in slave ports.sobomax2001-08-201-1/+1
|
* Don't overwrite CATEGORIES in master ports. Use += instead, so slavessobomax2001-05-231-1/+1
| | | | | would be able to insert their own entries (usually language category) upfront.
* Update to 0.88.1 -- dia now really requires gdk-pixbuf, but also requiresade2001-05-215-476/+492
| | | | | | | | | libart (from x11/gnomelibs) for the gdk-pixbuf stuff to really work, even though it itself has just been decoupled from GNOME. The alternative solution is to completely kill off gdk-pixbuf support in the non-GNOME case which I believe would render the program effectively unusable (ie: it's becoming a GNOME app. sorry).
* Update to 0.88ade2001-05-188-89/+291
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeade2001-05-051-3/+1
| | | | | | | | | | bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword.
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -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.
* Implement WANT_GNOME.reg2000-10-053-278/+317
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* Add gnome as a secondary category.sobomax2000-08-151-1/+1
|
* 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>
* "fpsetmask(0)" at the top of main() to prevent floating point core-dumps.nik2000-04-221-0/+20
| | | | Approved by: maintainer
* PORTNAME / PORTVERSION syntax conversionobrien2000-04-131-2/+2
|
* update to 0.84mharo2000-04-025-124/+204
| | | | | PR: 17729 Submitted by: maintainer
* Update to 0.83nakai2000-02-125-161/+130
|
* I forgot to add this patch :(vanilla2000-01-161-0/+11
|
* Correct the locale's path.vanilla2000-01-161-11/+11
|
* General comment cleanups.hoek1999-12-291-1/+1
|
* * Update to version 0.82jedgar1999-12-236-44/+112
| | | | | | | * Update MASTER_SITES PR: 15613 Submitted by: Maintainer
* Fix PLIST to success to make packageflathill1999-12-111-7/+0
|
* Initial Import.nakai1999-11-257-0/+174
Dia is the diagram editor such like 'Visio'. PR: ports/14661 Submitted by: Marcin Cie?lak saper@system.pl