aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gucharmap
Commit message (Collapse)AuthorAgeFilesLines
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesJoe Marcus Clarke2005-11-054-14/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly. Notes: svn path=/head/; revision=147261
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 1.4.3.Joe Marcus Clarke2005-03-084-15/+7
| | | | Notes: svn path=/head/; revision=130582
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-20/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 1.4.2.Adam Weinberger2004-10-223-3/+9
| | | | Notes: svn path=/head/; revision=119976
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releaseJoe Marcus Clarke2004-04-056-27/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru> Notes: svn path=/head/; revision=106172
* Add a dependency on scrollkeeper to fix a build in the non-GNOME case.Joe Marcus Clarke2004-03-221-0/+2
| | | | | | | Reported by: des Notes: svn path=/head/; revision=104981
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104462
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix build on -stable.Adam Weinberger2003-11-211-0/+12
| | | | Notes: svn path=/head/; revision=94590
* Properly handle OMF files.Joe Marcus Clarke2003-11-201-0/+2
| | | | Notes: svn path=/head/; revision=94575
* Update to 1.2.0.Joe Marcus Clarke2003-11-203-4/+15
| | | | Notes: svn path=/head/; revision=94574
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* In the spirt of graphics/librsvg2, try to be safer when overwritingJoe Marcus Clarke2003-11-042-2/+3
| | | | | | | files in pre- and post-installation. Notes: svn path=/head/; revision=93021
* Update to 1.0.0.Joe Marcus Clarke2003-09-103-3/+7
| | | | Notes: svn path=/head/; revision=88892
* * Update to 0.9.0Joe Marcus Clarke2003-08-223-3/+17
| | | | | | | * Build with GNOME support if we're doing package building Notes: svn path=/head/; revision=87508
* Move misc/gucharmap to deskutils/gucharmap as the latter is a much moreJoe Marcus Clarke2003-08-071-1/+1
| | | | | | | | | appropriate category. PR: 55258 Notes: svn path=/head/; revision=86414
* Removed some non-existent pkg-plist files. I don't know how I missed thisJoe Marcus Clarke2003-06-131-6/+0
| | | | | | | | | in my last commit. Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=82943
* Update to 0.8.0 and sign over maintainership to gnome@.Joe Marcus Clarke2003-06-133-9/+14
| | | | Notes: svn path=/head/; revision=82907
* Update to 0.6.1.Joe Marcus Clarke2003-05-193-6/+7
| | | | Notes: svn path=/head/; revision=81346
* Change LIBS to LDFLAGS to fix the non-GNOME build.Joe Marcus Clarke2003-05-061-3/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=80280
* BROKEN: Does not configureKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80227
* Update to 0.6.0.Joe Marcus Clarke2003-05-033-8/+17
| | | | Notes: svn path=/head/; revision=80056
* * Add a missing dependency on popt [1]Joe Marcus Clarke2003-04-111-3/+3
| | | | | | | | | * Convert to new GNOME infrastructure Reported by: bento [1] Notes: svn path=/head/; revision=78775
* Update to 0.4.0.Joe Marcus Clarke2003-04-043-5/+23
| | | | Notes: svn path=/head/; revision=78136
* Correct a typo (s/LIB_DEPEND/LIB_DEPENDS).Joe Marcus Clarke2003-03-081-1/+2
| | | | | | | Approved by: portmgr (lioux) Notes: svn path=/head/; revision=77065
* Add gucharmap, a Unicode character map and viewer built on GTK+ 2.Joe Marcus Clarke2003-03-025-0/+71
Notes: svn path=/head/; revision=76754