aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.3.0Wen Heping2010-05-132-5/+5
| | | | | | | - Reset maintainer Notes: svn path=/head/; revision=254249
* Cuberok is a music player and a collection manager based on Qt4. It hasWen Heping2010-05-136-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | lightweight interface, music collection support and many features, e.g. music autorating and Last.FM scrobbler. Features: -CUE support. Codepage selection for CUE sheets -Shoutcast/icecast support (for GStreamer and Phonon) -Support internet services Jamendo and MagnaTune (New in v.0.0.9) -Last.FM and Libre.FM scrobblers -Downloading images for albums and artists from Last.FM -Loading artist and album info from Last.FM, loading lyrics from LyricWiki.org -Auto rating for songs. Rating for albums, artists and genres automatically calculated from rating of songs. -Easy collection browsing. Just double click on genre to view all artist in this genre. -Smart playlists (custom SQL requests) -Support for AlbumArt as separate file on disk. Art can be assinged to genre and atrist too. -And etc... WWW: http://code.google.com/p/cuberok/ PR: ports/146510 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=254248
* - Not try to dirrm locales, which now handled by kdehierDima Panov2010-05-132-12/+0
| | | | | | | | Noticed by: QAT via pav Approved by: maintainer (implicit) Notes: svn path=/head/; revision=254247
* - Fix some runtime devel/pcre conversion falloutPhilip M. Gollucci2010-05-131-0/+1
| | | | | | | | | | | | | | | the bundled pcre defined REG_NOSUB as 0 b/c its not used the devel/pcre port (8.0.0) defines it as 0x0020 which is causing havoc The REG_NOSUB was never used by pcre in www/apache20 So, replace it with 0 in the www/apache20 code forcibly - Bump PORTERVISION PR: ports/146399 Reported by: ervin valentin <ervin23@gmail.com> With Hat: apache@ Notes: svn path=/head/; revision=254246
* Pickwick is a plain text small group chat server. It uses a simpleThomas Abthorpe2010-05-139-0/+65
| | | | | | | | | | | | | obfuscation scheme to keep traffic to and from the server unintelligible to casual perusal. A client program, named weller(1) is also provided. WWW: http://www.mammothcheese.ca/ PR: ports/146206 Submitted by: James Bailie <jimmy at mammothcheese.ca> Notes: svn path=/head/; revision=254245
* - Carry the bundled apr patch through current freebsd versions.Philip M. Gollucci2010-05-131-2/+2
| | | | | | | | | | | | | | | clement@ added this patch in 1.201 of Makefile for fbsd 6.x This only adds -funsigned-char to CFLAGS and I haven't seen it break anything or anyone report any issues with not having the update. It was also only neccessary in apr 0.9.x not apr 1.x+ This was remove entirely in http://svn.apache.org/viewvc?view=revision&revision=65257 - Bump PORTREVISION With Hat: apache@ Notes: svn path=/head/; revision=254244
* - Update to 1.1.2Yi-Jheng Lin2010-05-133-7/+196
| | | | | | | Approved by: lwhsu/rafan (mentors, implicit) Notes: svn path=/head/; revision=254243
* - Update to 2.16Yi-Jheng Lin2010-05-132-4/+4
| | | | | | | Approved by: lwhsu/rafan (mentors, implicit) Notes: svn path=/head/; revision=254242
* - Fix plistSahil Tandon2010-05-131-0/+2
| | | | | | | | Reported by: pointyhat (via pav) Approved by: pgollucci (perl@), itetcu (mentor) Notes: svn path=/head/; revision=254241
* Only one scriptPhilip M. Gollucci2010-05-131-1/+1
| | | | Notes: svn path=/head/; revision=254240
* - Dupliate $] fix in apxs in www/apache22Philip M. Gollucci2010-05-134-5/+23
| | | | | | | | | | - Rename rc.d script apache2.sh -> apache2 - Bump PORTREVISION With Hat: apache@ Notes: svn path=/head/; revision=254239
* - Remove use of $] which is deprecated in perl and gone in perl 5.12Philip M. Gollucci2010-05-132-5/+13
| | | | | | | | | | This is already being discussed at dev@httpd and will be committed upstream Reported by: brad clawsie <clawsie@fastmail.fm> (on apache@ list) With Hat: apache@ Notes: svn path=/head/; revision=254238
* - Chase the www/apache20 conversion to devel/pcre only.Philip M. Gollucci2010-05-136-2/+8
| | | | | | | | Reported by: pointyhat via pav, erwin With Hat: apache@ Notes: svn path=/head/; revision=254237
* - Update to 0.6.4Wen Heping2010-05-132-6/+4
| | | | | | | | PR: ports/146481 Submitted by: Michael James Brune <admin@mjbrune.org> (maintainer) Notes: svn path=/head/; revision=254236
* - Fix openssl rengotiation patch [1]Philip M. Gollucci2010-05-134-271/+146
| | | | | | | | | | | | | | | | | | | | | | | | | - Fix the openssl from ports flag - Bump PORTREVISION - Also patch 2 more CVEs *) SECURITY: CVE-2010-0434 (cve.mitre.org) Ensure each subrequest has a shallow copy of headers_in so that the parent request headers are not corrupted. Elimiates a problematic optimization in the case of no request body. PR 48359 [Jake Scott, William Rowe, Ruediger Pluem] *) SECURITY: CVE-2008-2364 (cve.mitre.org) mod_proxy_http: Better handling of excessive interim responses from origin server to prevent potential denial of service and high memory usage. Reported by Ryujiro Shibuya. [Ruediger Pluem, Joe Orton, Jim Jagielski] PR: ports/146389 [1] Submitted by: several [1] With Hat: apache@ Notes: svn path=/head/; revision=254235
* Backport of the Apache 2.3 module that replaces the apparent clientPhilip M. Gollucci2010-05-125-0/+79
| | | | | | | | | | | | | remote IP address and hostname for the request with the IP address list presented by a proxy or load balancer via the request headers. WWW: http://httpd.apache.org/docs/2.3/mod/mod_remoteip.html PR: ports/146509 Submitted by: Jim Riggs <ports at christianserving.org> Notes: svn path=/head/; revision=254233
* www/mod_extract_forwarded2||2010-05-12|Use www/mod_extract_forwarded insteadPhilip M. Gollucci2010-05-126-67/+1
| | | | | | | Wit hat: apache@ Notes: svn path=/head/; revision=254232
* - Make tinderbox happy by removing '@dirrmtry' handling on locale dirsDima Panov2010-05-122-4/+0
| | | | | | | Submitted by: pointyhat via pav Notes: svn path=/head/; revision=254231
* - Provide correct distinfoDima Panov2010-05-122-6/+6
| | | | | | | Submitted by: pointyhat via pav Notes: svn path=/head/; revision=254230
* - Add more locale directories to plistDima Panov2010-05-122-0/+3
| | | | | | | | | | - Bump PORTREVISION to force repacking Submitted by: pointyhat via pav Approved by: maintainer (implicit) Notes: svn path=/head/; revision=254229
* - Mark broken, cvs is gone, code now in svnPhilip M. Gollucci2010-05-122-0/+4
| | | | | | | | | | PR: ports/146124 Submitted by: pgollucci@ (myself) Approved by: maintainer timeout (q@onthenet.com.au; 14 days) Prompted by: -exp run for ports/141688 via pav Notes: svn path=/head/; revision=254228
* - Please welcome rsyslog55 which is tracking the -develPhilip M. Gollucci2010-05-1227-32/+255
| | | | | | | | | | | | | - 2 custom optional patches o) microsecond support for MySQL o) sanely select and return FQDN for use in $fromhost templates PR: ports/146316 No objection from: cristianorolim@hotmail.com (rsyslog* maintainer) Submitted by: pgollucci@ (myself) Notes: svn path=/head/; revision=254227
* - Forced commit to note repo copies from sysutils/rsyslog5* -> ↵Philip M. Gollucci2010-05-120-0/+0
| | | | | | | | | | sysutils/rsyslog55* PR: ports/146316 Repo copy by: marcus Notes: svn path=/head/; revision=254226
* Fix depends, so it builds.Koop Mast2010-05-121-0/+3
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=254225
* Bump portrevision, to chace after gnome-desktop shlib dump.Koop Mast2010-05-121-1/+1
| | | | | | | | | This was missed because it gets a gnome-desktop dependancy via nautilus2. Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org> Notes: svn path=/head/; revision=254224
* I missed something in the last commit. so fix the plist again.Koop Mast2010-05-122-2/+2
| | | | | | | Submitted by: Boogyman QAT & ENOTAWAKEENOUGH. Notes: svn path=/head/; revision=254223
* - Remove references to now non-existant devel/libslangPav Lucistnik2010-05-124-8/+2
| | | | | | | | PR: ports/145245 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=254222
* Update to long-anticipated version 1.0.1.Alexey Dokuchaev2010-05-123-15/+32
| | | | Notes: svn path=/head/; revision=254221
* - Fix build on amd64Pav Lucistnik2010-05-122-15/+24
| | | | | | | | | | PR: ports/145922 Submitted by: Mike Bowie <mbowie@buzmo.com> (maintainer) - Portlint Notes: svn path=/head/; revision=254220
* Ordinary round of spelling, formatting, and consistency fixes.Alexey Dokuchaev2010-05-121-83/+74
| | | | Notes: svn path=/head/; revision=254219
* - Fix buildPav Lucistnik2010-05-121-0/+3
| | | | | | | | PR: ports/146476 Submitted by: Tommy Scheunemann <net@arrishq.net> (maintainer) Notes: svn path=/head/; revision=254218
* - Restore USE_DISPLAY functionality on xorg-7.5 worldPav Lucistnik2010-05-121-1/+3
| | | | Notes: svn path=/head/; revision=254217
* - Mark BROKEN: does not compilePav Lucistnik2010-05-121-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=254216
* - Mark BROKEN: does not fetch, first site does not have the file and the secondPav Lucistnik2010-05-121-0/+2
| | | | | | | | | times out Reported by: pointyhat Notes: svn path=/head/; revision=254215
* - Mark BROKEN: does not compile (after X.org 7.5 import)Pav Lucistnik2010-05-121-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=254214
* Fix build for nonstandard PREFIX / LOCALBASE.Juergen Lock2010-05-122-3/+3
| | | | | | | | PR: ports/146506 Submitted by: kmoore Notes: svn path=/head/; revision=254213
* - Do not install documentation by default as it requires too many dependsDmitry Marakasov2010-05-121-9/+13
| | | | | | | | PR: 146518 Submitted by: mm Notes: svn path=/head/; revision=254212
* A utility to automatically download enclosures and other objectsDmitry Marakasov2010-05-125-0/+44
| | | | | | | | | | | | | linked to from various types of RSS feeds. Works well on podcasts, videocasts, and torrents. WWW: http://code.google.com/p/rssdler/ PR: 146235 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=254211
* - Take over maintainershipEmanuel Haupt2010-05-124-50/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | - Cleanup pkg-descr: * remove license/attribution is redundant with the corresponding section in the manpage * fmt -w 80 * remove double spaces - Import patchset [1]: * Added -fetch and -store options to access cutbuffers Code clean-up to get rid of compilation warnings * Added -focus option * Correctly escape dashes in the manpage * Add operations to raise (without mapping) or lower a window, and toggle or circulate stacking * Add an -property option to specify something different than the name of the window to use * Add an -print command to print the windows geometry and name * Add an -all alias to -names '' * Document new functions in manpage Obtained from: debian [1] Notes: svn path=/head/; revision=254210
* Introduce a new (and hopefully better) ports infrastructure for Haskell CabalGabor Pali2010-05-12260-12066/+4577
| | | | | | | | | ports which makes possible the direct translation of Cabal package descriptions to FreeBSD ports. It promises both easier addition and maintenance for Cabal-based ports. Notes: svn path=/head/; revision=254209
* Here is a more descriptive pkg-descr. :-)Boris Samorodov2010-05-121-7/+20
| | | | Notes: svn path=/head/; revision=254208
* Update to 2.2.8.Koop Mast2010-05-123-4/+7
| | | | Notes: svn path=/head/; revision=254207
* Update to 0.9.4.Koop Mast2010-05-122-4/+4
| | | | Notes: svn path=/head/; revision=254206
* - Add missing support knob for FFTW and enable by defaultMartin Matuska2010-05-121-1/+10
| | | | | | | | | | - Bump PORTREVISION PR: ports/146514 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=254205
* - Fix boken index: add missing port entries py-graph-{core,dot}Yi-Jheng Lin2010-05-121-0/+2
| | | | | | | Approved by: rafan (co-mentor) Notes: svn path=/head/; revision=254204
* Install the tools in the NOPORTDOCS case.Koop Mast2010-05-122-13/+11
| | | | | | | | | We need them for other *mm-reference ports. Submitted by: QAT Notes: svn path=/head/; revision=254203
* Update to 2.30.1. Missed it in the big gnome merge.Koop Mast2010-05-124-64/+52
| | | | | | | While here fix a plist issue with NOPORTDOCS that QAT found. Notes: svn path=/head/; revision=254202
* Fixed zombie processes issue that was caused by the recently addedNiels Heinen2010-05-123-135/+116
| | | | | | | | | | | security patch. Approved by: itetcu (mentor, implicit) Reported by: Ted Hatfield Obtained from: Fedora Notes: svn path=/head/; revision=254201
* - Update to 1.7.0Yi-Jheng Lin2010-05-1212-386/+49
| | | | | | | Approved by: lwhsu/rafan (mentors) Notes: svn path=/head/; revision=254200
* Fix LATEST_LINKMax Brazhnikov2010-05-121-0/+2
| | | | | | | Reported by: Erwin "Annoying Reminder Guy III" Lansing Notes: svn path=/head/; revision=254199