/x11-toolkits/p5-Tk/

d> index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Distfiles have been moved on kde site to Attic.alane2002-06-211-1/+1
| | | | | | PR: ports/39558 Submitted by: glewis Reviewed by: alane
* Update to 1.2.6pat2002-06-202-3/+3
| | | | | PR: 39539 Submitted by: maintainer
* Update to 376pat2002-06-202-2/+2
| | | | | PR: 39546 Submitted by: maintainer
* Update cpdup to version 1.04, which fixes a memory corruption bug indillon2002-06-202-3/+3
| | | | | RemoveRecur() and adds an option, -s0, which allows cpdup to replace a destination directory with a file. Also correct a portlint -act warning.
* Allow IPv6 to be excluded via -DWITHOUT_IPV6jeh2002-06-201-1/+2
| | | | | | | Bump PORTREVISION PR: 39526 Submitted by: steve@stevenwills.com
* Update to 0.97pat2002-06-192-3/+3
| | | | | | | Give maintainership to submitter PR: 39508 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update to 1.4.3pat2002-06-193-3/+4
| | | | | | | | Give maintainership to submitter Add WWW tag to pkg-descr PR: 39512 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
|
* Zero out the sockaddr_* structures before use.jeh2002-06-182-2/+2
| | | | Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
* PERL -> REINPLACE_CMDpat2002-06-181-1/+2
| | | | | PR: 39384 Submitted by: maintainer
* Add new port lcdproc - A client/server suite for all kinds of niftypat2002-06-187-0/+84
| | | | LCD devices
* Update modules: postgresql, sendmail.olgeni2002-06-172-2/+5
|
* Actually remove star after repo-copy.kris2002-06-168-386/+0
| | | | Pointy hat to: trevor
* Update to 1.2.12.ume2002-06-164-4/+4
|
* Update to 0.2.2.2.petef2002-06-162-2/+2
| | | | | PR: 39340 Submitted by: maintainer
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-1615-54/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com>
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-159-11/+13
|
* Update module: samba.olgeni2002-06-132-2/+4
|
* Cope with a bug in CURRENT's bsd.*.mk infrastructure, that theknu2002-06-122-0/+16
| | | | | beforeinstall target is somehow executed _after_ the realinstall target.
* Update to the latest GNOME 2 snapshot.marcus2002-06-125-5/+7
|
* Miguel Mendez informed me in private e-mail that he has changed his mindwill2002-06-111-1/+1
| | | | and would like to maintain these ports again. Welcome back, Miguel. :-)
* Tidy up after repo copy of ports/sysutils/star to ports/archivers/star.trevor2002-06-111-1/+0
| | | | | PR: 37145 Submitted by: Thomas Hurst
* Update to 1.04pat2002-06-104-5/+6
| | | | | PR: 38912, 38844 Submitted by: maintainer
* Add URL for home page.trevor2002-06-101-0/+2
|
* Fix a problem when building with XFree86-3.3.6.marcus2002-06-102-6/+24
| | | | PR: 38913
* Install the script as colorize.pl to avoid a conflict with the graphvizpetef2002-06-092-4/+4
| | | | | | | port. Also install the manpage as colorize.pl.1. PR: 36854 Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
* Now that introducing ruby-shim is done, bump PORTREVISION to let usersknu2002-06-092-0/+2
| | | | proceed with the transition.
* Update modules: postgresql, lpadmin.olgeni2002-06-092-2/+5
|
* devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18.knu2002-06-094-6/+18
|
* To ports@freebsd.org.obrien2002-06-093-3/+3
|
* Update to 1.00pat2002-06-082-3/+3
| | | | | | | Give maintainership to original author PR: 38984 Submitted by: old maintainer
* Set Miguel Mendez' ports loose. Look out, world!trevor2002-06-071-1/+1
| | | | | | | | I would like to try maintaining the acroread5 one, so I pre-snarfed it. :-P PR: 38978 Submitted by: Miguel Mendez (outgoing maintainer)
* Use pod2man instead of perldoc to build a manpage.petef2002-06-071-1/+1
| | | | Submitted by: bento
* Update to 0.05.tobez2002-06-073-3/+6
|
* Update modules: passwd, cpan.olgeni2002-06-062-1/+4
|
* Chase distfile checksum.olgeni2002-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: cluster-software/index.cgi cluster-useradmin/index.cgi A prefix has been added to icon file paths. feedback.cgi Added Content-Type and Content-Transfer-Encoding headers. mysql/config mysql/config-aix mysql/config-cobalt-linux mysql/config-debian-linux mysql/config-debian-linux-2.2 mysql/config-debian-linux-3.0 mysql/config-freebsd mysql/config-mandrake-linux mysql/config-msc-linux mysql/config-netbsd mysql/config-open-linux mysql/config-redhat-linux mysql/config-redhat-linux-7.0 mysql/config-redhat-linux-7.1 mysql/config-redhat-linux-7.2 mysql/config-redhat-linux-7.3 mysql/config-slackware-linux-8.0 mysql/config-suse-linux mysql/config-suse-linux-7.1 mysql/config-suse-linux-7.2 mysql/config-suse-linux-7.3 mysql/config-suse-linux-8.0 mysql/config-turbo-linux Add default "access" value to mysql module configuration files ("access=*: *"). Noticed by: Colin Legendre <clegendre@imedia.rogers.com>
* Update to version 4.63.3.obrien2002-06-052-3/+3
| | | | This fixes a configure problem when people have fancy CFLAGS settings.
* Update to version 0.980.olgeni2002-06-042-13/+3
|
* upgrade to 1.8.0ijliao2002-06-034-18/+12
| | | | | PR: 38809 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update module cluster-useradmin.olgeni2002-06-022-3/+3
|
* upgrade to 5.04ijliao2002-06-022-3/+3
| | | | | PR: 38799 Submitted by: maintainer
* Add wmflame 0.60, a dockapp that shows the load average as a flame.petef2002-05-317-0/+70
| | | | | PR: 38135 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
* Add mktool 0.0.7, portable tools to manage processes and networkedpetef2002-05-316-0/+48
| | | | | | | services. PR: 38674 Submitted by: Jos Backus <jos@catnook.com>
* Update to 1.03pat2002-05-304-5/+5
| | | | | PR: 38697 Submitted by: maintainer
* Add p5-User 1.5, a perl module for locating user information regardlesstobez2002-05-296-0/+35
| | | | | | | of OS. PR: 38666 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-2911-49/+81
|
* Distribution tarball was updated.obrien2002-05-281-1/+1
| | | | Submitted by: author
* Upgrade to file-3.38.okazaki2002-05-283-2/+8
| | | | | | | | Add the post-extract: target to adjust the timestamp of some files. These rules are required to suppress invocations of aclocal, automake, autoconf and autoheader at `make build' and `make install'. Approved by: maintainer
* Update module: bind8.olgeni2002-05-272-3/+3
|
* Minor configure tweak in distfile.obrien2002-05-271-1/+1
|
* add missing dependencyijliao2002-05-261-0/+2
| | | | | PR: 38569 Submitted by: maintainer
* Add wait_on-1.0kris2002-05-256-0/+32
| | | | | | | | | The wait_on command allows shell scripts to access the facilities provided by kqueue(3). This allows scripts to detect files being added to directories, data appended to files and many other things - all without polling. Submitted by: Andrew Stevenson <andrew@ugh.net.au> PR: ports/34414
* Update to version 4.63.2, which adds support for FreeBSD 4.6.obrien2002-05-252-5/+10
|
* Fix plist.kuriyama2002-05-241-10/+0
| | | | Reported by: bento
* upgrade to 0.98.a.10ijliao2002-05-248-47/+96
| | | | | PR: 38463 Submitted by: maintainer
* Update to 0.4.1pat2002-05-234-9/+3
| | | | | PR: 38233 Submitted by: maintainer
* Don't build klaptopdaemon on alpha.gallatin2002-05-216-69/+102
| | | | | | | | | Due to APM dependancies, its preventing the port from building on alpha. Since I can't see what use its features would be on a platform which doesn't support power mgmnt, it seems simplest to just yank it. Approved by: will
* Update modules: cpan, status.olgeni2002-05-212-2/+5
|
* add new mirror siteijliao2002-05-201-0/+1
| | | | | PR: 38345 Submitted by: maintainer
* Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-203-3/+3
|
* Replaced original "Whom:" line as per FreeBSD ports guidelines.dburr2002-05-191-1/+1
| | | | Sorry about that.
* Update my maintainer line to my new FreeBSD email address.gordon2002-05-194-4/+4
| | | | Not Reviewed by: jake
* The port's original maintainer seems to have disappeared off the face of thedburr2002-05-191-2/+2
| | | | | | earth. His email is impossible to reach. I'll take over the maintenance of this port, since I do still happen to have an MGE UPS attached to my server.
* Update modules: bind8, acl, apache.olgeni2002-05-172-1/+6
|
* Move BROKEN -> FORBIDDENkris2002-05-171-1/+1
|
* Add new port sysutils/wmmemload - a simple dockapp for WindowMaker thatpat2002-05-156-0/+48
| | | | | | | | displays memory and swap space usage. It is very heavily based on WMMemMon and WMCPULoad. PR: 38073 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
* Fix for make this works on -table.kuriyama2002-05-152-2/+2
| | | | Submitted by: hanai
* Add gnomesystemmonitor.marcus2002-05-141-0/+1
|
* Add gnomesystemmonitor after repo copy from gtop. This is the GNOME 2.0marcus2002-05-1416-186/+200
| | | | graphical version of top.
* This one isn't really necessary.sobomax2002-05-142-0/+0
|
* Return 1 when Schedule::At::add() is used by denied (by /var/at/at.deny)kuriyama2002-05-142-3/+12
| | | | | | user. Pointed out by: hanai
* Upgrade to 1.03.kuriyama2002-05-144-21/+19
| | | | Support latest -current's atq command output.
* Add new port: sysutils/rclean.sada2002-05-146-0/+36
| | | | | | | | | rclean provides a command-line tool to order and clean content of rc.conf, using option order from /etc/defaults/rc.conf and printing only choices that were different by the default value in /etc/rc.conf. PR: ports/37593 Submitted by: Lapo Luchini <lapo@lapo.it>
* GNOME policy:sobomax2002-05-133-1/+16
| | | | - Use ${PREFIX}/share/gnome properly.
* Add gconf-editor, a gconf database editor from GNOME 2.0.marcus2002-05-136-0/+59
|
* New port vobcopy version 0.4.3: Decrypts and copies DVD .vob fileslioux2002-05-126-0/+62
|
* Update to GNOME 2.0 RC2.marcus2002-05-126-16/+8
|
* MASTER_SITE went away; host locallykris2002-05-111-1/+2
|
* add missing patchijliao2002-05-111-0/+11
|
* Minor fixes:will2002-05-104-2/+88
| | | | | | | - Bump PORTREVISION with a PLIST bugfix. - Compile fix in kpackage relating to rpm. Submitted by: Alan Eldridge <alane@geeksrus.net>
* add sloth 1.1.0ijliao2002-05-096-0/+34
| | | | Slow down a process
* Add gnomecontrolcenter2 after repo copy from gnomecontrolcenter. Thismarcus2002-05-0933-740/+439
| | | | is the configuration frontend for the GNOME 2.0 desktop.
* To ports@freebsd.org.obrien2002-05-093-3/+3
|
* Update to 4.9.2dwcjr2002-05-094-13/+13
| | | | | | PR: 36736 Submitted by: obraun@informatik.unibw-muenchen.de Timeout: maintainer
* Update port to version 0.970 (with updated file module).olgeni2002-05-082-24/+4
|
* Give maintainershipdwcjr2002-05-081-1/+1
| | | | | PR: 37840 Submitted by: erwin@lansing.dk
* Add LPRngTool 1.3.2, configuration Tool for LPRng.cy2002-05-067-0/+182
| | | | | PR: 33209 Submitted by: papowell@lprng.com
* Upgrade 3.7.6 --> 3.8.10cy2002-05-063-13/+13
| | | | | | | | | Patrick Powell <papowell@astart.com> author of LPRng requested to become maintainer of this port. Assigned maintainership to Mr. Powell. PR: 37546 Submitted by: Eric Schnoebelen <eric@mr-bill.cirr.com> Approved by: maintainer timeout
* Fix a problem with MIME types and file type icon support.marcus2002-05-0612-0/+92
| | | | Prompted by: Franz Klammer <klammer@webonaut.com>
* Update to 20020429, a stable release for 4.6-RELEASE.knu2002-05-054-30/+8
| | | | | | | | | | | - Make portsdb -U respect PORTS_DBDIR even when it is different than PORTS_DIR. Reported by: Shigeto TAJIMA <tajima@ics.es.osaka-u.ac.jp> - Do not override the user-defined value of PKG_PATH. Reported by: The Anarcat <anarcat@anarcat.dyndns.org>
* Update to 1.02 and give maintainership to submitterpat2002-05-054-10/+8
| | | | | PR: 37728 Submitted by: Douglas A. Maske <maske@maske.org>
* Update module: wuftpd.olgeni2002-05-042-2/+4
|
* Update module: mysql.olgeni2002-05-022-2/+3
|
* Fix MASTER_SITESpat2002-05-021-1/+2
| | | | | PR: 37646 Submitted by: Tilman Linneweh <tilman@arved.de>
* - Update to 1.4.15pat2002-05-026-14/+14
| | | | | | | - Change maintainer email address PR: 37639 Submitted by: maintainer
* - Move misc documentation into share/doc where it belongs;sobomax2002-05-024-0/+28
| | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs.
* Update module: file.olgeni2002-05-022-2/+4
|
* Update modules: apache, net, mount, postgresql, stunnel.olgeni2002-04-302-2/+10
|
* use USE_PYDISTUTILSijliao2002-04-301-7/+1
|
* Update to 1.9pat2002-04-282-2/+2
| | | | | PR: 37509 Submitted by: maintainer
* add @dirrm share/screen to pkg-plist.nork2002-04-281-0/+1
| | | | Approved by: knu (mentor)
* Update to 1.8pat2002-04-273-13/+30
| | | | | PR: ports/37493 Submitted by: maintainer
* A support for splash screen images.jedgar2002-04-262-0/+16
| | | | Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
* Update to 0.2.2.1pat2002-04-262-2/+2
| | | | | PR: 37466 Submitted by: maintainer
* Update to 0.2.2pat2002-04-263-4/+20
| | | | | PR: 37456 Submitted by: maintainer
* Update to 374pat2002-04-262-2/+2
| | | | | PR: 37463 Submitted by: maintainer
* Update to 0.41.petef2002-04-252-2/+2
|
* Update to version 4.63obrien2002-04-242-2/+2
|
* Update to 3.0. Sigh.will2002-04-233-0/+678
|
* Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-2217-1154/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde
* Update module: status.olgeni2002-04-222-2/+4
|
* Fix port to use /usr/bin/perl rather than /usr/local/bin/perl.cy2002-04-221-0/+8
| | | | | | PR: 37291 Submitted by: Erich Zigler <erich@tacni.net> Approved by: MAINTAINER: NAKAMURA Kazushi <kaz@kobe1995.net>
* Update to 4.1pat2002-04-203-34/+27
| | | | | PR: 37115 Submitted by: maintainer
* Update URLs for cfengine port to correctly reflect the website and theijliao2002-04-208-12/+28
| | | | | | | | | | authoritative FTP site for cfengine. Also remove the dependence on teTex while port building since it is fscking huge and ugly. When package building, add the dependence on teTex so more docs are available in the package. PR: 37239 Submitted by: maintainer
* Update modules: proftpd, mount.olgeni2002-04-192-2/+5
|
* Update to 0.2.1pat2002-04-192-2/+2
| | | | | PR: 37235 Submitted by: maintainer
* Update modules: mon, mount.olgeni2002-04-172-1/+4
|
* Upgrade to cdrtools-1.11a21.dirk2002-04-1712-82/+40
|
* Update port to version 0.960 (+ acl module fix).olgeni2002-04-172-12/+4
|
* mkisofs and companions are in mkisofs port.dirk2002-04-162-28/+0
| | | | PR: ports/36009
* Update to 0.2pat2002-04-154-5/+5
| | | | | PR: 37075 Submitted by: maintainer
* Missed these two in yesterday's uber-patch owing to a botched localade2002-04-143-3/+15
| | | | | | tree merge problem. Pointy hat to: ade
* Update to 0.1.49.anders2002-04-143-2/+3
| | | | | | PR: 37045 Submitted by: Herbert J. Skuhra <herbert@bugat.at> Approved by: maintainer
* Retire ruby-application.rb, which has been replaced byknu2002-04-136-42/+0
| | | | ruby-devel-logger.
* Add ruby-devel-logger 1.0.0, a lightweight logging library for Ruby.knu2002-04-136-0/+56
|
* gettext upgrade uber-patch (stage 3)ade2002-04-13