summaryrefslogtreecommitdiffstats
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youwill2000-09-153-71/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or before), you should try this. This version is extremely stable and offers better functionality than before. This update also introduces the KDE2 modules kdegraphics and kdemultimedia to our ports tree. Additionally, this marks the first time FreeBSD packages were announced as part of the KDE2 beta release announcement! :-) Most (if not all) of the remaining modules in KDE2 will be added for the update WRT the final release. A hack was added to fix building with SSL in kdelibs; this has been merged in the main tree and will go away with 2.0 release update. Thanks to David Faure <david@mandrakesoft.com> for his help regarding this. Also, building the docs should now succeed because I've added a build dependency on jade and linuxdoc (should be enough). People can get my precompiled packages from the usual location on the KDE FTP server (should spread to the mirrors Real Soon Now (tm)): http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/ Have fun! Remember to reports bugs through http://bugs.kde.org/.
* Update to 1.4.5, reorder MASTER_SITES, and sort PLISTade2000-09-073-44/+43
|
* Clean up PLIST handling with PLIST_SUB magicade2000-09-064-26/+42
|
* New port of bitnotes.sobomax2000-09-056-0/+70
| | | | | | | | | | BitNotes are yet another desktop note taking applet for GNOME, BUT, this one is connected to the net. Huh, you say, what does that mean?, you ask. Well, everytime you see a interesting URL or an important phone number for example, you usually type it in some note pad application. The problem is, once you get to another computer you can't get to your notes. With BitNotes, your notes are automatically saved on a server. The notes you take at the office will also pop up at home for example.
* Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutilswill2000-08-303-245/+163
| | | | | | | | | | | | | | | | dependencies to kde2, and add koffice to kde2, because it's part of the 2.0 release. Fix my bogon in forgetting to remove obsolete qt22 patches. The current state of the ports as far as building and installing is quite good, but I expect minor problems with PLISTs other than for the ones I've fixed here. I'm going to let bento figure it out. :-) Please, test these ports and report bugs to submit@bugs.kde.org, and send me problems with the ports themselves. I've found that KDE2 seems to have stabilized significantly since the last snapshot. And now, I am removing the last patch remaining in the KDE2 ports, except for the QT 2.2 snapshot.
* Update to 1.4.4ade2000-08-213-22/+14
| | | | Submitted by: will (in part)
* o Install in ${X11BASE} instead of ${LOCALBASE} so GNOME panel finds thejedgar2000-08-211-3/+2
| | | | | | | | application files. o Change dependencies to gnomecore instead of gnomelibs to get rid of the 'extra' failures. Submitted by: ade
* Ade decided he would be a willing victim and become the maintainer of this.obrien2000-08-201-1/+1
|
* Make these COMMENT files conform to Handbook standard.will2000-08-111-1/+1
| | | | | PR: 20269 Submitted by: Ports Fury
* Support CC/CXX/CFLAGS/CXXFLAGS/PREFIX properly; tar -> ${TAR}.will2000-08-1114-101/+267
| | | | | PR: 20419 Submitted by: Ports Fury
* Re-sobomize to use pre-patch instead of post-extractade2000-08-045-5/+5
| | | | Wrists slapped by: knu, sheldon
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-042-9/+7
| | | | post-extract rule
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-048-152/+38
| | | | post-extract rule
* Update for new shlib revision from guile 1.4ade2000-08-041-1/+1
|
* change my e-mail addresssanpei2000-08-031-1/+1
| | | | --> sanpei@FreeBSD.org
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-034-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Inactivate deskutils/biblereader.sada2000-08-021-1/+0
| | | | | | | | Activate misc/biblereader. PR: ports/18359 Submitted by: Patrick Seal <patseal@hyperhost.net> Requested by: PW
* Remove non-existent filejedgar2000-08-021-1/+0
| | | | Found by: bento
* Activate BibleReader.sada2000-07-301-0/+1
| | | | | PR: ports/18359 Submitted by: Patrick Seal <patseal@hyperhost.net>
* Add aspostit, an afterstep version of xpostit.nbm2000-07-297-0/+53
| | | | | PR: ports/9289 Submitted by: Kris Kennaway <kris@FreeBSD.org>
* Update port to 0.1.4jedgar2000-07-234-5/+13
|
* Mark these BROKEN, they don't compile/run properly.asami2000-07-191-0/+2
| | | | Submitted by: maintainer
* Upgrade to version 1.4.2.obrien2000-07-193-198/+220
| | | | | | | Submitted by: Matthew Condell <mcondell@bbn.com> PR: 19550 Submitted by: Glenn Johnson <glennpj@bayouhome.net>
* Update port to 1.1.2jedgar2000-07-153-9/+23
| | | | No response from: Maintainer
* Update to 1.2.1ade2000-07-116-26/+400
|
* Update for new devel/libglade shlib versionade2000-07-112-2/+2
|
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.steve2000-07-071-1/+2
|
* Temporary remove gvid - according to PW's requiest it belongs to x11 category.sobomax2000-07-041-1/+0
| | | | There is no history yet, so repo-copy isn't necessary.
* Remove directory that got left behindade2000-06-261-0/+1
| | | | Submitted by: bento
* Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.ade2000-06-262-0/+4
| | | | | | | This is now REQUIRED by ALL GNOMEish applications that install anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome Reminded by: bento
* - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-233-2/+5
| | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Remove maintainership of most of my ports. I don't really havecpiazza2000-06-201-1/+1
| | | | | time to maintain these and I'm just not interested in these particular ones any more.
* Activate gvid.sobomax2000-06-201-0/+1
|
* Use the distfiles now on ftp.freebsd.org instead of from my home directorysteve2000-06-171-1/+1
| | | | on freefall.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Use devel/gettext instead of libintl included in theade2000-06-151-2/+1
| | | | | | distribution itself. Approved by: maintainer
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-142-2/+4
|
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-091-0/+1
| | | | area on the local ports tree.
* Missing dependenciesade2000-06-082-2/+6
| | | | Submitted by: bento
* Add xpostit.1.asami2000-06-031-0/+1
| | | | Submitted by: bento
* Add optional gnomepilot support (WITH_GNOMEPILOT directive)ade2000-06-028-26/+240
| | | | | | The default is OFF, even if you have gnomepilot installed already. Problem reported by: Heath Nielson <heath@cs.byu.edu>
* Updates for new shared library versions in GNOME 1.2ade2000-06-016-14/+9
|
* Say hello to GNOME 1.2ade2000-06-0118-228/+572
| | | | | | | | | | | | | | | | | | | | | | | | | | audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
* Update MASTER_SITES and remove manpage since it's no longer there.will2000-05-291-8/+2
| | | | | | PR: 17158 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Ignored by: joerg
* Checksum changed because the configure.in script was regen'd with autoconfsteve2000-05-281-1/+1
| | | | version 2.13 instead of 2.7.
* Update to KDEUTILS 1.90 (aka KDE2 beta).will2000-05-163-545/+553
|
* Fix a fennerism by replacing 1 bad MASTER_SITE with 5 good ones.billf2000-05-141-1/+5
|
* Adding the bulb and moneydance ports.steve2000-05-011-0/+2
|
* Adding bulb version 1.0.6.steve2000-05-015-0/+46
| | | | | | | | A simple GNOME applet which provides a warning service when tasks terminate. PR: 17337 Submitted by: Scott A. Moberly <smoberly@xavier.dyndns.org>
OpenPOWER on IntegriCloud