aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* - Add TEST_DEPENDS to enable testingswills2012-01-051-0/+2
|
* - Respect CCmiwi2012-01-041-1/+1
| | | | | | | - Respect LOCALBASE PR: 163231 Submitted by: Jan Beich <jbeich@tormail.net>
* - Update to 12.7dhn2012-01-013-3/+4
|
* - Update to 0.16.6crees2012-01-012-21/+10
| | | | | | | - Use bsd.port.options.mk - Make MPDUSER/MPDGROUP customisable (YMMV) - Remove pointless variables (MPDUID etc), and clean up SUB_LIST - Simplify regex for catching nanf etc
* - add Japanese support via option (default off)rm2012-01-012-5/+153
| | | | | | | | | | - add LICENSE (GPLv2) - remove CONFLICTS with no more existing audio/mt-daapd - fix whitespace bug and typo PR: 160579 Submitted by: Takefu <takefu at airport dot fm> Approved by: maintainer
* update multimedia/audacious to 3.1.1oliver2011-12-314-5/+10
| | | | | | | | | update multimedia/audacious-plugins to 3.1.1 update audio/audacious-duumb to 0.73 (to make it compatible with audacious 3.1.1) [1] mark audio/wmauda as broken (not compatible with audacious 3.1.1) bump PORTREVISION of depeding ports Approved by: maintainer [1]
* Fix missing : in RUN_DEPENDS for (non-default) WITH_LV2CORE case.nox2011-12-311-1/+1
|
* Improve rc.d scriptpawel2011-12-311-6/+5
| | | | Suggested by: dougb@
* Update to version 0.2.8pawel2011-12-307-46/+37
| | | | | | PR: ports/163067 Submitted by: toddnni <toddnni@gmail.com> Approved by: maintainer with slight improvement
* - Update to 1.3.14 [1]pawel2011-12-293-26/+52
| | | | | | | | | | | | | | | - Remove DEBUG, MIDI, UNICODE options which cause broken build when set to off [1] - Add dependency on audio/jack - linking to it can't be disabled, this leads to missing dependency when installed - Add INSTALLS_ICONS - Make options actually work, add couple of missing dependencies when options are set to on, disable compiled in features when options are set to off - Fix plist when NOPORTDOCS=true PR: ports/163278 [1] Submitted by: maintainer [1]
* Remove expired, unmaintained ports:rene2011-12-295-32/+0
| | | | | | | | | | | | | | | | | | 2011-11-30 textproc/skribe 2011-11-30 emulators/wahcade 2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion 2011-11-30 editors/koffice-kde3 2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion 2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported 2011-11-30 databases/fireprofile 2011-12-01 audio/gnowavcut: Abandonware 2011-12-01 mail/demime: No upstream development since 2007 2011-12-03 x11/wmmsg: No more public distfiles 2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore. 2011-12-03 misc/demoniac: No more upstream, no more public distfiles 2011-12-03 cad/gtkwave: No more public distfiles, no more upstream 2011-12-07 databases/clip: No develop anymore for long 2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* Mark as broken on powerpc: fails to compile.linimon2011-12-282-1/+11
| | | | Hat: portmgr
* Remove MASTER_SITE_OPENBSD from MASTER_SITESskreuzer2011-12-281-2/+1
| | | | | PR: ports/163588 Approved by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> (maintainer)
* Pacify portlintehaupt2011-12-2721-26/+40
| | | | Feature safe: yes
* Ensure that oss starts before musicpd (only applicable when using audio/oss)crees2011-12-272-1/+2
|
* - add patch to fix itunes 10.5.2 compatibilityrm2011-12-272-1/+25
| | | | | | PR: 163632 Submitted by: Mark Foster <mark at foster dot cc> (maintainer) Approved by: novel (mentor, implicit)
* - Unbreak build with lang/gcc46miwi2011-12-272-3/+35
| | | | | PR: 163346 Submitted by: Jan Beich <jbeich@tormail.net>
* - Reset ports to heap due to mail bouncestabthorpe2011-12-272-2/+2
| | | | | | | | | | | <swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 d6si2748840pbk.7 (in reply to RCPT TO command) With Hat: portmgr
* Jukebox for large collections of mp3/ogg/flac/mpc fileseadler2011-12-265-0/+94
| | | | | | | | | | | | | | | | | | | Uses gstreamer, mpg123/ogg123 or mplayer for playback Main features : - customizable window layouts - artist/album lock : easily restrict playlist to current artist/album - easy access to related songs (same artist/album/title) - simple mass-tagging and mass-renaming - support multiple genres for each song - customizable labels can be set for each song - filters with unlimited nesting of conditions - customizable weighted random mode WWW: http://gmusicbrowser.org/ PR: ports/161539 Submitted by: Zhihao Yuan <lichray@gmail.com>
* - remove CONFLICTS with no more existing audio/squeezecenterrm2011-12-262-13/+11
| | | | | | - whitespace fixes in pkg-descr Approved by: novel (mentor, implicit)
* - update to 0.6.18rm2011-12-253-7/+5
| | | | | | | - remove stale mirror - strict python versions (python3 isn't supported) Approved by: novel (mentor, implicit)
* - install dependency on audio/liblastfm conditionally via OPTIONS (default on)rm2011-12-231-3/+7
| | | | | | | | No need to bump PORTREVISION, because default dependency list is not changed. PR: 163534 Submitted by: Oliver Heesakkers <dev2 at heesakkers dot info> Approved by: maintainer, novel (mentor, implicit)
* - remove PKGNAMESUFFIXdinoex2011-12-211-9/+10
| | | | - add OPTIONS
* - add missing gstreamer-plugins-vorbis dependency [1]rm2011-12-212-7/+7
| | | | | | | | | | - move LICENSE to proper block - whitespace fixes in pkg-descr - bump PORTREVISION PR: 162107 Submitted by: Heino Tiedemann <rotkap at gmx dot de> [1] Approved by maintainer, novel (mentor, implicit)
* - Point at the homepage consistently as defined by rubygems.orgpgollucci2011-12-201-1/+1
|
* - Update to 2011.12.11miwi2011-12-185-115/+10
| | | | | | | - Pet portlint PR: 163425 Submitted by: John Hixson <john@pcbsd.org> (maintainer)
* Update to version 11.11.42pawel2011-12-162-3/+3
| | | | | | This release includes a fix for a major LilyPond export bug, so if you do anything with notation, it's worth upgrading immediately. It also includes the CPU usage reduction work and updated translations.
* - Bump PORTREVISION for devel/libconfig shlib changesunpoet2011-12-151-1/+2
|
* Unbreak on amd64 by disabling debugcrees2011-12-152-4/+25
| | | | | | | PR: ports/162929 Submitted by: crees Reviewed by: "Surkov Andrey" <nsand@sura.ru> Approved by: maintainer timeout (marius@nuenneri.ch, 17 days)
* - Fix build after the addition of log2 to libmehaupt2011-12-103-3/+20
| | | | | | | | - Move LICENSE - Remove trailing newline from pkg-descr after eadler's batch removal of the maintainer tags Feature safe: yes
* - Fix pkg-plist incorrect when options are not defaultsylvio2011-12-092-0/+6
| | | | | | | | - BUMP PORTREVISION PR: ports/163054 Submitted by: "Edward.Sanford.Sutton, III" <mirror176@cox.net> Feature safe: yes
* - update to 0.12.5bapt2011-12-093-19/+5
| | | | Feature safe: yes
* -Update to 0.4.12scheidell2011-12-0825-1863/+2314
| | | | | | | | PR: ports/161415 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer) Reviewed by: scheidell Approved by: gabor (mentor) Feature safe: yes
* -committer error. extra patch went missing, adding it backscheidell2011-12-071-0/+121
| | | | | | PR: ports/162349 Approved by: gabor(mentor) Feature safe: yes
* -added extra patch so it will build on 8.0+scheidell2011-12-073-8/+3
| | | | | | | | | -submitted is now maintainer PR: ports/162349 Submitted by: maintainer Approved by: gabor(mentor) Feature safe: yes
* - Remove expired port: Only compatible with Python 2.4. Userm2011-12-075-49/+0
| | | | | | | audio/py-tagpy instead Approved by: novel (mentor), glarkin (mentor) Feature safe: yes
* - update to 0.10.16bapt2011-12-063-4/+4
| | | | | | - update WWW Feature safe: yes
* Drop maintainership of squeezeboxserver. There hasn't been a releasebrooks2011-12-061-1/+1
| | | | | | | | with features that motivated me to update in ages and the two hours I wasted trying to do an upgrade that required unreleased and pretty much unbuildable perl modules over the weekend finished demotivating me. Feature safe: yes
* - Fix the packing list (dirrm to dirrmtry)eadler2011-12-052-25/+24
| | | | | | | | | | | | - Audacity no longer requires new gcc to build (added in ports/116118) PR: ports/116118 PR: ports/162121 PR ports/162119 Submitted by: "4720@hushmail.com" <4720@hushmail.com> Reviewed by: olgeni@ Approved by: maintainer timeout (6 weeks) Feature safe: yes
* Unbreak by setting USE_WX to 2.8 (it fails to build with wx 2.9).olgeni2011-12-041-1/+1
| | | | Feature safe: yes
* - Update to 0.2.0miwi2011-12-046-168/+37
| | | | | | PR: 163000 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Feature safe: yes
* - Mark BROKEN on 9.X: does not compilepav2011-11-301-0/+4
| | | | | | | | ol_lrc_fetch.o: In function `ol_lrc_candidate_free': ol_lrc_fetch.c:(.text+0x766): undefined reference to `free' Reported by: pointyhat Feature safe: yes
* - Fix plistmiwi2011-11-271-1/+1
| | | | | | PR: 162885 Submitted by: maintainer Feature safe: yes
* Fix PORTVERSION/PORTREVISION messup. The previous commit broke the port andmandree2011-11-261-1/+2
| | | | | | | made the ports framework IGNORE it due to the underscore in PORTVERSION. Approved by: bapt@ (maintainer, on IRC) Feature safe: yes
* install the configuration file as abcde.conf.sample to avoid overwriting it ↵bapt2011-11-261-6/+6
| | | | | | | on each upgrade Sugested by: Jim Long <james@umpquanet.com> (private mail) Feature safe: yes
* - Fix a typomiwi2011-11-261-0/+11
| | | | | | PR: 161569 Submitted by: maintainer Feature safe: yes
* - Fix MASTER_SITESmiwi2011-11-261-1/+4
| | | | | | | | - Add LICENSE PR: 162845 Submitted by: Ports Fury Feature safe: yes
* - Update to version 3.84miwi2011-11-262-11/+24
| | | | | | | | - Pet Portlint PR: 162827 Submitted by: Ports Fury Feature safe: yes
* - Update to 1.113280sunpoet2011-11-252-7/+17
| | | | | | | | - Sort *_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Audio-MPD/Changes Feature safe: yes
* - Update to 1.113282sunpoet2011-11-253-9/+9
| | | | | | | | | | - Pass maintainership to perl@ Changes: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/Changes PR: ports/162868 Submitted by: sunpoet (myself) Approved by: wen (maintainer) Feature safe: yes
* - Update to 0.6.16swills2011-11-232-3/+3
| | | | | | | PR: ports/162114 Submitted by: swills (myself) Approved by: maintainer timeout (3 weeks) Feature safe: yes
* - Update to 2011.11.11miwi2011-11-224-6/+89
| | | | | | PR: 162750 Submitted by: John Hixson <john@pcbsd.org> (maintainer) Feature safe: yes
* Do not link plugins to libsupc++ which is apparently PIC-unsafe with systemdanfe2011-11-221-4/+8
| | | | | | | compiler, and thus remove requirement for GCC 4.5+ on amd64. Approved by: maintainer Feature safe: yes
* Add missing comma before conjunction word.danfe2011-11-201-1/+1
| | | | | Pointy hat to: danfe Feature safe: yes
* Reduce GCC 4.5+ requirement to amd64 only.danfe2011-11-201-1/+4
| | | | | | PR: ports/162683 Submitted by: maintainer Feature safe: yes
* - Update to 3.0.1crees2011-11-195-20/+20
| | | | | | | | | - Abstract MASTER_SITES to avoid having to edit each update - Use bsd.port.options.mk; apparently that includes ARCH PR: ports/162666 Submitted by: Richard Hirner <hirner@bitfire.at> (maintainer) Feature safe: yes
* Remove trailing whitespaces.ehaupt2011-11-192-2/+2
| | | | Feature safe: yes
* - Add missing patchesmiwi2011-11-192-0/+98
| | | | Feature safe: yes
* - Update to 1.5.1miwi2011-11-199-58/+60
| | | | | | PR: 161631 Submitted by: Ports Fury Feature safe: yes
* Port of on-screen lyrics display program for various media players.danfe2011-11-195-0/+115
| | | | Feature safe: yes
* A port of MPRIS (Media Player Remote Interfacing Specification) plugin fordanfe2011-11-195-0/+44
| | | | | | DeaDBeeF music player. Feature safe: yes
* - Reconnect x11amp, which was resurrectedpav2011-11-181-0/+1
| | | | Feature safe: yes
* Update to version 11.11.11pawel2011-11-162-3/+3
| | | | | | | | Rosegarden 11.11.11 is a minor point release that includes additional translations, and one notable change by Ted Felix that might offer a tangible reduction in CPU usage without any noticeable side effects. Feature safe: yes
* - Unbreak - fix build with latest x11-toolkits/fltkgahr2011-11-151-2/+4
| | | | Feature safe: yes
* - Unbreak - fix build with latest x11-toolkits/fltkgahr2011-11-151-2/+4
| | | | Feature safe: yes
* - Unbreak - fix build with latest x11-toolkits/fltkgahr2011-11-153-7/+26
| | | | | | - Fix a runtime segfault due to an uninitialized pointer Feature safe: yes
* Update to 0.4.4: no code changes.naddy2011-11-153-23/+3
| | | | Feature safe: yes
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-143-3/+0
| | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes
* - Add fplib 20100712sunpoet2011-11-134-0/+60
| | | | | | | | | | | | | | | | | | The last.fm fingerprint library The fingerprinting process works in two steps: 1. Get PCM data and pass it to *fplib* which will return byte string to be submitted to the last.fm HTTP fingerprint service. This will return a number (fingerprintID). 2. Query the last.fm API with the fingerprintID and obtain the metadata in xml format. The lastfmfpclient directory contains an example of application that uses fplib and queries both services. WWW: https://github.com/lastfm/Fingerprinter Feature safe: yes
* Fix build after bsd.cmake.mk's r1.13.rakuco2011-11-121-1/+1
| | | | | | | | | Remove the part of files/patch-plugins__zynaddsubfx__CMakeLists.txt which actually removed the call which linked to pthread -- it is now needed since we do not rely on it being passed via LDFLAGS anymore. Approved by: avilla (mentor, implicit) Feature safe: yes
* - Update to 0.7.4miwi2011-11-122-3/+3
| | | | | | PR: 162390 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Feature safe: yes
* - Update to 0.16miwi2011-11-123-7/+23
| | | | | | PR: 162389 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Feature safe: yes
* - Fix PLIST after doxygen upgradesunpoet2011-11-112-0/+2
| | | | | | - Bump PORTREVISION for package change Feature safe: yes
* Change email for my ports to FreeBSD one.rm2011-11-111-1/+1
| | | | | Approved by: novel (mentor) Feature safe: yes
* Mark as broken on powerpc: fails in assembler.linimon2011-11-101-1/+7
| | | | | Hat: portmgr Feature safe: yes
* Mark as broken on powerpc: dumps core.linimon2011-11-101-1/+7
| | | | | Hat: portmgr Feature safe: yes
* Attempt to fix build on powerpc and sparc64.linimon2011-11-101-5/+1
| | | | Hat: portmgr
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)linimon2011-11-101-2/+2
| | | | Hat: portmgr
* - Update to 12.6dhn2011-11-102-4/+3
|
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-0921-21/+0
|
* Update to version 11.11.1pawel2011-11-092-5/+4
|
* Standardize WWW: tags a bit more:dougb2011-11-072-6/+4
| | | | | | | | | | | | | 1. Remove white space from the beginning of lines 2. Make the canonical WWW the last line of the file 3. Remove lines to the effect of, "More information can be found at..." that's the stated purpose of the WWW: tags in the first place. 4. Change secondary WWW: lines to use other text to avoid confusion While I'm here, remove some more useless Author: lines, and some prepended white space to other lines. Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Mark BROKEN: does not packagepav2011-11-071-0/+2
| | | | | | tar: lib/csound/plugins64/libchua.so: Cannot stat: No such file or directory Reported by: pointyhat
* - Get rid FreeBSD 6.X supportmiwi2011-11-079-58/+5
|
* Add a redirect for a sysctl's stderr. This fixes the package logfilelinimon2011-11-061-1/+1
| | | | | | | header being bogus on pointyhat on powerpc, and should have no other effect. Approved by: maintainer
* - Mark BROKEN: does not compile with new fltkpav2011-11-053-0/+6
| | | | Reported by: pointyhat
* - Update to verion 1.1 [1]pawel2011-11-058-551/+20
| | | | | | | | | - Update project homepage [1] - Add check for options sanity (at least one codec must be choosen) - Install darkice.cfg and remove it when it was not edited PR: ports/162290 [1] Submitted by: Takefu <takefu@airport.fm> [1]
* Update to 2.0.1makc2011-11-042-4/+3
|
* Update MASTER_SITEkwm2011-11-035-62/+24
| | | | | | | | | | | | Don't pickup linux/input.h, this should fix plist failure because the evdev modules is build (which is useless for us). [2] Disable alsa support.. Remove FreeBSD 6.x patch. Disable mmap support on FreeBSD versions that don't have support for it. [1] PR: ports/161567 [2] Submitted by: avg@ [1] Reported by: Takefu <takefu@airport.fm> [2]
* - create empty directories missing from packageseadler2011-11-031-0/+1
| | | | | | | | | PR: ports/162116 Submitted by: "4720@hushmail.com" <4720@hushmail.com> Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer, audio/sox) Approved by: gnome (marcus@, graphics/gimp-app) Approved by: gecko (beat@, www/firefox) Approved by: bapt (mentor)
* back to the pool, while here deprecated this abandonwarebapt2011-11-021-1/+4
| | | | Approved by: previous maintainer (by private mail)
* Upgrade to 0.12.4bapt2011-11-023-3/+7
|
* Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0213-221/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
* - Port audio/libmpdclient updated to 2.6clsung2011-11-022-3/+3
| | | | | | | - This version has support for song priorities. PR: ports/162232 Submitted by: maintainer (Grzegorz Blach)
* Send ports@ ruby ports over ruby@pgollucci2011-11-027-7/+7
| | | | most of these were from stas@
* Remove references to unsupported FreeBSD versions. Mostly of the form:dougb2011-11-021-7/+1
| | | | .if ${OSVERSION} < 700000
* - update to 0.9.2bapt2011-11-015-53/+85
| | | | - better respect EXAMPLESDIR
* - Update to version 1.2.2pawel2011-11-014-29/+30
| | | | | | | | | | | | | - Add WITH_NLS to options dialog Changes: - Included LyricWiki scraper - Removed QtWebkit dependency - Fixed linking with gold and modern gcc PR: ports/160891 Submitted by: Maxim Samsonov <xors@mne.ru> Approved by: maintainer timeout (5 weeks)
* x11-toolkits/gambas2-gb-qt has been broken for over a year.dougb2011-11-013-26/+0
| | | | Remove it, and the ports that depend on it.
* audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDdougb2011-11-018-101/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/p5-MusicBrainz-Client Disappeared from CPAN editors/doxymacs Depends on www/w3-4, which is DEPRECATED graphics/libart Does not fetch, no more public distfiles java/jboss4 Does not build with new ant korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx korean/johabfonts No more public distfiles, installs into / korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED korean/texinfo Depends on korean/hlatex, which is DEPRECATED korean/hlatex No more public distfiles mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED misc/p5-Geography-NationalGrid Disappeared from CPAN multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED multimedia/mplex Upstream disapeared and distfile is not available net/py-timeoutsocket Upstream disapear and distfile is no more available textproc/p5-XML-LibRSVG Unmaintained and not used anymore textproc/javacc No more public distfiles www/w3-4/Makefile Upstream disapeared and distfile is not available www/commonist Depends on textproc/javacc, which is DEPRECATED www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED x11/fbsd-icons Upstream disapear and distfile is no more available x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED x11-toolkits/qtpixmap No more public distfiles x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
* Fix build with FreeBSD 10kwm2011-10-301-0/+1
| | | | Approved by: portmgr (miwi)
* - Fix build on FreeBSD 10miwi2011-10-302-0/+2
|
* - Add patch to fix libtunepimp detectionmakc2011-10-302-2/+15
| | | | | | | - Drop docbook-xml from build dependencies, since it's already handled by kdelibs4 - Drop -kde4 suffix from package name (kid3-1.6 was the last supporting qt3/kde3) and use LATEST_LINK instead - Respect LOCALBASE
* - Fix build on FreeBSD 9/10miwi2011-10-291-20/+36
| | | | | | PR: ports/161760 Submitted by: Kevin Oberman (kob6558@gmail.com) Approved by: portmgr (myself)
* - Fix build on FreeBSD 10miwi2011-10-292-0/+2
|
* - Fix build on FreeBSD 10miwi2011-10-292-0/+2
|
* - Fix build on FreeBSD 10miwi2011-10-292-0/+2
|
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
|
* - Fix build with FreeBSD 10miwi2011-10-291-0/+1
| | | | Reported by: ph
* - Fix build on FreeBSD 10miwi2011-10-292-0/+3
|
* - Fix build with FreeBSD 10miwi2011-10-291-0/+1
|
* - Fix build on FreeBSD 10miwi2011-10-292-0/+2
| | | | Reported by: pointyhat
* - Fix build FreeBSD 10miwi2011-10-291-0/+1
|
* - Fix build FreeBSD 10miwi2011-10-291-0/+1
| | | | Approved by: kwm (implicit)
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
| | | | Approved by: kwm
* - Update to 0.2.2miwi2011-10-283-6/+11
| | | | | PR: 162038 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - fix build with newer FLTKgahr2011-10-272-0/+14
| | | | Reported by: PH (via pav)
* Apply FreeBSD 10 workaround for some high profile ports toerwin2011-10-271-0/+1
| | | | | | | unbreak a lot of dependent ports. Submitted by: beat Tested on: pointyhat i386-9-exp and i386-10
* Consistify spelling of "Xfce", and some other projects while there.rene2011-10-272-2/+2
| | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke
* - Unbreak build with fltk 1.3.0mva2011-10-264-0/+47
| | | | | PR: ports/161988 Submitted by: Kenneth Lind <exil@sasurai.se>
* LINGOT is a musical instrument tuner. It's accurate, easy to use, and highlypawel2011-10-256-0/+135
| | | | | | | | | | | | | | configurable. Originally conceived to tune electric guitars, it can now be used to tune other instruments. It looks like an analogue tuner, with a gauge indicating the relative shift to a certain note, found automatically as the closest note to the estimated frequency. WWW: http://www.nongnu.org/lingot/ PR: ports/161878 Submitted by: Bartoletti <coder@tuxfamily.org>
* The vast majority of pkg-descr files had the following format when theydougb2011-10-2426-35/+28
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:dougb2011-10-242-4/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-2411-11/+11
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* - Fix buildmiwi2011-10-242-4/+18
| | | | | PR: 161591 Submitted by: Guido Falsi <mad@madpilot.net>
* Re-assign to the Xfce team.rene2011-10-233-3/+3
| | | | Approved by: miwi (previous maintainer, Xfce team member)
* - Fix pkg-plist from last committdb2011-10-232-1/+1
|
* - Update to 2.5.3359tdb2011-10-232-4/+4
| | | | | (most recent version that doesn't require purchasing a license) - Update MASTER_SITES
* - Update to 2.11.3435tdb2011-10-232-4/+4
| | | | | (most recent version that doesn't require purchasing a license) - Update MASTER_SITES
* - Update to 2.8.6tdb2011-10-232-4/+4
| | | | | (most recent version that doesn't require purchasing a license) - Update MASTER_SITES
* - Update to 5.9.8tdb2011-10-232-3/+3
|
* Re-assign to the Xfce team.rene2011-10-231-1/+1
| | | | Approved by: oliver (previous maintainer)
* PRE-INSTALL -> POST-INSTALL, user and groups are created laterpawel2011-10-232-2/+2
|
* - Update to 3.20.4dhn2011-10-233-962/+1029
| | | | | PR: ports/161751 Submitted by: Bartoletti <coder@tuxfamily.org>
* - remove maintainer tags from pkg-descreadler2011-10-2378-225/+0
| | | | | Approved by: portmgr Approved by: bapt (mentor)
* Install port specific directories with correct ownershippawel2011-10-211-1/+1
| | | | | | PR: ports/160242 Submitted by: Luke Dean <luked@pobox.com> Approved by: maintainer
* Update to 0.16.5crees2011-10-202-3/+3
|
* Fix buildehaupt2011-10-183-9/+62
| | | | | PR: 161624 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Support OPTIONSehaupt2011-10-181-5/+19
| | | | | | | | | - Add LICENSE - Respect CFLAGS - Add MAKE_JOBS_SAFE PR: 161623 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Support USE_TK_WRAPPERehaupt2011-10-183-25/+32
| | | | | | | - Add LICENSE PR: 161632 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update MASTER_SITES and WWW: lineehaupt2011-10-182-11/+33
| | | | | | | | | | | - Add LICENSE - Rearrange QT_COMPONENTS - Respect CFLAGS - Add MAKE_JOBS_SAFE - Strip binaries PR: 161645 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Respect CFLAGSehaupt2011-10-182-15/+25
| | | | | | | - Strip binaries PR: 161616 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update WWWehaupt2011-10-181-1/+1
| | | | | PR: 161604 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update WWWehaupt2011-10-181-1/+1
| | | | | PR: 161646 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Add MAKE_JOBS_SAFEehaupt2011-10-182-6/+28
| | | | | | | - Strip binaries PR: 161603 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update MASTER_SITES and WWW: lineehaupt2011-10-182-10/+14
| | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: 161611 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update MASTER_SITES and WWW: lineehaupt2011-10-182-11/+18
| | | | | | | | - Add LICENSE - Fix LIB_DEPENDS PR: 161657 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update MASTER_SITES and WWW: lineehaupt2011-10-184-41/+14
| | | | | | | - Respect CC/CFLAGS PR: 161609 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-1729-41/+52
| | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen
* - Chase editors/emacs updateashish2011-10-171-1/+1
|
* Remove references to mysql 323 and 40, most commonly of the form:dougb2011-10-171-1/+0
| | | | IGNORE_WITH_MYSQL= 323 40
* Update to 0.8.8.4ehaupt2011-10-142-3/+3
| | | | | PR: 161584 Submitted by: Bartoletti <coder@tuxfamily.org>
* Chase www/libmicrohttpd shlib bumppawel2011-10-131-2/+2
|
* - Update to 0.5.8dhn2011-10-122-3/+3
|
* Update ImageMagick to 6.7.2-10 (shlib bumped to .5)mm2011-10-111-2/+2
|
* Remove p5- ports that have disappeared from CPANdougb2011-10-095-44/+0
| | | | Approved by: perl@ (maintainer)
* Remove ports maintainted by ports@ which have passed their EXPIRATION_DATEdougb2011-10-0927-519/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | astro/gkrellsun Abandonware astro/xrmap No more distfiles audio/midimountain Abandonware audio/gkrellmss Abandonware audio/gnapster Abandonware databases/xbase No more public distfiles databases/xbsql No more public distfiles games/gtkabale No more public distfiles games/battleball No more public distfiles, does not compile on ia64 or sparc64 games/race No more public distfiles games/stvef-paks No more public distfiles games/stvef-server No more public distfiles games/tome No more public distfiles games/qkmj No more public distfiles games/oilwar No more public distfiles games/xbaby No more public distfiles games/xword Abandonware games/kslide No more public distfiles graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64 graphics/giftrans Upstream disappeared and distfile is not available graphics/wildmagic BROKEN for more than 6 months, does not fetch irc/ircd-rusnet No more public distfiles irc/tkirc No more public distfiles korean/mizifont No more public distfiles lang/freetxl No more public distfiles math/nsc2ke No more public distfiles misc/mgp-mode.el No more public distfiles multimedia/p5-RIFF-Info No more public distfiles net/p5-Net-OpenDHT No more public distfiles net/mudix No more public distfiles net-im/newsbot No more public distfiles net-im/libicq2000 Abandonware net-im/gossip No longer maintain by upstream, use net-im/empathy instead net-im/ickle Abandonware net-mgmt/nipper BROKEN for more than 6 month, does not fetch net-p2p/mldonkey-serverspy No more public distfiles news/p5-Gateway No more public distfiles print/epsmerge No more public distfiles science/at No more public distfiles science/pyvox No more public distfiles security/p5-Email-Obfuscate No more public distfiles security/libparanoia No more public distfiles security/execwrap No more public distfiles
* For ports that have an EXPIRATION_DATE which has already passed, butdougb2011-10-092-2/+6
| | | | | that have other ports that depend on them, mark the ports that depend on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
* - Fix LICENSE (Artistic 1 instead of Artistic 2)culot2011-10-071-1/+1
| | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de>
* - Deprecate with expiration in 2 months. Only works with Python 2.4,glarkin2011-10-051-0/+3
| | | | | | | | deprecated upstream, has no dependent ports, and a supported alternative exists. PR: ports/161160 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to version 1.0.16pawel2011-10-052-46/+88
| | | | | | | | | - Add option to download various bitrates (saves time on compile/resampling) - Add option to set audio scaling with FREESWITCH_VSCALE variable PR: ports/159550 Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) Approved by: miwi, wen (mentors implicit)
* upgrade to 0.12.3bapt2011-10-042-3/+3
|
* - Support NOPORTDOCSswills2011-10-032-16/+21
| | | | | PR: ports/160720 Submitted by: Takefu <takefu@airport.fm>
* upgrade to 0.121.3bapt2011-10-022-3/+3
|
* - Update to version 7.0.0.4pawel2011-10-012-3/+6
| | | | | | | | - Add LICENSE PR: ports/160707 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Approved by: miwi, wen (mentors implicit)
* Remove expired port:rene2011-10-0114-617/+0
| | | | 2011-10-01 audio/orpheus: Contains problem with autotools, security CVE-2005-3863. Use audio/cmus instead
* - Resurrect audio/x11amp and update maintainership.hrs2011-10-0124-0/+770
| | | | | | - Use %%DATADIR%% in pkg-plist. PR: ports/161142
* - Update to 12.5dhn2011-10-012-3/+3
|
* As previously advertised, remove ports that previously had beendougb2011-09-3011-408/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEPRECATED without EXPIRATION_DATE, and the ports that depend on them. audio/mt-daapd Use audio/firefly instead databases/p5-DBIx-Class-Validation Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED devel/p5-Class-Data-Accessor Please consider using p5-Class-Accessor-Grouped or p5-Moose graphics/libflash gplflash is no longer supported. Please use gnash instead graphics/flashplayer Depends on DEPRECATED graphics/libflash japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED net/p5-OAuth-Lite Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED net-mgmt/py-snmp use net-mgmt/py-snmp4 instead net-mgmt/py-twistedSNMP Relies on net-mgmt/py-snmp, which is DEPRECATED net-p2p/gift unmaintained upstream for several years net-p2p/giftcurs unmaintained upstream for several years net-p2p/giftoxic unmaintained upstream for several years net-p2p/giftui unmaintained upstream for several years net-p2p/apollon Depends on net-p2p/gift, which is DEPRECATED textproc/p5-FormValidator-Simple Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/flashplugin-mozilla gplflash is no longer supported. Please use graphics/gnash, \ www/p5-HTML-Widget Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Plugin-AutoRestart Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Example-InstantCRUD Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-Catalyst-Plugin-FormValidator-Simple Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-Catalyst-Plugin-HTML-Widget Depends on www/p5-HTML-Widget, which is DEPRECATED www/asterisk-fop Depends on www/flashplugin-mozilla which is DEPRECATED www/p5-Handel Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-DBIx-Class-HTMLWidget Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-HTML-Widget-DBIC Disappear from CPAN x11-wm/fvwm24 No longer supported by fvwm.org
* - Change misc/xosd from BUILD_DEPENDS to LIB_DEPENDSlme2011-09-301-2/+2
| | | | | | | | - Bump PORTREVISION PR: ports/160923 Submitted by: jlaffaye Approved by: maintainer (me)
* - Update to 1.112670sunpoet2011-09-292-6/+6
| | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Audio-MPD/Changes
* Update to 2.0makc2011-09-292-11/+56
| | | | | | | | Add options Add licence PR: ports/160761 Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail.com>
* Bump PORTREVISION to have the port rebuilt after the GDBM upgrade.mandree2011-09-281-0/+1
| | | | | | | This affects configurations using the PULSEAUDIO option only. Approved by: naddy@ (maintainer) PR: ports/161084
* - Fix distinfo (it was generated for wrong distfile)amdmi32011-09-271-2/+2
| | | | Reported by: pav
* Update libsoup22 dependency to libsoup, and therefore remove deprecationdougb2011-09-271-5/+2
| | | | | PR: ports/161019 Submitted by: maintainer
* Mark FORBIDDEN the remaining ports that are vulnerable for more thandougb2011-09-261-0/+3
| | | | | | | | | | 2 weeks according to portaudit (ranging from 23 days to 7 years). The maintainers were notified by mail that this action would be taken on 2011-09-03. (Ports for which maintainers responded have been/will be dealt with separately.) Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few ports that rely on those DEPRECATED ports.
* Update to 2011.09.22jpaetzel2011-09-267-45/+5
| | | | | | PR: ports/160932 Submitted by: John Hixson <john@ixsystems.com> Sponsored by: iXsystems
* A volunteer has stepped forward to host the distfiles fordougb2011-09-263-13/+4
| | | | | | | audio/libsidplay and audio/sidplay, so un-DEPRECATE them, and the ports that depend on them. Reset the maintainer due to complete lack of response.
* Remove 0-byte filesdougb2011-09-251-0/+0
|
* - Mark BROKEN: does not compilepav2011-09-251-0/+2
| | | | | | | cc1: warnings being treated as errors db.c:61: warning: assignment discards qualifiers from pointer target type Reported by: pointyhat
* - Update to 1.2.130amdmi32011-09-245-90/+9
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-24171-352/+305
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Reassign to the heaptabthorpe2011-09-211-1/+1
|
* - Add build depends to avoid warningswills2011-09-201-1/+2
| | | | | | PR: ports/159826 Submitted by: swills (me) Approved by: maintainer timeout (>5 weeks)
* Update to 1.0.8 .nox2011-09-202-3/+3
| | | | Submitted by: hselasky (maintainer)
* - Update to 0.121.2 .nox2011-09-197-123/+147
| | | | | | | | - Cleanup flags handling and make docs building an OPTION. [1] - Update WWW. Submitted by: "b. f." <bf1783@googlemail.com> on -multimedia@ [1] Approved by: multimedia (kwm, via irc)
* - Mark BROKEN: does not packagepav2011-09-181-0/+2
| | | | Reported by: pointyhat
* - Update to 0.93sunpoet2011-09-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-172-2/+2
| | | | With hat: perl
* - Use gnomehackbeech2011-09-173-23/+6
| | | | | | | | - Remove CONFIGURE_ENV - Invalid 'WITH_OLDLIBS' deletion. PR: ports/160727 Submitted by: Takefu <takefu@airport.fm> (maintainer)
* - Update mp3splt to 2.4vsevolod2011-09-174-9/+12
| | | | | | - Update libmp3splt to 0.7 Submitted by: maintainer via email
* Update to 1.13.4.novel2011-09-162-3/+3
|
* Previous commit was the actual patch from the PR in files/ -- this time actuallycrees2011-09-162-14/+17
| | | | | | | apply the patch. PR: ports/160597 Submitted by: h h <aakuusta@gmail.com>
* - Update to 3.20.2dhn2011-09-153-3/+82
|
* Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1
| | | | Approved by: wen@ (mentor)
* - Mark as DEPRECATEDaz2011-09-151-0/+3
| | | | | | | Contains problem with autotools, security CVE-2005-3863. PR: ports/160527 Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
* - Bump PORTREVISION to track updated dependencygabor2011-09-141-1/+1
|
* - Chase multimedia/libkate updatedhn2011-09-141-2/+2
| | | | - Bump PORTREVSION
* - Track dependencies after databases/gdbm updategabor2011-09-133-4/+5
|
* Update to 1.0.25.kwm2011-09-132-6/+7
| | | | | | | | Define CPPFLAGS outside of CONFIGURE_ENV. PR: ports/160684 Submitted by: olgeni@ Security: b9f3ffa3-dd6c-11e0-b7fc-000a5e1e33c6
* - Track dependencies after databases/gdbm updategabor2011-09-123-5/+5
|
* Deprecate audio/xmms-sid and www/plugger-plugins-hubbe which rely ondougb2011-09-123-2/+5
| | | | | | | audio/libsidplay, which is deprecated for a dead master site. Extend the deprecation for audio/*sidplay to give time to deal with their several dependencies.
* - Update to 0.92sunpoet2011-09-112-3/+3
| | | | Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* Fix autodetection of <sys/rtprio.h> which currently fails due to missingehaupt2011-09-102-0/+15
| | | | | | | typedefs provided by <sys/types.h>. PR: 160597 Submitted by: aakuusta@gmail.com
* Portlint is mistaken-- CPPFLAGS are not passed to configure unless made explicitcrees2011-09-101-2/+2
| | | | | | Revert previous moving of CPPFLAGS outside CONFIGURE_ENV Submitted by: Olivier Brisson <olivier@brisson.de>
* - Update MASTER_SITESdhn2011-09-102-2/+2
| | | | - Update pkg-descr/WWW
* Fix a typo.olgeni2011-09-091-1/+1
|
* - Import some useful bits from another musescore port submission [1]amdmi32011-09-094-195/+215
| | | | | | | | | | - Depend on qtscriptgenerator rather than building local copy of it - Add note on codecs which may be needed to CJK users to pkg-message - Use %%DATADIR%% macro - Disable portaudio by default since it doesn't seem to work PR: 156495 [1] Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-09-081-2/+2
| | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
* - Update to 0.91jadawin2011-09-082-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/AGRUNDMA/Audio-Scan-0.91/Changes
* - Update to 0.5.1beech2011-09-084-46/+93
| | | | | PR: ports/160393 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
* Chase editors/emacs updateashish2011-09-081-1/+1
|
* - Unbreakgahr2011-09-071-3/+2
| | | | - Use sysctl to find out whether SSE is supported
* - Unbreak.stas2011-09-071-2/+0
|
* - Update to 0.16.4crees2011-09-072-6/+5
| | | | - While here, pet portlint about [CL][PD]P?FLAGS in CONFIGURE_ENV
* - Mark BROKEN: does not buildpav2011-09-061-0/+2
| | | | Reported by: pointyhat
* - Mark BROKEN: does not configurepav2011-09-061-0/+2
| | | | | | Qt qmake not found! Reported by: pointyhat
* Drop maintainership of a few more KDE3 ports.rakuco2011-09-051-1/+1
| | | | Approved by: avilla (maintainer)
* s/EXPIRATION/EXPIRATION_DATE/dougb2011-09-031-1/+1
| | | | Submitted by: bapt
* Remove various ports that have been DEPRECATED for varying periods,dougb2011-09-036-88/+0
| | | | | | | | | | | | | but never had EXPIRATION_DATE set, and therefore never removed. audio/gx2osd No more distfiles devel/p5-Getopt-Mixed Use devel/p5-Getopt-Long instead net/AquaGatekeeper2 Binary port of software abandoned by the vendor net/xwhois Unmaintained upstream for several years www/p5-Catalyst-Engine-HTTP-POE Use p5-Catalyst-Engine-HTTP-Prefork instead www/p5-Catalyst-Model-DBIC Obsoleted by www/p5-Catalyst-Model-DBIC-Schema www/p5-Catalyst-Plugin-Cache-Store-FastMmap Deprecated, not depended on www/p5-HTTP-MobileAttribute Use www/p5-HTTP-MobileAgent instead
* Add EXPIRATION to ports marked DEPRECATED that do not already have it. [1]dougb2011-09-032-0/+2
| | | | | | | | | | Date set to 2011-09-30 since that's > 1 month in all cases. Feel free to change it to something more appropriate. Change DEPRECATED to IGNORE for security/openvpn-beta to better fit the intention. Problem pointed out by: linimon [1]
* 2011-09-01 astro/gkrellmoon: Abandonwarebapt2011-09-0170-1528/+0
| | | | | | | | | | | | | | | | | | | | | 2011-09-01 astro/spacechart: Abandonware 2011-09-01 audio/adpcm: No more public distfiles 2011-09-01 audio/aube: Abandonware 2011-09-01 audio/festvox-aec: BROKEN for more than 6 month 2011-09-01 audio/gtkgep: Abandonware 2011-09-01 audio/gtkhirad: No more public distfiles 2011-09-01 audio/opmixer: No more upstream 2011-09-01 audio/swami: Abandonware 2011-09-01 audio/x11amp: Abandonware 2011-09-01 audio/xmms-sndstretch: No Master Site 2011-09-01 cad/linux-gid: No more public distfiles 2011-09-01 chinese/gbscript: No more public distfiles 2011-09-01 chinese/mplayer-fonts: No more public distfiles 2011-09-01 chinese/oxford: No more public distfiles 2011-09-01 chinese/vflib: No more public distfiles 2011-09-01 databases/mysql++: No more public distfiles 2011-09-01 databases/mysql_last_value: No Master Site 2011-09-01 databases/p5-DBIx-Table: No more public distfiles
* - Update to 0.6.6dhn2011-09-016-49/+39
| | | | | PR: ports/160081 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 0.2.4.2dhn2011-09-013-42/+41
| | | | | PR: ports/160080 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 2.8.5dhn2011-09-013-17/+13
| | | | | PR: ports/160073 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* * Don't bother patching the configure output.naddy2011-08-313-81/+2
| | | | | | | | | | | * Don't patch configure.ac (which triggers an automake run that clobbers the effects of USE_GNOME=gnomehack). * Don't install the documentation a second time in post-install. gnomehack now correctly takes care of pkgconfig, and htmldocdir is overridden from MAKE_ARGS. Reported by: Mamoru Iwaki <1wkmmr@gmail.com>
* Update to 0.99 and add LICENSEehaupt2011-08-312-4/+6
|
* - Update to 0.1.8sylvio2011-08-315-20/+92
|
* - Pet portlintsunpoet2011-08-302-5/+6
|
* Mark as broken on pointyhat: runaway process (build never terminates).linimon2011-08-301-0/+4
|
* - Update to 1.9.3sylvio2011-08-303-8/+7
|
* Update to 3.4.1ehaupt2011-08-292-3/+5
|
* - Portlint, add LICENSEpav2011-08-291-4/+4
| | | | | PR: ports/158333 Submitted by: Takefu <takefu@airport.fm>
* Mark as broken and expiring: unfetchable due to website rearrangement.linimon2011-08-292-0/+8
|
* Add a patch to make compile with clang get furtherarved2011-08-281-0/+11
| | | | | PR: 159727 Submitted by: Norberto Lopes <nlopes.ml@gmail.com>
* Chase editors/emacs update.ashish2011-08-281-1/+1
| | | | PR: ports/160196
* - Fix build with Ruby 1.9swills2011-08-283-4/+59
|
* - Update to 0.5.0martymac2011-08-263-8/+10
| | | | | - Re-order LICENSE/LIB_DEPENDS to make portlint happy - Remove useless CPPFLAGS from CONFIGURE_ENV
* - Update to 0.15.1miwi2011-08-263-3/+6
| | | | | PR: 160199 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
* - Remove BROKEN (distfile is fetchable)miwi2011-08-262-36/+87
| | | | | | | - Add OPTIONS PR: 160079 Submitted by: Ports Fury
* - Fix buildmiwi2011-08-262-6/+17
| | | | | | | - Add LICENSE PR: 160078 Submitted by: Ports Fury
* - Fix MASTER_SITESmiwi2011-08-261-3/+8
| | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: 160077 Submitted by: Ports Fury
* - Update to 0.99.2miwi2011-08-267-16/+67
| | | | | PR: 160076 Submitted by: Ports Fury
* - Fix MASTER_SITESmiwi2011-08-261-2/+5
| | | | | | | - Add LICENSE PR: 160075 Submitted by: Ports Fury
* - Fix MASTER_SITESmiwi2011-08-261-4/+4
| | | | | | | - Add LICENSE PR: 160074 Submitted by: Ports Fury
* Apply cleanup patch.lx2011-08-263-183/+183
| | | | | PR: ports/160053 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Update to 4.2 build 2005.jkim2011-08-253-10/+11
|
* - Undeprecate.stas2011-08-241-3/+0
|
* - Provide a new mirror.stas2011-08-241-2/+1
|