aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 1.7Ying-Chieh Liao2001-08-184-14/+10
| | | | | | | | PR: 29053 Submitted by: Kim Scarborough <sluggo@jinx.unknown.nu> Notes: svn path=/head/; revision=46412
* add hbYing-Chieh Liao2001-08-186-0/+39
| | | | | | | | | | A simple, but complete budget management in Python PR: 29048 Submitted by: Tim Daneliuk <tundra@tundraware.com> Notes: svn path=/head/; revision=46411
* remove dead MASTER_SITESYing-Chieh Liao2001-08-178-14/+52
| | | | | | | | | | | install example config file & docs clean up pkg-{comment,descr} PR: 29636 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=46393
* upgrade to 1.5aYing-Chieh Liao2001-08-178-120/+8
| | | | | | | | PR: 28901 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=46388
* Forgot to remove debug comment.Dmitry Sivachenko2001-08-1670-70/+70
| | | | Notes: svn path=/head/; revision=46334
* Upgrade to 2.2.Dmitry Sivachenko2001-08-16351-14369/+7391
| | | | Notes: svn path=/head/; revision=46333
* Do not coredump when viewing files larger that 8Mb.Dmitry Sivachenko2001-08-162-11/+23
| | | | | | | | | | Bump PORTREVISION Minor cosmetic fixes in the Makefile. Submitted by: Pavel Biryukov <pavel@svegapro.ru> Notes: svn path=/head/; revision=46330
* - Update distinfo;Maxim Sobolev2001-08-161-2/+184
| | | | | | | | | - Fix pkg-plist. Submitted by: bento Notes: svn path=/head/; revision=46329
* Change PREFIX from /usr to the default not to harm bento.Akinori MUSHA2001-08-156-21/+32
| | | | | | | | | Prepare rc.d scripts that do ldconfig on startup, because $PREFIX/lib/compat and $PREFIX/lib/compat/aout are no longer included in the default $ldconfig_paths and $ldconfig_paths_aout, respectively. Notes: svn path=/head/; revision=46292
* *sigh* They changed the path to the tarballs again. This was verifiedWill Andrews2001-08-155-5/+5
| | | | | | | | | on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/. :\ Submitted by: scottl Notes: svn path=/head/; revision=46285
* Update to KDE 2.2:Will Andrews2001-08-1519-840/+615
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=46280
* Unbroke.Maxim Sobolev2001-08-152-841/+1
| | | | | | | | PR: 29311 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net> Notes: svn path=/head/; revision=46271
* Use other way to disconnect compatX ports from the bento build.Maxim Sobolev2001-08-154-3/+15
| | | | Notes: svn path=/head/; revision=46270
* [portmgr@ hat on]Maxim Sobolev2001-08-151-3/+3
| | | | | | | | | | | | | Temporarly disconnect compatX ports from the build because they are doing strange things to bento cluster. Now most ports on 4-STABLE cluster fails on various stages with the following error message: /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" not found Perhaps PREFIX=/usr in compatX ports was a bad idea. Notes: svn path=/head/; revision=46269
* p5-Text-CSV is in textproc and not devel. Fix dependency.Paul Richards2001-08-151-1/+1
| | | | Notes: svn path=/head/; revision=46264
* Fix handling of unconditional dependenciesDag-Erling Smørgrav2001-08-142-4/+7
| | | | Notes: svn path=/head/; revision=46240
* Grr. I badly broke this port's installation.Mark Murray2001-08-133-7/+34
| | | | | | | Fix in a klugy sort of way untill I can revisit. Notes: svn path=/head/; revision=46195
* Fix pkg-plistKevin Lo2001-08-131-0/+2
| | | | | | | | PR: 29484 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=46192
* Add DataCash - and online module for credit card processing and verification.Mark Murray2001-08-136-0/+41
| | | | Notes: svn path=/head/; revision=46167
* Add compat22, compat3x and compat4x. These packages allow you toAkinori MUSHA2001-08-1316-0/+268
| | | | | | | | | | | | install the compat libraries on your system, so you can use legacy binaries that depend on them. PR: ports/29371 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Altered by: knu Notes: svn path=/head/; revision=46163
* Update to 2.0David W. Chapman Jr.2001-08-122-3/+3
| | | | | | | | | | Give port back to ports@ PR: 29572 Submitted by: maintainer Notes: svn path=/head/; revision=46140
* add quantlibYing-Chieh Liao2001-08-126-0/+221
| | | | | | | A comprehensive software framework for quantitative finance Notes: svn path=/head/; revision=46128
* Add figlet-fonts, a port that installs about 150 contributed fonts forDima Dorfman2001-08-117-0/+367
| | | | | | | | misc/figlet. I didn't try to integrate this into the main figlet port since most of these are rather useless, although some are nice. Notes: svn path=/head/; revision=46083
* o Fix PLISTMario Sergio Fujikawa Ferreira2001-08-092-1/+14
| | | | | | | | | | | | o Fix port Makefile breakage in example/calc preventing calc from being installed PR: 29321 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>, bento Notes: svn path=/head/; revision=46005
* New port explosions version 0.2001.08.05: 3D objects flying aroundMario Sergio Fujikawa Ferreira2001-08-086-0/+69
| | | | | | | | | resembling explosions with various effects. Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=45980
* Update to 0.9Mario Sergio Fujikawa Ferreira2001-08-085-28/+3
| | | | | | | | PR: 29446 Submitted by: Kato Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=45975
* Update to 0.6.3Mario Sergio Fujikawa Ferreira2001-08-082-8/+6
| | | | | | | | PR: 29444 Submitted by: Kato Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=45974
* Mark IS_INTERACTIVE -- install.sh asks questions (and goesSatoshi Asami2001-08-082-0/+2
| | | | | | | into an infinite loop). Notes: svn path=/head/; revision=45965
* New port reed version 4.6: A text pager with autoscrolling and moreMario Sergio Fujikawa Ferreira2001-08-087-0/+55
| | | | | | | | PR: 29533 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=45947
* Update to 0.3.3.Peter Pentchev2001-08-063-15/+2
| | | | | | | | Remove the texinfo documentation patch - the author included it in the official distribution. Notes: svn path=/head/; revision=45899
* o update to 4.3.1.FUJISHIMA Satsuki2001-08-053-33/+39
| | | | | | | | | o take over maintainership. Approved by: Stefan Moeding <s.moeding@setuid.de> (maintainer) Notes: svn path=/head/; revision=45848
* Update achievo to 0.6.5.Neil Blakey-Milner2001-08-054-57/+221
| | | | Notes: svn path=/head/; revision=45834
* New port p5-Geo-Weather version 0.0.8: Perl module to retrieveMario Sergio Fujikawa Ferreira2001-08-056-0/+46
| | | | | | | | | | weather information from weather.com PR: 29425 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=45816
* upgrade to 0.4Ying-Chieh Liao2001-08-032-3/+3
| | | | | | | drop maintainership Notes: svn path=/head/; revision=45771
* Fix dependency for cdrecord (cdrecord was renamed to cdrtools).Dirk Froemberg2001-08-021-1/+1
| | | | Notes: svn path=/head/; revision=45728
* add goldstrYing-Chieh Liao2001-07-316-0/+33
| | | | | | | Compute the golden string Notes: svn path=/head/; revision=45652
* Update WWW tagMario Sergio Fujikawa Ferreira2001-07-301-1/+1
| | | | | | | | Submitted by: Matthew West <mwest@uct.ac.za> Approved by: maintainer Notes: svn path=/head/; revision=45629
* New port menushki version 0.4, Menu converter between varieties ofMario Sergio Fujikawa Ferreira2001-07-305-0/+32
| | | | | | | | | | Window Managers PR: 28959 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=45599
* New port menushki version 0.4, Menu converter between varieties ofMario Sergio Fujikawa Ferreira2001-07-301-0/+1
| | | | | | | | | | Window Managers PR: 28959 Submitted by: Patrick LI <pat@databits.net> Notes: svn path=/head/; revision=45598
* Update to 2.2Martin Cracauer2001-07-264-3/+6
| | | | Notes: svn path=/head/; revision=45509
* Upgrade to v3.3h.Joseph Koshy2001-07-252-3/+3
| | | | Notes: svn path=/head/; revision=45468
* add patchutilsYing-Chieh Liao2001-07-237-0/+52
| | | | | | | A small collection of programs that operate on patch files Notes: svn path=/head/; revision=45395
* - Prevent the port from installing useless .la files;Maxim Sobolev2001-07-233-7/+20
| | | | | | | | | | - remove useless USE_LIBTOOL along with the custom regex and replace it with a patch; - properly pass CONFIGURE_TARGET for this configure script generated by the newest autoconf. Notes: svn path=/head/; revision=45394
* Update to 1.1.2David W. Chapman Jr.2001-07-233-16/+16
| | | | | | | | | | | | Add DEVEL category Add pre-patch to use libtool from ports Sort and add files to pkg-plist PR: 28825 Submitted by: pat@databits.net Notes: svn path=/head/; revision=45374
* Update ports which depend on cvsup-bin or cvsupd-bin to use theJohn Polstra2001-07-211-1/+1
| | | | | | | cvsup port instead. I am removing the *-bin ports. Notes: svn path=/head/; revision=45318
* Update to version 0.8.4Kevin Lo2001-07-214-6/+32
| | | | | | | | PR: 29021 Submitted by: Ports Fury Notes: svn path=/head/; revision=45313
* Upgrade to v2.1Brian Somers2001-07-202-2/+2
| | | | Notes: svn path=/head/; revision=45296
* Upgrade to v2.4Brian Somers2001-07-202-2/+2
| | | | Notes: svn path=/head/; revision=45295
* upgrade to 0.3Ying-Chieh Liao2001-07-202-3/+3
| | | | | | | drop maintainership Notes: svn path=/head/; revision=45264
* Fix anoter victim of Ade's USE_AUTOMAKE so-called "cleanup".Maxim Sobolev2001-07-181-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=45220