aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* deskutils/fet: update to 5.21.3wg2014-06-203-8/+19
| | | | | | | | | - USES tar:bzip2 - New option to install only command line PR: 189408 Submitted by: Zsolt Udvari Approved by: maintainer (timeout)
* - Fix DOCSDIRmva2014-06-201-3/+11
| | | | | - Limit to supported python versions - Bump PORTREVISION to enforce the correct python version
* - Update to 1.6.0miwi2014-06-1810-64/+208
| | | | PR: 190894
* - Update to 1.0.17miwi2014-06-183-34/+72
| | | | PR: 191092
* - Update to 1.19.14miwi2014-06-183-80/+73
| | | | PR: 191093
* Update to 6.8.9-3 [1][3].kwm2014-06-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports)
* These ports are no longer used or cared for.nemysis2014-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dave Shar <koalative at gmail.com> wishes to maintain these ports with my help. audio/portaudio - Pass maintainership to koalative at gmail.com audio/portaudio2 - Pass maintainership to koalative at gmail.com deskutils/parcellite - Pass maintainership to koalative at gmail.com devel/allegro - Change Makefile header, add Created by Jimmy Olgeni <olgeni@FreeBSD.org> - Pass maintainership to koalative at gmail.com devel/allegro-devel - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com emulators/q4wine - Remove not needed linie - Pass maintainership to koalative at gmail.com emulators/swine - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com finance/venice - Pass maintainership to koalative at gmail.com graphics/glfw - Pass maintainership to koalative at gmail.com graphics/glfw2 - Pass maintainership to koalative at gmail.com graphics/xsane - Pass maintainership to koalative at gmail.com textproc/loook - Pass maintainership to koalative at gmail.com
* - Finish stage support (man pages missed)antoine2014-06-162-8/+14
| | | | - Simplify Makefile
* Stagify.vanilla2014-06-141-1/+0
| | | | Approved by: portmgr@
* 1: Stagify.vanilla2014-06-141-3/+1
| | | | | | 2: convert to tar:bzip2. Approved by: portmgr@
* 1: Stagify.vanilla2014-06-142-6/+3
| | | | | | | 2: switch to USES=libtool. 3: bump version. Approved by: portmgr@
* Stagify.vanilla2014-06-141-6/+4
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-142-5/+2
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-142-8/+5
| | | | Approved by: portmgr@
* Reset the 99 ports still listed under sylvio@marino2014-06-122-2/+2
| | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit)
* Support LIBS like LDFLAGS.tijl2014-06-113-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 2.14antoine2014-06-112-4/+4
|
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-1026-26/+26
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
* Update to 1.3.40kevlo2014-06-092-3/+3
|
* Remove all space characters from Makefile assignments.olgeni2014-06-092-2/+2
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Remove the NO_STAGE knob. No obvious ill-effects. Seems to "just work".mi2014-06-071-1/+0
|
* - Use /usr/bin/unzip for zip files extraction (part 2)ak2014-06-061-1/+1
| | | | | | | | Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine
* - Stage supportmiwi2014-06-062-4/+3
| | | | PR: 190705
* - Stage supportmiwi2014-06-061-1/+0
| | | | PR: 190706
* - Stage supportmiwi2014-06-061-1/+0
| | | | PR: 190707
* deskutils/gourmet: update to 0.17.3rm2014-06-054-864/+16
| | | | | | | | | - update to 0.17.3 - switch to github - update dependencies - convert to using auto-generated packing list - add stage support - remove patch, included into this upstream version
* These ports are no longer used or cared for.nemysis2014-06-041-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dave Shar <koalative at gmail.com> wishes to maintain these ports with my help. deskutils/py-send2trash - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Change license BSD to BSD3CLAUSE - Use USE_PYDISTUTILS=yes instead of easy_install - Remove PYDISTUTILS_PKGNAME and add PYDISTUTILS_AUTOPLIST graphics/founts - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Add REINPLACE, fix ELAST - Change distinfo, remove supplied icon graphics/py-pyggel - Pass maintainership to koalative at gmail.com graphics/radius-engine - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com irc/py-fishcrypt - Pass maintainership to koalative at gmail.com sysutils/gigolo - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Use tar:bzip2 instead of USE_BZIP2=yes - Remove TODO from DOCS - Remove useless .include <bsd.port.options.mk> - Change pkg-plist, remove mtree
* - STAGEifyjhale2014-06-046-18/+13
| | | | | | - Add LICENSE where needed - Make COMMENT more concise - Convert USE_BZIP2 -> USES=tar:bzip2
* - bring in dependency of devel/py-libvirtjgh2014-06-021-2/+3
| | | | | PR: ports/190278 Submitted by: rakuco@
* Stagify.cy2014-05-302-16/+13
|
* desktuils/tine20: Simplify port to remove unnecessary targetsmarino2014-05-301-12/+4
| | | | | | | Both post-extract and post-install targets aren't necessary. In particular the shifting to get the src to extract into the default WRKSRC was not only unnecessary, the home-rolled extraction could break in the future, so just clean the whole thing up. Verified on Redports.
* - Bump PORTREVISION for pkg-plist changenemysis2014-05-292-12/+14
| | | | | | | | | | - Reset maintainer to ports@ - Remove BROKEN - Break lines around 80 characters - Change pkg-plist remove *.pyc and add missing PR: ports/19029 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
* To be fair, I don't have time to maintain this, so, release it.mat2014-05-291-1/+1
| | | | Sponsored by: Absolight
* mail/libetpan:pawel2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Update to version 1.5, development moved to github - Convert to USES=libtool, don't install la file - Install striped version of library - Allow to compile with OpenSSL from base - Update homepage address - Bump affected deskutils/cairo-dock-plugins mail/claws-mail: - Update to version 3.10.0 - Convert to USES=libtool tar:bzip2 [1] - Don't install static plugin files [1] - Replace GMAKE with MAKE_CMD [1] Release notes: http://claws-mail.org/news.php mail/claws-mail-clamd: - Don't show pkg-message in post-install, staging takes care of that Submitted by: tijl via private mail [1]
* - Convert misc/xosd and dependent ports which need it (deskutils/xneur, ↵amdmi32014-05-273-17/+9
| | | | | | | | | | | polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files - Since xosd shlib version has changed, bump all ports which depend on it - Stagify deskutils/xneur - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* - Convert USE_BZIP2 to USESamdmi32014-05-272-38/+37
| | | | - Sort plist
* - Add LICENSEsunpoet2014-05-262-2/+5
| | | | | | | - Pass maintainership to submitter PR: ports/190248 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Convert gmake,bzip to USESmiwi2014-05-267-14/+6
| | | | Approved by: portmgr (myself)
* Convert to USES=monobapt2014-05-261-6/+4
| | | | With hat: portmgr
* Convert to USES=dos2unixbapt2014-05-261-2/+1
| | | | With hat: portmgr
* Mark BROKEN: Fails to packageantoine2014-05-241-0/+2
| | | | | | | | | ===> Building package for recoll-1.19.13 pkg-static: lstat(/wrkdirs/usr/ports/deskutils/recoll/work/stage/usr/local/lib/python2.7/site-packages/recoll/__init__.pyc): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/deskutils/recoll/work/stage/usr/local/lib/python2.7/site-packages/recoll/rclconfig.pyc): No such file or directory *** [do-package] Error code 1 Reported by: pkg-fallout
* Update to new upstream release 1.1.0.mandree2014-05-243-279/+281
| | | | Announcement: <http://www.docear.org/2014/05/21/docear-1-1-stable-released-with-strongly-improved-pdf-metadata-extraction/>
* For several MATE related ports:tijl2014-05-194-19/+9
| | | | | | - USES=libtool tar:xz. - INSTALL_TARGET=install-strip. - Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
* Unbreak for realantoine2014-05-181-2/+2
|
* Attempt to unbreakantoine2014-05-181-2/+2
|
* USES=libtool tar:bzip2.tijl2014-05-182-6/+5
|
* USES=libtool tar:bzip2.tijl2014-05-182-6/+6
|
* USES=desktop-file-utils libtool pathfix shared-mime-info tar:bzip2.tijl2014-05-183-20/+8
|
* Fix one more typo.adamw2014-05-161-1/+1
|
* moregroupware: restore accidentally-removed WRKSRCadamw2014-05-162-1/+2
| | | | myitcrm: fix typo
* STAGE support, general cleanups, use @sample where appropriate.adamw2014-05-1622-4030/+3945
| | | | PORTREVISION bumps where plist or pkg-message changed.
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-131-1/+1
| | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1]
* - Update from 1.8.007.20140506 to 1.8.007.20140512danilo2014-05-122-5/+5
|
* Convert my ports to USES=tarmakc2014-05-121-2/+1
|
* Support staging.romain2014-05-121-1/+0
|
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-1111-26/+39
| | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
* - Remove Author linesamdmi32014-05-081-1/+0
|
* - Update from 1.8.006.20140307 to 1.8.007.20140506danilo2014-05-072-5/+5
|
* - Update to 1.19.13, announce message is here:nemysis2014-05-072-8/+9
| | | | | | | | | | http://www.lesbonscomptes.com/recoll/release-1.19.html - Remove BROKEN - Remove *.pyc, not at moment fixable - Use STRIP_CMD only when is used PYTHON Option Reviewed by: upstream
* Convert x11-toolkits/libxfce4gui and all dependent ports to USES=libtool.tijl2014-05-065-12/+8
| | | | | | | | | | | | And USES=tar:bzip2 here and there. deskutils/xfce4-notification-daemon: - Don't patch Makefile.am. - Link with -lgmodule-2.0 explicitly now that libgtk-x11-2.0.la does not imply it. x11/xfce4-wmdock-plugin: - Make it fetchable.
* - Port is stage safepawel2014-05-061-3/+1
| | | | - Convert to USES=tar:bzip2
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* - Take maintainershipsunpoet2014-05-041-1/+1
|
* - Update to 1.35.0madpilot2014-05-033-4/+30
| | | | | PR: ports/189265 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* These ports are no longer used or cared for.nemysis2014-04-293-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/spandsp-devel - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Strip library - Fix typo deskutils/kupfer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Change install, cosmetical changes deskutils/rubrica - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use tar:bzip2 instead of USE_BZIP2=yes - Strip libraries - Change REINPLACE and install, cosmetical changes graphics/Hermes - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use tar:bzip2 instead of USE_BZIP2=yes - Don't silence warnings - Remove TODO and TODO.conversion from DOCS - Strip library graphics/aoi - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/autoq3d - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/box - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS graphics/boxer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes graphics/cbrpager - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/cbview - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/cbviewer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/eos-movrec - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Change pkg-plist, remove mtree graphics/evolvotron - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Break lines around 80 characters graphics/fracplanet - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS - Change Desktop entry file - Break lines around 80 characters graphics/gnofract4d - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/icon-slicer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use the new format for LIB_DEPENDS - Remove TODO from DOCS graphics/lcdtest - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Simplify dependency for x11-fonts/liberation-fonts-ttf graphics/multican - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS graphics/photopc - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes graphics/pngcheck - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/pngwriter - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/pstoedit - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Strip libraries graphics/skencil - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes - Strip libraries misc/boxes - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes - Mute RM and MKDIR misc/explosions - Bump PORTREVISION for MAINTAINER change - Remove FTP master site - Reset maintainer to ports@ misc/wmweather+ - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use the new format for LIB_DEPENDS multimedia/dvdauthor - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS multimedia/dvdid - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Strip library multimedia/freetuxtv - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ multimedia/gtk-youtube-viewer - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Break lines around 80 characters net/wlan2eth - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes
* Mark a few unfetchable ports BROKENantoine2014-04-271-0/+2
| | | | With hat: portmgr
* Update deskutils/plasma-applet-cwp to 1.11.0.dbn2014-04-273-5/+3
| | | | | | ChangeLog: - xml: gismeteo.com: fixed - removed freemeteo.com due to severe site changes, rendering access impossible
* - Convert USE_BZIP2 to USESdanilo2014-04-261-1/+1
|
* - Convert USE_BZIP2 to USESdanilo2014-04-261-2/+1
|
* - Convert USE_BZIP2 to USESdanilo2014-04-261-2/+1
|
* - Convert USE_BZIP2 to USESdanilo2014-04-261-2/+1
|
* Update to 1.3.38kevlo2014-04-253-62/+71
|
* Update my ports to be compliant with new USES framework and fix other issues.dbn2014-04-251-2/+1
| | | | | | | | | | | Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port.
* Fix build on 9.2 and remove dependency to gcc [1].ehaupt2014-04-243-136/+10
| | | | | | PR: 188940 Submitted by: tijl [1] Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* - Stageswills2014-04-241-1/+0
| | | | | | PR: ports/188873 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-233-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Support stagebapt2014-04-221-4/+3
|
* Support stagebapt2014-04-221-4/+2
|
* Convert gtkmm20 to stagebapt2014-04-221-5/+4
| | | | | USES=libtool Chase gtkmm20 shlib number change
* - Bump PORTREVISION for MAINTAINER changenemysis2014-04-211-3/+2
| | | | - Reset maintainer to ports@
* Remove expired ports:rene2014-04-186-620/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-1720-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Add USE_GNOME+= gnomedocutils to 5 portsmarino2014-04-171-1/+1
| | | | | | | | | | | | These ports will fail configuration if gnome-doc-utils is not present. Likely a common dependency loaded it in the past, but not anymore. Explicitly list gnome-doc-utils as a build dependency in order to fix the recent breakage of these ports. Also reset maintainership of etherape - maintainer gone for more than one yet now. Approved by: portmgr (bdrewery)
* Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),tijl2014-04-142-1/+2
| | | | | | | | | r350957 (glade3). gnome-control-center, gnome-settings-daemon, gnome-screensaver: - Staging. - New LIB_DEPENDS syntax. - USES=tar:bzip2.
* Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.mat2014-04-131-3/+1
| | | | Sponsored by: Absolight
* 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the ↵bapt2014-04-1120-583/+0
| | | | | | | | | | | | | | | | | | | | | | | 3.x version which is not compatible with 2.x 2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import 2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import 2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
* Remove options for the expired py-nautilusbapt2014-04-111-3/+2
|
* Remove: does not work with newer version of evolutionbapt2014-04-115-121/+0
|
* Stageify libxkalvierbapt2014-04-111-2/+2
| | | | | | | | | USES libtool Chase libxklavier shlib change On all ports depending on libxklavier: - Support stage - USES=libtool when possible to reduce overlinking - Support packaging as a user
* This daemon is responsible of making the volume up/down and mute keys of theolivierd2014-04-095-0/+35
| | | | | | | | | | keyboard work automatically, and uses the Xfce mixer's defined card and track for chosing which track to act on. WWW: https://launchpad.net/xfce4-volumed/ PR: 188373 Submitted by: Sergey V. Dyatko
* - Stage support [1]rene2014-04-052-5/+7
| | | | | | | | | - Add missing entries to pkg-plist - gnomehack -> USES=pathfix - Bump PORTREVISION PR: ports/188232 [1] Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer)
* - Chase libexiv2.so shlib version bump after r350163danfe2014-04-052-6/+6
| | | | | | - Fix nearby minor style issues while here (not all) Approved by: portmgr (bapt), some ports are still NO_STAGE :(
* Use options helpersbapt2014-04-041-13/+8
|
* Use options helpersbapt2014-04-041-12/+6
|
* Supprot stagebapt2014-04-042-14/+5
| | | | Use options helpers
* Support stagebapt2014-04-042-53/+10
| | | | | clean up of the useless dirrmtry Use options helpers
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-0315-29/+22
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* Specify type of BSD licensemartymac2014-04-031-1/+1
|
* - Update to 1.30.0madpilot2014-04-023-12/+25
| | | | | | | | | - Convert to USES=tar - Fix stage orphans PR: ports/188160 Submitted by: me Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* Stagify.kwm2014-04-0115-24/+27
|
* Stagify, remove database option. libgda3 will be removed in the future.kwm2014-04-012-26/+2
|
* Upgrade to new upstream release 1.03. Upstream changes:mandree2014-04-012-4/+4
| | | | | | | | | | | | | | | | | Enhancements: - Added a note linking to more information about projects - Rename PDF files from within Docear changes the file links in BibTeX and your mind maps - Implemented action to remove any links from selected nodes - Renamed some pdf management actions Bug fixes: - Duplicate annotations after manual import via drag & drop - Manual Update Check did not work - Fixed NPE in AddOnsController Miscellaneous changes: - Added donation note for PDF metadata extraction
* Update to 1.3.37kevlo2014-03-313-10/+10
|
* Add missing distinfo for update to deskutils/plasma-applet-cwp (r349266).dbn2014-03-271-2/+2
| | | | Reported by: swills@
* - Bump PORTREVISION for fixng GNU/Linux compatibility,nemysis2014-03-271-0/+4
| | | | | | | add REINPLACE PR: ports/187559 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
* Update deskutils/plasma-applet-cwp to 1.10.2.dbn2014-03-271-1/+1
| | | | | ChangeLog: - xml: gismeteo.com: city name fixed in some cases
* - Fix build with clangpawel2014-03-261-3/+6
| | | | | | - Add staging support MFH: 2014Q1
* - Stage supportnovel2014-03-262-6/+3
| | | | | - Convert to USES=pathfix from using gnomehack - Conver to USES=gmake from USE_GMAKE
* Add a patch to have mirall not segfault on startup.mat2014-03-262-0/+12
| | | | | Submitted by: Tobias Berner Sponsored by: Absolight
* Update to 1.5.3.mat2014-03-255-15/+30
| | | | Sponsored by: Absolight
* - Add staging supportpawel2014-03-252-27/+22
| | | | | - Use options helpers, update description to current standards - Convert USE_GMAKE, USE_XZ to USES
* - Add staging supportpawel2014-03-252-33/+31
| | | | | - Remove leading article from COMMENT - Sort pkg-plist
* Add staging supportpawel2014-03-251-7/+6
|
* Remove expired ports:rene2014-03-256-162/+0
| | | | | | | | | | | | | 2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0 2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream 2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream 2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor 2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind 2014-03-23 games/xflame: No more public distfiles 2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead 2014-03-24 x11-wm/hackedbox: Abandonware 2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils' 2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
* Updated systempreferencestheraven2014-03-253-3/+16
| | | | Approved by: bapt (mentor, implicit)
* Switch to wx 2.8bapt2014-03-241-1/+2
|
* - Add the new port: deskutils/notedanilo2014-03-235-0/+46
| | | | | | | | | | | - Pass maintainership to submitter This is a small console program written in perl, which allows you to manage notes similar to programs like "knotes" from commandline. PR: ports/187821 Submitted by: Matthias Fechner <idefix@fechner.net>
* - Update libopenraw to 0.0.9.tijl2014-03-201-2/+3
| | | | | | | | | - Fix build on FreeBSD 8.x by adding compiler:c++11-lang. (Use same compiler/linker as Boost.) [1] - Chase library version change. - Consistently use OPENRAW as option name. PR: ports/186779 [1]
* Quiesce mkdirehaupt2014-03-181-2/+2
|
* - Update to 2.4.2lwhsu2014-03-172-13/+33
| | | | | PR: ports/187619 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
* Fix double occurences of USES=tijl2014-03-151-2/+2
|
* - Convert to new options helpersunpoet2014-03-141-20/+8
| | | | | | | | - Use USES=shebangfix - Support STAGEDIR - Simplify Makefile Approved by: portmgr (blanket)
* Convert USE_BZIP2=yes to USES=tar:bzip2ehaupt2014-03-142-4/+2
|
* - Remove TODO from DOCSnemysis2014-03-142-1/+24
| | | | | | | - Add pkg-message, information about GNU/Linux PR: ports/187559 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
* - Add DOCS Optionnemysis2014-03-131-4/+5
| | | | - Break lines around 80 characters
* Deprecate a few old unmaintained portsantoine2014-03-121-0/+2
|
* nautilus will be updated to the 3.x version when GNOME 3 will merged.kwm2014-03-124-0/+12
| | | | Deprecate the ports that are incompatible with the new 3.x version.
* Disable nautilus support, it is incompatible with nautilus 3.x.kwm2014-03-121-13/+5
| | | | | Replace manual pkgconfig sed with USES=pathfix. Stagify.
* Horde package update:mm2014-03-118-12/+12
| | | | | | | | | | | | | | | | Horde_ActiveSync 2.12.4 -> 2.13.0 Horde_Imap_Client 2.18.6 -> 2.19.0 Horde_Mime 2.2.9 -> 2.3.0 Horde_Timezone 1.0.4 -> 1.0.5 gollem 3.0.1 -> 3.0.2 groupware 5.1.3 -> 5.1.4 ingo 3.1.3 -> 3.1.4 kronolith 4.1.4 -> 4.1.5 mnemo 4.1.2 -> 4.1.3 nag 4.1.3 -> 4.1.4 turba 4.1.3 -> 4.1.4 webmail 5.1.3 -> 5.1.4 whups 3.0.0RC1 -> 3.0.0
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-117-5/+7
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Remove expired ports:rene2014-03-103-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles 2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles 2014-03-10 irc/pure-xemacs21-mule: No more public distfiles 2014-03-10 lang/dice: No more public distfiles 2014-03-10 irc/dcc: No more public distfiles 2014-03-10 sysutils/backupme: No more public distfiles 2014-03-10 net/freeswitch-curl-devel: No more public distfiles 2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles 2014-03-10 emulators/cygne-sdl: No more public distfiles 2014-03-10 mail/newmail: No more public distfiles 2014-03-10 x11-toolkits/xscoop: No more public distfiles 2014-03-10 security/didentd: No more public distfiles 2014-03-10 sysutils/wait_on: No more public distfiles 2014-03-10 net/freeswitch-sbc-devel: No more public distfiles 2014-03-10 multimedia/gxanim: No more public distfiles 2014-03-10 www/nd: No more public distfiles 2014-03-10 lang/fbbi: No more public distfiles 2014-03-10 textproc/csv2xml: No more public distfiles 2014-03-10 www/trac-calendar: No more public distfiles 2014-03-10 misc/stan: No more public distfiles 2014-03-10 japanese/gtkicq: No more public distfiles 2014-03-10 net/nc6: No more public distfiles 2014-03-10 net/jpcap: No more public distfiles 2014-03-10 games/quake-extras: No more public distfiles 2014-03-10 net/asfrecorder: No more public distfiles 2014-03-10 sysutils/pyrenamer: No more public distfiles 2014-03-10 palm/synce-sync-engine: No more public distfiles 2014-03-10 www/linux-mplayer-plugin: No more public distfiles 2014-03-10 net-mgmt/airport: No more public distfiles 2014-03-10 textproc/manued.el: No more public distfiles 2014-03-10 sysutils/jailer: No more public distfiles 2014-03-10 sysutils/blimitd: No more public distfiles 2014-03-10 print/abntex: No more public distfiles 2014-03-10 sysutils/monkeytail: No more public distfiles 2014-03-10 dns/dns_mre: No more public distfiles 2014-03-10 japanese/libjcode: No more public distfiles 2014-03-10 sysutils/jailutils: No more public distfiles 2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles 2014-03-10 sysutils/hdup: No more public distfiles 2014-03-10 print/cups-smb-backend: No more public distfiles 2014-03-10 x11/settitle: No more public distfiles 2014-03-10 sysutils/anteater: No more public distfiles 2014-03-10 www/trac-pendingticket: No more public distfiles 2014-03-10 www/admuser: No more public distfiles 2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles 2014-03-10 www/metacafe_dl: No more public distfiles 2014-03-10 irc/irchat-pj-emacs21: No more public distfiles 2014-03-10 www/horde3-wicked: No more public distfiles 2014-03-10 java/drexelsnmp: No more public distfiles 2014-03-10 mail/sigit: No more public distfiles 2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles 2014-03-10 www/vtiger-customerportal: No more public distfiles 2014-03-10 irc/pure-emacs21: No more public distfiles 2014-03-10 www/extsm: No more public distfiles 2014-03-10 misc/cwish: No more public distfiles 2014-03-10 www/phpscheduleit: No more public distfiles 2014-03-10 palm/synce-serial: No more public distfiles 2014-03-10 palm/synce-vdccm: No more public distfiles 2014-03-10 net/freeswitch-insideout-devel: No more public distfiles 2014-03-10 sysutils/fusefs-fur: No more public distfiles 2014-03-10 mail/clamfilter: No more public distfiles 2014-03-10 textproc/cost: No more public distfiles 2014-03-10 palm/synce-gvfs: No more public distfiles 2014-03-10 net/nxserver: No more public distfiles 2014-03-10 sysutils/throttle: No more public distfiles 2014-03-10 japanese/aterm: No more public distfiles 2014-03-10 mail/teapop: No more public distfiles 2014-03-10 www/eldav.el: No more public distfiles 2014-03-10 graphics/gsnapshot: No more public distfiles 2014-03-10 japanese/zangband: No more public distfiles 2014-03-10 audio/xmms-wma: No more public distfiles 2014-03-10 misc/projectionlib: No more public distfiles
* - Update from 1.8.006.20140217 to 1.8.006.20140307danilo2014-03-102-5/+5
|
* Unbreakantoine2014-03-091-1/+1
|
* Remove expired ports with no active website:rene2014-03-089-98/+0
| | | | | | | | | | | | | | | | | 2014-03-07 deskutils/phprojekt: No more public distfiles 2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles 2014-03-07 dns/skadns: No more public distfiles 2014-03-07 sysutils/gkrellmwho2: No more public distfiles 2014-03-07 audio/xmms-musepack: No more public distfiles 2014-03-07 archivers/bzip: No more public distfiles 2014-03-07 devel/cvsstat: No more public distfiles 2014-03-07 graphics/enfle: No more public distfiles 2014-03-07 audio/oggsplit: No more public distfiles 2014-03-07 devel/picasm: No more public distfiles 2014-03-07 databases/mysql-udf-preg: No more public distfiles 2014-03-07 devel/py-gitpython: No more public distfiles 2014-03-07 net/mars_nwe: No more public distfiles 2014-03-07 audio/fmio: No more public distfiles
* Convert d* to USES=zipbapt2014-03-089-11/+9
|
* Update to 1.3.36kevlo2014-03-073-61/+3
|
* - Update to 2.13antoine2014-03-072-5/+4
| | | | - Works fine with requests
* Remove expired ports:rene2014-03-065-60/+0
| | | | | | | | | | | | | | | | | | 2014-03-05 databases/mysqlard: Abandonware 2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999) 2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player 2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead 2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead 2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead 2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-0510-15/+42
| | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com>
* - Update to version 5.21.0 [1]pawel2014-03-044-11/+352
| | | | | | | | | - Fix build with clang [1] - Remove conditional installation of files PR: ports/185144 [1] Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: maintainer timeout
* - Convert to autoplistmiwi2014-03-022-6/+3
| | | | | - Stage support - Bump PORTREVISION
* Stage support + USES=libtool.tijl2014-03-023-9/+21
|
* deskutils/org-mode.el: Mark jobs unsafemarino2014-03-011-1/+3
|
* - Support stagingculot2014-02-282-9/+6
| | | | | | - Convert to USES framework - Update LICENSE (BSD 2-clause) - Fix erroneous conditional install of manpage (leading to PORTREVISION bump)
* - Update to 2.3.1miwi2014-02-273-29/+48
| | | | | | | - Stage support PR: 175585 Submitted by: ports fury
* - Update to version 1.3.16miwi2014-02-272-3/+3
| | | | | PR: 187045 Submitted by: Ports Fury
* - Remove false DEPRECATEDmiwi2014-02-271-2/+1
| | | | | | | - Add LICENSE PR: 187036 Submitted by: Ports Fury
* Update deskutils/plasma-applet-cwp to 1.10.1.dbn2014-02-262-4/+3
| | | | | | | | ChangeLog: - xml: wetter.com: Current temperature fixed - xml: openweathermap.org: north wind symbol fixed (thanks to wettermeister) - xml: gismeteo.com: city name fixed in some cases
* - Repocopy print/py-reportlab to print/py-reportlab1tota2014-02-252-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to preserve version 1.x and to update to 3.0 print/py-reportlab: - Update print/py-reportlab to 3.0 based on print/py-reportlab2 - Support STAGEDIR - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Set CONFLICTS - Add PORTSCOUT - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab1: - Support STAGEDIR - Add PKGNAMESUFFIX not to duplicate ports with the same name - Set CONFLICTS - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Make use of PORTDOCS - Set OPTIONS_DEFINE explicitly - Fix include statement - Make docs unconditional to stage - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab2: - Update CONFLICTS - Set PORTSCOUT dependent ports: - Switch dependency from print/py-reportlab to print/py-reportlab1 * biology/py-biopython * deskutils/gourmet * deskutils/griffith * games/pythonsudoku * misc/pdfmap * print/py-trml2pdf * www/py-satchmo PR: ports/186970 Submitted by: tota (myself) Approved by: Muhammad Moinur Rahman (maintainer)
* x11/libfmnemysis2014-02-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.2.0 - Add dependency for textproc/p5-XML-Parser - ADD USE_XZ=yes - Add USES desktop-file-utils shared-mime-info - Add USE_AUTOTOOLS=aclocal automake - Strip executables and/or libraries - Add DOCS and Option - Add MAJORVER, VER and PLIST_SUB - Change REINPLACE, remove obsolete and libfm-gtk3.pc [1] - Remove obsolete pre-install - Added executable and desktop for lxshortcut [1] - Update WWW x11-fm/pcmanfm - Update to 1.2.0 - Remove dependency for x11/startup-notification [1] - ADD USE_XZ=yes - Add USES desktop-file-utils pathfix - Add DEBUG and DOCS Options, add DOCS - Add patch [1] - Update WWW deskutils/lxshortcut - Add conflict with libfm-1.2.0 - Mark DEPRECATED, set EXPIRATION_DATE x11/lxde-meta - Bump PORTREVISION - Remove dependency for deskutils/lxshortcut Reported by:<-->Upstream (IRC) [1]
* Chase beep-multimedia-player deprecation/expirationantoine2014-02-241-0/+3
|
* - Update to 0.1.30olivierd2014-02-234-23/+21
| | | | | - Add LICENSE - Remove unneeded patch
* Fix packagingantoine2014-02-222-2/+1
| | | | Reported by: pkg-fallout since november 2013
* Remove trailing whitespaces from category deskutilsehaupt2014-02-217-7/+7
|
* - Fix plist after recent KDE SC updatemakc2014-02-201-2/+2
|
* - Update from 1.8.005.20131007 to 1.8.006.20140217danilo2014-02-202-44/+14
| | | | - Use options helpers
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-1816-12/+16
|
* - Remove old deskutils/kdepim44 and deskutils/kdepim44-runtime, theymakc2014-02-1824-1968/+0
| | | | conflict with new kdepimlibs from KDE SC 4.12
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-1827-382/+488
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1]
* Support stagingehaupt2014-02-182-11/+14
|
* Change to COPYTREE_SHARE per danfefeld2014-02-181-3/+3
| | | | | | Give back to the pool; I merely demoed this at work and I do not have an active environment where I can test it. It also may be a few versions behind.
* - Update to 3.1.13gahr2014-02-173-5/+16
| | | | | | | | - Convert to USES=tk - Fix bug http://lists.roaringpenguin.com/pipermail/remind-fans/2014/003008.html Approved by: maintainer
* - STAGE-cleangahr2014-02-173-6/+19
| | | | - Convert to USES=tk
* - Remove PHP4 reference in IGNORE_WITH_PHPmiwi2014-02-151-1/+0
|
* Always use iconv from libc when available even when libiconv is installed.tijl2014-02-142-3/+16
| | | | | PR: ports/186704 Approved by: kde (makc)
* Stage supportantoine2014-02-121-2/+0
|
* Stage supportantoine2014-02-121-1/+0
|
* - Update to 1.23.0madpilot2014-02-124-13/+28
| | | | | PR: ports/186609 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - Update to 1.1.31 [1]culot2014-02-113-9/+12
| | | | | | | | - Support staging - Add LICENSE (Artistic 1 & GPL 1) PR: ports/186494 [1] Submitted by: Stuart Barkley <stuartb@4gh.net>
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-107-0/+20
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Fix a stage symlinkantoine2014-02-091-9/+3
| | | | - Allow packaging as a regular user
* Finish stage supportantoine2014-02-092-1/+10
|
* - Add OPTIONS_SUB=yes for the plist substitutions (and thus make package) torakuco2014-02-092-1/+1
| | | | | | | | work. - Remove .desktop entry from the plist, as it is added automatically by DESKTOP_ENTRIES in the Makefile. MFH: 2014Q1
* Deprecate ports unmaintained for which distillator is not able to find ↵bapt2014-02-084-0/+12
| | | | | | public distfiles Reported by: distilator
* - Update to 1.3.15miwi2014-02-073-18/+20
| | | | | | | - Stage support PR: 186422 Submitted by: ports fury
* Chase boost and icu bumpbapt2014-02-0710-7/+10
| | | | While here convert some LIB_DEPENDS
* Update to 1.3.35kevlo2014-02-073-27/+103
|
* deskutils/ithought: Add dragonfly support to configure scriptmarino2014-02-061-0/+11
|
* deskutils/launchy: explicitly link libX11 (taken from dports)marino2014-02-061-0/+1
|
* Fix several typos in the ports tree.lme2014-02-051-1/+1
| | | | | PR: ports/176378 Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
* - Update to 2.6.2gahr2014-02-045-678/+484
| | | | - STAGE-clean
* - Stage supportmiwi2014-02-031-2/+1
| | | | - Convert to USES
* - Stage supportmiwi2014-02-032-2/+1
|
* - Stage supportmiwi2014-02-031-3/+2
|
* - Stage supportmiwi2014-02-032-2/+1
|
* Remove expired ports:rene2014-02-0312-239/+0
| | | | | | | | | | | | 2013-12-31 multimedia/xbmc-pvr: multimedia/xbmc and multimedia/xbmc-addon-pvr are newer 2013-12-31 misc/libmcal: No more used and development discontinued 2014-02-01 textproc/py-4suite: only builds with Python up to version 2.4 2014-02-01 multimedia/xbmc-addon-xvdr: Depends on expired multimedia/xbmc-pvr 2014-02-01 deskutils/gmcal: Depends on expired misc/libmcal 2014-02-01 deskutils/mcal: Depends on expired misc/libmcal 2014-02-01 sysutils/relpath: unfetchable distfiles 2014-02-01 sysutils/decomment: unfetchable distfiles 2014-02-03 multimedia/openmovieeditor: segfaults, upstread development ceased
* - Stage supportmiwi2014-02-031-3/+3
|
* - Stage supportantoine2014-02-032-48/+3
| | | | - Use PYDISTUTILS_AUTOPLIST
* Stage supportantoine2014-02-031-12/+4
|
* Stage supportantoine2014-02-031-4/+2
|
* Stage supportantoine2014-02-031-19/+20
|
* Stage supportantoine2014-02-032-7/+5
|
* Stage supportantoine2014-02-032-8/+5
|
* - Stage supportmiwi2014-02-031-4/+3
|
* - Stage supportmiwi2014-02-022-2/+0
|
* Stage supportantoine2014-02-022-14/+14
|
* Stage supportantoine2014-02-023-5/+2
|
* - Stage supportantoine2014-02-021-17/+11
| | | | - Convert to OPTIONS and OPTIONS helpers
* Stage supportantoine2014-02-021-7/+6
|
* - Stage supportantoine2014-02-022-12/+6
| | | | | - Use OPTIONS helpers - The desktop file doesn't define any mime type
* Stage supportantoine2014-02-021-2/+4
|
* Stage supportantoine2014-02-021-2/+3
|
* Stage supportantoine2014-02-022-2/+2
|
* Stage supportantoine2014-02-021-2/+1
|
* Stage supportantoine2014-02-021-8/+4
|
* Stage supportantoine2014-02-021-1/+2
|
* Stage supportantoine2014-02-021-7/+4
|
* Stage supportantoine2014-02-021-9/+7
|
* - Stage supportantoine2014-02-021-8/+2
| | | | - Use OPTIONS helpers
* Stage supportantoine2014-02-021-1/+0
|
* Stage supportantoine2014-02-021-1/+0
|
* Stage supportantoine2014-02-021-1/+0
|
* Stage supportantoine2014-02-021-11/+6
|
* Stage supportantoine2014-02-021-1/+0
|
* - Stage supportmiwi2014-02-021-1/+0
| | | | - Convert to USES
* - Stage supportmiwi2014-02-011-1/+0
|
* Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime ismakc2014-02-014-8/+8
| | | | | deprecated and will be removed along with switching KDE4_PREFIX to ${LOCALBASE} soon.
* - Update to 1.19.10nemysis2014-02-012-5/+13
| | | | | - Add USES shebangfix and SHEBANG_FILES - Strip libraries
* Back to poolcs2014-01-311-1/+1
|
* - Update to 1.21.0madpilot2014-01-315-42/+77
| | | | | | PR: ports/186267 Submitted by: Me Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* Stage supportantoine2014-01-312-8/+4
|
* Deprecate deskutils/kdepim44* portsmakc2014-01-312-0/+6
|
* Stage supportantoine2014-01-311-1/+0
|
* Stage supportantoine2014-01-312-2/+1
|
* Stage supportantoine2014-01-311-2/+1
|
* Stage supportantoine2014-01-311-2/+1
|
* Stage supportantoine2014-01-311-14/+7
|
* - Stage supportantoine2014-01-312-4/+2
| | | | - Fix LIB_DEPENDS
* Stage supportantoine2014-01-311-1/+0
|
* Stage supportantoine2014-01-311-1/+0
|
* Stage supportantoine2014-01-311-1/+0
|
* Stage supportantoine2014-01-312-15/+7
|
* Stage supportantoine2014-01-311-6/+5
|
* Stage supportantoine2014-01-311-4/+2
|
* Stage supportantoine2014-01-312-7/+5
|
* Stage supportantoine2014-01-311-2/+1
|
* - add stage supportaz2014-01-307-12/+6
| | | | Approved by: portmgr (blanket infrastructure)
* - Remove option for ispell spell checking, now deprecated [1]pawel2014-01-291-20/+11
| | | | | | | | | | - Add DOCS option to config menu - Revise DESKTOP_ENTRIES - Fix staging support, use install.py -b option to set STAGEDIR correctly, otherwise it leaks to compiled code and scripts Submitted by: bapt [1]
* - Keep category Makefiles sortedamdmi32014-01-281-4/+4
|
* - Stage supportmiwi2014-01-273-3/+0
|
* - Stage supportmiwi2014-01-271-1/+0
|
* Sweep www/py-requests dependants to www/py-requests1koobs2014-01-271-1/+2
| | | | | | | | | | | Point all www/py-requests dependants to www/py-requests1 in preparation for the upgrade of www/py-requests to version 2.x, which substantially breaks API compatibility. Maintainers of these ports can update their requests dependency independently as time for sufficient testing permits. PR: ports/185631
* Update deskutils/plasma-applet-cwp to 1.10.0.dbn2014-01-272-3/+3
| | | | | | ChangeLog: - weather information is stored on disk each time updates are downloaded - xml: weather.com: current weather description fixed
* - Fix LIB_DEPENDS syntaxantoine2014-01-262-11/+8
| | | | | | While here: - Remove USE_GCC=any, it builds and runs fine with clang (tested on 10-amd64) - Add stage support
* Update to 2.12antoine2014-01-252-3/+3
|
* Fix properties on pkg-plistbapt2014-01-229-9/+0
|
* - use options helpers, add NLS to available options listrm2014-01-211-11/+4
| | | | - add stage support
* - add stage supportrm2014-01-192-48/+25
| | | | | | | | | | - rename options EVO and THUNDER to EVOLUTION and THUNDERBIRD - convert to options helpers and add NLS to available options list - turn off EVOLUTION option by default for those who just using this app with simple csv-file - drop dependency on desktop-file-utils, since .desktop file defines no mime-types - bump PORTREVISION
* Update to 2.11antoine2014-01-172-3/+3
|
* - New port: deskutils/taskdgahr2014-01-165-0/+45
| | | | | | | The taskd server provides a multi-user, multi-client repository for taskwarrior (deskutils/taskwarrior) 2.3.0 (and later) and any other clients. It runs continuously as a daemon process, and provides several services, primarily the synchronization of tasks between the clients.