summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.8Jose Alonso Cardenas Marquez2013-03-233-5/+5
| | | | Notes: svn path=/head/; revision=314991
* - Update to 2.6.2Jose Alonso Cardenas Marquez2013-03-231-6/+2
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=314989
* Update to 2.3.2 "Annoy your coworkers for fun and profit"Eitan Adler2013-03-232-3/+3
| | | | | | | | | | | | | | | Changes: This release introduces vim-style file locking (though not backup/restore), useful when using nano in a multi-editor environment. Feedback is welcome if you run into any issues with this new code. Other new features include additional support for word boundary checking when cross compiling, fixes for trying to go to an invalid line number, and the usual documentation tweaks. Notes: svn path=/head/; revision=314984
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-225-6/+5
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Mk/bsd.kde4.mk:Max Brazhnikov2013-03-221-1/+2
| | | | | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed Notes: svn path=/head/; revision=314933
* Fix patching.Koop Mast2013-03-221-3/+4
| | | | | | | Submitted by: miwimail Notes: svn path=/head/; revision=314927
* fix typoMaho Nakata2013-03-211-1/+1
| | | | Notes: svn path=/head/; revision=314825
* Rename openoffice-3-devel to openoffice-devel, as the versionMaho Nakata2013-03-211-0/+1
| | | | | | | number currently doesn't have significant meaning. Notes: svn path=/head/; revision=314823
* Rename openoffice-3-devel to openoffice-devel, as the versionMaho Nakata2013-03-2116-1612/+0
| | | | | | | number currently doesn't have significant meaning. Notes: svn path=/head/; revision=314814
* Rename openoffice-3-devel to openoffice-devel, as the versionMaho Nakata2013-03-2115-0/+1611
| | | | | | | number currently doesn't have significant meaning. Notes: svn path=/head/; revision=314812
* Remove editors/openoffice.org-vcltesttool as it is no longer usedMaho Nakata2013-03-2128-4530/+0
| | | | | | | for openoffice qa. Notes: svn path=/head/; revision=314807
* Update to svn 1457623Maho Nakata2013-03-213-26/+13
| | | | Notes: svn path=/head/; revision=314806
* - Update poppler to 0.22.2.Jeremy Messenger2013-03-215-8/+9
| | | | | | | | | | | | - Bump the rest ports that depend on the poppler and poppler-qt because of shared library version have been changed. - Add a note in the UPDATING for require to rebuild all ports that depend on poppler. Submitted by: kwm (poppler* part) Notes: svn path=/head/; revision=314805
* Convert to new options framework:Baptiste Daroussin2013-03-203-115/+84
| | | | | | | | | | | | | | | | | | rename GNOME2 -> GNOME to fits what is defined in global options descriptions remove X11_ONLY and consider that if X11 is selected and no UI is selected you are in X11_ONLY mode remove LANG option which wasn't used anyway do not try to dirrmtry directory if NLS isn't checked use RADIO option to do the magic checking of different toolkit bsd.port.pre.mk and bsd.port.post.mk are not needed anymore so I just removed them PR: ports/176684 Submitted by: bapt Reviewed by: miwi Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=314778
* - Update to 1.90Thomas Abthorpe2013-03-202-8/+4
| | | | | | | | | | - Trim header while I am here PR: ports/176523 Submitted by: maintainer Notes: svn path=/head/; revision=314752
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixKoop Mast2013-03-192-35/+29
| | | | | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt Notes: svn path=/head/; revision=314632
* * patches are needed for new glib [1]Maho Nakata2013-03-193-1/+24
| | | | | | | | | * move bison section to appropreate place. Submitted by: Jan Henrik Sylvester <me@janh.de> [1] Notes: svn path=/head/; revision=314623
* "aaargh, quoted Makefile variables"Eitan Adler2013-03-182-12/+4
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314605
* - Make spellchecking work by fixing the path to dictionary filesPietro Cerutti2013-03-181-2/+2
| | | | | | | | | - Bump PORTREVISION Reported by: Sergey <potzilov@gmail.com> Notes: svn path=/head/; revision=314536
* In categories starting with [efg], remove empty lines from pkg-plist (exceptAlexey Dokuchaev2013-03-171-2/+0
| | | | | | | for `graphics/kipi-plugins'). Notes: svn path=/head/; revision=314438
* - Trim Makefile headerAlexey Dokuchaev2013-03-161-11/+10
| | | | | | | | - Convert to OptionsNG - Drop ABI version in LIB_DEPENDS Notes: svn path=/head/; revision=314348
* Disable MERGELIBS by default and mark it broken for now. Currently, itJung-uk Kim2013-03-131-1/+2
| | | | | | | | | | seems to cause weird run-time link issues but we are not sure whether the culprit is rtld(1) or clang 3.2. Stability always outweighs performance. PR: ports/176880 Notes: svn path=/head/; revision=314100
* - adopt optionsNG for DOCSJason Helfman2013-03-131-7/+5
| | | | | | | | | | | | - trim historical header - shorten MASTER_SITES PR: 176470 Submitted by: jgh@ Approved by: wen@ (maintainer timeout, 14 days) Notes: svn path=/head/; revision=314027
* Fix OpenLDAP dependency.Jung-uk Kim2013-03-111-1/+1
| | | | | | | PR: ports/176776 Notes: svn path=/head/; revision=313924
* restore to unbreak indexBaptiste Daroussin2013-03-102-0/+67
| | | | Notes: svn path=/head/; revision=313822
* 2012-10-20 editors/semi-xemacs21-mule: No more public distfilesBaptiste Daroussin2013-03-102-67/+0
| | | | Notes: svn path=/head/; revision=313787
* Get rid of XAWVER option in bsd.port.mk it does not need to be specified ↵Baptiste Daroussin2013-03-096-31/+11
| | | | | | | there also remove a useless global XAWVER PLIST_SUB Notes: svn path=/head/; revision=313760
* Return davide's ports to the pool per request.Eitan Adler2013-03-091-1/+1
| | | | | | | | | | | While here: - trim header - fix COMMENT Approved by: davide (maintainer) Notes: svn path=/head/; revision=313753
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-0/+2
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* Correct a dependency.Jung-uk Kim2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313669
* Update to 4.0.1.Jung-uk Kim2013-03-08240-1473/+806
| | | | Notes: svn path=/head/; revision=313667
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313649
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-086-19/+9
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-071-3/+2
| | | | | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt Notes: svn path=/head/; revision=313559
* Add licenseEitan Adler2013-03-021-5/+3
| | | | | | | Trim header Notes: svn path=/head/; revision=313307
* - Update MASTER_SITES and WWW: lineMartin Wilke2013-03-022-22/+33
| | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_UNSAFE PR: 176546 Submitted by: Ports Fury Notes: svn path=/head/; revision=313252
* - Pet portlintEitan Adler2013-03-012-3/+0
| | | | | | | - Simplify pkg-plist Notes: svn path=/head/; revision=313163
* - Pet portlintEitan Adler2013-03-012-30/+32
| | | | | | | | - Move LICENSE to appropriate place - Teach portscout that only even versions count Notes: svn path=/head/; revision=313162
* - Fix build by updating to 34.0.1 [1]Max Brazhnikov2013-02-282-5/+6
| | | | | | | | | | - Use options.mk instead of pre.mk/post.mk Approved by: portmgr (miwi) Reported by: miwi [1] Notes: svn path=/head/; revision=313117
* - Add missing Qt4 components to fix build [1]Max Brazhnikov2013-02-281-4/+4
| | | | | | | | | | | - Respect CC, etc by passing QMAKEFLAGS to qmake - Tweak desktop entry Approved by: gahr (maintainer) Reported by: miwi [1] Notes: svn path=/head/; revision=313116
* Update to 3.2.5Max Brazhnikov2013-02-273-14/+11
| | | | | | | | PR: ports/176458 Submitted by: Naram Qashat (maintainer) Notes: svn path=/head/; revision=313047
* Update pkg-descr for editors/manedit.Johan van Selst2013-02-242-6/+10
| | | | | | | | | | | Take this opportunity to add the WWW site and sort a section of the Makefile. PR: ports/176394 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=312872
* - Upgrade manedit to 1.2.1Johan van Selst2013-02-248-128/+33
| | | | | | | | - Set new MASTER_SITES - Grab maintainership Notes: svn path=/head/; revision=312866
* - Update to bzr snapshot 111818Ashish SHUKLA2013-02-192-10/+19
| | | | | | | | | - Add OPTION for ACL support - Make GSETTINGS option depend on DBUS option, as GSettings requires DBus to be functional Notes: svn path=/head/; revision=312553
* Fix jakarta-commons-httpclient build with some locale.Jung-uk Kim2013-02-181-0/+1
| | | | | | | PR: ports/176205 Notes: svn path=/head/; revision=312531
* - Update to 2.23Po-Chien Lin2013-02-185-27/+24
| | | | | | | | | | | | | - Remove ABI version number of LIB_DEPENDS - Rename patch to pet portlint(1) - Sort pkg-plist - Take maintainership PR: ports/175956 Approved by: swills (mentor) Notes: svn path=/head/; revision=312503
* - Fix SOUND support[1]Ashish SHUKLA2013-02-172-26/+19
| | | | | | | | | | | | | - Make GSETTINGS option depend on DBUS option, as GSettings requires DBus to be functional[2] - Remove ABI versions from LIB_DEPENDS PR: ports/176055[1], ports/175990[2] Submitted by: Zeus Panchenko <zeus.panchenko at gmail.com>[1], Fabian Keil <fk at fabiankeil.de>[2] Notes: svn path=/head/; revision=312406
* - Do not let the configure script guess number of CPUs in the system.Jung-uk Kim2013-02-151-0/+7
| | | | | | | | | - Honor MAKE_JOBS_NUMBER if available. PR: ports/176177 Notes: svn path=/head/; revision=312312
* Enable XMLSEC support. This fixes support for password-protected files.Jung-uk Kim2013-02-152-3/+5
| | | | | | | PR: ports/167775 Notes: svn path=/head/; revision=312300