aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions
i/freebsd-ports-gnome/log/?h=gstreamer0.10-removal&showmsg=1'>logtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.13.3ehaupt2006-05-313-812/+812
| | | | | | | - Use %%DATADIR%% macro PR: 98163 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* Update to Wine 0.9.14 which brings the following:gerald2006-05-318-86/+126
| | | | | | | | | | | | | | | | | | - Better MS/RPC compatibility. - Many fixes to Direct3D shaders. - Several improvements to the header control. - New GPhoto backend for TWAIN. - Dynamic drive configuration using HAL. - A gazillion Direct3D fixes. - New TCP transport for RPC. - Lots of bug fixes. Add FreeType and FontForge as new dependencies, which should help with font display problems quite a bit. PR: 97792 Submitted by: sat Adjustments by: gerald
* - Update from v3.08 to v3.09aaron2006-05-312-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update maintainer - Add perl5 to list of categories Approved by: tobez (implicit) Version: 3.09 - POD doc fixes. - MP2: remove _check_request_req() - this was only necessary when running under both MP1 and MP2. Package name change eliminates the need for this. - test suite converted to Test::More style test suites. - descriptive test descriptions added - make login() stash credentials in $r->pnotes("${AuthName}Creds") so that the login form can access the user-supplied credentials if the login fails. - bug fix: use of Apache2::URI::unescape_url() does not handle '+' to ' ' conversion. This caused problems for credentials that contain spaces. - MP2: remove mod_perl features from "use mod_perl2" line. This is no longer supported by mod_perl2. - MP2: _get_form_data() - switch to CGI.pm to handle form data (fixes several form data handling bugs) - In a subrequest, copy $r->prev->user to $r->user (or r->connection->user for MP1). - remove Apache2::AuthCookie::Util - no longer necessary - multi-valued form fields are now handled properly in POST -> GET conversion - MP2: require CGI.pm 3.12 or later
* Pass maintainer-ship to submitter.ehaupt2006-05-311-1/+1
| | | | | PR: 97861 Submitted by: Jacobo Saúl Arvelo Estévez <unix4all@gulic.org>
* - Updated from v0.21 to v0.22aaron2006-05-312-4/+3
| | | | Approved by: tobez (implicit)
* Pass maintainer-ship to submitter.ehaupt2006-05-311-1/+1
| | | | | PR: 98004 Submitted by: Willem Jaap Zwart <W.J.Zwart@NescioLudens.nl>
* p5-Parse-Flex --> ports/textproc/p5-Parse-Flexaaron2006-05-311-0/+1
|
* Adding port textproc/p5-Parse-Flex, a fast, XS-based flex parser.aaron2006-05-315-0/+61
| | | | | | - minor 'make test' failure reported to vendor Approved by: tobez (implicit)
* - Update to reveal the current amount of CVSup serversehaupt2006-05-312-15/+19
| | | | | | | | - Bump PORTREVISION PR: 98108 Submitted by: Beat Gätzi <beat@chruetertee.ch> Approved by: maintainer
* p5-Data-Pageset --> ports/databases/p5-Data-Pagesetaaron2006-05-311-0/+1
|
* Adding port databases/p5-Data-Pageset, a module for manipulating multiple ↵aaron2006-05-315-0/+55
| | | | | | pages of returned data as well as sets of pages. Approved by: tobez (implicit)
* Upgrade to JasperReports 1.2.3.thierry2006-05-312-7/+7
| | | | | Changelog available at <https://sourceforge.net/project/shownotes.php?release_id=421105>.
* Fix plist.anray2006-05-312-0/+2
| | | | Reported by: krismail
* - Remove MASTER_SITE_GNOME from MASTER_SITES since the distfiles don'tahze2006-05-311-5/+3
| | | | match gstreamer.net
* - Fix build and unbroken port.anray2006-05-314-4/+402
| | | | | PR: ports/96075 Submitted by: Holger Lamm (maintainer)
* - Update to 0.9.6pav2006-05-319-54/+83
| | | | Approved by: Samy Al Bahra <sbahra@kerneled.org> (maintainer)
* - Requires at least Perl 5.6.0.aaron2006-05-311-1/+7
| | | | Approved by: tobez
* - Add WITH_STATIC knobaaron2006-05-311-1/+6
| | | | | | | PR: ports/97952 Submitted by: Nicola Vitale Reviewed by: aaron Approved by: tobez
* whitespace --> ports/lang/whitespaceaaron2006-05-311-0/+1
|
* Add whitespace 0.3, an interpreter for the Whitespace programmingaaron2006-05-315-0/+64
| | | | | | | | language. PR: ports/97479 Submitted by: Li-Lun Wang <llwang@infor.org> Approved by: tobez
* - Mark gstreamer-plugins IGNORE on 4.x since so many plugins don't buildahze2006-05-312-16/+2
| | | | | | | or work on 4.x - Remove WITH_CPUFLAGS stuff since we've had no problems not using it Reported by: pointyhat via kris
* Oops, I forgot to bump PORTREVISION for my previous commit.ume2006-05-311-1/+1
|
* It was too late to add the path for compat5x on 6.1 and later.ume2006-05-311-1/+1
|
* Fix the plist, bump the PORTREVISION.mezz2006-05-311-1/+3
| | | | Reported by: krismail
* p5-Config-Std --> ports/devel/p5-Config-Stdsat2006-05-311-0/+1
|
* p5-Class-Std --> ports/devel/p5-Class-Stdsat2006-05-311-0/+1
|
* Add port devel/p5-Config-Std:sat2006-05-315-0/+56
| | | | | | | | | | | | | | | | | | This module implements yet another damn configuration-file system. The configuration language is deliberately simple and limited, and the module works hard to preserve as much information (section order, comments, etc.) as possible when a configuration file is updated. See Chapter 19 of "Perl Best Practices" (O'Reilly, 2005) for the rationale for this approach. The configuration language is a slight extension of the Windows INI format. WWW: http://search.cpan.org/dist/Config-Std/ Approved by: krion (mentor)
* Add port devel/p5-Class-Std:sat2006-05-315-0/+56
| | | | | | | | | | | | | | | | | Most programmers who use Perl's object-oriented features construct their objects by blessing a hash. But, in doing so, they undermine the robustness of the OO approach. Hash-based objects are unencapsulated: their entries are open for the world to access and modify. Objects without effective encapsulation are vulnerable. Instead of politely respecting their public interface, some clever client coder inevitably will realize that it's marginally faster to interact directly with the underlying implementation, pulling out attribute values directly from the hash of an object. WWW: http://search.cpan.org/dist/Class-Std/ Approved by: krion (mentor)
* Update to OpenLDAP 2.3.24 Release:delphij2006-05-312-6/+6
| | | | | | | | Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567) Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552) Re-fixed slapd-ldap improper free bug in exop (ITS#4550) Fixed slapd-ldif assert bug (ITS#4568) Fixed slapo-syncprov crash under glued database (ITS#4562)
* Add one new master site and remove an old one that's not working anymore.garga2006-05-311-1/+1
|
* - Upgrade to v5.6. Upstream changes include:jkoshy2006-05-315-19/+23
| | | | | | | | | | | | | | | | + Support for ASP constants. + Support for GNU Make extensions. + ".mk" is now recognized as a Make language file. + Extensions to the Ruby language parser. + Many bug fixes. - Use the --with-readlib configuration option instead of homebrewing our own install process. This change installs 'readtags.[oh]' under ${PREFIX}/lib and ${PREFIX}/include respectively. - Update the list of supported languages in the port's description.
* Update to 0.2.stefan2006-05-312-4/+4
| | | | | | PR: 97587 Submitted by: maintainer Approved by: arved (mentor)
* Forced commit to note that alepulver is freed from mentorship, he is ready togarga2006-05-310-0/+0
| | | | | | fly solo. Good luck and keep up the good work!
* I've committed MASTER_SITES changes proposed by Marin Wilke some days ago,garga2006-05-3112-12/+28
| | | | | | but, the correct way is preserve original MASTER_SITE and add freebsd.unixfreunde.de just as a backup, I'm doing it right now, restoring original preserving the Martin's proposed backup.
* - Patch strip for everyone!pav2006-05-312-9/+7
| | | | Reported by: Tobias Roth <ports@fsck.ch>
* Fix last version which wouldn't compile.cracauer2006-05-312-4/+4
|
* - update to 0.3.0clsung2006-05-313-7/+12
| | | | | PR: ports/98142 Submitted by: maintainer (Neal Nelson)
* - update to 0.3.0clsung2006-05-313-7/+9
| | | | | PR: ports/98140 Submitted by: maintainer (Neal Nelson)
* - update to 0.6.0clsung2006-05-303-7/+13
| | | | | PR: 98139 Submitted by: maintainer (Neal Nelson)
* Bump PORTREVISION for the previous change of files/patch-pdumpfs-rsync.nobutaka2006-05-301-1/+1
| | | | | Forgotten by: myself Notified by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
* - update to 0.7.0clsung2006-05-303-5/+9
| | | | | PR: ports/98137 Submitted by: maintainer (Neal Nelson)
* - update to 0.4.0clsung2006-05-304-9/+23
| | | | | PR: ports/98149 Submitted by: maintainer (Neal Nelson)
* - update to 0.2.0clsung2006-05-303-14/+9
| | | | | PR: ports/98150 Submitted by: maintainer (Neal Nelson)
* - update to 0.2.0clsung2006-05-303-8/+9
| | | | | PR: ports/98151 Submitted by: maintainer (Neal Nelson)
* - update to 0.2.0clsung2006-05-303-8/+9
| | | | | PR: 98148 Submitted by: maintainer (Neal Nelson)
* - update to 2.4.0clsung2006-05-303-103/+51
| | | | | PR: 98147 Submitted by: maintainer (Neal Nelson)
* Bump portrevision for last change.lbr2006-05-301-0/+1
| | | | Approved by: erwin (mentor)
* Added a dependency on File::Slurp.lbr2006-05-301-1/+2
| | | | | | PR: 98155 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> Approved by: erwin (mentor, implicit)
* - Update to 2.14.2ahze2006-05-303-14/+23
|
* - Update to 2.14.5ahze2006-05-304-49/+7
|
* - Fix a bug in id3lib that causes UTF-16 characters to be broken when writingehaupt2006-05-302-3/+17
| | | | | | | | | tags - Pass maintainer-ship to submitter PR: 98061 Submitted by: Khairil Yusof <kaeru@inigo-tech.com> Obtained from: Fedora (CVS)
* - Fix postfix MAIL_GID.jmelo2006-05-301-1/+2
| | | | | | - Bump PORTREVISION. Approved by: mnag (mentor)
* - Remove appendix/{LIST,LIST-ja} which have disappeared from MASTER_SITES.jmelo2006-05-302-9/+2
| | | | | | | | - Bump portrevision. PR: ports/97553 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Approved by: mnag (mentor)
* - Update to 2.3-20060518mnag2006-05-302-4/+4
|
* - Update to 0.52.7mnag2006-05-308-100/+27
| | | | | | | | - Take maintainer - portlint(1) PR: 95859 Submitted by: Rainer Alves <rainer.alves___gmail.com>
* Fix WWWedwin2006-05-301-1/+1
| | | | | PR: ports/98135 Submitted by: markzero <markzero@corolla.ath.cx>
* Fix configure step so that it doesn't dump core on FreeBSD/amd64 due to acy2006-05-302-5/+6
| | | | | | missing prototype. Submitted by: ru
* - chase libcdio bumpmich2006-05-302-2/+2
| | | | | Noticed by: krisbot Pointyhat to: myself
* Update to 0.3400, require perl from ports.tobez2006-05-302-4/+8
| | | | | PR: 98132 Submitted by: maintainer
* Update to 0.15.tobez2006-05-302-6/+5
| | | | | | PR: 98128 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Approved by: maintainer
* - Update from 0.06 to 0.08 which fixes some CPAN RTs and someclsung2006-05-302-6/+6
| | | | | | | | Apache2::Status problems under mod_perl2. - submitter is the active CPAN maintainer, he will also maintain this port. PR: ports/98083 Submitted by: maintainer (Philip M. Gollucci)
* - Update to 7.6.4sat2006-05-302-5/+4
| | | | Approved by: krion (mentor, implicit)
* - update to 1.00clsung2006-05-302-5/+5
| | | | | | | - This release of Apache-DBI fixes some serious/crtical bugs under mod_perl2. PR: ports/98081 Submitted by: maintainer (Philip M. Gollucci)
* - Apply vendor patch to fix 'unexpected tag 3' errorspav2006-05-302-1/+99
| | | | | Requested by: Zoltan Frombach <zoltan@frombach.com> Obtained from: http://lists.samba.org/archive/rsync/2006-May/015607.html
* - Update to 0.0.20clsung2006-05-302-5/+4
| | | | | PR: ports/98123 Submitted by: Nils Vogels <nivo+kw+ports.bfa274_AT_is-root dot com>
* - Update to 0.5.4clsung2006-05-303-10/+14
| | | | | | | - Take maintainership PR: ports/98122 Submitted by: maintainer (Nils Vogels)
* - Update to 0.2.4clsung2006-05-304-18/+18
| | | | | | | - fix http://people.freebsd.org/~fenner/portsurvey/sysutils.html#xsu PR: 97962 Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
* - Update TV-Browser to Version 2.2clsung2006-05-306-116/+294
| | | | | PR: 98112 Submitted by: maintainer (Lars Engels)
* Hand maintainership to submittererwin2006-05-301-1/+1
| | | | | PR: 98098 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
* Hand maintainership to submittererwin2006-05-301-1/+1
| | | | | PR: 98097 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
* Hand maintainership to submittererwin2006-05-301-1/+1
| | | | | PR: 98096 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
* Mark BROKEN on 4.xerwin2006-05-301-0/+4
| | | | | PR: 98114 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
* Update to 0.28skv2006-05-302-5/+6
| | | | Changes: http://search.cpan.org/src/GRICHTER/ExtUtils-XSBuilder-0.28/Changes
* - Add an additional mirrorehaupt2006-05-301-3/+4
| | | | - s/OPTIMIZED_CXXLAGS/OPTIMIZED_CXXFLAGS/
* - Fix fetch of pango-referencepav2006-05-301-1/+1
| | | | Reported by: krismail
* Update to 0.63.tobez2006-05-302-4/+4
|
* Add missing manpage.demon2006-05-301-1/+1
| | | | Spotted by: kris
* - Authors rerolled tarball, incorporating doc subdir fixpav2006-05-302-22/+3
| | | | Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Update to 0.76.tobez2006-05-304-4/+6
|
* - Fix build on 4.xclsung2006-05-302-0/+13
| | | | | | PR: 97937 Submitted by: Shaun Amott <shaun_AT_inerd dot com> Approved by: maintainer
* - Update to 1.7.3clsung2006-05-302-4/+4
| | | | | PR: 98121 Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
* - update to 3.0.0clsung2006-05-306-10/+16
| | | | | PR: ports/98071 Submitted by: maintainer (KIMURA Yasuhiro)
* - Cleanup up plist to use macrosclsung2006-05-302-5/+5
| | | | | | | - Take maintainership PR: ports/98119 Submitted by: maintainer (Nils Vogels)
* - take maintainershipclsung2006-05-301-1/+1
| | | | | PR: 98120 Submitted by: maintainer (Nils Vogels)
* thunderbird-i18n --> ports/mail/thunderbird-i18nsat2006-05-301-0/+1
|
* Add port mail/thunderbird-i18n:sat2006-05-3010-0/+490
| | | | | | | | Language packs for Thunderbird WWW: http://www.mozilla.org/projects/l10n/ Approved by: krion (mentor)
* Update to 2.6.2.marcus2006-05-303-62/+4
|
* firefox-i18n --> ports/www/firefox-i18nsat2006-05-301-0/+1
|
* Remove expired leaf port:vd2006-05-308-117/+1
| | | | 2006-05-25 multimedia/splitmpg
* Add port www/firefox-i18nsat2006-05-3016-0/+876
| | | | | | | | | | | | | | Please welcome a one-port-to-rule-them-all localization pack for *firefox browser. It installs most popular languages by default (zh-CN de fr ja ru it es-ES), but you can tune it by setting FIREFOX_I18N in your /etc/make.conf to any other of supported locales or to "all" to install them all. It depends on xpi-locale-switcher extension by default, which makes it very easy to switch between locales (Tools->Languages). Define WITHOUT_SWITCHER to avoid the dependency. Approved by: krion (mentor)
* Update to 2.6.2.marcus2006-05-303-4/+5
|
* update to 4.1.1oliver2006-05-302-7/+4
|
* update to 5.1.2oliver2006-05-303-4/+6
|
* - Update to v8.21sat2006-05-302-4/+4
| | | | Approved by: krion (mentor, implicit)
* update to 2.2.5oliver2006-05-304-10/+10
| | | | Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* Fix installation problem on freebsd4.sumikawa2006-05-301-0/+11
|
* Update to 1.6.2.marcus2006-05-303-7/+6
|
* - Fix .desktop file so it says Firefox10 instead of Firefox and starts firefox10ahze2006-05-302-53/+56
|
* - Update to 2.0a3ahze2006-05-3013-180/+211
| | | | | | | - Fix .desktop file so it actually starts firefox-devel instead of firefox also change Firefox to Firefox-devel in comments Release notes: http://www.mozilla.org/projects/bonecho/releases/2.0a3.html
* - Update to 0.94sat2006-05-304-18/+26
| | | | Approved by: Matt Mills <matt_mills@btopenworld.com> (maintainer), krion (mentor)
* Update to latest version from project CVSache2006-05-302-4/+25
|
* - Add amd64 to broken listahze2006-05-301-9/+6
| | | | - Pet portlint and remove quotes around BROKEN messages
* - Update to 1.31mnag2006-05-302-6/+5
|
* - Update to 3.11.1ahze2006-05-304-559/+4
|
* - update to 0.82clsung2006-05-302-4/+4
| | | | | | PR: 97980 Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de> Approved by: maintainer
* - Disable gpac support on 4.x to fix buildahze2006-05-302-0/+8
| | | | Reported by: pointyhat via kris
* - do not build in 5.00503clsung2006-05-301-1/+7
| | | | | PR: ports/97858 Submitted by: Shaun Amott <shaun_AT_inerd dot com>
* Update to 2.14.2.mezz2006-05-303-4/+51
|
* Update to 2.6.9.mezz2006-05-304-47/+4
|
* Update to 2.14.2.mezz2006-05-305-9/+14
|
* Update to 2.14.2.1.mezz2006-05-302-4/+4
|
* Update to 2.14.2.mezz2006-05-303-7/+6
|
* Update to 2.14.2.mezz2006-05-306-10/+10
|
* Update to 2.14.2.mezz2006-05-302-5/+4
|
* - Mirror patch to my FTP and change MASTER_SITES.alepulver2006-05-302-8/+8
| | | | | | - Remove site which doesn't contain the data anymore. Approved by: garga (mentor, implicitly)
* Add bytecode build and change install dir to ${EMACS_SITE_LISPDIR}anray2006-05-301-7/+11
|
* Update to 0.9.2.mezz2006-05-303-5/+5
|
* Update to 2.14.3.mezz2006-05-305-9/+12
|
* p5-Syntax-Highlight-Engine-Kate --> ↵aaron2006-05-301-0/+1
| | | | ports/textproc/p5-Syntax-Highlight-Engine-Kate
* Adding port textproc/p5-Syntax-Highlight-Engine-Kate, a Perl port of Kate's ↵aaron2006-05-305-0/+291
| | | | | | syntax highlighting engine. Approved by: tobez (implicit)
* - Fix WWW.jmelo2006-05-301-1/+1
| | | | | | PR: ports/97998 Submitted by: Raaf <freebsd@luna.afraid.org> (maintainer) Approved by: mnag (mentor)
* - Update to 0.55pav2006-05-304-26/+25
| | | | | PR: ports/98036 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Update to 0.0.13ehaupt2006-05-302-33/+17
|
* - Allow on amd64pav2006-05-303-6/+24
|
* - Update to 0.148pav2006-05-304-37/+21
| | | | | | | - Take maintainership PR: ports/98057 Submitted by: Tim Welch <ports@thepentagon.org>
* - Update to 0.2.4apav2006-05-303-8/+7
| | | | | PR: ports/98044 Submitted by: Martin Jackson <mhjacks@swbell.net> (maintainer)
* - Update to 4.1.6apav2006-05-304-7/+8
| | | | | PR: ports/98043 Submitted by: Martin Jackson <mhjacks@swbell.net> (maintainer)
* - Update to 0.0.4apav2006-05-304-8/+20
| | | | | PR: ports/98041 Submitted by: Martin Jackson <mhjacks@swbell.net> (maintainer)
* - Take maintainershippav2006-05-301-1/+1
| | | | | PR: ports/98049 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
* - Fix building on non i386 architectures.alepulver2006-05-303-26/+57
| | | | Approved by: garga (mentor, implicitly)
* p5-Math-RandomOrg --> ports/math/p5-Math-RandomOrgaaron2006-05-301-0/+1
|
* Adding port math/p5-Math-RandomOrg, Retrieve random numbers and data from ↵aaron2006-05-305-0/+46
| | | | | | random.org. Approved by: tobez (implicit)
* - Take maintainershippav2006-05-301-1/+1
| | | | PR: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
* - Update maintainer's email addresspav2006-05-3013-14/+13
| | | | | PR: ports/98102 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
* - Drop maintainershippav2006-05-303-3/+3
| | | | | PR: ports/98102 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
* - Update to 1.2.07.5pav2006-05-302-4/+4
| | | | | PR: ports/98077 Submitted by: Alex Kapranoff <alex@kapranoff.ru> (maintainer)
* - Update to 1.1.2pav2006-05-306-16/+18
| | | | | PR: ports/98065 Submitted by: David Wood <david@wood2.org.uk>
* p5-Text-Diff3 --> ports/textproc/p5-Text-Diff3aaron2006-05-301-0/+1
|
* Adding port textproc/p5-Text-Diff3, Compute three-way differences between texts.aaron2006-05-307-0/+146
| | | | Approved by: tobez (implicit)
* Use BLAS instead of ATLAS by default.thierry2006-05-302-8/+16
| | | | | | | | | | | | | | | | | I used to recommend the use of ATLAS over the standard fortran BLAS. Unfortunately for some time we are not packaging ATLAS anymore, and very recently the source code of GotoBLAS has been made available for research purposes. GotoBLAS is said to be faster than ATLAS and the shared library is exchangeable with the standard BLAS. Curiously the standard BLAS is known to beat both GotoBLAS and ATLAS when the problems are not too complex, so I expect it's better for beginners. I am hereto recommending the use of shared blas by default but leaving a WITH_ATLAS knob in case someone doesn't have access to GotoBLAS and wants to try to squeeze some more performance. PR: ports/98070 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
* Note the removal of support for UCD-SNMP v4 in quagga.lawrance2006-05-301-0/+8
|
* Update to 0.99.4.lawrance2006-05-3011-55/+103
| | | | | PR: ports/97122 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* - Add more sites to MASTER_SITE_IDSOFTWARE.alepulver2006-05-301-2/+5
| | | | Approved by: garga (mentor, implicitly)
* - Fix build if LC_ALL is definedahze2006-05-301-0/+12
| | | | | Submitted by: Oleg Gawriloff <barzog@telecom.by> Obtained from: http://www.via.ecp.fr/via/ml/vlc/2006-05/msg00018.html
* - Update to 2.14.2ahze2006-05-303-5/+5
|
* Update to 2.6.2.marcus2006-05-302-4/+4
|
* Update to 0.3.48.osa2006-05-304-8/+8
|
* - Update to 3.10.2ahze2006-05-306-28/+8
|
* Fix problem with non-NULL values appearing as NULL properly.sobomax2006-05-303-45/+14
| | | | Submitted by: Alexandre Snarskii <snar@paranoia.ru>
* - Convert to USE_LDCONFIG.flz2006-05-3012-24/+108
| | | | | | PR: ports/93186 Submitted by: $self Approved by: maintainer
* - Update to 0.9.2.flz2006-05-302-7/+6
| | | | | | | | - Fix MASTER_SITES. - Pass maintainership to submitter (agreed on IRC). PR: ports/97842 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* - Update to 2.14.2ahze2006-05-303-4/+12
|
* - Introduce and document USE_XPI - a maintainer-tunable varsat2006-05-301-2/+13
| | | | Approved by: krion (implicit)
* - Preliminary support for multi-xpi portssat2006-05-291-2/+17
| | | | | | | | - Allow redefinition of public targets - Make relink-all catch extensions with non-GUID ID's - A bit smarter XPI_ID extraction Approved by: krion (mentor, implicit)
* - Update to 1.0.14pav2006-05-295-9/+30
|
* Update to 0.13skv2006-05-292-4/+11
| | | | Changes: http://search.cpan.org/src/FWILES/Apache-DB-0.13/Changes
* * take maintainershipskv2006-05-291-1/+1
|
* * clean port's styleskv2006-05-295-24/+30
| | | | | * unbreak build with apache22+mod_perl2 * take maintainership
* - Update to 0.5.0+2sat2006-05-292-4/+4
| | | | Approved by: krion (mentor, implicit)
* - Update to 0.46clsung2006-05-292-5/+4
| | | | | PR: 97893 Submitted by: maintainer (TAKAHASHI Kaoru)
* - update to 2.7.1clsung2006-05-292-4/+4
| | | | | | PR: 97619 Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de> Approved by: maintainer (Martin Cracauer)
* Update to 4.1.2hq2006-05-292-10/+10
| | | | | PR: 98033 Submitted by: maintainer
* - Take maintainershipclsung2006-05-291-2/+3
| | | | | | | - Add additional MASTER_SITE PR: ports/98050 Submitted by: maintainer (Lars Engels)
* Correct MASTER_SITE.demon2006-05-291-1/+1
| | | | | PR: 97709 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* Update to version 0.49.demon2006-05-293-4/+5
| | | | | PR: 97645 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* - Stop deleting `lib/modules/extensions/libglx.so' upon pkg_deletedanfe2006-05-293-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to version 1.0-8762, the latest from nVidia Changes from version 1.0-8178 (previous in Ports Collection): - Added support for new GPUs, such as QuadroFX 4500 X2, Quadro FX 5500, Quadro FX 3500, and Quadro FX 1500 - Added support for GeForce 7300, GeForce 7400 Go, GeForce 7600, and GeForce 7900 GPUs - Improved Quadro FX 3450/4000 SDI support - Added support for running OpenGL applications while the Composite X extension is enabled; see "The X Composite Extension" appendix for details - Enabled hardware acceleration of the Render X extension by default - Added new "nvidia-auto-select" mode entry for use in the X configuration file; see description in the "Programming Modes" appendix - Added support for GLX 1.4 - Added "AddARGBGLXVisuals" X configuration option, so that OpenGL applications can render to X Windows' alpha channel - Added ability for OpenGL applications to span greater than 4096 pixels when in Xinerama - Fixed video memory reporting with GeForce 6200 Turbo Cache - Fixed a problem with Overlay support when in TwinView - Fixed several issues with mode selection for CRTs and DFPs - Fixed a corruption problem with Rotation and large desktops on older GPUs including GeForce4 MX - Fixed a system crash starting X with TwinView on certain GPUs - Addressed an NV-CONTROL compatibility issue; please see the Known Issues section of the README for details - Improved G-Sync support - Fixed interlaced modes on CRTs PR: ports/96385 Submitted by: Sean Farley <sean-freebsd(at)farley.org>
* Use pcre library.demon2006-05-291-0/+2
| | | | | PR: 97099 Submitted by: Dmitriy Kirhlarov <dkirhlarov@oilspace.com>
* - Update to 0.3.8ahze2006-05-294-8/+18
|
* Update to version 2.1.p21.demon2006-05-292-5/+5
|
* Update to version 4.10.demon2006-05-293-5/+15
| | | | | | Based on: PR: 93547 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Update to versino 1.2.1demon2006-05-293-45/+51
| | | | | PR: 96617 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* Update to version 1.0.0.demon2006-05-293-44/+50
| | | | | PR: 96616 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* Update to 0.4.4skv2006-05-293-16/+22
| | | | Changes: http://search.cpan.org/src/LTOETSCH/parrot-0.4.4/NEWS
* Update to 0.33erwin2006-05-292-4/+4
| | | | | | PR: 97638 Submitted by: Christopher Boumenot <boumenot@gmail.com> Approved by: marck (maintainer)
* Update to version 2.1.18.demon2006-05-293-87/+93
| | | | | PR: 96615 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* - Update to 1.5b5ahze2006-05-293-7/+9
|
* - Remove unneeded PKGMESSAGE override (SUB_FILEs does it automatically)danfe2006-05-291-2/+3
| | | | | | | | | - Add a dependency to the native xorg-libraries when the LINUX option is enabled (it causes USE_XLIB to depend on Linux libraries instead of the native ones). This should aid in updating process. PR: ports/96883 Submitted by: alepulver
* - Update to 2.6clsung2006-05-292-4/+4
| | | | | | PR: ports/97976 Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de> Approved by: pre-maintainer (Soeren Straarup)
* Add a note about qmail-spamcontrol 2.4.x seriesgarga2006-05-291-0/+14
|
* - Update qmail-spamcontrol to 2.4.14, finally with STARTTLS supportgarga2006-05-296-324/+13
| | | | | Full ChangeLog at: http://www.fehcom.de/qmail/spamcontrol.html
* - Add a new know WITH_XGETDEFAULTclsung2006-05-292-1/+13
| | | | | | | | | | | | | | - from submitter WITH_XGETDEFAULT which enables resource checking via X's function instead of rxvt's own version. I'm using this option for a long time, it would be better if I can turn it on via a knob.Add a new know WITH_XGETDEFAULT which enables resource checking via X's function instead of rxvt's own version. I'm using this option for a long time, it would be better if I can turn it on via a knob. PR: 96152 Submitted by: Rong-En Fan <rafan_AT_infor dot org>
* - Update to 2.14.2ahze2006-05-293-16/+5
|
* - Take maintainershipclsung2006-05-292-3/+3
| | | | | | | - Pet portlint PR: ports/97964 Submitted by: maintainer (Rene Ladan)
* Upgrade to apr-1.2.7rodrigc2006-05-2928-168/+104
| | | | | PR: ports/98085 Submitted by: skv
* - Update to 2.4sat2006-05-293-12/+10
| | | | | | | | - Take maintainership PR: ports/95871 Submitted by: sat Approved by: krion (mentor)
* - make portlint happyclsung2006-05-294-20/+22
| | | | | | | | - add SHA256 - take maintainership PR: 97925 Submitted by: maintainer <thomas_AT_goodking dot ca>
* Only use -trigraphs compiler option on ${OSVERSION} >= 503000ehaupt2006-05-291-2/+3
| | | | (-trigraphs requires gcc 3.4+)
* Update to 2.15.tobez2006-05-295-366/+208
| | | | | | | | | | | Attempts to keep this port working with 5.005_03 got too low work involved/usefulness ratio to bother any more, so require Perl from ports. Please note that various bits and pieces concerning DBI, GD::Graph, XML, and LaTeX support were removed from this version of Template Toolkit. Instead, they are now in separate distributions which are coming soon to the ports collection near you.
* - Mirror unfetchable distfile on ftp.FreeBSD.orgpav2006-05-291-1/+2
|
* Update to version 0.2.8.danfe2006-05-292-5/+5
| | | | | PR: ports/97538 Submitted by: Rong-En Fan <rafan(at)infor.org>
* - Update to 2.14.2ahze2006-05-293-4/+7
|
* - Mark UTF8 option as IGNORE on 4.x, it generates an unusable lib becausegarga2006-05-291-1/+5
| | | | | | | | | lack of support for mbrtowc() and wcwidth() in libc [1] - Mark UTF8 option as EXPERIMENTAL since it seems to don't work so good in some cases PR: ports/97862 [1] Submitted by: Dan Lukes <dan@obluda.cz> [1]
* Update to 3.74. Please 'make distclean' before reporting problems withvs2006-05-292-4/+4
| | | | | | | distfile. PR: ports/97610 Submitted by: maintainer
* - Update to 0.7.4garga2006-05-292-9/+8
| | | | | Full Changelog at: http://www.allard.nu/pfw/history
* Update to 5.8.4vs2006-05-293-9/+10
| | | | | PR: ports/97663 Submitted by: Shaun Amott
* - Fix portlint warningsanray2006-05-292-7/+8
| | | | | | | | - There are two `site-lisp' directories, but only one @dirrm pkg-plist line. Fix this. [1] Submitted by: maintainer via email [1] Reported by: krismail
* xpi-locale-switcher --> ports/www/xpi-locale-switchersat2006-05-291-0/+1
|
* Add port www/xpi-locale-switcher:sat2006-05-294-0/+41
| | | | | | | | | | | | | | | | | | The default UI for Firefox and Thunderbird does not provide an easy way to switch between multiple installed language packs for the application, because ordinary users aren't expected to install multiple language packs However, some developers or users who speak multiple languages may wish to install language packs and easily switch between multiple languages. The locale-switcher extension provides simple menu to switch between languages. The extension adds a "Languages" item on the "Tools" menu under the existing Extensions/Themes options, allowing the user can select a language. WWW: http://benjamin.smedbergs.us/switch-locales/ PR: ports/97611 (based on) Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua> Approved by: krion (mentor)
* Vastly improve handling of moved ports:dougb2006-05-294-12/+38
| | | | | | | | | | 1. Update DEPORIGIN in addition to @pkgdep entries in +CONTENTS 2. Give more details about why a port moved 3. grep for the old port name in existing +CONTENTS files, since the new name will not appear at all Also, stretch the window to wait for a background 'make checksum' to complete to 5 seconds instead of 3
* Update to 1.28.tobez2006-05-292-4/+4
|
* Update to version 3.9.10-20060525jmz2006-05-295-31/+38
| | | | | PR: ports/97992 Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au>
* Update to 0.45.tobez2006-05-292-4/+4
|
* Update to 0.9.13vs2006-05-293-7/+23
| | | | | PR: ports/98046 Submitted by: maintainer
* - Upgrade to the latest release (1.33).clsung2006-05-293-4/+12
| | | | | PR: ports/98073 Submitted by: maintainer (Denis Shaposhnikov)
* - pass maintainershipclsung2006-05-291-1/+1
| | | | | | PR: 98053 Submitted by: Nils Vogels <nivo+kw+ports.bfa274_AT_is-root dot com> Approved by: Soeren Straarup <xride_AT_x12 dot dk>
* Update to 1.25lth2006-05-292-4/+10
| | | | | PR: ports/97947 Submitted by: leeym
* Assign to haskell@FreeBSD.org: Simon hasn't enough time to care for the ↵vs2006-05-291-1/+1
| | | | | | | | FreeBSD version and most of the problems with the port are my fault anyway. Approved by: maintainer
* Oops... Correct mismerge of USE_OPENLDAP usage by moving .else down.delphij2006-05-291-1/+1
| | | | | Pointy hat to: delphij Reported by: cperciva
* Update to 1.02lth2006-05-293-6/+8
| | | | | PR: ports/97637 Submitted by: Christopher Boumenot <boumenot@gmail.com>
* Conform to new Module::Build behaviourlth2006-05-292-10/+3
| | | | Noticed by: pointyhat via kris
* Reset maintainershiperwin2006-05-291-1/+1
| | | | | PR: 98068 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
* - Move opennap from audio to net-p2psat2006-05-291-0/+1
|
* - Fix category: should be in net-p2psat2006-05-2910-122/+4
| | | | | | | | - Take maintainership PR: ports/97691 Submitted by: Sam Cassiba <drogoh@megalomaniacal.net> Approved by: krion (mentor, implicit)
* Update to 2.12.3.marcus2006-05-292-4/+4
|
* Update to 2.12.4.marcus2006-05-292-4/+4
|
* Fix wrong PKGNAME and COMMENT when WITH_SASL is defined.delphij2006-05-291-4/+0
| | | | | | | | | | | Please note that the openldap 2.2.x series is now considered obsolete and is no longer maintained. Therefore, updates to this port would be more conservative and less effort would be taken here in the future. Current OpenLDAP users are encouraged to upgrade to 2.3.x. Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> (with changes) PR: ports/91902
* Update to 2.12.3.marcus2006-05-292-4/+4
|
* Fix wrong PKGNAME and COMMENT when WITH_SASL is defined.delphij2006-05-293-27/+18
| | | | | | | | | | | Please note that the openldap 2.2.x series is now considered obsolete and is no longer maintained. Therefore, updates to this port would be more conservative and less effort would be taken here in the future. Current OpenLDAP users are encouraged to upgrade to 2.3.x. Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> (with changes) PR: ports/91902
* Remove astro/boinc-setiathome-naparsterwin2006-05-29