aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Tiny cosmetic fixes.knu2000-04-151-1/+1
| | | | | Assure master ports and their lang-specific slaves of having consistent categories.
* Convert to PORTNAME/PORTVERSION.asami2000-04-143-8/+8
|
* fix typomharo2000-04-102-2/+2
| | | | Submitted by: Ben Smithurst / ben@scientia.demon.co.uk
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-0928-73/+74
|
* Update to 0.4.6ade2000-04-073-21/+20
|
* Update port to 0.1.3jedgar2000-03-302-3/+3
|
* Take over a couple of ports.ade2000-03-301-1/+1
|
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-293-3/+3
| | | | | | have time to maintain them. Approved by: andy
* Upgrade to version 1.3.4.obrien2000-03-292-2/+2
|
* Directory reorginization on the master site.obrien2000-03-291-1/+1
| | | | Submitted by: "David G. Paschich" <dpassage@flophouse.com>
* Upgrade to version 1.3.3.obrien2000-03-263-43/+281
| | | | | | Submitted by: Matthew Condell <mcondell@bbn.com> For whom I cannot give enough praise for upgrading one of the most difficult ports I know of.
* Fix incomplete PLIST.imura2000-03-261-1/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Update to 1.0.51ade2000-03-228-48/+104
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Update port to 0.8.0jedgar2000-03-193-3/+19
|
* Update port to 0.7.10jedgar2000-03-092-3/+3
|
* distsite reorgedobrien2000-02-291-2/+2
| | | | | PR: 17049 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Small modification to respect $(CXX)imura2000-02-251-5/+6
| | | | Obtained from: Will's Qt/KDE site.
* Bump shlib versions of kdelibs11 and kdesupport11.asami2000-02-243-5/+5
|
* Update port to 0.7.9jedgar2000-02-212-3/+3
|
* Make the port install the application pixmap in the correctjedgar2000-02-181-1/+1
| | | | | | place: share/gnome/pixmaps instead of share/pixmaps Submitted by: ade
* Remove giflib dependence.imura2000-02-152-4/+2
| | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
* Update to 0.1.2jedgar2000-02-153-3/+5
|
* Update to 0.7.5jedgar2000-02-152-3/+3
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Update port to 0.7.4jedgar2000-02-072-3/+3
|
* Update port to 0.7.2jedgar2000-02-062-3/+3
|
* Update the ports WWW and MASTER_SITESjedgar2000-02-012-4/+3
| | | | Obtained from: Maintainer
* Add libxml dependencyjedgar2000-01-311-1/+2
| | | | Found by: bento
* Update port to 0.8.1jedgar2000-01-315-50/+77
| | | | | | | | | | * Diffs provided by Glenn Johnson * DISTFILES being hosted locally until it can be determined if the author has a permanent location and is continuing development PR: 16351 Submitted by: Maintainer
* Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisreg2000-01-301-1/+0
| | | | for them.
* Oops, forgot the patchjedgar2000-01-261-0/+10
|
* Update port to 0.7.1jedgar2000-01-264-5/+24
| | | | | | | | * Significant code updates since the last port update (including an almost complete rewrite of the code base, plugin support, qif support, etc) * Take over maintainership of this port (approved by previous maintainer)
* Removing the xcalendar port.steve2000-01-241-1/+0
| | | | | PR: 14471 Submitted by: Will Andrews <andrews@technologist.com>
* Nuking the recycler port.steve2000-01-241-1/+0
| | | | | PR: 14469 Submitted by: Will Andrews <andrews@technologist.com>
* - Update portmharo2000-01-226-55/+114
| | | | | | | | | - Add secondary site to MASTER_SITES - Support CC/CFLAGS/PREFIX properly - Support install macros PR: 15969 Submitted by: tkato@prontomail.ne.jp
* Use YACC, not bison.obrien2000-01-221-0/+11
|
* Use YACC rather than bison.obrien2000-01-212-3/+23
|
* Update to version 2.10 to unbreakcpiazza2000-01-102-3/+3
|
* Change MAINTAINER to ade@FreeBSD.org .nakai2000-01-074-4/+4
|
* Activate xwritsjedgar2000-01-051-0/+1
|
* Xwrits reminds you to take wrist breaks, which will hopefully help youjedgar2000-01-055-0/+37
| | | | | | | | prevent repetitive stress injury. It pops up an X window when you should rest; you click on that window, then take a break. PR: 15849 Submitted by: Matthew Braithwaite <mab@red-bean.com>
* Update to use Tcl/Tk version 8.2. No response from maintainer.steve2000-01-0310-5/+104
|
* General comment cleanups.hoek1999-12-291-1/+1
|
* Correct LIB_DEPENDS deficiency (requires libxmp)jedgar1999-12-271-1/+2
| | | | Found by: bento
* Activate yankjedgar1999-12-261-0/+1
|
* simple notekeeper and todo-list manager for GNOMEjedgar1999-12-265-0/+48
| | | | PR: 15138
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-251-2/+1
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Activate gnofinjedgar1999-12-241-0/+1
|
* a light-weight GNOME based financial management programjedgar1999-12-245-0/+36
| | | | | PR: 12699 Submitted by: Dominik Brettnacher <domi@saargate.de>
* New location on MASTER_SITE.steve1999-12-054-4/+4
| | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
* Update to use Tcl/Tk version 8.2.steve1999-11-293-8/+72
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Update to use Tcl/Tk version 8.2.steve1999-11-294-5/+5
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Update to version 0.10.jim1999-11-092-3/+3
|
* Update to 1.0.55nakai1999-10-276-8/+10
| | | | | PR: ports/14541 Submitted by: Ade Lovett<ade@lovett.com>
* Update MAINTAINER's email address.fenner1999-10-272-2/+2
|
* Depend on gnomelibs if USE_GNOME is defined.jim1999-10-261-0/+3
|
* Updated to version 1.1.4jim1999-10-182-3/+3
|
* PR: ports/14303nakai1999-10-148-22/+52
| | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.50
* PR: ports/14303nakai1999-10-148-64/+106
| | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.50
* Pre-create installation directory.asami1999-10-121-0/+3
| | | | Found by: my lunchbox
* Install the help file in the right place.steve1999-10-113-4/+4
| | | | | PR: 14247 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>