aboutsummaryrefslogtreecommitdiff
path: root/editors/ghex2
Commit message (Collapse)AuthorAgeFilesLines
* - Move editors/ghex2 to editors/ghexPav Lucistnik2005-01-255-179/+0
| | | | Notes: svn path=/head/; revision=127247
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-20/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x hasJeremy Messenger2004-11-101-0/+1
| | | | | | | | | | lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is taking care of gconf key and schemas files for pkg-plist. Pav has committed by re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump PORTREVISION to correct our pkg-plist database installed. Notes: svn path=/head/; revision=121277
* Update to 2.8.1.Joe Marcus Clarke2004-11-073-12/+11
| | | | | | | Submitted by: mezz Notes: svn path=/head/; revision=121076
* 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
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-4/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Update to 2.6.1.Joe Marcus Clarke2004-05-262-3/+3
| | | | Notes: svn path=/head/; revision=110095
* Update to 2.6.0.Joe Marcus Clarke2004-04-292-5/+4
| | | | Notes: svn path=/head/; revision=107919
* Update to 2.5.2.Joe Marcus Clarke2004-04-054-22/+10
| | | | Notes: svn path=/head/; revision=106194
* - 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
* Update to 2.4.1.Joe Marcus Clarke2004-01-052-2/+2
| | | | Notes: svn path=/head/; revision=97326
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-185-37/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix build on -CURRENT with GCC 3.3.1. There's a PORTREVISION bump hereJoe Marcus Clarke2003-07-192-1/+12
| | | | | | | | | | because the fix actually corrected a typo that could cause problems on -STABLE as well. Reported by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=85156
* Add a missing locale file.Joe Marcus Clarke2003-06-162-0/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=83078
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-5/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Update to 2.2.1.Adam Weinberger2003-04-123-8/+2
| | | | Notes: svn path=/head/; revision=78787
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Actually commit ghex2 2.2.0.Joe Marcus Clarke2003-02-092-6/+7
| | | | | | | Prompted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=75170
* Properly handle OMF files.Joe Marcus Clarke2003-01-301-0/+4
| | | | Notes: svn path=/head/; revision=74299
* Update to 2.0.0.Joe Marcus Clarke2003-01-193-3/+7
| | | | Notes: svn path=/head/; revision=73544
* Update to 1.99.2.Joe Marcus Clarke2002-10-293-53/+2
| | | | Notes: svn path=/head/; revision=69071
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Add ghex2 after a repo copy from ghex. ghex2 is a hexidecimal editor forJoe Marcus Clarke2002-09-165-104/+142
| | | | | | | the GNOME 2 desktop. Notes: svn path=/head/; revision=66406
* Use USE_GNOMENG.Maxim Sobolev2002-07-121-5/+3
| | | | Notes: svn path=/head/; revision=62857
* Update to 1.2.1Ade Lovett2001-06-193-2/+32
| | | | Notes: svn path=/head/; revision=44216
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-044-13/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-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. Notes: svn path=/head/; revision=40539
* Chase new print/gnomeprint shlib versionAde Lovett2000-11-141-1/+1
| | | | Notes: svn path=/head/; revision=35143
* Update to 1.1.4 and unbreakAde Lovett2000-10-223-4/+5
| | | | Notes: svn path=/head/; revision=34109
* Implement USE_GNOME, part 1.Jeremy Lea2000-10-051-9/+2
| | | | Notes: svn path=/head/; revision=33428
* Chase new gnomeprint. Sadly, this one needs a bunch of work byAde Lovett2000-09-281-1/+3
| | | | | | | the authors, so it's currently marked broken. Notes: svn path=/head/; revision=33220
* Re-sobomize to use pre-patch instead of post-extractAde Lovett2000-08-041-1/+1
| | | | | | | Wrists slapped by: knu, sheldon Notes: svn path=/head/; revision=31320
* Extensive patchfile cleanups using sobomax's wonderfulAde Lovett2000-08-041-0/+7
| | | | | | | post-extract rule Notes: svn path=/head/; revision=31296
* Bring back ghex (brand new version, new site, etc..) afterAde Lovett2000-06-095-0/+85
| | | | | | | it was detached from gnomelibs in GNOME 1.2 Notes: svn path=/head/; revision=29471
* Remove ghex from the ports since misc/gnomeutils containsChris D. Faulhaber2000-02-115-50/+0
| | | | | | | | | a newer (and maintained) version. Requested by: reg Notes: svn path=/head/; revision=25668
* Initial import of ghex version 1.0.1.3.Steve Price1999-11-265-0/+50
A GNOME hex editor. PR: 14570 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=23390