Adam Weinberger
427bb03212
Replace the standard FreeBSD side navigation menu thinger with a
...
new fancypants FreeBSD/GNOME-specific one.
Note that the index.html and newsflash.html pages haven't been updated
because I can't figure out the magic XSL incantation to make them read
in the new includes.navgnome.sgml.
2005-12-29 06:42:28 +00:00
Marc Fonvieille
7acdb6e8d3
MFP4: Merge new layout
...
Submitted by: Emily Boyd <emilyboyd@emilyboyd.com>
Sponsored by: Google Summer of Code 2005
2005-10-04 17:38:26 +00:00
Joe Marcus Clarke
ccca5fd1af
Fully-qualify the paths to update-mime-database and update-desktop-database
...
so that package installation can work on older platforms.
2005-03-27 08:12:22 +00:00
Pav Lucistnik
7e723b5f6b
- Be a little more verbose in OMF section
...
- Fix typo in GConf section
2005-01-20 17:15:33 +00:00
Pav Lucistnik
e1b5ef7f8a
- Add instructions on how to deal with share/mime and
...
share/gnome/applications/mimeinfo.cache leftovers
2004-12-30 17:36:54 +00:00
Jeremy Messenger
84ddb616f2
Document the new INSTALLS_OMF.
...
Submitted by: bland
Reviewed by: my team, FreeBSD GNOME team
2004-11-16 07:35:53 +00:00
Jeremy Messenger
8976f8eb76
Document the new GCONF_SCHEMAS.
...
Reviewed by: marcus
2004-09-18 04:25:52 +00:00
Joe Marcus Clarke
0a25bc1270
Update the porting guide to include the new libtool scheme, and mention that
...
lthack is now deprecated for general use.
2004-07-26 20:46:45 +00:00
Pav Lucistnik
cf66f22030
- Fix typo in gconf section
2004-06-30 23:45:27 +00:00
Joe Marcus Clarke
d134d8a57f
* Add a link to the omf.pl script for generating OMF plist entries
...
automatically
* Mention that USE_LIBTOOL_VER=13 and lthack may not be enough to fix libtool
problems, and point to patch-ltmain.sh
* Add info on the new GConf schema installation policy, and provide a gconf.pl
script to add the entries automatically
2004-06-27 19:57:12 +00:00
Joe Marcus Clarke
c86f7fc2c5
Minor formatting fixes. Translators can ignore.
2004-06-27 19:00:50 +00:00
Pav Lucistnik
d9b27f2521
Update libtool section of Porting Guide:
...
- suggest USE_LIBTOOL_VER=13 instead of USE_LIBTOOL=yes
- suggest using lthack instead of patch-configure
- update example Makefile too
2004-05-22 21:46:14 +00:00
Alexey Zelkin
42507c7acb
freebsd.org -> FreeBSD.org
2004-04-04 21:49:42 +00:00
Joe Marcus Clarke
329bb84da0
Remove all trailing whitespace. This is a whitespace commit only, so
...
translators can ignore this.
2004-01-24 07:58:44 +00:00
Adam Weinberger
5aa60996d6
Separate the USE_GNOME component list in a more logical manner.
...
Now there are three separate lists: GNOME 1 components, GNOME 2 components,
and thingies that aren't in the other things with the stuff, like the
hacks.
This now mirrors the division present in bsd.gnome.mk in the development
tree.
2004-01-07 23:38:16 +00:00
Adam Weinberger
e2d3b7fdde
Give an example Makefile for a GNOME port. Hopefully this will make
...
porting gnome apps a bit less daunting.
2003-12-28 03:06:00 +00:00
Joe Marcus Clarke
f851fa5980
Mono-space a portname.
2003-10-02 22:01:04 +00:00
Adam Weinberger
cfa7bc2bbd
Change the code examples to use components of the GNOME 2 environment.
2003-09-20 18:56:25 +00:00
Adam Weinberger
5e8d8f18cc
Remove instructions for differentiating between the GNOME 1 and GNOME 2
...
desktops.
2003-09-20 18:51:15 +00:00
Joe Marcus Clarke
f5e56d8d92
Remove single-cell tables.
...
PR: 55973
Submitted by: Pav Lucistnik <pav@oook.cz>
2003-08-26 07:47:30 +00:00
Joe Marcus Clarke
446f2eb3aa
Remove the paragraph about the DATADIRNAME and -lpthread substitution. This
...
is now part of gnomehack.
Reminded by: Rui Lopes <rui@ruilopes.com>
2003-06-03 17:55:11 +00:00
Adam Weinberger
3b937f92eb
Indent code examples for readability.
2003-05-17 07:20:12 +00:00
Adam Weinberger
2d98881813
Update GNOME documentation to cover the newest FreeBSD GNOME
...
architecture.
Added here are 2 new pages containing component macros for GNOME1 and
for GNOME2. Additionally, all references to USE_GNOMENG have been removed,
some new sections have been added, and some sections have been reordered.
2003-04-20 22:49:27 +00:00
Joe Marcus Clarke
aff5b08725
Re-word the bit about GNOME 1 applets in a GNOME 2 environment. Instead of
...
saying, "can have," say, "can build," which should hopefully solve
any confusion.
2003-01-28 06:55:10 +00:00
Joe Marcus Clarke
b3a9dd6462
Add a section on proper installation of OMF files. Note, these steps have
...
not yet been done for all the existing GNOME applications, but there is
work underway to correct that.
2003-01-28 06:49:26 +00:00
Adam Weinberger
f1e5f71e41
* Fix grammar nits
...
* Fix spelling nits
* Promote consistant use of <tt> tags
* Re-word those things that in their current state may to some appear
in some ways as possibly overly wordy
* Note the applicability of some GNOMENG options for GNOME 2 ports
* Move the discussion of the deprecated USE_* macros from the top to the
bottom
Approved by: pat
2002-12-08 06:59:44 +00:00
Joe Marcus Clarke
060b657921
Add a section warning not to include default USE_GNOME components after
...
the .include <bsd.port.pre.mk> line.
Reported by: netchild
2002-09-19 21:45:36 +00:00
Joe Marcus Clarke
86c6d66afb
Mention that it is now up to the porter to decide when to use the DATADIR
...
PLIST_SUB in GNOMENG.
2002-09-12 03:15:13 +00:00
Joe Marcus Clarke
1edd933e3b
* Mention that USE_GNOMENG is temporary until all ports have been migrated
...
to the new infrastructure
* Add information on what implicit components each explicit component imports
2002-08-25 05:56:54 +00:00
Joe Marcus Clarke
6424423be6
Fix some grammar and spelling nits.
2002-08-22 01:07:53 +00:00
Joe Marcus Clarke
bc951c7221
Update the porting guide to include info on the new GNOMENG infrastructure.
2002-08-21 18:50:38 +00:00
Joe Marcus Clarke
a06535373e
* Add the start of a GNOME 2.0 FAQ.
...
* Move the GNOME FAQ to the GNOME 1.4.1 FAQ
* Add corresponding links to the main page
* Add a disclaimer to the porting page saying that the porting methods
are about to change
2002-07-05 06:31:40 +00:00
Joe Marcus Clarke
b8e9ca9978
Sync the I18N section with the latest gettext updates.
...
Reviewed by: sobomax
Approved by: sobomax
2002-04-16 15:53:52 +00:00
Joe Marcus Clarke
8aaacfbd39
* Update the I18N section in light of the recent libiconv and gettext changes
...
* Mention the GNOME 2.0 components are now at beta3
* Change my contact address to my FreeBSD.org address
Reviewed by: sobomax
Approved by: sobomax
2002-04-07 16:00:11 +00:00
Maxim Sobolev
a6071bbb38
FreeBSD.ORG --> FreeBSD.org
...
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-27 17:18:26 +00:00
Maxim Sobolev
49736f70f9
- Add some info about getting Java working in Galeon;
...
- spelling and grammar nits.
Sibmitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-24 10:03:43 +00:00
Maxim Sobolev
f18e59286f
Add recently approved by freebsd-gnome@ distfiles policy.
...
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-16 09:38:51 +00:00
Maxim Sobolev
d18bdbf627
Clarify all the functions of patch-ltmain.sh, and add a few more helpful
...
hints.
2002-02-04 06:44:33 +00:00
Maxim Sobolev
e9df1abb79
Clarify what WANT_GNOME does and add an example for gnomedepends.py.
2002-01-30 18:30:34 +00:00
Maxim Sobolev
14ea5e7d35
Mention why one would want to set USE_GNOME after verifying HAVE_GNOME
...
is true.
2002-01-27 07:00:04 +00:00
Maxim Sobolev
36614bb08c
- Override contactus link at the bottom of each page with our own one;
...
- move KDE into its own section: Related Projects;
- add dummy (so far) entry for a link to a GNOME on GNU/Darwin page.
2002-01-23 21:56:27 +00:00
Maxim Sobolev
53c612b228
Add a blurb on how GNOME auto-detection works using the WANT_*/HAVE_*
...
macros.
2002-01-22 22:30:57 +00:00
Maxim Sobolev
37cf79b706
Add Maxim's blurb about using gnomedepends.py to determine what packages
...
your port may need.
2002-01-22 20:12:45 +00:00
Maxim Sobolev
5f839c7324
- Reindentate;
...
- be more explicit about what this document is about.
2002-01-17 11:53:51 +00:00
Maxim Sobolev
f0fb07dda3
Add some more I18N stuff, and a blurb on libtool.
2002-01-16 21:04:07 +00:00
Maxim Sobolev
85c559d6e3
Update with I18N info.
2002-01-16 07:03:09 +00:00
Maxim Sobolev
d9cf30459e
esound should be all lowercase.
2002-01-09 16:48:55 +00:00
Maxim Sobolev
344dd56acc
Indent to match the style requirements.
2002-01-09 16:43:55 +00:00
Maxim Sobolev
d6ffaf7aa5
Change all embedded HTML lags to lowercase. Also, fix a few typos.
2002-01-09 02:49:58 +00:00
Maxim Sobolev
f715183249
Add the GNOME porting guide to CVS.
2002-01-08 22:44:26 +00:00