aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.24sem2005-01-226-66/+57
| | | | | | | | - Unbreak PR: ports/76085 Submitted by: Nils Vogels <nivo(at)yuckfou.org> Approved by: maintainer
* upgrade to 1.10.3ijliao2005-01-192-3/+3
|
* Add misc/gkrellmbgchg2 after repocopy.krion2005-01-196-45/+19
| | | | | | | | A plugin for GKrellM-2, which periodically updates the desktop's background image. PR: ports/76280 Submitted by: Ports Fury
* Re-work the pkg-descr: fix up the WWW line and add a newadamw2005-01-162-7/+16
| | | | | | | | | | | | | | | | | filter (pirate) to the list. And make it look better. Also, warn people that these things can get pretty offensive. The warning was taken verbatim from the WWW site. -or- Re-work Ted Kennedy pkg-descr: fix up Ted Kennedy WWW line and add a postmodern filter (pirate) to Ted Kennedy list. And make the semiotic object look better. Also, warn people that deconstructed these things can acquire intersubjectivity pretty offensiveness. Ted Kennedy's warning was semiotically taken verbatim from the Ted Kennedy WWW site.
* Update to version 0.94krion2005-01-165-70/+20
| | | | | PR: ports/76283 Submitted by: Ports Fury
* Update to version 1.3krion2005-01-163-25/+28
| | | | | PR: ports/76282 Submitted by: Ports Fury
* Update to version 2.0.4krion2005-01-163-25/+10
| | | | | PR: ports/76281 Submitted by: Ports Fury
* Update to 2.3.4.adamw2005-01-163-15/+5
|
* Fix plist.krion2005-01-152-4/+18
|
* Addobrien2005-01-145-6/+985
| | | | | | | | | | | | | | http://sourceforge.net/tracker/download.php?group_id=2973&atid=302973&file_id=112451&aid=1085302 in modified form. Due to some changes with ebay they are now requiring signin before bidding. It was suggested by some other users that the best way to get https support in bidwatcher would be to compile it with libcurl. NOTE that your mileage may vary if you use a proxy or bid on eBay motors or bid on adult items. Obtained from: bidwatcher patch# 1084042 in the form of patch# 1085302
* Portlint.obrien2005-01-141-18/+15
|
* Update to 2.8.marcus2005-01-113-3/+4
| | | | | PR: 76070 Submitted by: maintainer
* Don't restrict ports depending on py-qt to python 2.3 anymore.lofi2005-01-111-1/+2
|
* - Add missed iconv dependencysem2005-01-081-0/+1
| | | | | PR: ports/75812 Submitted by: maintainer
* Define ONLY_FOR_ARCHS=i386.krion2005-01-081-0/+1
| | | | | PR: ports/75876 Submitted by: maintainer
* Be sure to create all of the X11BASE MIME subdirectories since we willmarcus2005-01-042-2/+15
| | | | | | be responsible for removing them. Approved by: portmgr (implicit)
* Fix plist.krion2005-01-031-1/+2
| | | | Approved by: portmgr (implicit)
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-015-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr
* Update to 10.14krion2004-12-312-3/+3
|
* - Create an empty database in X11BASEpav2004-12-312-16/+19
| | | | | | | | | This is not strictly needed, and it violates a "stay in prefix" rule, but it's necessary to avoid pointyhat from reporting leftover files in ports which actually do create mime database in X11BASE, for example, comms/xlog. - Change @cwd+%D to %%X11BASE%%, there are no files listed after @cwd anymore.
* - This port works on amd64sem2004-12-311-1/+1
| | | | | PR: ports/75653 Submitted by: Roland Smith <rsmith(at)xs4all.nl>
* Before performing any work, unset a number of environment variables whichdes2004-12-313-2/+18
| | | | may adversely affect the port build. See the man page for details.
* Support NO_WRKSUBDIR properlykrion2004-12-301-1/+0
| | | | | PR: ports/75631 Submitted by: Ports Fury
* Update to 2.6.marcus2004-12-303-4/+4
| | | | | PR: 75600 Submitted by: maintainer
* New port kfile-torrent version 0.6: Konqueror KFilePlugin to displaylioux2004-12-295-0/+44
| | | | info about BitTorrent .torrent files
* - Remove all man directoriespav2004-12-291-0/+2
|
* - Silence unexec linespav2004-12-282-7/+7
|
* Back out the previous change. Mita-san will continue tohrs2004-12-271-1/+1
| | | | | | work as the maintainer of this port. Discussed with: mita and nork
* Make sure update-mime-database is run during package installation as well.marcus2004-12-262-1/+20
| | | | Reported by: GNOME Tinderbox
* Don't statically add dynamically generated files to the plist. Instead,marcus2004-12-262-7/+7
| | | | | just remove them if they exist during deinstall. This should fix the packaging problems.
* Remove deprecated USE_SIZElioux2004-12-254-4/+0
|
* Update to 0.4.0krion2004-12-245-203/+11
| | | | | PR: ports/75449 Submitted by: maintainer
* Fix maintainer's email.krion2004-12-241-1/+1
| | | | Submitted by: maintainer
* Respect PTHREAD_LIBS by defaultphantom2004-12-241-5/+5
| | | | | PR: ports/62919 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
* Fix the pkg-plist for X11BASE stuff.mezz2004-12-242-12/+16
| | | | Reported by: pointyhat via kris
* Chase print/acroread5 to print/acroreadkris2004-12-241-1/+1
| | | | Extra Special Pointy Santa Hat to: trevor
* Fix bad C++ code and thus unbreak with recent GCC.danfe2004-12-234-7/+74
|
* Change maintainer's email.krion2004-12-231-1/+1
| | | | | PR: ports/75415 Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
* add gkx86info2edwin2004-12-231-0/+1
|
* [New Port] misc/gkx86info2 - GKrellM2 plugin printing current clock speededwin2004-12-235-61/+30
| | | | | | | GKrellM2 plugin that simply prints the current clock speed PR: ports/68919 Submitted by: Tobias Roth <ports@fsck.ch>
* add gkrellmlaunch2edwin2004-12-231-0/+1
|
* New port: misc/gkrellmlaunch2: GKrellM2 plugin for one-click accessedwin2004-12-234-54/+18
| | | | | | | | | | | to frequently used programs An update for gkrellmlaunch for GKrellM 2+. Allows a user-specified list of programs to be added to GKrellM for one-click launch access. PR: ports/70828 Submitted by: hideo <hideo@lastamericanempire.com>
* Reset MAINTAINER to ports@.nork2004-12-235-5/+5
| | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
* Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.lofi2004-12-2353-51/+198
|
* [PATCH] misc/ezload: Maintainer Changeedwin2004-12-221-1/+1
| | | | | | | | | | | Please reassign ownership of the misc/ezload port to me at mcampos@bpsw.biz. Thanks so much (and to Nick for all of his USB work!). Port maintainer (n_hibma@FreeBSD.ORG) is cc'd. PR: ports/75366 Submitted by: Max Campos <mcampos@bpsw.biz>
* Don't remove system locale directories (not listed in the relevantkris2004-12-201-39/+0
| | | | | | | BSD.*.dist), but do remove locale directories that are not listed there. Moreover, don't try to unconditionally @dirrm these directories since they're shared with other ports and are likely to still be in use.
* Update to 10.13krion2004-12-192-3/+3
|
* Bring the i18n metaports in sync with the available i18n subports.lofi2004-12-193-9/+8
|
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-194-0/+8
| | | | broken at that time, and a fix has not been submitted to GNATS.
* Tweak IGNORE string to give a better-worded error message.kris2004-12-196-6/+6
|
* - Put the distfile on FreeBSD's mirrors, original master site is deadpav2004-12-191-1/+2
| | | | | PR: ports/75189 (inspired by) Submitted by: Thomas Kempka <t.kempka@web.de> (maintainer)
* Fix yet another plist nit.lofi2004-12-186-2/+8
|
* Don't statically create GConf schema file stubs. The GConf handling codemarcus2004-12-181-7/+1
| | | | should create these file as needed.
* Fix plist.lofi2004-12-171-0/+2
|
* Fix some more plist nits.lofi2004-12-1711-12/+184
|
* Fix kde3-i18n ports.lofi2004-12-1673-316/+352
|
* Don't remove system locale directorieskris2004-12-161-2/+0
|
* Clean up handling of locale directories at deinstall-time:kris2004-12-166-2/+18
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* Update to 2.5.1.cracauer2004-12-162-4/+4
| | | | | Has SO_REUSEADDR, fixed 4 GB limit when using bandwidth limitation. See CHANGES in distfile.
* - add author's site back to MASTER_SITES and WWW:petef2004-12-162-2/+3
| | | | | PR: 73672 Submitted by: Jason Harris <jharris@widomaker.com>
* Fix COMMENT formatkrion2004-12-154-41/+68
| | | | | | | | Rearrange USE_GNOME Add WITHOUT_NLS knob PR: ports/75114 Submitted by: Ports Fury
* New port: misc/pear-Text_Figlet Render text using FIGlet fontsedwin2004-12-154-0/+47
| | | | | | | Engine for use FIGlet fonts to rendering text. PR: ports/75103 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* Distfile got rerolled.lofi2004-12-154-4/+14
| | | | | PR: 75076 (based on) Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* Roll back my previous commit.sem2004-12-141-1/+0
| | | | Requested by: pav
* pkg-plist for gnuls port is missing $PREFIX/lib/charset.aliassem2004-12-141-0/+1
| | | | | PR: ports/75020 Submitted by: maintainer
* Fix file misspecified as diretories.lofi2004-12-146-12/+14
|
* Add dependency & fix netbrowse option.thierry2004-12-146-41/+152
| | | | | PR: ports/71438 Submitted by: Serge Gagnon.
* Update to KDE 3.3.2lofi2004-12-14247-554/+4320
|
* Update to KOffice 1.3.5lofi2004-12-1473-133/+284
|
* Update to version 0.13.1markus2004-12-136-26/+6
|
* Update to 0.6.0.marcus2004-12-133-5/+9
| | | | | PR: 74975 Submitted by: maintainer
* Unset maintainership on ports. Multiple maintainerjosef2004-12-121-1/+1
| | | | | | timeouts. Approved by: portmgr
* lesspipe is a powerful preprocessor for less(1)sem2004-12-126-0/+112
| | | | | PR: ports/74933 Submitted by: Slaven Rezic <slaven(at)rezic.de>
* Add gplink, a tool for manipulating files and directories in the GP32 gamepav2004-12-124-0/+33
| | | | | | | console. PR: ports/74749 Submitted by: Jose Rodriguez <king@v2project.com>
* - Link shared version of Xxf86vm, it's more portablepav2004-12-122-1/+18
| | | | | Reported by: krismail Clue provider: lofi
* o Fix unfetchable distfilemich2004-12-091-3/+1
| | | | Reported by: pointyhat (kris)
* Fix a ommited libcrypt library dependency to home_finger that appears onlysem2004-12-091-0/+11
| | | | | | | when compiling libhome with LDAP only . PR: ports/74854 Submitted by: maintainer
* BROKEN: Unfetchablekrion2004-12-091-0/+2
|
* PyQt doesn't like python 2.4, restrict it and ports depending on it tolofi2004-12-081-1/+1
| | | | python 2.3 for the time being.
* Bump PORTREVISION to chase the gtkhtml3 shared library version.marcus2004-12-082-2/+2
|
* - Enables grun to work together with text/console based programvs2004-12-082-5/+5
| | | | | | | | - Bump PORTREVISION accordingly - Nuke pkg-plist while here (me) PR: ports/74792 Submitted by: maintainer
* Improve RC scripts. The previous script didn't check if the processsem2004-12-072-4/+13
| | | | | | | | | | | was already running before attempting to start a new one (or if it was running before stopping it). This improved version does the necessary checks. Pointed out by: Radim Kolar PR: ports/74512 Submitted by: maintainer
* Fixed to work on amd64.ru2004-12-063-1/+113
|
* BROKEN on alpha: Does not compilekris2004-12-063-3/+21
|
* BROKEN: Does not buildkris2004-12-061-0/+2
|
* Update to 10.12krion2004-12-052-3/+3
|
* With portmgr hat on, reset Roger's maintainership of these ports. Whilelinimon2004-12-053-3/+3
| | | | | he hopes to get back to FreeBSD work soon, it's probably fairer in the meantime to see if anyone else who has more time can adopt them.
* Fix a potential overflow leading to incorrect MIME detection on 64-bitmarcus2004-12-053-2/+105
| | | | | | | | | | | | and bigendian platforms. See https://bugs.freedesktop.org/show_bug.cgi?id=1506 https://bugs.freedesktop.org/show_bug.cgi?id=1507 For more details. Reported by: Sean McNeil <sean@mcneil.com> Obtained from: FreeDesktop CVS
* Chase the gaim-1.1.0 update.marcus2004-12-051-0/+1
|
* Fix build with python 2.4arved2004-12-052-2/+55
| | | | | PR: 74631 Submitted by: Christian Laursen <xi@borderworlds.dk>
* Drop Maintainership.arved2004-12-041-1/+1
| | | | | This is usually the first port that fails if people manage to fsck their perl installations, so i am getting too many support emails.
* Update to version 0.13markus2004-12-0312-68/+142
|
* Improve startup-script (bump PORTREV)vs2004-12-022-13/+6
| | | | | PR: ports/74519 Submitted by: maintainer
* Update WWW: lineahze2004-12-021-1/+1
|
* Website movedarved2004-12-022-2/+2
| | | | | PR: 74581 Submitted by: Yonatan <onatan@gmail.com>
* Update to 2.2.12perky2004-11-302-3/+3
| | | | | PR: 73662 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* - Update to 2.5pav2004-11-282-4/+3
| | | | | PR: ports/74413 Submitted by: ports@c0decafe.net <ports@c0decafe.net> (maintainer)
* As previously announced, remove misc/grdb. It depended on GTK1, whichlinimon2004-11-275-80/+0
| | | | is obsolete.
* As previously announced, remove misc/biblereader. It has been unfetchablelinimon2004-11-279-158/+0
| | | | for several months.
* - Update maintainer's email addresspav2004-11-261-1/+1
| | | | | PR: ports/74372 Submitted by: Yonatan <onatan@gmail.com> (maintainer)
* Update to 10.11krion2004-11-262-3/+3
|
* Handle changing permissions and group ownership of the share/gnome/gamesmarcus2004-11-261-1/+3
| | | | | | directory here instead of relying on gnomelibs to do it. Reported by: pointyhat via kris
* - Remove useless quotes.sem2004-11-241-2/+2
|
* Use new GCONF_SCHEMAS.mezz2004-11-242-3/+2
| | | | Approved by: kwm and marcus
* BROKEN: Missing dependencykris2004-11-242-0/+4
|
* Update to 1.34.2arved2004-11-232-5/+3
|
* Update to 1.1.1arved2004-11-233-4/+7
|
* Use new INSTALLS_OMF.mezz2004-11-2310-42/+5
| | | | Approved by: bland, kwm, marcus and pav
* Add a temporary mirror until fd.o get there site back into shape.kwm2004-11-221-1/+3
| | | | Approved by: pav (mentor)
* Add a temporary mirror until fd.o gets their act together.marcus2004-11-221-1/+2
|
* - Mirror distfilepav2004-11-212-2/+6
| | | | | | | - Take maintainership PR: ports/74160 Submitted by: Jason Harris <jharris@widomaker.com>
* Use the bzipped index to speed up downloading.des2004-11-212-7/+18
|
* With portmgr hat on, reset inactive maintainer. These ports are now uplinimon2004-11-201-1/+1
| | | | for adoption.
* Allow building on 4.x by working around the lack of strtof(3).obrien2004-11-191-0/+16
| | | | Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* BROKEN on sparc64: Does not compilekris2004-11-191-0/+4
|
* Update to version 1.3.0krion2004-11-196-48/+116
| | | | | PR: ports/74082 Submitted by: Ports Fury
* upgrade to OSSP uuid 1.1.1rse2004-11-192-3/+3
|
* Update to 10.10krion2004-11-182-3/+3
|
* GNUTAR_LISTDIR was partialaly a variable and partially hardcodedjeh2004-11-168-52/+44
| | | | | PR: 73956 Submitted By: Phil Homewood <pdh@bne.snapgear.com>
* - Update amd64 binary to 2.9009.494pav2004-11-163-4/+6
| | | | | | | - Cosmetics in rc script PR: ports/73935 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
* As pointed out in PR ports/73956, even if a user and/or group was specifiedjeh2004-11-158-120/+48
| | | | | | | there were two chown statements they were ignored. PR: 73956 Submitted By: Phil Homewood <pdh@bne.snapgear.com>
* Update to 341b.thierry2004-11-153-4/+7
| | | | | PR: ports/73936 Submitted by: maintainer.
* Add libpri 1.0.2, a C implementation of the Primary Rate ISDNsobomax2004-11-1419-0/+334
| | | | specification.
* Update to 10.9krion2004-11-142-3/+3
|
* Finally fix the master-has-a-master issue.des2004-11-132-18/+23
| | | | | Now that INDEX is no longer in CVS, don't append .www to the name when downloading it.
* Chase the Gaim 1.0.3 update.marcus2004-11-131-1/+1
|
* Remove conditional runtime dependency on the gtar port, it's availablelofi2004-11-122-4/+0
| | | | in the base system.
* Add kile-i18n 1.7, localized messages and documentation for Kile.markus2004-11-125-0/+86
| | | | Requested by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* Remove vtel.rgv.net from MASTER_SITES, its now deadahze2004-11-111-2/+1
| | | | Approved by: marcus (co mentor)
* - Update to 0.2.11pav2004-11-112-4/+4
| | | | | | PR: ports/73664 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: Stefan Grundmann <sg-sendpr@waset.de> (maintainer)
* upgrade to 1.10ijliao2004-11-102-3/+3
|
* Upadate to version 0.2.11krion2004-11-102-4/+3
| | | | | PR: ports/73734 Submitted by: Ports Fury
* - portlint: reduces COMMENT to less than 70 charsrse2004-11-101-3/+9
| | | | | - build Perl API no longer by default (but allow WITH_PERL to enable it) - IGNORE package on WITH_PERL and installed Perl is not 5.8.0 or higher
* Upgrade to 2.4.4p4jeh2004-11-0928-172/+128
|
* * this software appears to have gone away from the authors website; cachepetef2004-11-082-3/+2
| | | | a copy on ${MASTER_SITE_LOCAL}.
* Update to KDE 3.3.1lofi2004-11-08189-327/+1489
|
* Add gnome-osd, a project to create an OSD (On-Screen-Display) infrastructure,marcus2004-11-087-0/+99
| | | | | | | | similar to XOSD. It includes a command-line client, and sample xchat and rhythmbox plugins. PR: 70778 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-0822-13/+22
| | | | big upgrade.
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).marcus2004-11-089-14/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY!
* - update to 1.0.0dinoex2004-11-083-105/+109
|
* - Update to the latest version.mita2004-11-077-114/+20
| | | | | | | - Reported to solve problem with xorg server. Submitted by: Ted Fabe Reviewed by: Maintainer (mita)
* - Fix rounding/truncating functions on FreeBSD 4.xpav2004-11-067-54/+117
| | | | | | - Simplify dependencies Submitted by: Harald Wille <harald.wille@students.jku.at> (maintainer)
* - upgrade to OSSP uuid 1.1.0rse2004-11-064-10/+28
| | | | | | | - build both Perl API, C API and CLI - allow Perl API to be disabled with WITHOUT_PERL - build static libraries only because of the conflict with libc's uuid_create(3)
* - Update MASTER_SITES and WWW: line [Kato]vs2004-11-052-2/+3
| | | | | | | - Note in DEPRECATED that the project was abandoned in 1998 [me] PR: ports/73464 Submitted by: ports fury
* - update to 0.8clsung2004-11-043-12/+14
| | | | | | | | - RUN_DEPENDS from bash2 to bash PR: ports/73463 Submitted by: KATO Tsuguru Approved by: co-mentor (vanilla)
* Update to 10.8krion2004-11-022-3/+3
|
* A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,roam2004-11-023-3/+3
| | | | | | like, MONTHS ago! Submitted by: Brian Poole <raj@cerias.purdue.edu>
* Switch to ssh for anoncvs so it works again.des2004-10-315-19/+45
| | | | | Recognize globs in port names. Bump version to 2.8.0.
* Better detection of Mozilla browsers.obrien2004-10-311-0/+7
|
* Add intlhack to fix the build with Perl 5.00503, and add a missing dependencymarcus2004-10-272-2/+2
| | | | | | on intltool. Reported by: lofi
* Update to 2.4.2.mezz2004-10-278-26/+30
|
* Improve compatibility with 4.x, particularly:sobomax2004-10-265-3/+115
| | | | | | | | | | | | | o Don't use devinfo(8) in startup script, since it doesn't exist on 4.x. Use pciinfo(8) instead. o In zaptel driver don't require a specific major on the 5.x system that support auto major numbering; o Assign specific majors to wcfxs and wcfxo drivers on systems that don't support auto major numbering; o Ensure that nodes are created properly on non-devfs systems.
* disable pread64/lseek64ijliao2004-10-261-0/+1
|
* Clean up time for email addresses MIA!edwin2004-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you know new email addresses for the people involved, please send-pr it! <mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550 <mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT TO command) <woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not found <esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our customer (in reply to RCPT TO command) <crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in reply to RCPT TO command) <cyrilm@tower.pp.ru>: host mail.tower.pp.ru[213.85.109.133] said: 550 unknown user (in reply to RCPT TO command) <ports@henrik-motakef.de>: Host or domain name not found. Name service error for name=henrik-motakef.de type=A: Host not found <jj@nttmcl.com>: host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1 <jj@nttmcl.com>... Mailbox disabled for this recipient (in reply to RCPT TO command) <koji@jet.es>: host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted / No such user (in reply to RCPT TO command) <proot@iaces.com>: host horton.iaces.com[204.147.87.98] said: 550 5.1.1 <proot@iaces.com>... User unknown (in reply to RCPT TO command) <roland.jesse@gmx.net>: host mx0.gmx.net[213.165.64.100] said: 550 5.1.1 {mx034} <roland.jesse@gmx.net>... User is unknown (in reply to RCPT TO command) <vess@slavof.net>: host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access denied (in reply to MAIL FROM command) <tuxsuximus@hotmail.com>: host mx3.hotmail.com[65.54.253.99] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command) <zenin@archive.rhps.org>: host mail.rhps.org[66.250.128.137] said: 550 5.7.1 <zenin@archive.rhps.org>... Relaying denied (in reply to RCPT TO command)
* Add p5-List-Compare 0.31, perl extension for comparing lists.mat2004-10-255-0/+54
| | | | | PR: ports/73033 Submitted by: marck
* Recognize absolute master directories.des2004-10-252-2/+3
|
* fix pthread problem on 4-stableijliao2004-10-251-0/+4
| | | | Reported by: pointyhat via kris
* Don't croak on port names that contain metacharacters.des2004-10-222-4/+6
|
* upgrade to 0.3.5ijliao2004-10-226-32/+24
|
* Unbreak: Chase new download-URLvs2004-10-211-4/+2
| | | | Approved by: maintainer silence
* - Reset maintainership to ports@FreeBSD.orgsergei2004-10-211-1/+1
| | | | | PR: ports/72950 Submitted by: Kimura Fuyuki (maintainer)
* Regenerate with the -BETA7 version of the alpha compat4x distribution,kris2004-10-211-3/+3
| | | | | | | not the random earlier version I previously used (which doesn't have the newly-bumped libraries). Only affects alpha. Submitted by: kensmith
* Chase the Gaim 1.0.2 upgrade.marcus2004-10-211-0/+1
|
* - Added option WITH_SUBSHELL - building mc-light with subshell supportpav2004-10-202-1/+15
| | | | | | | | PR: ports/72853 Submitted by: Andrey Slusar <anray@inet.ua> Approved by: maintainer address bounced: <<< 553 <e0-a11.b1.lan.prg.vol.cz[195.122.204.152]>: Client host rejected: REJECT long domain name. spam possible. 550 5.1.1 <sam@brj.pp.ru>... User unknown
* - Fix extfs againpav2004-10-202-1/+20
| | | | | PR: ports/72768 Submitted by: Roman Y. Bogdanov <sam@brj.pp.ru> (maintainer)
* Enable building on 4.x.sobomax2004-10-184-7/+74
|
* - Due to legal reasons, bookcase was renamed to tellicomarkus2004-10-1714-214/+280
| | | | | - Update to 0.12 - Update pkg-descr to reflect the latest featureset and project-site
* Rename bookcase to tellico after repocopy and remove bookcasemarkus2004-10-176-140/+1
| | | | Repocopy by: marcus
* Update to 2.4.marcus2004-10-172-3/+3
|
* Update to 10.7krion2004-10-162-3/+3
|
* Update to 2.3.marcus2004-10-153-5/+4
| | | | | PR: 72678 Submitted by: maintainer
* o Updated to -> 3.10mich2004-10-142-5/+3
| | | | | | - Feature enhancement - Bugfixing o Clean-up Makefile
* Improve handling of installed ports whose origin can't be determined.des2004-10-142-4/+14
|
* Remove kwordquiz, which is now part of the kdeedu3 portmarkus2004-10-135-139/+0
|
* Update to version 0.3markus2004-10-133-3/+42
|
* - add USE_GCC=2.95 and unbreak this portleeym2004-10-132-18/+7
| | | | | | | | | - use USE_XLIB=yes instead of CATEGORIES=x11, which is suggested by portlint - replace pkg-plist with PLIST_FILES and PORTDOCS PR: 71837 Submitted by: leeym Approved by: maintainer timeout
* Upgrade to 1.3.1.thierry2004-10-132-3/+3
|
* Update to 10.6krion2004-10-122-3/+3
|
* Update to version 2.4krion2004-10-125-63/+18
| | | | | PR: ports/72324 Submitted by: Ports Fury
* Update to version 1.3.0krion2004-10-125-31/+58
| | | | | PR: ports/72323 Submitted by: Ports Fury
* Update to 0.3.4.linimon2004-10-123-69/+11
| | | | | | PR: ports/72295 Submitted by: David Johnson <david at usermode dot org> (maintainer) Approved by: Griffin Brewery, Chiswick, London (indirectly)
* update port misc/mc-lightedwin2004-10-121-1/+2
| | | | | | | | | | | Remove the glib dependency from mc-light. This midc don't use glib. Add the gawk dependency for allow mc-light correctly work with all types of archive files. PR: ports/72554 Submitted by: "Roman Y.Bogdanov" <sam@brj.pp.ru>
* Update to 2.2.marcus2004-10-123-3/+6
| | | | | PR: 71986 Submitted by: maintainer
* Update this port for FreeBSD 5.3. The new libraries are taken fromkris2004-10-093-10/+19
| | | | | | | | the compat4x distribution of 5.3-BETA7 (based in turn upon libraries from 4.10), hosted in MASTER_SITE_LOCAL since that beta will soon disappear from the ftp site. Approved by: portmgr
* BROKEN: Unfetchablekris2004-09-261-0/+2
| | | | Approved by: portmgr (self)
* Unbreak on 5.X and -CURRENT.danfe2004-09-211-7/+3
| | | | | Reported by: kris Approved by: portmgr (marcus), fjoe (mentor, implicit)
* - add USE_GCC=2.95 and unbreak this portleeym2004-09-191-25/+20
| | | | | | | | - indent and reorder Makefile and make portlint happier PR: 71851 Submitted by: leeym Approved by: portmgr (marcus)
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-192-1/+11
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* Fix for CAN-2004-0494.fjoe2004-09-108-23/+686
| | | | | Approved by: portmgr Obtained from: Fedora Core
* Upgrade to 1.3.16.obrien2004-09-044-1781/+9
|
* Update to 10.4krion2004-09-042-3/+3
|
* Respect hier(7)krion2004-09-037-161/+238
|
* add clpbar 1.09ijliao2004-09-034-0/+35
| | | | Command Line Progress Bar
* Update to 2.3.3arved2004-09-033-23/+24
| | | | | | | Drop Maintainership PR: 71121 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Add mc-light 4.1.40.p9, a lightweight Midnight Commander clone.krion2004-09-027-0/+268
| | | | | PR: ports/71196 Submitted by: Roman Y. Bogdanov <sam@brj.pp.ru>
* Make magicpoint compatible with latest version of GCC (3.4.2).mita2004-08-311-0/+77
| | | | | | Incompatibility was pointed out by Mr. Kennaway. # By the way, I'm back to FreeBSD after long scilence.
* Update to 0.15.marcus2004-08-313-7/+7
|
* Update to KDE 3.3lofi2004-08-31285-2391/+6825
|
* Update to 0.8.sobomax2004-08-302-3/+3
|
* Add tpp, text presentation program, an ncurses-based powerpoint clonearved2004-08-305-0/+67
| | | | written in ruby
* Fix deinstallation.vs2004-08-301-2/+2
| | | | | | PR: ports/69282 Submitted by: Hideyuki KURASHINA (rushani@) Approved by: maintainer timeout (cy's busy in RL)
* Update to 2.1.marcus2004-08-303-3/+4
| | | | | PR: 71093 Submitted by: maintainer
* bibletime-doc was removed on maintainer requestsem2004-08-281-1/+0
|
* Update to 2.2.10krion2004-08-283-32/+3
| | | | | PR: ports/71066 Submitted by: maintainer
* The documentation has included in misc/bibletime now.sem2004-08-284-187/+0
| | | | Submitted by: maintainer
* Update to 1.4.1.sem2004-08-2832-172/+664
| | | | | | | Add documentation. PR: ports/70713 Submitted by: maintainer
* Fix a long-standing problem with displaying characters with the 8throam2004-08-272-2/+5
| | | | | | | | | | bit set: the return value of fgets() should NOT be kept in a signed char variable, since passing that to addch() would sign-extend it, setting a whole lot of attribute bits and resulting in a bold, blinking, alt-charset display of e.g. all Cyrillic characters. Instead, keep fgets()'s result in an int variable, as $DEITY (dmr? :) intended. Bump PORTREVISION for the functionality change.
* Depend on GNOME/pkgconfigvs2004-08-274-2/+2
| | | | | PR: ports/70848 Submitted by: Willem van Engen (maintainer)
* Update to 10.3krion2004-08-272-3/+3
|
* update to 1.6.1 which fixes build on RELENG_5oliver2004-08-266-40/+27
| | | | Approved By: maintainer-timeout (9 days)
* Watch out for undefined values when resolving port origins. This makesdes2004-08-252-4/+6
| | | | | | | -I / -s work properly when some of the installed ports have since been deleted from the ports tree. Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
* Use RCNGkrion2004-08-253-19/+38
| | | | | PR: ports/70862 Submitted by: maintainer
* Use RCNGkrion2004-08-253-37/+32
| | | | | | | Minor tidyups PR: ports/70861 Submitted by: maintainer
* Unbreak and upgrade to CVS version as of 2004-08-18.se2004-08-257-142/+262
| | | | Submitted by: frank@opengroupware.org
* Unbreak port by merging the build and install phases. Create a PLISTjkoshy2004-08-242-18/+22
| | | | | dynamically so that pkg_delete works. Make the Makefile and pkg-descr portlint clean.
* . Add a port of jbidwatcher:glewis2004-08-245-0/+51
| | | | | | | | | | | | | | "A Java-based application allowing you to monitor ebay auctions, submit bids, snipe (bid at the last moment), and otherwise track your auction-site experience. It includes adult-auction management, MANY currencies (yen, pound, dollar (US, Canada, Australian, and New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop of auction URLs, a unique and powerful 'multisniping' feature." Submission tweaked to fix a few problems. PR: 69534 Submitted by: Jose Rodriguez <king@v2project.com>
* update to 1.3.2yoichi2004-08-242-3/+3
|
* add pipe beta-1.0ijliao2004-08-235-0/+68
| | | | Platform Independent Petri-Net Editor
* Fix buildkrion2004-08-231-0/+13
|
* update to 1.3.1yoichi2004-08-222-3/+3
|
* Update to version 2.1.1krion2004-08-2226-696/+246
| | | | | PR: ports/70789 Submitted by: Ports Fury
* - Introduce MASTER_SITE_OSSPpav2004-08-211-1/+2
| | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 1.5.7sem2004-08-2122-176/+318
| | | | | PR: ports/70702 Submitted by: maintainer
* Remove the port misc/cheatah as it is abandoned by the upstream authors.sem2004-08-205-66/+0
| | | | | PR: ports/70702 Submitted by: maintainer
* Update to 2.0.marcus2004-08-204-26/+49
| | | | | PR: 70651 Submitted by: maintainer
* Update to 10.2krion2004-08-192-3/+3
|
* Remove sword-modules. According to maintainer: "misc/sword-modules may havepav2004-08-1710-397/+0
| | | | | | | | | | | | been nice attempt to make content module installation easy. It worked initially but currently it doesn't work at all. It would need much work to keep it current. As gui frontend packages have more and more included module installation, the need for this port gets less. I think it's best to remove this port. An update of misc/sword I'm working at will include an updated pkg-message about installing modules." PR: ports/70574 Submitted by: Willem van Engen <wvengen@stack.nl> (maintainer)
* Fix the build on -current.jmz2004-08-173-32/+31
|
* Use full path to strfile.vs2004-08-161-1/+1
| | | | Noticed by: cluster via kris
* Fix build with gcc 3.4markus2004-08-163-0/+30
| | | | Noticed by: pointyhat
* Update to 10.1krion2004-08-142-4/+5
|
* Update to 0.4.0lioux2004-08-133-5/+17
| | | | Submitted by: dinoex
* After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, allmat2004-08-121-1/+1
| | | | | these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme.
* - update DESTDIR / PREFIX / pkg-plist and unbreak this portpav2004-08-123-11/+32
| | | | | | PR: ports/69516 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Approved by: maintainer timeout (18 days)
* Fix packaging & unbreakvs2004-08-122-1300/+1383
| | | | | | Closes PR: ports/69301 Submitted by: Andrej Zverev Approved by: maintainer timeout
* A whole lotta fixes:roam2004-08-115-4/+60
| | | | | | | | | | | - fix build with gcc-3.4; - fix sortedp.c and zbogotest to handle empty files properly; - add a 'test' target; - use INFO and PLIST_FILES and nuke pkg-plist. And yes, I know that adding HAVE_STRING_H to config.h.in is somewhat hackish; the proper fix - a string.h check in configure.in - is on its way to the bogosort developers :)
* Update to 2.1.2.marcus2004-08-113-5/+10
|
* Factor out all but one of the build switches of the KDE main module portslofi2004-08-1178-465/+316
| | | | | | | | | | | | | | | into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt.
* Update to 2.3.3.adamw2004-08-102-4/+4
|
* Reset maintainer. Much thanks to Stijn for maintaining the ports so far!vs2004-08-101-1/+4
| | | | | PR: ports/70203 Submitted by: Stijn Hoop (maintainer)
* Fix build with Gaim 0.81.marcus2004-08-101-0/+11
| | | | Submitted by: maintainer
* Regenerate dat-file: One quote would turn up more frequently than others.vs2004-08-091-3/+4
| | | | Noticed by: Martin Kulas
* Bump PORTREVISIONs to chase Gaim update.marcus2004-08-091-0/+1
|
* Fix build with gcc-3.4krion2004-08-093-10/+31
| | | | | | | Support CC/CFLAGS properly PR: ports/70171 Submitted by: Ports Fury
* Update to 10.0krion2004-08-074-20/+8
|
* Update to 9.20krion2004-08-052-3/+3
|
* Sync the MIME search directories from gnome-vfs. This fixes somemarcus2004-08-052-2/+2
| | | | prioritization issues with custom MIME types.