aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-07740-326/+740
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Add some files missed in the previous GNOME 2.8 update.Joe Marcus Clarke2004-11-0716-0/+287
| | | | Notes: svn path=/head/; revision=121069
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-07477-6565/+8090
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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! Notes: svn path=/head/; revision=121068
* Add mboxMichael Johnson2004-11-075-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | mBox is program intended to help you with organizing your music files. The most important features are: - ability to reencode mp3/ogg/wma to mp3/ogg - contains utility 'convertor' which converts whole directories to desired format. Bitrate, etc. is automatically adjusted depending on settings and source audio. - reading/writing tags in MP3 ID3v1 and ID3v2, Ogg Vorbis - reading WMA tags - FreeDB, treates encoded files as if it was CD, so you can simply select your files and - if found in database - write tags to them. - auto tagging - reads tag information from filename - batch tags editing - batch files renaming (can use tags) - directory renaming (can use tags) Approved by: adamw (mentor) Notes: svn path=/head/; revision=121065
* Add slave port fftw3-floatMichael Johnson2004-11-073-0/+33
| | | | | | | | | | | Fast C routines (Single Percision) Add slave port fftw3-long Fast C routines (Long Double Percision) Approved by: pav (co mentor) Notes: svn path=/head/; revision=121063
* - update to 0.8.0Dirk Meyer2004-11-073-3/+33
| | | | Notes: svn path=/head/; revision=121062
* Add support for slave portsMichael Johnson2004-11-072-63/+74
| | | | | | | Approved by: pav (co mentor) Notes: svn path=/head/; revision=121061
* - update to 1.0.0Dirk Meyer2004-11-073-105/+109
| | | | Notes: svn path=/head/; revision=121060
* - update for gnustep-make 1.10.0Dirk Meyer2004-11-074-566/+564
| | | | Notes: svn path=/head/; revision=121059
* - update to 0.9.4Dirk Meyer2004-11-076-443/+111
| | | | Notes: svn path=/head/; revision=121058
* - update to 1.10.0 (stable)Dirk Meyer2004-11-078-48/+57
| | | | Notes: svn path=/head/; revision=121057
* - update DEFAULT_LIBVERSIONDirk Meyer2004-11-071-1/+1
| | | | Notes: svn path=/head/; revision=121056
* * update to 3.0.3Pete Fritchman2004-11-072-5/+3
| | | | Notes: svn path=/head/; revision=121055
* Upgrade to 2.4.1Tilman Keskinoz2004-11-0712-21/+51
| | | | | | | | | PR: 73641 Submitted by: Steven Looman <steven@krx.nl> Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=121054
* Upgrade to 0.4Tilman Keskinoz2004-11-072-3/+3
| | | | | | | | | | | | | | * All GTK_SIGNAL_FUNC instances were replaced by G_CALLBACK. * The file dialog now uses the GtkFileChooser widget. * All selections have been changed from GtkCombo to GtkComboBoxEntry. * The user can now specify the SMTP port (defaults to 25). * The remaining code was cleaned up (file.c and user_prefs.c). PR: 73645 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> Notes: svn path=/head/; revision=121053
* Improve the COMMENT string a bit.Adam Weinberger2004-11-071-1/+1
| | | | Notes: svn path=/head/; revision=121052
* Fix WITHOUT_FIREBIRD case.Alexander Leidinger2004-11-072-2/+2
| | | | | | | | Noticed by: Peter Czanik <pczanik@fang.fa.gau.hu> Pointy hat to: netchild (rev 1.42) Notes: svn path=/head/; revision=121051
* Update to 1.0.26Michael Johnson2004-11-074-7/+25
| | | | | | | Approved by: marcus (co mentor) Notes: svn path=/head/; revision=121050
* Fix with perl 5.8.4+:Tilman Keskinoz2004-11-072-0/+12
| | | | | | | | | | | | | Define $Storable::interwork_56_64bit = 1; for compatibility with perl5.6 Bump PORTREVISION BTW. This port is now kind of obsolete, as SixApart does not offer the distfile anymore and we are not allowed to redistribute it. Notes: svn path=/head/; revision=121049
* Add ldoubleMichael Johnson2004-11-075-0/+158
| | | | | | | | | | Library of elementary mathematical functions, probability and elliptic integrals in 80-bit long double precision. Approved by: pav (co mentor) Notes: svn path=/head/; revision=121047
* Adjust spec to make -pthread and gcj link to -lpthread on recentMichael Nottebrock2004-11-073-1/+34
| | | | | | | FreeBSD 5. Notes: svn path=/head/; revision=121046
* * update to 0.9.8.1Pete Fritchman2004-11-075-31/+38
| | | | | | | Submitted by: obraun Notes: svn path=/head/; revision=121045
* Update to 0.5Michael Nottebrock2004-11-0718-298/+142
| | | | | | | | | | Assign maintainership to submitter. PR: 71802 Submitted by: Danny Pansters <danny@ricin.com> Notes: svn path=/head/; revision=121044
* Update to 0.6.0Hye-Shik Chang2004-11-072-3/+3
| | | | Notes: svn path=/head/; revision=121043
* Chase libexif-gtkMichael Johnson2004-11-071-1/+2
| | | | | | | Approved by: pav (co mentor) Notes: svn path=/head/; revision=121042
* Update to 0.3.4 to sync with current version of libexifMichael Johnson2004-11-073-10/+7
| | | | | | | | | PR: ports/73631 Pointed out by: grog@lemis.co Approved by: pav (co mentor) Notes: svn path=/head/; revision=121041
* Update to 0.22.2Hye-Shik Chang2004-11-073-12/+3
| | | | Notes: svn path=/head/; revision=121040
* Add guikachu 1.5.4pre2, resource editor for PalmOS(tm) systems.Alexander Nedotsukov2004-11-075-0/+132
| | | | Notes: svn path=/head/; revision=121038
* Revert those changes from the prevision commit (revision 1.181) that wereGerald Pfeifer2004-11-0710-120/+40
| | | | | | | | | accidental, considering obrien's log entry and the breakage caused. Spotted by: kris (on behalf of pointyhat) Notes: svn path=/head/; revision=121037
* Assign maintainership to Danny Pansters <danny@ricin.com>Michael Nottebrock2004-11-071-1/+1
| | | | | | | PR: 721253, 72254 Notes: svn path=/head/; revision=121036
* Update to 3.13Michael Nottebrock2004-11-073-5/+13
| | | | | | | | | | Assign maintainership to submitter. PR: 72154 Submitted by: Danny Pansters <danny@ricin.com> Notes: svn path=/head/; revision=121035
* Update to 4.1.1.Michael Nottebrock2004-11-073-5/+11
| | | | | | | | | | Assign maintainership to submitter. PR: 72153 Submitted by: Danny Pansters <danny@ricin.com> Notes: svn path=/head/; revision=121034
* - Update to 1.0.5Pav Lucistnik2004-11-078-96/+12
| | | | | | | | PR: ports/73637 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=121033
* - Fix damage on slave ports from recent change in master portPav Lucistnik2004-11-077-5/+9
| | | | | | | Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=121032
* Unbreak by making a local copy of the distfiles. ftp.cis.uab.edu noDima Dorfman2004-11-072-10/+4
| | | | | | | | | longer carries them although it looks like it might have equivalents in a different format. Keep using these until someone updates the port to use the new ones. Notes: svn path=/head/; revision=121031
* Give each of these FORBIDDEN ports an expiration date.Mark Linimon2004-11-075-0/+10
| | | | Notes: svn path=/head/; revision=121030
* Mastersite disappeared.Mark Linimon2004-11-072-3/+1
| | | | | | | Submitted by: Radek Kozlowski <radek at raadradd dot com> Notes: svn path=/head/; revision=121029
* - fix spellingDirk Meyer2004-11-071-1/+1
| | | | | | | Reported by: Nikolaj Karpov Notes: svn path=/head/; revision=121028
* Assign maintainership to new volunteer.Mark Linimon2004-11-071-1/+1
| | | | Notes: svn path=/head/; revision=121027
* Reset bouncing maintainer address.Mark Linimon2004-11-073-3/+3
| | | | Notes: svn path=/head/; revision=121026
* Maintainer no longer has time to work on this port.Mark Linimon2004-11-071-1/+1
| | | | Notes: svn path=/head/; revision=121025
* Newline should go after the terminating punctuation (fix typo).Dima Dorfman2004-11-071-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=121024
* Per email from maintainer, this broken port should be removed in favorMark Linimon2004-11-071-1/+3
| | | | | | | of the native version that we now have. Set fairly quick expiration. Notes: svn path=/head/; revision=121023
* The JUMP PostGIS driver plugin allows reading from and writing to aHerve Quiroz2004-11-077-0/+69
| | | | | | | | | | | | PostGIS database. WWW: http://www.jump-project.org/ PR: 68331 Submitted by: Sam Lawrance <boris@brooknet.com.au> Notes: svn path=/head/; revision=121021
* - Update to the latest version.Yoshio MITA2004-11-077-114/+20
| | | | | | | | | | - Reported to solve problem with xorg server. Submitted by: Ted Fabe Reviewed by: Maintainer (mita) Notes: svn path=/head/; revision=121020
* Additional error checking: check for defined variables that should not be. WithHerve Quiroz2004-11-071-0/+9
| | | | | | | | | | | | | | | | | this patch, for instance: $ cd /usr/port/devel/apache-ant $ make JAVA_HOME=toto apache-ant-1.6.2: Environement error: "JAVA_HOME" should not be defined. *** Error code 1 PR: 70914 Reported by: Rong-En Fan <rafan@infor.org> Approved by: glewis (co-maintainer) Notes: svn path=/head/; revision=121019
* Add net-mgmt/tcptrack:Sergei Kolobov2004-11-074-0/+44
| | | | | | | | | | | | | | | | | tcptrack is a sniffer which displays information about TCP connections it sees on a network interface. It passively watches for connections on the network interface, keeps track of their state and displays a list of connections in a manner similar to the unix 'top' command. It displays source and destination addresses and ports, connection state, idle time, and bandwidth usage. WWW: http://www.rhythm.cx/~steve/devel/tcptrack PR: ports/72543 Submitted by: Tor Halvard Furulund <squat@squat.no> Notes: svn path=/head/; revision=121017
* Add net-mgmt/nfdump:Sergei Kolobov2004-11-069-0/+205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | NFDUMP tools support netflow v5 and v7 capturing and processing. nfcapd - netflow capture daemon. Reads the netflow data from the network and stores the data into files. nfdump - netflow dump. Reads the netflow data from the files stored by nfcapd. It's syntax is similar to tcpdump. If you like tcpdump you will like nfdump. nfprofile - netflow profiler. Reads the netflow data from the files stored by nfcapd. Filters the netflow data according to the specified filter sets ( profiles ) and stores the filtered data into files for later use. nfreplay - netflow replay Reads the netflow data from the files stored by nfcapd and sends it over the network to another host. WWW: http://nfdump.sourceforge.net PR: ports/72171 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> Notes: svn path=/head/; revision=121015
* Add gdvrecv, a set of tools for FreeBSD to receives audio and video data from aPav Lucistnik2004-11-065-0/+45
| | | | | | | | | | | digital camcorder via an IEEE 1394 (widely known as FireWire) link and stores them into an DV file. PR: ports/73442 Submitted by: Henri Michelon <michelon@e-cml.org> Notes: svn path=/head/; revision=121013
* Add dns/dnsdoctor:Sergei Kolobov2004-11-065-0/+250
| | | | | | | | | | | | | | | | | | | | | | | | | DNSdoctor is intended to help solving misconfigurations or inconsistencies of DNS zone files. Features * Powerful configuration file * Does not depend on policies * Fine grained test selection (by test, by categories, by zones) * Full IPv6 support (connectivity and AAAA records) * Supports several input/output interfaces such as CLI, GUI, CGI * Dedicated mode for use inside shell scripts * Batch mode available (ideal when dealing with several domains) * Multi-threaded application in order to cut down checking time * Extensible: new tests, new interfaces, new reports, ... * Exception and cache mechanisms to simplify test writting WWW: http://www.dnsdoctor.org/ PR: ports/71819 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> Notes: svn path=/head/; revision=121011