aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* malloc.h -> stdlib.hpetef2002-03-054-0/+28
| | | | PR: 35519
* Update to 1.0.22petef2002-02-193-2/+4
|
* Update to 1.4.1.2.sobomax2002-02-088-44/+96
|
* - update to 2.1petef2002-02-043-3/+3
| | | | - sort pkg-plist
* Fix patch, so that it doesn't break some ports on 4-STABLE.sobomax2002-02-032-12/+16
| | | | Submitted by: Joe Macus Clarke <marcus@marcuscom.com>
* Add missed continue statement.sobomax2002-01-292-14/+22
|
* gnome@ is an alias for sobomax@demon2002-01-292-2/+2
|
* Change MAINTAINER to sobomax@demon2002-01-292-2/+2
|
* Add Evolution into ${BUILD,RUN}_DEPENDS.sobomax2002-01-292-0/+6
| | | | Submitted by: Joe Clarke <marcus@marcuscom.com>
* Update to 0.5.1.sobomax2002-01-2912-32/+238
| | | | | Submitted by: Anders Andersson <anders@hack.org> Joe Clarke <marcus@marcuscom.com>
* Update version number of guppi shared library.sobomax2002-01-251-1/+1
| | | | Submitted by: Michael V. Harding <mvh@corp.namesafe.com>
* Fix compilation when WITHOUT_PILOT is defined.sobomax2002-01-212-6/+2
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Correct logic for optional pilot support.sobomax2002-01-212-2/+2
| | | | | Submitted by: Anders Andersson <anders@hack.org> Joe Clarke <marcus@marcuscom.com>
* Update maintainer addresslioux2002-01-213-3/+3
| | | | | PR: 34095 Submitted by: MAINTAINER
* Update broken master sites.anders2002-01-211-2/+3
| | | | Approved by: shanee@augusta.de (maintainer)
* horde-devel from 2.0 RC3 to 2.0;ijliao2002-01-203-0/+9
| | | | | turba from 1.0 RC3 to 1.0; imp-devel from 3.0 RC3 to 1.0
* Update maintainer's email addressdwcjr2002-01-181-1/+1
| | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer
* Remove empty files.sobomax2002-01-152-0/+0
|
* Add port misc/tuxcards A small Application, which organizes your notespat2002-01-125-0/+58
| | | | | | | | in a tree, so they are easier to find. Clone of the Windows software "CUECards" PR: 33734 Submitted by: Tilman Linneweh <freebsdports@arved.de>
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-115-76/+14
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* Update to 1.6.5.sobomax2002-01-105-62/+124
|
* Pilot-link now lives in ${LOCALBASE}, not in ${LOCALBASE}/pilot.sobomax2002-01-082-6/+6
| | | | | PR: ports/33651 Submitted by: Ollivier Robert <roberto@eurocontrol.fr>
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-085-0/+15
| | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Make pilot-link install directly into PREFIX. This should allowwill2002-01-054-12/+4
| | | | pilot-link and all dependents to build correctly on bento.
* Conditionalize use of objprelink based on whether we're running onwill2002-01-055-19/+40
| | | | | | MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several
* Fix install of holiday filepat2002-01-041-1/+1
| | | | | PR: 33508 Submitted by: maintainer
* add narval 1.1ijliao2002-01-046-0/+326
| | | | Network Assistant Reasoning with a Validating Agent Language
* Correct LIB_DEPENDS.demon2002-01-034-4/+4
|
* Fix DISTNAMElioux2001-12-301-1/+1
| | | | Submitted by: maintainer
* Replaced with Japanese specific xcalendar-uj.hollioux2001-12-271-21/+0
| | | | | PR: 33180 Submitted by: maintainer
* 1. Update to 4.0.2002lioux2001-12-262-1/+38
| | | | | | | | | 2. update holiday file 2.1. remove files/xcalendar.hol 2.2. add files/xcalendar-uj.hol (rename for ja_JP.EUC) PR: 33180 Submitted by: maintainer
* - PORTDOCS policepat2001-12-241-5/+5
| | | | | - DOCSDIR support to some - Brush out some lint
* Add USE_BISON, because port having problems building itself using byacc.sobomax2001-12-192-0/+4
| | | | Submitted by: bento
* Correct WITHOUT_PILOT test in one place.sobomax2001-12-192-2/+2
|
* Fix a problem with auto{conf,make}: some build magic was introduced topetef2001-12-184-4/+4
| | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. (This is the last one, promise!) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Make Pilot support "on" by default, so that package build on bento willsobomax2001-12-172-10/+10
| | | | contain all possible features.
* add kronolithijliao2001-12-1325-0/+1009
| | | | | | | Kronolith is the Horde calendar application PR: 32712 Submitted by: Thierry Thomas <thierry@thomas.as>
* Fix a problem with auto{conf,make}: some build magic was introduced topetef2001-12-071-1/+1
| | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will
* Put in missing .else - this should make WITH_PILOT working.sobomax2001-12-072-0/+2
| | | | | PR: 32569 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 1.4.3.sobomax2001-12-0610-104/+84
| | | | | PR: 32511 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Upgrade KDE to 2.2.2:will2001-12-0416-25/+324
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
* Add mhc, Message Harmonized Calendaring system (for emacs21).yoichi2001-12-031-0/+1
| | | | Reviewed by: knu(mentor)
* Move master port to deskutils/mhc and add support for emacs21.yoichi2001-12-0311-394/+128
| | | | | | PR: ports/31568 Submitted by: yoichi(MAINTAINER) Reviewed by: knu(mentor)
* This port has been obsoleted by deskutils/kdepim.will2001-11-307-177/+0
| | | | | PR: 30290 Submitted by: Ports Fury
* Update to 1.6.4.sobomax2001-11-243-58/+76
|
* upgrade to 1.04ijliao2001-11-244-46/+12
| | | | | PR: 32214 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.4.1.1.sobomax2001-11-248-10/+64
|
* WWW tag should contain a valid URI. Rewrite tag appropriatlylioux2001-11-211-1/+3
|
* s/malloc.h/stdlib.h/ijliao2001-11-092-0/+6
|
* s/malloc.h/stdlib.h/ijliao2001-11-092-0/+6
|
* Back out rev 1.31 which was never run past me, and which breaks the buildingobrien2001-10-311-7/+7
| | | | of the port.
* Update to 1.0.20petef2001-10-292-2/+2
|
* Correct Guppi entry in LIB_DEPENDS after updating Guppi to 0.40.0.sobomax2001-10-281-1/+1
|
* Upgrade to 2.2.1.demon2001-10-2715-90/+55
| | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (with slight modifications)
* Unbroke on -stable.sobomax2001-10-102-0/+30
| | | | Prompted by: many
* Update to 1.4.1.sobomax2001-10-098-330/+246
|
* Remove sysutils/e2fsprogs from LIB_DEPENDS - we don't really need it here.sobomax2001-10-052-4/+2
|
* Move g-wrap from BUILD_DEPENDS to LIB_DEPENDS, because it is required at thesobomax2001-09-291-2/+2
| | | | | | | | run time as well. Submitted by: Jim Freeze <jfreeze@freebsdportal.com> Glenn Johnson <glennpj@charter.net> Mike Meyer <mwm@mired.org>
* Dump ports/deskutils/bitnotes into the Attic - the MASTER_SITE, home page andsobomax2001-09-276-63/+0
| | | | the service itself have been dead for a quite some time now. R.I.P.
* Upgrade to 0.4.0demon2001-09-236-8/+56
|
* Remove extraneous " in MASTER_SITES.fenner2001-09-191-1/+1
|
* Add kmymoney2 0.3.6, kMyMoney2 - The Personal Finances Manager for KDE.dwcjr2001-09-178-0/+183
| | | | | PR: 29407 Submitted by: dmitry_makovey@mail.com
* Update to 1.9petef2001-09-142-2/+2
|
* Update to 1.0.18petef2001-09-142-4/+4
|
* Refine RUN_DEPENDS: delete obsolete gnuplot and add two perl modules necessarysobomax2001-09-111-2/+4
| | | | | | | for getting stock quote updates. PR: 30403 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
* - Hand the maintainership over to the submitter.knu2001-09-111-3/+30
| | | | | | | - Make some minor fixes including making it honor PREFIX. PR: ports/30384 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Set DIST_SUBDIR=KDEdemon2001-09-1110-5/+10
|
* MAINTAINER -> kde@FreeBSD.orgdemon2001-09-014-4/+4
|
* Give maintainership to David Gilbert <dgilbert@velocet.ca>petef2001-09-011-1/+1
|
* Drop maintainership. I don't use this thing any more...mi2001-08-311-1/+1
|
* Make not fail when width or height = 0dwcjr2001-08-312-0/+21
| | | | | | | | Bump PORTREVISION PR: 23701 No Response: maintainer Submitted by: dgilbert@velocet.ca
* Make CATEGORIES and MAINTAINER overridable for japanese/kde*.knu2001-08-311-2/+2
| | | | Approved by: kde (will), demon (MAINTAINERs)
* Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically towill2001-08-251-1/+1
| | | | | | | | maintain and improve QT/KDE on FreeBSD. This group (at this time) consists of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will. While I'm here, fail build of kdelibs11 if kdelibs2 is installed. This was originally supposed to be committed with the 2.2 update, but...
* Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-232-2/+2
| | | | Reviewed by: ade
* Update port to version 1.0.17.olgeni2001-08-192-3/+2
| | | | | PR: 29855 Submitted by: Pete Fritchman <petef@databits.net>
* add logjamijliao2001-08-176-0/+35
| | | | | | | A GTK interface to user journals on www.livejournal.com PR: 29684 Submitted by: Alan P. Laudicina <alanp@unixpower.org>
* Update to 1.6.2.sobomax2001-08-163-54/+54
|
* *sigh* They changed the path to the tarballs again. This was verifiedwill2001-08-165-5/+5
| | | | | | on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/. :\ Submitted by: scottl
* Update to KDE 2.2:will2001-08-1515-1088/+929
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
* Adieu ftp.freesoftware.com!joerg2001-08-121-2/+1
|
* Remove phpgw_projects port from category Makefile.olgeni2001-08-081-1/+0
|
* Remove the phpgw_projects port, now officially in phpgroupware.olgeni2001-08-085-134/+0
|
* Remove phpgw_inventory port from category Makefile.olgeni2001-08-081-1/+0
|
* Remove the phpgw_inventory port, now included in the stock phpgroupwareolgeni2001-08-085-131/+0
| | | | software.
* Update port to version 0.9.12. It already includes the "inventory" andolgeni2001-08-086-1350/+6396
| | | | "projects" applications.
* Update to mhc-current-snap-20010625.knu2001-08-0210-30/+30
| | | | | PR: ports/29357 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> (MAINTAINER)
* Update to version 1.0.16lioux2001-08-012-3/+3
| | | | | PR: 29352 Submitted by: maintainer
* Update to 1.6.1.sobomax2001-07-315-139/+768
|
* Add dailystrips 1.0.14,tobez2001-07-306-0/+58
| | | | | | | | utility to download or view your favorite online comic strips daily. PR: 28960 Submitted by: Pete Fritchman <petef@databits.net>
* Upgrade to 3.0.3mi2001-07-245-21/+14
| | | | | PR: ports/27936 Submitted-by: Andrew Bliznak
* Fix MASTER_SITES.demon2001-07-152-4/+2
|
* New port: MrProject.demon2001-07-1511-0/+207
| | | | A project management tool for GNOME.
* Fix a typo (PORTS --> PORTSDIR).sobomax2001-07-052-2/+2
| | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
* Use gettext-devel to workaround a incompatibility with the oldest version ofsobomax2001-07-054-70/+8
| | | | gettext.
* Update to 1.4.0.2.sobomax2001-07-056-6/+74
|
* Update to 1.4.0.1.sobomax2001-07-0414-40/+598
|
* Fix pkg-plistkevlo2001-06-231-0/+1
| | | | | PR: 28335 Submitted by: MAINTAINER
* House distfiles under since these are no longer available elsewherelioux2001-06-231-2/+2
|
* update MASTER_SITESmharo2001-06-181-1/+3
| | | | | PR: 27746 Submitted by: Jeff Palmer <scorpio@drkshdw.org>
* Update to 1.8ade2001-06-082-2/+2
| | | | | PR: 27943 Submitted by: maintainer
* Unbroke.sobomax2001-06-061-1/+2
| | | | | | | | | | Remove USE_AUTOMAKE and but back explicit dependency to devel/automake. These ports aren't intended to be configured by automake, which USE_AUTOMAKE does automagically. Instead they are just using some files from ${LOCALBASE}/share/automake. Screwed by: ade Reported by: bento
* List ruby-gtk in RUN_DEPENDS.knu2001-06-031-0/+2
| | | | | PR: ports/27832 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> (MAINTAINER)
* Replace explicit build dependency on automake with USE_AUTOMAKE knobade2001-06-011-2/+1
|
* Replace explicit build dependency on libtool with USE_LIBTOOL knobade2001-06-011-2/+1
|
* upgrade to 0510ijliao2001-05-274-4/+4
| | | | | PR: 27249 Submitted by: maintainer
* add jljijliao2001-05-247-0/+53
| | | | | | | Jerry's command-line LiveJournal.com entry system PR: 26991 Submitted by: Pete Fritchman <petef@databits.net>
* Update to 1.4.12ade2001-05-234-2/+10
|
* Add gemcal 20010510, a calender program for MHC.will2001-05-206-0/+57
| | | | | PR: 27248 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* Add share/plan to pkg-plist.deischen2001-05-201-0/+1
| | | | | PR: 27459 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-125-5/+5
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to xwrits 2.15kris2001-05-063-4/+4
| | | | Approved by: maintainer (7 months ago)
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-0522-362/+662
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix remove doc-directory problem.shige2001-04-232-0/+2
| | | | | Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> Obtained from: http://home.jp.FreeBSD.ORG/cgi-bin/showmail/ports-jp/10974
* Update to 1.0.sobomax2001-04-199-24/+102
| | | | | PR: ports/26669 Submitted by: Alex Kapranoff <kappa@zombie.antar.bryansk.ru>
* Forgot to commit sorted, updated plist with previous commitkris2001-04-181-22/+26
|
* Update to gnucash 1.4.11kris2001-04-182-2/+2
|
* Add mhc-xemacs21-mule.shige2001-04-092-0/+14
| | | | | | | | | | MHC is designed to help those who receive most appointments via email. Using MHC, you can easily import schedule articles from emails. To use mhc, you must install some of the supported MUA. The supported MUA are Mew, Wanderlust and Gnus. PR: ports/26398 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* Add mhc-emacs20 port.shige2001-04-0813-0/+455
| | | | | | | | | | MHC is designed to help those who receive most appointments via email. Using MHC, you can easily import schedule articles from emails. To use mhc, you must install some of the supported MUA. The supported MUA are Mew, Wanderlust and Gnus. PR: ports/26398 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* use a more standard date format in the port versionbillf2001-04-081-2/+3
| | | | Reviewed by: maintainer
* Various fixes:will2001-04-041-1/+1
| | | | | | | - Put kdesupport11 dependency back. I forgot that it is not implied by kdelibs11 as kdesupport2 is by kdelibs2. - HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed. - Add X11 headers to CPPFLAGS for moonshine (extreme case).
* Overhaul QT/KDE support:will2001-04-038-63/+10
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* Add bigyear 20012602,mharo2001-04-036-0/+38
| | | | | | | a program to print a large (one month per page) calendar. PR: 25381 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Update -> 2.1.1.demon2001-04-038-8/+8
|
* Fix my previous mistakes: the PHP scripts really belong toolgeni2001-03-318-1877/+1877
| | | | | | www/data.default. Noticed by: Neil Blakey-Milner <nbm@mithrandr.moria.org>
* Bump PORTREVISION to trigger installation of the new modules.olgeni2001-03-312-0/+2
|
* Add phpgw_projects and phpgw_inventory to RUN_DEPENDS, to get the fullolgeni2001-03-314-10/+20
| | | | | | | | | phpgroupware suite. Fix permissions for phpgroupware's files directory (707 is needed to access user files). Don't complain if files directory still contains files at deinstall time.
* Add phpgw_projects, a project management application for phpGroupWare.olgeni2001-03-316-0/+135
|
* Add phpgw_inventory, an inventory management application for phpGroupWare.olgeni2001-03-316-0/+132
|
* Install files in www/data, not www/data.default.olgeni2001-03-304-1656/+1656
| | | | Submitted by: Mike Harding <mvh@ix.netcom.com>
* This port requires PHP to run (RUN_DEPENDS).olgeni2001-03-302-0/+4
| | | | Submitted by: James Housley <jim@thehousleys.net>
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-3010-10/+10
| | | | | | | -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.
* Add phpgroupware, a multi-user web-based groupware suite written in PHP.olgeni2001-03-2811-0/+1717
|
* Update to version 2.1.5kevlo2001-03-263-5/+2
| | | | | PR: 26063 Submitted by: MAINTAINER
* - Update checksumkevlo2001-03-174-38/+21
| | | | | | | | (Makefile is slightly modified & several html documents are vanished) - Add %%PORTDOCS%% to pkg-plist PR: 25868 Submitted by: Ports Fury
* Add xcalendar 4.0,kuriyama2001-03-1615-0/+1323
| | | | | | | | a calendar with a notebook for X11 (internationarized version). PR: ports/25739 Submitted by: MITA Yoshio <mita@iis.u-tokyo.ac.jp>
* Spell PORTDOCS without the trailing ':' so this port packages correctly.steve2001-03-101-3/+3
|
* Upgrade to use tcl/tk 8.3, instead of 8.2.keith2001-03-081-7/+7
| | | | PR: 25373
* Attempt to fix conflicts with a local getopt.h (specifically, the fix iswill2001-03-051-1/+1
| | | | for libgnugetopt's getopt.h). Not tested, but should work.
* Remove bogus WWW: URL.demon2001-03-034-8/+0
| | | | Submitted by: Womchick alexeyeff <wom@wom.ru>
* Remove kdepim2 and kdesdk2.demon2001-03-021-1/+0
|
* Add kdepim: Personal Information Management tools for KDE.demon2001-03-0221-0/+1357
|
* Remove kdepim2.demon2001-03-025-339/+0
| | | | | | I'll re-add it as 'kdepim'. Asked by: will
* New port: kdepim2 (Personal Information Management tools for KDE)demon2001-03-026-0/+340
|
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofwill2001-02-273-44/+75
| | | | | | | | | | | | | | | the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo
* Update yank to 0.2.0jedgar2001-02-264-2/+23
| | | | Submitted by: Kelsey Cummings <kc@microshaft.org>
* Sanitize MASTER_SITES.lioux2001-02-221-1/+2
|
* Add ithought a4, an extensible text management system.nbm2001-02-206-0/+53
|
* Update to 2.1.4.dannyboy2001-02-183-2/+5
| | | | | PR: 25084 Submitted by: maintainer
* typo clean up police: \s -> \tlioux2001-02-141-1/+1
|
* Minor tweak of WRKSRC needed by ja-plan.obrien2001-02-061-1/+1
|
* Release a few ports back into the wild that I don't haveade2001-01-231-1/+1
| | | | time to maintain any more.
* Update port to 0.1.5jedgar2001-01-222-2/+2
| | | | Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
* Remove hanspb@persbraten.vgs.no as MAINTAINER; email has been bouncingfenner2001-01-222-4/+0
| | | | for over 2 months.
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-171-6/+0
| | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-176-9/+8
|
* fix X manpage error with XFree86-4sf2001-01-102-6/+18
| | | | PR: 23422
* Upgrade to 2.1.2kevlo2001-01-052-2/+2
| | | | | PR: 24075 Submitted by: MAINTAINER
* use USE_GTK instead.vanilla2001-01-041-9/+3
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Add loserjabber 2.0.1, a GTK utility which allows registered users ofwill2000-12-196-0/+40
| | | | | | | livejournal.com to update their journals. PR: 23318 Submitted by: Ryan Younce <ryan@manunkind.org>
* Remove period (which pkg-comments shouldn't end with).dannyboy2000-12-171-1/+1
| | | | | PR: 22986 Submitted by: Ports Fury
* Upgrade to 2.0.1kevlo2000-12-123-8/+43
|
* Update to 1.4.9ade2000-12-093-2/+19
|
* Update port to 0.8.4jedgar2000-12-023-2/+3
|
* Update to plan-1.8.4. Change my email address in MAINTAINER.deischen2000-11-254-77/+61
| | | | | PR: 22001 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Resign as maintainer of KDE2 ports, having brought them up from inceptionwill2000-11-181-1/+1
| | | | | | | | | to the final release of KDE 2.0. Kevin Lo <kevlo@FreeBSD.org> will continue as the new maintainer. He has commit privileges on the KDE tree, making him an excellent candidate for this job. I'll be behind the scenes for awhile, since there are some structural changes I'd like to make but I'd rather have Kevin do the work. Please, people, direct your patches at Kevin and watch his "freetime deprivation process" _really_ start. :-P
* Release a few more ports so I can concentrate more on GNOMEade2000-11-181-1/+1
|
* symlinks changed from absolute to relative.kevlo2000-11-161-10/+12
| | | | | PR: 22881 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Update to version 2.6kevlo2000-11-135-11/+30
| | | | | PR: 22810 Submitted by: Ports Fury
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-085-5/+5
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Take over maintance. This is one of my most important daily used apps.obrien2000-11-061-1/+2
|
* Update to 1.4.8ade2000-11-042-3/+3
|
* Update port to 0.8.3jedgar2000-11-033-2/+3
|
* Add two missed shared libs.will2000-11-021-0/+2
|
* - Fix MASTER_SITESjeh2000-11-016-21/+65
| | | | | | | | - Remove version number from pkg-descr - Update checksum (Can we legally hunt people that do this?) PR: 22446 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peoplewill2000-10-291-2/+2
| | | | | | to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* Implement fix for configure scripts in regards to finding X libs onwill2000-10-291-3/+3
| | | | | | XFree86 4.0.1. Submitted by: PW (thanks)
* Fix Imakefile breakage under XFree86 4.xkevlo2000-10-281-2/+9
| | | | | PR: 22362 Submitted by: Ports Fury
* Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...will2000-10-253-89/+44
| | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff.
* Merge kde11-i18n into kde11, and remove my *-i18n ports.imura2000-10-231-1/+0
| | | | | | There is no so-version bump, because of compatibility. Approved by: will (kde11 maintainer)
* Retire wpeople - it has been dead for a quite long time.sobomax2000-10-231-1/+0
|
* Add deskutils/gcal, the GNU Gregorian/Julian/Chinese/Japanese/Islamictrevor2000-10-146-0/+206
| | | | | | | | | calendar. It can remind you of National Day in the YAR or Thanksgiving in Canada. It can tell you when Cliff House opened and display an ASCII pumpkin on Hallowe'en. PR: 21921 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Update port to 0.8.2jedgar2000-10-142-2/+2
|
* Update MASTER_SITES.jim2000-10-121-1/+2
|
* Rename ${FILESDIR}/patch.nopilot to ${PATCHDIR}/extra-patch-nopilot.asami2000-10-082-2/+2
|
* Update to 1.4.7ade2000-10-063-2/+5
|
* Implement WANT_GNOME.reg2000-10-052-15/+8
|
* Implement USE_GNOME, part 2.reg2000-10-052-16/+4
|
* Implement USE_GNOME, part 1.reg2000-10-0511-321/+295
|
* Implement USE_GTK, part 1.reg2000-10-051-7/+4
|
* Maintainer is now a committer, update email accordinglylioux2000-10-031-1/+1
| | | | Approved by: will
* Approved by: Willlioux2000-10-031-4/+5
| | | | | | | | | | | Some simple changes. Mostly implementing Mr. Sada Kenji patches to JX x11-toolkit family ports: 1. nonexistent -> ${NONEXISTENT} 2. Allow you to define WRKDIRPREFIX safely. -JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3 +JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
* - Update port to 0.8.1jedgar2000-09-283-11/+3
| | | | - GNU_CONFIGURE -> USE_LIBTOOL to prevent installing *.la files
* Adding notebook version 1.0.1.steve2000-09-1810-0/+215
| | | | | | | An organizer for storing information and to-do lists. PR: 19289 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
* Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youwill2000-09-163-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-223-22/+14
| | | | Submitted by: will (in part)
* o Install in ${X11BASE} instead of ${LOCALBASE} so GNOME panel finds thejedgar2000-08-221-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-211-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-055-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-031-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-307-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-201-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-163-9/+23
| | | | No response from: Maintainer
* Update to 1.2.1ade2000-07-126-26/+400
|
* Update for new devel/libglade shlib versionade2000-07-122-2/+2
|
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.steve2000-07-081-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-271-0/+1
| | | | Submitted by: bento
* Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.ade2000-06-272-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-211-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-171-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-161-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-101-0/+1
| | | | area on the local ports tree.
* Missing dependenciesade2000-06-092-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-038-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-026-14/+9
|
* Say hello to GNOME 1.2ade2000-06-0218-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-301-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-173-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>
* Add moneydance version 2.0.4.steve2000-05-015-0/+55
| | | | | | | | | Moneydance is a personal finance management application written in Java. Features include transaction auto-completion, reporting, graphing, check printing, scheduled transactions, and much more. PR: 17018 Submitted by: Sean Reilly <sreilly@seanreilly.com>
* Update to version 2.11.steve2000-04-302-2/+2
| | | | | PR: 18225 Submitted by: maintainer
* Respect C{,XX}FLAGS.steve2000-04-304-0/+49
| | | | | PR: 18242 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Unbreak by updating to gtimer 1.1.15, and redo a botched (but cosmetic)kris2000-04-303-12/+12
| | | | | | patch. Noticed by: bento
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-241-1/+1
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-2/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports