1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

19662 Commits

Author SHA1 Message Date
Mikhail Teterin
0fb9bf00fa Add two more patches found in the Linux wild. Would've been
better to be downloading them, but, strangely enough, they
don't seem available in the raw source -- only in the pretty-fied
HTML :-(

Of the two remaining once, the ElectricFence-2.2.2-madvise.patch
is currently causing me unexplained crashes, and the
ElectricFence-2.2.2-pthread.patch does not seem to matter for us,
because we don't USE_SEMAPHORE:

http://www.filewatcher.com/p/ElectricFence-2.2.2-19.src.rpm.38696/ElectricFence-2.2.2-madvise.patch.html
http://www.filewatcher.com/p/ElectricFence-2.2.2-19.src.rpm.38696/ElectricFence-2.2.2-pthread.patch.html
2007-07-27 13:31:55 +00:00
Michael Nottebrock
78d3221700 This is what happens if you think you know what make(1)'ll do.
Fix build.
2007-07-27 13:31:03 +00:00
Tilman Keskinoz
85940b1508 Fix packagebuild by not installing .bak files 2007-07-27 13:12:57 +00:00
Mikhail Teterin
0b7c87f9e9 Add a patch found on RedHat mailing list. It is quite important,
where size_t is wider than int...

Bump PORTREVISION.
2007-07-27 13:00:52 +00:00
Michael Nottebrock
902b1b5d70 The bug that makes gcc 3.4 choke on some amd64 inline assembler does not
only affect the Qt4 core ports but ports depending on them as well, so
try a more sweeping approach for a workaround.
2007-07-27 10:31:45 +00:00
Martin Wilke
b911ba7d30 Command line interface (CLI) for ruby-debug-base.
WWW: http://rubyforge.org/projects/ruby-debug

PR:		ports/114954
Submitted by:	Robert Gogolok <gogo at cs.uni-sb.de>
2007-07-27 09:16:14 +00:00
Martin Wilke
bb3acda933 Faster implementation of the standard debug.rb using
a native extension with a new hook Ruby C API.

WWW: http://rubyforge.org/projects/ruby-debug

PR:		ports/114954
Submitted by:	Robert Gogolok <gogo at cs.uni-sb.de>
2007-07-27 09:15:17 +00:00
Sergey Skvortsov
9133edf376 Update to 0.9999
Changes:	http://search.cpan.org/src/RCAPUTO/POE-0.9999/CHANGES
2007-07-27 05:32:56 +00:00
Sergey Skvortsov
1f7988e4a7 Update to 0.31
Changes:	http://search.cpan.org/src/KASEI/Class-Accessor-0.31/Changes
2007-07-27 05:24:53 +00:00
Sergey Skvortsov
d6057ce168 * update to 2.2.1
* take maintainership

Approved by:	maintainer
2007-07-26 21:41:45 +00:00
Tilman Keskinoz
17b66e2933 Add soapui, a Java application for testing web services over HTTP 2007-07-26 19:26:45 +00:00
Rong-En Fan
34592ff94f - Install version.h to DATADIR, some ports' configure script looks this
file, for example, the newer version of asterisk.

PR:		ports/114612
Submitted by:	viper <viper at perm.raid.ru>
Approved by:	Steve Ames <steve at energistic.com> (maintainer)
2007-07-26 17:29:50 +00:00
Rong-En Fan
5824bf1ad8 - Update to 0.28
- Respect NOPORTDATA and NOPORTEXAMPLES
- Use PORTDATA and PORTEXAMPLES to simplify pkg-plist

PR:		ports/114619
Submitted by:	Sergei Vyshenski <svysh at pn.sinp.msu.ru> (maintainer)
2007-07-26 16:07:59 +00:00
Li-Wen Hsu
6c6334da7a - Truely respcect DATADIR
Submitted by:	sat
2007-07-26 15:12:55 +00:00
Rong-En Fan
435f7e148c - Update to 5.6 snapshot 20070721 2007-07-26 12:59:03 +00:00
Roman Bogorodskiy
04ea42a5f1 Update to 0.33.5. 2007-07-26 07:07:43 +00:00
Cheng-Lung Sung
9e22cb1bf8 - Update to 2.4 2007-07-26 06:20:07 +00:00
Boris Samorodov
967eaf5dc4 Eric is a full featured Python and Ruby editor and IDE, written in python.
It is based on the cross platform Qt gui toolkit, integrating the highly
flexible Scintilla editor control. It is designed to be usable as everdays'
quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers
the professional coder.

This is a port of eric4 (based on Qt4).

WWW: http://www.die-offenbachs.de/detlev/eric.html
2007-07-25 22:56:51 +00:00
Boris Samorodov
23a168004a Those ports will be added soon to the ports tree with more adequate names.
There is no history for those porst, so no repocopy.
. french/fr-py-qt4-eric4
. german/de-py-qt4-eric4
. russian/ru-py-qt4-eric4
. devel/py-qt4-eric4
2007-07-25 22:44:09 +00:00
Li-Wen Hsu
1c500beb81 - Update to 3.1.2
- Remove obsoleted patch
- Use DATADIR
- Take maintainership
2007-07-25 15:33:16 +00:00
Erwin Lansing
b63367564b Update to 2.205 2007-07-25 09:44:49 +00:00
Cheng-Lung Sung
51828b217a - Update to 0.7 2007-07-25 07:10:37 +00:00
Cheng-Lung Sung
8289f87d6b - Update to 0.51
- reset maintainership

PR:		ports/113944
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-07-25 06:10:43 +00:00
Cheng-Lung Sung
30ee4b7cb0 Facets is a large collection of core extension methods and module
additions for the Ruby programming language. The core extensions
are unique by virtue of thier atomicity. Methods are stored in their
own files, allowing for highly granular control of requirements.
The modules include a variety of useful classes, mixins and
microframeworks, from the Functor to a full-blown SI Units system.

WWW: http://Facets.RubyForge.org/

PR:		ports/114877
Submitted by:	Yarema <yds at CoolRat.org>
2007-07-25 06:09:37 +00:00
Cheng-Lung Sung
470b18ae56 - Update to 1.1
- submitter -> maintainer

PR:		ports/114865
Submitted by:	maintainer (Konstantin Saurbier)
2007-07-25 06:06:12 +00:00
Alejandro Pulver
14c83eb7ee - Update to version 4.2.2. 2007-07-24 13:54:46 +00:00
Alejandro Pulver
8eaacd4074 - Update to version 3.2. 2007-07-24 13:51:35 +00:00
Rong-En Fan
7df9bc1cfb - Update to 0.76 2007-07-24 02:16:09 +00:00
Brooks Davis
778a761245 Add a missing plist entry.
Reported by:	pointyhat (via pav)
2007-07-23 19:24:55 +00:00
Martin Matuska
c09c9f90d5 - change maintainer to Matthew Fuller <fullermd@over-yonder.net>
PR:		ports/114751
Submitted by:	Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer)
Approved by:	new maintainer, garga (mentor, implicit)
2007-07-23 10:39:02 +00:00
Michael Nottebrock
cb66f3eb17 (Attempt to) fix build on amd64 2007-07-23 10:32:29 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Cheng-Lung Sung
7db05776bf - Update to 0.24 2007-07-23 06:57:28 +00:00
Cheng-Lung Sung
e3f0267238 - Update to 1.472 2007-07-23 05:40:25 +00:00
Cheng-Lung Sung
c9b8fba2d2 - Update to 1.28 2007-07-23 05:13:26 +00:00
Cheng-Lung Sung
baf5aef2bf Add p5-JQuery 1.06, interface to Jquery, a language based on Javascript.
PR:		ports/114575
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-07-23 02:36:17 +00:00
Dirk Meyer
394ec09e29 - cleanup after gnustep-make-2.0.1 2007-07-22 20:49:35 +00:00
Rong-En Fan
d697bdfcbb - Update to 2.0.2
- Remove useless PORTREVISION
2007-07-22 16:37:25 +00:00
Vasil Dimov
13414c63e4 Upgrade devel/google-sparsehash from 0.7 to 0.8 2007-07-22 12:13:05 +00:00
Joe Marcus Clarke
11c58fe656 Clean up the share/icons/gnome/48x48/mimetypes directory since this is not
owned by gnome-icon-theme.

Reported by:	pointyhat via pav
2007-07-22 02:09:42 +00:00
Pav Lucistnik
be914443f9 - Update to 0.18.0
PR:		ports/114750
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer)
2007-07-22 00:30:26 +00:00
Pav Lucistnik
cbf0b81e2e - Update to 0.18.0
PR:		ports/114749
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz>
Approved by:	Ulf Lilleengen <lulf@pvv.ntnu.no> (maintainer)
2007-07-22 00:08:36 +00:00
Pav Lucistnik
350d6cf51e - Update to 0.18
PR:		ports/114748
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz>
Approved by:	Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer)
2007-07-21 23:56:49 +00:00
Pav Lucistnik
103d083543 - Update to 1.5.3
PR:		ports/114746
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer)
2007-07-21 23:50:36 +00:00
Pav Lucistnik
b47046c5e5 - Remove expired port: has been decommissioned and is no longer developed 2007-07-21 23:22:17 +00:00
Hajimu UMEMOTO
96579c0d8c Obey default EMACS_PORT_NAME defined in bsd.emacs.mk.
Reported by:	Peter Jeremy <peterjeremy__at__optushome.com.au>
2007-07-21 17:28:35 +00:00
Chin-San Huang
6e195c91e8 - update to 0.07.
Approved by:	rafan (mentor)
2007-07-21 13:08:28 +00:00
Pav Lucistnik
9501b905bd - Convert to USE_FORTRAN (untested)
Reported by:	pointyhat
2007-07-21 08:05:07 +00:00
Aaron Dalton
f071ac644a Adding port devel/p5-Google-Checkout, a Perl interface to the Google Checkout service. 2007-07-20 21:48:26 +00:00
Lars Balker Rasmussen
1f82f2c16d Update to 0.42 2007-07-20 07:28:35 +00:00