aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* - Hack in fedoralegacy.org which seems to carry RedHat 7.2, 7.3, 8 and 9 RPMsPav Lucistnik2005-11-253-3/+12
| | | | | | | Fixes fetching of x11-fonts/linux-urw-fonts Notes: svn path=/head/; revision=149501
* - Make fetchablePav Lucistnik2005-11-256-8/+10
| | | | | | | | | | - Update WWW - Add SHA256 This port could use an update Notes: svn path=/head/; revision=149498
* - Style: ports@freebsd.org -> ports@FreeBSD.orgPav Lucistnik2005-11-253-3/+3
| | | | Notes: svn path=/head/; revision=149492
* - Add SHA256Pav Lucistnik2005-11-2585-2/+89
| | | | Notes: svn path=/head/; revision=149470
* [new port]: x11-toolkits/wxgtk26-docs, wxWidgets 2.6.2 HTML documentationEdwin Groothuis2005-11-254-0/+47
| | | | | | | | | | | wxWidgets 2.6.2 HTML documentation, since is only the documentation for wxWidgets 2.4 in the ports tree. PR: ports/89298 Submitted by: Matthias Sund <m.sund@arcor.de> Notes: svn path=/head/; revision=149361
* Drop maintainership.Simon Barner2005-11-241-1/+1
| | | | Notes: svn path=/head/; revision=149298
* Add SHA256 for my ports (that don't already have it).Simon Barner2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149297
* XScoop provides the ability to quickly determine which underlying X librariesPav Lucistnik2005-11-244-0/+37
| | | | | | | | | | | | | | were statically linked into an application, even when the source is not available. XScoop parses an executable, looking for matches on a subset of sample keywords that may identify the library being used. It does not produce absolute results, and instead supplies a report with key-hits which represent the likelihood that a particular library is present in the binary. PR: ports/89419 Submitted by: Ron Scheckelhoff <rscheckelhoff@yahoo.com> Notes: svn path=/head/; revision=149279
* - Add SHA256 checksumsPav Lucistnik2005-11-2334-0/+34
| | | | Notes: svn path=/head/; revision=149215
* Fix a typo in the plist.Alexander Leidinger2005-11-226-6/+6
| | | | | | | | PR: 89367 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=149087
* Allow to replace with an old package (useful in the portupgrade case).Alexander Leidinger2005-11-223-3/+3
| | | | Notes: svn path=/head/; revision=149082
* BROKEN: Does not compileKris Kennaway2005-11-211-0/+2
| | | | Notes: svn path=/head/; revision=148896
* We no longer need to touch the icon-theme.cache now that gnome-icon-themeJoe Marcus Clarke2005-11-214-8/+2
| | | | | | | does the right thing. Notes: svn path=/head/; revision=148892
* Update to 2.4.14.Alexander Leidinger2005-11-209-255/+885
| | | | | | | Tested with: acroread7 Notes: svn path=/head/; revision=148864
* Update to 1.6.0.Alexander Leidinger2005-11-209-192/+126
| | | | | | | Tested with: acroread7 Notes: svn path=/head/; revision=148860
* - Fix plist. [1]Alexander Leidinger2005-11-209-12/+39
| | | | | | | | | | - Use FC master sites. - Add SHA256 (no MD5 change). Noticed by: YAPHR [1] Notes: svn path=/head/; revision=148855
* Reliably detect if icon-theme.cache is uptodate, by checking the mtimeJean-Yves Lefort2005-11-194-2/+100
| | | | | | | of all the files in a theme directory. Notes: svn path=/head/; revision=148803
* * Use X11BASE rather than PREFIX or %D to search for iconsJoe Marcus Clarke2005-11-194-6/+14
| | | | | | | | | | * Make sure ${X11BASE}/share/icons/hicolor/icon-theme.cache exists by touching it. Otherwise, the cache file would not appear until icons were actually installed, and this was breaking some port builds on pointyhat. Notes: svn path=/head/; revision=148773
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-194-4/+4
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* Update to 1.1.2.Joe Marcus Clarke2005-11-192-4/+4
| | | | Notes: svn path=/head/; revision=148757
* Add SHA256 checksum.Max Khon2005-11-174-0/+4
| | | | Notes: svn path=/head/; revision=148648
* - Fix build on FreeBSD 4.XPav Lucistnik2005-11-162-0/+36
| | | | | | | | PR: ports/89139 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net> Notes: svn path=/head/; revision=148469
* Update to 2.12.1.Joe Marcus Clarke2005-11-162-4/+4
| | | | Notes: svn path=/head/; revision=148435
* Update to 0.14.1, serious memory leaks on 0.14.0 was fixed. See release noteJeremy Messenger2005-11-161-0/+4
| | | | | | | | | for details: http://ruby-gnome2.sourceforge.jp/?News_20051114_1 Notes: svn path=/head/; revision=148424
* Update to 2.8.7.Joe Marcus Clarke2005-11-154-8/+8
| | | | Notes: svn path=/head/; revision=148405
* Update to snapshot 20051013Marcus Alves Grando2005-11-153-24/+6
| | | | | | | | | | | Bump PORTREVISION Add SHA256 PR: 88963 Submitted by: "Danny Pansters" <danny@ricin.com> (maintainer) Notes: svn path=/head/; revision=148374
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-1569-77/+69
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mkSergey Matveychuk2005-11-151-0/+1
| | | | | | | Reported by: chkversion script Notes: svn path=/head/; revision=148313
* - Chase libgksuui updatePav Lucistnik2005-11-141-1/+2
| | | | Notes: svn path=/head/; revision=148294
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* Add SHA256Marcus Alves Grando2005-11-141-0/+1
| | | | | | | | PR: 88961 Submitted by: maintainer Notes: svn path=/head/; revision=148178
* Add SHA256Marcus Alves Grando2005-11-141-0/+1
| | | | | | | | PR: 88959 Submitted by: maintainer Notes: svn path=/head/; revision=148176
* o) Drop maintainership cause I didn't use these ports since months anymore.Lars Koeller2005-11-132-2/+2
| | | | Notes: svn path=/head/; revision=148129
* - Fix build on FreeBSD 4Pav Lucistnik2005-11-131-2/+19
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=148096
* - add SHA checksumDirk Meyer2005-11-134-0/+4
| | | | Notes: svn path=/head/; revision=148088
* - Yield to a total SHAtification.Sergey Matveychuk2005-11-111-0/+1
| | | | | | | - mysql-administrator: simplify BROKEN message Notes: svn path=/head/; revision=147896
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-114-4/+4
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* - Chase enchant libver bumpMichael Johnson2005-11-101-0/+1
| | | | Notes: svn path=/head/; revision=147817
* - Update to 2.3.92 [1]Tom McLaughlin2005-11-108-102/+221
| | | | | | | | | | | | | | | | - Remove PKGNAMESUFFIX, we don't need this. - Remove libgnomedb# and gda#, libgnomedb and gda are no lobnger part of Gnome. - Add support for gtkhtml 3.8 - Correct pkg-plist for gacutil changes with Mono 1.1.9.x - Include bsd.mono.mk. Submitted by: Soeren Straarup <xride@x12.dk> Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> Notes: svn path=/head/; revision=147788
* - Remove libgnomedb# and gda#, libgnomedb and gda are no lobnger partTom McLaughlin2005-11-105-31/+149
| | | | | | | | | | | | | of Gnome. - Add support for gtkhtml 3.8 - Correct pkg-plist for gacutil changes with Mono 1.1.9.x - Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> Notes: svn path=/head/; revision=147785
* - Use new ghc-pkg infrastructureVolker Stolz2005-11-093-18/+27
| | | | | | | - Bump PORTREVISION since installing from package wouldn't work Notes: svn path=/head/; revision=147683
* update to xfce 4.2.3.1Oliver Lehmann2005-11-082-4/+4
| | | | | | | Changelog: http://www.xfce.org/release_notes/4.2.3.1_changelog.html Notes: svn path=/head/; revision=147651
* Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-082-0/+8
| | | | Notes: svn path=/head/; revision=147643
* libsexy is a library containing additional widgets for gtk:Pav Lucistnik2005-11-0811-0/+149
| | | | | | | | | | | | | | - url label - spell checked text entry - text entry with icons libsexymm are the corresponding c++ bindings for libsexy. PR: ports/88577 Submitted by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=147638
* Update to 2.2.4.Alexander Leidinger2005-11-089-111/+135
| | | | Notes: svn path=/head/; revision=147607
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-081-0/+1
| | | | | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio Notes: svn path=/head/; revision=147568
* Add a patch from WX_2_6_BRANCH:Max Khon2005-11-089-0/+75
| | | | | | | | | | src/common/intl.cpp rev. 1.166.2.1: backported fix for crash in Unicode build (bug 1303851) Submitted by: mux Notes: svn path=/head/; revision=147546
* Fix the file chooser in gtk-demo.Jean-Yves Lefort2005-11-072-0/+10
| | | | Notes: svn path=/head/; revision=147521
* Add -fPIC to CFLAGS (for ia64). Since `irrlicht' is a port that consists ofSimon Barner2005-11-071-1/+1
| | | | | | | | | | a shared library only (and a few header files, of course), it's ok to do it in the ports Makefile. Reported by: pointyhat via kris Notes: svn path=/head/; revision=147518
* Upgrade to 0.9.10.Oliver Braun2005-11-063-89/+123
| | | | Notes: svn path=/head/; revision=147442