aboutsummaryrefslogtreecommitdiff
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-184-4/+4
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - Reassign ports to the heap due to a mail bounceThomas Abthorpe2012-08-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=302528
* - Add check for Emacs 24, since Emacs 24 already includes the modeAshish SHUKLA2012-08-121-2/+2
| | | | | | | Reported by: beat Notes: svn path=/head/; revision=302423
* - Fix previous revision: rev 302357Olivier Duchateau2012-08-111-10/+0
| | | | | | | | | PR: 170535 Submitted by: David Shao <davshao@gmail.com> Approved by: rene, miwi (mentors) Notes: svn path=/head/; revision=302420
* - Update to 1.6.3Bryan Drewery2012-08-102-4/+3
| | | | | | | | | | | | | | | | | ChangeLog: - xml: de.weather.com: fixed wind directions - xml: br.weather.com: fixed wind directions - xml: espanol.weather.com: fixed wind directions - xml: ilmeteo.it: fixed wind description - xml: gismeteo.com: fixed country names PR: ports/170474 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Approved by: eadler (mentor) Notes: svn path=/head/; revision=302370
* - Use USE_PKGCONFIG macroOlivier Duchateau2012-08-091-3/+8
| | | | | | | | | | | - Add patch when NLS is unset - Remove USE_AUTOTOOLS (libtool) macro Submitted by: myself Approved by: miwi, rene (mentors) Notes: svn path=/head/; revision=302357
* - Fix handling of the DOCS optionsGabor Pali2012-08-081-1/+1
| | | | | | | | Reported by: beatmail (via pointyhat) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=302277
* - drop .app suffix in portname of preferencesDirk Meyer2012-08-076-1/+1
| | | | Notes: svn path=/head/; revision=302256
* - Update to 2.1.1Pietro Cerutti2012-08-073-6/+6
| | | | | | | | | Changelogs: 2.1.0 - http://taskwarrior.org/projects/taskwarrior/wiki/Prior_versions 2.1.1 - http://taskwarrior.org/projects/taskwarrior/wiki/Changelog Notes: svn path=/head/; revision=302225
* Fix plist.Thierry Thomas2012-08-062-1/+78
| | | | | | | Reported by! redports and pointyhats Notes: svn path=/head/; revision=302214
* - update to 0.9.4, remove patchfile as it was merged into releaseJason Helfman2012-08-063-27/+4
| | | | | | | | The virt-manager release includes: - Fix VNC keygrab issues Notes: svn path=/head/; revision=302188
* - Mark as BROKEN:Beat Gaetzi2012-08-051-0/+2
| | | | | | | | | | | | | | | | | | | Compiling file AppController.m ... In file included from GNUstep/System/Library/Headers/GNUstepBase/GSObjCRuntime.h:85, from GNUstep/System/Library/Headers/Foundation/NSObjCRuntime.h:95, from GNUstep/System/Library/Headers/Foundation/NSObject.h:30, from GNUstep/System/Library/Headers/Foundation/FoundationErrors.h:29, from GNUstep/System/Library/Headers/Foundation/Foundation.h:33, from GNUstep/System/Library/Headers/AppKit/AppKit.h:40, from AppController.m:3: GNUstep/System/Library/Headers/ObjectiveC2/objc/runtime.h:297: error: expected ')' before 'sel1' gmake[3]: *** [obj/SimpleAgenda.obj/AppController.m.o] Error 1 Reported by: pointyhat Notes: svn path=/head/; revision=302107
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-042-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* Update to 1.5.0Carlo Strub2012-08-034-193/+199
| | | | | | | | PR: ports/170023 Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=301959
* - Use the new options frameworkGabor Pali2012-08-031-2/+7
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=301881
* - Bump PORTREVISION to chase Emacs port updatesAshish SHUKLA2012-08-014-3/+4
| | | | | | | - Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi Notes: svn path=/head/; revision=301834
* Update graphics/exiv2 to version 0.23.Boris Samorodov2012-07-312-4/+4
| | | | | | | | | | | | The so library version has changed. Bump PORTREVISIONs at dependent ports. PR: ports/169733 Submitted by: bsam (me) Approved by: multimedia (maintainer timeout 3 weeks) Notes: svn path=/head/; revision=301793
* - fix checking for correct version of py-beautifulsoup once againRuslan Makhmatkhanov2012-07-311-1/+1
| | | | | | | | At the moment I can't think of a better solution for the case when multimple versions of beautifulsoup is installed. Notes: svn path=/head/; revision=301789
* - add LATEST_LINK for py-beautifulsoup32Ruslan Makhmatkhanov2012-07-311-1/+2
| | | | | | | | | - fix dependency name and bump PORTREVISION for dependend ports Reported by: pointyhat (erwin) Notes: svn path=/head/; revision=301776
* Remove expired ports:Alex Kozlov2012-07-2862-1265/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-07-20 audio/etoile-melodie: API no longer supported 2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported 2012-07-20 deskutils/etoile-corner: API no longer supported 2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported 2012-07-20 deskutils/etoile-distributedview: API no longer supported 2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported 2012-07-20 deskutils/etoile-hardware: API no longer supported 2012-07-20 deskutils/etoile-inspectorkit: API no longer supported 2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported 2012-07-20 deskutils/etoile-menuserver: API no longer supported 2012-07-20 deskutils/etoile-panekit: API no longer supported 2012-07-20 deskutils/etoile-scriptservices: API no longer supported 2012-07-20 deskutils/etoile-servicemenulet: API no longer supported 2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported 2012-07-20 deskutils/etoile-systemconfig: API no longer supported 2012-07-20 deskutils/etoile-trackerkit: API no longer supported 2012-07-20 deskutils/etoile-ui: API no longer supported 2012-07-20 devel/etoile-collectionkit: API no longer supported 2012-07-20 devel/etoile-coreobject: API no longer supported 2012-07-20 devel/etoile-foundation: API no longer supported 2012-07-20 devel/etoile-serialize: API no longer supported 2012-07-20 devel/etoile-unitkit: API no longer supported 2012-07-20 devel/llvm-etoile: API no longer supported 2012-07-20 editors/etoile-typewriter: API no longer supported 2012-07-20 graphics/popplerkit: API no longer supported 2012-07-20 graphics/vindaloo: API no longer supported 2012-07-20 lang/etoile-compiler: API no longer supported 2012-07-20 lang/etoile-io: API no longer supported 2012-07-20 lang/etoile-languagekit: API no longer supported 2012-07-20 lang/etoile-lkplugins: API no longer supported 2012-07-20 lang/etoile-scriptkit: API no longer supported 2012-07-20 lang/etoile-smalltalkkit: API no longer supported 2012-07-20 multimedia/etoile-babbler: API no longer supported 2012-07-20 multimedia/etoile-mediakit: API no longer supported 2012-07-20 multimedia/etoile-multimediakit: API no longer supported 2012-07-20 net-im/etoile-stepchat: API no longer supported 2012-07-20 net-im/etoile-xmppkit: API no longer supported 2012-07-20 sysutils/etoile-behavior: API no longer supported 2012-07-20 sysutils/etoile-installer: API no longer supported 2012-07-20 sysutils/etoile-powermenulet: API no longer supported 2012-07-20 sysutils/etoile-system: API no longer supported 2012-07-20 textproc/etoile-lucenekit: API no longer supported 2012-07-20 textproc/etoile-ogrekit: API no longer supported 2012-07-20 textproc/etoile-opmlkit: API no longer supported 2012-07-20 www/etoile-bookmarkkit: API no longer supported 2012-07-20 www/etoile-mollusk: API no longer supported 2012-07-20 x11-fm/etoile-fontmanager: API no longer supported 2012-07-20 x11-themes/etoile-azbackground: API no longer supported 2012-07-20 x11-themes/etoile-camaelon: API no longer supported 2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported 2012-07-20 x11-themes/etoile-iconkit: API no longer supported 2012-07-20 x11-themes/etoile-wildmenus: API no longer supported 2012-07-20 x11-wm/etoile-azalea: API no longer supported 2012-07-20 x11-wm/etoile-azdock: API no longer supported 2012-07-20 x11-wm/etoile-azswitch: API no longer supported 2012-07-20 x11-wm/etoile-login: API no longer supported 2012-07-20 x11/etoile: Update to a new release is required 2012-07-20 x11/etoile-idle: API no longer supported 2012-07-20 x11/etoile-iterm: API no longer supported 2012-07-20 x11/etoile-xwindowserverkit: API no longer supported 2012-07-20 x11/gnustep-app: API no longer supported Notes: svn path=/head/; revision=301630
* - Use the new USE_PKGCONFIG macroEmanuel Haupt2012-07-271-2/+3
| | | | | | | - Don't request ABI version number in LIB_DEPENDS Notes: svn path=/head/; revision=301601
* Use the new USE_PKGCONFIG macro.Emanuel Haupt2012-07-271-1/+1
| | | | Notes: svn path=/head/; revision=301596
* - Update to 0.8.61Guido Falsi2012-07-263-7/+18
| | | | | | | | | | | | - While here fix RUN_DEPENDS on www/py-beautifulsoup32 PR: ports/170055 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) Reviewed by: rm Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=301573
* - copy py-beautyfulsoup 3.2.0 to py-beautyfulsoup32Ruslan Makhmatkhanov2012-07-251-1/+2
| | | | | | | | | | | | | | | | - update py-beautyfulsoup to current stable branch (4.1.1) - pass maintainership of this new port to submitter - set USE_PYTHON to 2.7, because it doesn't packages with python3 (port modification needed) - chase dependency update to deskutils/calibre - add UPDATING entry PR: 168372 (based on) Submitted by: William Grzybowski <william88 at gmail dot com> Approved by: Mike Meyer <mwm at mired dot org> (maintainer) Notes: svn path=/head/; revision=301524
* Fix typos in COMMENTCarlo Strub2012-07-254-4/+4
| | | | Notes: svn path=/head/; revision=301510
* Fix typos in COMMENTCarlo Strub2012-07-244-4/+4
| | | | Notes: svn path=/head/; revision=301497
* - Update to 6.5.2Wen Heping2012-07-243-3/+8
| | | | Notes: svn path=/head/; revision=301462
* Move deskutils/phpgroupware to www/phpgroupware, where it actuallyJimmy Olgeni2012-07-235-8931/+0
| | | | | | | belongs. Notes: svn path=/head/; revision=301393
* Update to 0.0.4.26Carlo Strub2012-07-234-111/+3
| | | | | | | | PR: ports/169905 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=301389
* document which sorting order is used to avoid largish pkg-plist diffs next timeMatthias Andree2012-07-231-0/+1
| | | | Notes: svn path=/head/; revision=301370
* - update to 0.9.3Jason Helfman2012-07-234-24/+102
| | | | | | | | | | | | | * Convert to gtkbuilder: UI can now be editted with modern glade tool * virt-manager no longer runs on RHEL5, but can manage a remote RHEL5 host * Option to configure spapr net and disk devices for pseries (Li Zhang) * Many bug fixes and improvements - bring in patch already pushed upstream for hardcoding of python (http://git.fedorahosted.org/git/?p=virt-manager.git;a=commit;h=30282a17091014ba5a96d20f4260df55779933c4) - account for NLS Notes: svn path=/head/; revision=301368
* Really update to new upstream beta 4, fixing pkg-plist and WRKSRC.Matthias Andree2012-07-222-40/+59
| | | | | | | | | | | | For some reason, this didn't show up in first "port test". Not bumping PORTREVISION after pkg-plist change because the build would not succeed. ChangeLog: http://www.docear.org/software/history-changelog/ Notes: svn path=/head/; revision=301348
* Update to new upstream beta 4.Matthias Andree2012-07-212-7/+3
| | | | | | | ChangeLog: http://www.docear.org/software/history-changelog/ Notes: svn path=/head/; revision=301276
* Chase libexttextcat renaming.Thierry Thomas2012-07-192-2/+13
| | | | | | | | Reported by: beat and erwin pointyhat to: bapt Notes: svn path=/head/; revision=301162
* Update to 1.3.10Carlo Strub2012-07-172-4/+3
| | | | Notes: svn path=/head/; revision=301032
* - Fix newline in distinfoPhilippe Audeoud2012-07-131-1/+1
| | | | | | | Reported by: sunpoet@ Notes: svn path=/head/; revision=300860
* - Update to 3.1.12Philippe Audeoud2012-07-132-11/+9
| | | | | | | | | | - Convert to new options framework PR: ports/169818 Submitted by: sunpoet@ Notes: svn path=/head/; revision=300857
* - Update to 3.0.0Frederic Culot2012-07-133-20/+25
| | | | | | | | | | | - Convert to new options framework Changes: http://git.calcurse.org/calcurse.git/tree/NEWS PR: ports/169817 Submitted by: sunpoet@ Notes: svn path=/head/; revision=300843
* Reset maintainership for ports maintained by Gerrit Beine.Chris Rees2012-07-111-1/+1
| | | | | | | | | | | | He had requested this some time ago, so any past timeouts should not be held against him. Your work in the past has been much appreciated, thank you. Submitted by: maintainer, via private email Notes: svn path=/head/; revision=300778
* update org-mode.el to 7.8.11Dryice Dong Liu2012-07-084-21/+91
| | | | | | | | | | PR: ports/168944 Submitted by: Dryice Liu <dryice@freebsd.org> Approved by: Maintainer timed out Feature safe: yes Notes: svn path=/head/; revision=300621
* - Bump PORTREVISION for databases/xapian-core shlib changeSunpoet Po-Chuan Hsieh2012-07-072-2/+4
| | | | Notes: svn path=/head/; revision=300582
* Upgrade to 1.0.Thierry Thomas2012-07-033-31/+32
| | | | | | | | Changelog at <http://code.google.com/p/pinot-search/source/browse/trunk/NEWS>. Notes: svn path=/head/; revision=300454
* - Remove SITE_PERL from *_DEPENDS [1]Frederic Culot2012-06-302-6/+7
| | | | | | | | | | | - Add BUILD_DEPENDS to silence build warnings - Pet portlint(1) PR: ports/169553 [1] Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer) Notes: svn path=/head/; revision=300262
* - Remove SITE_PERL from *_DEPENDS [1]Frederic Culot2012-06-301-5/+6
| | | | | | | | | | - Add BUILD_DEPENDS to silence build warnings PR: ports/169552 [1] Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer) Notes: svn path=/head/; revision=300258
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-282-6/+6
| | | | Notes: svn path=/head/; revision=300176
* . comms/gammu: update to version 1.32.0;Boris Samorodov2012-06-281-1/+1
| | | | | | | . deskutils/wammu: bump PORTREVISION (gammu shlib version has changed). Notes: svn path=/head/; revision=300157
* Convert to new options frameworkJohan van Selst2012-06-271-4/+6
| | | | Notes: svn path=/head/; revision=300115
* - Detect eigen2 by checking for .pc file, not min. port version.Alberto Villa2012-06-271-1/+1
| | | | | | | | | | If a user had eigen3 installed, but not eigen2, the min. port version check would not differentiate between the two. Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 Notes: svn path=/head/; revision=300056
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299988
* - reset MAINTAINERDirk Meyer2012-06-2619-19/+19
| | | | Notes: svn path=/head/; revision=299982