Commit graph

299067 commits

Author SHA1 Message Date
Emanuel Haupt
9b28e8c4da - Update to 1.4.0
- Add LICENSE
- Remove CR/LF from patch

Approved by:	multimedia (bapt, kwm)
2013-05-06 22:48:45 +00:00
Emanuel Haupt
1238e9a715 Update to 1.3.0
Approved by:	multimedia (bapt, kwm)
2013-05-06 22:47:41 +00:00
Baptiste Daroussin
df72639dc2 Use shebangfix 2013-05-06 22:27:57 +00:00
Baptiste Daroussin
c3fcab640f Use shebangfix 2013-05-06 22:26:26 +00:00
Baptiste Daroussin
1f5288657b Convert to use the new shebangfix uses 2013-05-06 22:24:39 +00:00
Baptiste Daroussin
358325c418 Add new USES: shebangfix
use it to fix shebang on files specified by SHEBANG_FILES macro, by default it
proposes default values for bash, perl, php, python, ruby, it can be customized
and extended
2013-05-06 22:23:09 +00:00
Guido Falsi
a0f96c2f9b Fix comparison in patch from my previous commit. 2013-05-06 22:07:11 +00:00
Baptiste Daroussin
45dc7a52d2 Convert from USE_READLINE to USES=readline 2013-05-06 21:58:11 +00:00
Guido Falsi
0caa2215f1 - Take advantage of accept4() in recent CURRENT [1]
- Fix plist when DOXYGEN option is not enabled

Suggested by:	jilles [1]
2013-05-06 21:56:18 +00:00
Emanuel Haupt
d7db367c61 Remove USE_GETTEXT leftover.
Approved by:	portmgr (bapt)
2013-05-06 21:53:56 +00:00
Baptiste Daroussin
70a8367404 Fix failure when testing ncurses with pkg_install
PR:		ports/178373
Reported by:	Andrew Wright <ahamiltonwright@mta.ca>
2013-05-06 21:34:57 +00:00
Matthew Seaman
83d01a5ebc Upstream re-rolled the distfle without incrementing the version
number.

Side by side comparison shows the only changes are to correct internal
references to the version number in documentation and autoconf scripts
from '2.0.9-dev' to '2.0.8-release'  No changes to the C++ code.

PR:	178375
Submitted by:	Sam <samorders@gmail.com>
2013-05-06 21:22:44 +00:00
Jimmy Olgeni
f28b0b5c24 Do not try to install empty DOCSDIR. 2013-05-06 20:18:32 +00:00
Jimmy Olgeni
b841429d2c - Do not install extra PDF documentation
- Do not install epmd
- Replace more ERLANG_LIB occurrences in pkg-message

Noticed by:	stas
2013-05-06 20:15:31 +00:00
Emanuel Haupt
eb1305938c Update to 0.19 2013-05-06 19:57:59 +00:00
Rene Ladan
396eb1a43d Update to 0.1.29 (bugfixes and translation updates) 2013-05-06 19:45:51 +00:00
David Naylor
9ba98f1761 Fix emulators/i386-wine-devel's automatic nVidia patching.
Due to naming and other issues the patch failed properly detect if itself or
nVidia-driver was installed, and aborted the patching.  This fixes the
patching for those who have nVidia-driver installed.

Approved by:	eadler,bdrewery (mentors, implicit)
2013-05-06 19:24:47 +00:00
Bryan Drewery
a8505ed0ac - Update to 20130505
- Pass maintainership to submitter

PR:		ports/178374
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-05-06 19:09:58 +00:00
Jimmy Olgeni
06474237aa Add ERLANG_LIB to SUB_LIST, and use it in pkg-message.
No PORTREVISION bump because the package stays the same.
2013-05-06 18:40:08 +00:00
Ryan Steinmetz
7adba27c8c New port: www/p5-Text-MultiMarkdown-ApacheHandler:
Processes files containing MultiMarkdown syntax into HTML files and serves
them, optionally applying CSS styles according to rules in your httpd.conf
or (more likely) .htaccess files. Optionally applies SmartyPants
post-processing using Text::Typography.

WWW: http://search.cpan.org/dist/Text-MultiMarkdown-ApacheHandler/
2013-05-06 18:39:43 +00:00
Chris Rees
472ecb4a8f Don't build client with ldap-- this is unnecessary and causes build breakage
for package building because of lack of LDAP installation.

PR:		ports/177381
Tested by:	Chris Dukes <chris.dukes.aix@gmail.com>
2013-05-06 18:37:00 +00:00
Ryan Steinmetz
8b15bfa900 New port: textproc/p5-Text-Typography:
This module is a thin wrapper for John Gruber's SmartyPants plugin for
various CMSs.

SmartyPants is a web publishing utility that translates plain ASCII
punctuation characters into "smart" typographic punctuation HTML
entities. SmartyPants can perform the following transformations:

* Straight quotes ( " and ' ) into "curly" quote HTML entities
* Backticks-style quotes (``like this'') into "curly" quote HTML entities
* Dashes (-- and ---) into en- and em-dash entities
* Three consecutive dots (...) into an ellipsis entity

WWW: http://search.cpan.org/dist/Text-Typography/
2013-05-06 18:30:15 +00:00
Greg Larkin
08c7dca3fa - Fix build problem with graphics/graphviz already installed [1]
- Trim Makefile header [1]
- Use DOCSDIR in pkg-plist

PR:		ports/178185
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer) [1]
2013-05-06 18:26:22 +00:00
Glen Barber
20bba28767 Update to 1.6. 2013-05-06 18:14:33 +00:00
Sunpoet Po-Chuan Hsieh
1771c33ca4 - Add LICENSE
- Fix OPTIONSFILE issue

PR:		ports/177796
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2013-05-06 18:14:30 +00:00
David Naylor
17bcf0ce89 Update math/R-cran-car to 2.0-17.
ChangeLog:
    o Add a variable to AMSsurvey.
    o Fix to residualPlots to compute lack of fit tests with missing values and
      glms.
    o Fix to residualPlots with a 0/1 variable not declared a factor.
    o Boxplot() now works properly with at argument passed to boxplot() via ...
      (contribution of Steve Ellison).
    o qqPlot.lm() now works with "aov" objects (fixing problem reported by
      Thomas Burk).
    o Small fixes to code and docs.

Approved by:	eadler,bdrewery (mentors, implicit)
2013-05-06 18:10:35 +00:00
Sunpoet Po-Chuan Hsieh
1e036c569a - Use CERTFILE for custom certificate location
PR:		ports/176614
Requested by:	Ilya Pizik <ilya.pizik@gmail.com>
2013-05-06 17:57:36 +00:00
Sunpoet Po-Chuan Hsieh
c7d56d5a45 - Fix shebang line for users without USE_PERL=yes
PR:		ports/177481
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
2013-05-06 17:16:05 +00:00
Antoine Brodin
85ba5062a3 Install zoneinfo--latest.tar.gz with good permissions
Try to import the right module (_winreg not winreg) when using python2

PR:		ports/178059
Approved by:	maintainer timeout (2 weeks), eadler (mentor)
2013-05-06 16:57:13 +00:00
Frederic Culot
fae4218f1e - Update to 4.5.26
Changes:        http://wiki.typo3.org/TYPO3_4.5.26
PR:             ports/178327
Submitted by:   Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
2013-05-06 16:29:48 +00:00
Frederic Culot
201de7d99f - Update to 6.1.0
Changes:        http://wiki.typo3.org/TYPO3_6.1.0
PR:             ports/178325
Submitted by:   Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
2013-05-06 16:17:06 +00:00
Baptiste Daroussin
1c24d964d5 Adopt USES=ncurses 2013-05-06 16:02:52 +00:00
Baptiste Daroussin
928a73343e Actually commit the right version of ncurses.mk
Reported by:	rene
2013-05-06 16:02:05 +00:00
Baptiste Daroussin
6bd575031a Fix with USES+= ncurses 2013-05-06 15:54:23 +00:00
Baptiste Daroussin
d410b2a1ab Remove left USE_NCURSES 2013-05-06 15:53:46 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Brendan Fabeny
296877462b update lang/sbcl to 1.1.7, and adjust dependent ports 2013-05-06 15:33:07 +00:00
Baptiste Daroussin
71bf80b1e5 Add new USES: ncurses and readline 2013-05-06 15:31:45 +00:00
TAKATSU Tomonari
6ecfed31c6 - Update to 4.04 2013-05-06 15:22:57 +00:00
Baptiste Daroussin
46023dda78 Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS 2013-05-06 15:18:38 +00:00
Emanuel Haupt
6ff7383dfb - Rewrite to use new options framework
- Fix build with devel/bmake
- WWW disappeared, use freecode page as an alternative
- Remove mail/mixminion as an option since it requires an unsupported python
  version

PR:             178303
Approved by:    Thomas Sander <thomas.sander@gmx.de> (maintainer)
2013-05-06 15:09:53 +00:00
Alex Dupre
cc3a0b7041 Fix also -server ports with clang. 2013-05-06 14:49:11 +00:00
TAKATSU Tomonari
59a300d3c1 - Add new port: textproc/mysqlviz
Render a graphical representation of a MySQL or SQLite database
  from a mysqldump or sqlite3 .dump file.

  Features:
  - Can infer foreign key relationships if you do not have them defined
  - Handles partial dumps (FK to tables that are not defined within the dump)
  - Fast! Uses sed and grep for data extraction (MySQL only)

  WWW: http://code.google.com/p/mysqlviz/
2013-05-06 14:10:45 +00:00
Emanuel Haupt
ce85acab76 Inspired by bapt's recent commit to shells/bash-static adapt this port to also
use OPTIONS_SLAVE.
2013-05-06 13:58:49 +00:00
TAKATSU Tomonari
ed83fb4327 - Add missing dependencies 2013-05-06 13:57:43 +00:00
Frederic Culot
c5708467e2 - Update to 0.15.0
PR:		ports/178328
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-05-06 13:42:46 +00:00
Emanuel Haupt
f855f6c5a2 Register CONFLICTS 2013-05-06 13:40:45 +00:00
Emanuel Haupt
6578d21e08 Update to 2.49 2013-05-06 13:40:26 +00:00
Andrej Zverev
253eb06910 - Fix CONFLICTS 2013-05-06 13:27:40 +00:00
Frederic Culot
f9b37b6a48 - Update to 2.17.10
Changes:	http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en
PR:		ports/178341
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-05-06 13:09:20 +00:00