aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-05611-373/+407
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* When installing in the base, USE_RCORDER does the right thing withoutDoug Barton2012-08-051-10/+2
| | | | | | | all the gymnastics Notes: svn path=/head/; revision=302140
* Update to 2.13.12.Joe Marcus Clarke2012-08-052-5/+8
| | | | | | | | | Replace some of the CVS verbiage with SVN. Submitted by: beat Notes: svn path=/head/; revision=302139
* Advise PORTSCOUT not to run into a false positive due to theGerald Pfeifer2012-08-051-2/+4
| | | | | | | | | | | server providing arbitrary redirects. [1] Remove ABI version numbers for library dependencies. Submitted by: shaun [1] Notes: svn path=/head/; revision=302138
* - Fix build with clangAlex Kozlov2012-08-051-0/+2
| | | | | | | | PR: ports/169179 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) Notes: svn path=/head/; revision=302137
* Remove a comment that is spurious now that local rc.d files are includedDoug Barton2012-08-051-4/+0
| | | | | | | in the base rcorder Notes: svn path=/head/; revision=302136
* lockfree-malloc is a scalable drop-in replacement for malloc/free.Bryan Drewery2012-08-054-0/+66
| | | | | | | | | | | | | | | | | | | | | * It's thread-friendly. It supports a practically-unlimited number of concurrent threads, without locking or performance degradation. * It's efficient, especially in a multi-threaded environment. Compared to a stock libc allocator, we see a significant performance boost. * It does NOT fragment or leak memory, unlike a stock libc allocator. * It wastes less memory. For small objects (less than 8kb in size), the overhead is around 0 bytes. (!) * It is designed from the ground-up for 64-bit architectures. * It is elegant. The whole codebase is only around 800 lines of fairly clean C++. (!) * It fully stand-alone; it does not rely on pthreads or libc at runtime. PR: ports/170324 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Approved by: eadler (mentor) Notes: svn path=/head/; revision=302135
* Remove a bogus use of USE_RCORDER, and while I'm here move the filesDoug Barton2012-08-053-20/+21
| | | | | | | *.sh.in -> *.in, and tune them up. Notes: svn path=/head/; revision=302134
* qpdfview is a tabbed PDF viewer using the poppler library.Bryan Drewery2012-08-055-0/+73
| | | | | | | | | PR: ports/170330 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Approved by: eadler (mentor) Notes: svn path=/head/; revision=302133
* Broken, unmaintained, dead upstreamDoug Barton2012-08-058-247/+1
| | | | Notes: svn path=/head/; revision=302132
* - Pass maintainership to submitterBryan Drewery2012-08-054-8/+11
| | | | | | | | | | | | | - Use non-versioned LIB_DEPENDS - Fix all distfiles to use the 0.3.5 version - Update WWW Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> PR: ports/170370 Approved by: eadler (mentor) Notes: svn path=/head/; revision=302131
* Remove empty directoriesEitan Adler2012-08-050-0/+0
| | | | Notes: svn path=/head/; revision=302130
* - Update to 3.04Steve Wills2012-08-054-7/+30
| | | | | | | | PR: ports/170394 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=302129
* - Update to 1.9Alex Kozlov2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302128
* - Remove empty fileAlex Kozlov2012-08-051-0/+0
| | | | Notes: svn path=/head/; revision=302127
* Update to 2.10-20120801Sahil Tandon2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302126
* Update to 2.9.4Sahil Tandon2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302125
* Update to 2.8.12Sahil Tandon2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302124
* Update to 2.7.11Sahil Tandon2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302123
* Update to 2.6.17Sahil Tandon2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302122
* - Update to 0.614Michael Scheidell2012-08-053-4/+12
| | | | | | | | PR: ports/169879 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=302121
* STDOUT text formattingSteve Wills2012-08-054-0/+26
| | | | | | | WWW: http://rubygems.org/gems/formatador Notes: svn path=/head/; revision=302120
* EXtended http(s) CONnections LibrarySteve Wills2012-08-054-0/+26
| | | | | | | WWW: https://github.com/geemus/excon Notes: svn path=/head/; revision=302119
* - Update to 1.1.4Steve Wills2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302118
* - Update to 1.15.1Alex Kozlov2012-08-053-65/+14
| | | | | | | | | | | - Remove ABI version numbers from LIB_DEPENDS - use GNU_CONFIGURE/CONFIGURE_ARGS PR: ports/170258 Submitted by: Joris Vandalon <joris@vandalon.nl> (maintainer) Notes: svn path=/head/; revision=302117
* Remove ABI version numbers for all library dependencies.Gerald Pfeifer2012-08-051-4/+4
| | | | | | | Just build, do not bootstrap, this obsolete and frozen version of GCC. Notes: svn path=/head/; revision=302116
* - Don't use SVN variable in 'git svn rebase' as setting the SVN variable toBeat Gaetzi2012-08-051-1/+1
| | | | | | | | | a non-default value will break git. Submitted by: bf@, melifaro@ Notes: svn path=/head/; revision=302115
* - Update to 2.1.1Steve Wills2012-08-052-4/+4
| | | | Notes: svn path=/head/; revision=302114
* - Update to 2.3.2Steve Wills2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302113
* - Update to 1.7.4Steve Wills2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302112
* Adapt to the new options framework.Gerald Pfeifer2012-08-051-27/+25
| | | | | | | | | | Remove ABI version numbers for all library dependencies. Use --with-fontconfig during configuration, since we already have fontconfig as a dependency. Notes: svn path=/head/; revision=302111
* Update to the 20120804 snapshot of GCC 4.7.2.Gerald Pfeifer2012-08-052-3/+3
| | | | Notes: svn path=/head/; revision=302110
* - Mark as BROKEN:Beat Gaetzi2012-08-051-0/+2
| | | | | | | | | | | Link ede-bell-conf/ede-bell-conf libedelib_gui.a(Ede.o): In function `edelib::ApplicationBootstrap::ApplicationBootstrap(char const*, char const*)': Ede.cpp:(.text+0x31): undefined reference to `edelib::nls_support_init(char const*, char const*)' Reported by: pointyhat Notes: svn path=/head/; revision=302109
* - Mark as BROKEN:Beat Gaetzi2012-08-051-0/+2
| | | | | | | | | | | | | | In file included from buttonbar.h:24, from interface.c:42: config_common.h:136: error: expected specifier-qualifier-list before 'GPtrArray' config_common.h:157: error: expected specifier-qualifier-list before 'guint32' config_common.h:178: error: expected specifier-qualifier-list before 'GdkPixmap' config_common.h:189: error: expected specifier-qualifier-list before 'GString' Reported by: pointyhat Notes: svn path=/head/; revision=302108
* - 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
* Add USE_PKGCONFIG= build.Koop Mast2012-08-052-0/+2
| | | | | | | Approved by: maintainer (priv mail) Notes: svn path=/head/; revision=302106
* - Remove entry of chinese/CNS11643-fontLi-Wen Hsu2012-08-051-2/+0
| | | | | | | | PR: ports/169596 Submitted by: Hung-te Liang <lhd@cs.nctu.edu.tw> Notes: svn path=/head/; revision=302105
* - Add copyright notice in pkg-messageLi-Wen Hsu2012-08-054-7/+21
| | | | | | | | | | | | | | - Remove RESTRICTED form Makefile - Add LICENSE* and show pkg-message after install - Change distinfo for official font files with built-in license text - Refine pkg-descr - Bump PORTREVISION PR: ports/169596 Submitted by: Hung-te Liang <lhd@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=302104
* Remove the pkg-message. The information contained in here is dated.Niclas Zeising2012-08-051-9/+0
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=302103
* - Convert to OptionsNG.Jun Kuriyama2012-08-054-60/+112
| | | | | | | | | | | | | - Don't install gpg-zip.1 manpage as gpg-zip script is not installed [1]. - Fix /dev/tty brokenness [2]. PR: ports/170327 [1], ports/170269 [2] Submitted by: Alfred Bartsch <bartsch@dssgmbh.de> [1], Ben Cottrell <tamino@wolfhut.org> [2] Notes: svn path=/head/; revision=302102
* - Update to 0.07Martin Wilke2012-08-052-4/+7
| | | | | | | | PR: 169886 Submitted by: maintainer Notes: svn path=/head/; revision=302101
* - Update to 0.14.4Martin Wilke2012-08-053-9/+9
| | | | | | | | PR: 168948 Submitted by: Eugene Grosbein <eugen@grosbein.net> (maintainer) Notes: svn path=/head/; revision=302100
* Pentadactyl is a free browser add-on for Firefox, designed to make browsingMartin Wilke2012-08-055-0/+151
| | | | | | | | | | | | | | more efficient and especially more keyboard accessible. Largely inspired by the Vim text editor, the appearance and finger feel of Pentadactyl should be familiar to Vim users. WWW: http://5digits.org/pentadactyl PR: ports/170047 Submitted by: clutton mbsd@isgroup.com.ua Notes: svn path=/head/; revision=302099
* Add py-passlib 1.6, python password hashing framework supporting over 30Martin Wilke2012-08-056-0/+263
| | | | | | | | | | schemes. PR: ports/168949 Submitted by: koobs <koobs.freebsd@gmail.com> Notes: svn path=/head/; revision=302098
* - Update to 0.0.5Martin Wilke2012-08-052-5/+5
| | | | | | | | | PR: 169507 Submitted by: Gasol Wu <gasol.wu@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=302097
* - Update to 0.53Martin Wilke2012-08-052-4/+7
| | | | | | | | PR: 169883 Submitted by: Maintainer Notes: svn path=/head/; revision=302096
* - Update to 0.09Martin Wilke2012-08-052-5/+7
| | | | | | | | PR: 169884 Submitted by: Maintainer Notes: svn path=/head/; revision=302095
* - Update to 2.00Martin Wilke2012-08-052-4/+7
| | | | | | | | PR: 169885 Submitted by: Maintainer Notes: svn path=/head/; revision=302094
* - Update 1.2.3Martin Wilke2012-08-052-4/+5
| | | | | | | | PR: 169881 Submitted by: Maintainer Notes: svn path=/head/; revision=302093
* - Remove some empty filesMartin Wilke2012-08-055-0/+0
| | | | Notes: svn path=/head/; revision=302092