| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
callbacks
The Event_Dispatcher acts as a notification dispatch table.
It is used to notify other objects of interesting things. This
information is encapsulated in Event_Notification objects. Client
objects register themselves with the Event_Dispatcher as observers of
specific notifications posted by other objects. When an event occurs,
an object posts an appropriate notification to the Event_Dispatcher.
The Event_Dispatcher dispatches a message to each registered
observer, passing the notification as the sole argument.
PR: ports/78889
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
|
|
|
|
| |
Submitted by: krion over IRC
|
|
|
|
| |
Reported by: krionmail
|
|
|
|
| |
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
|
|
|
|
|
|
|
| |
- coreutils: sort CONFLICTS
- id-utils: use portname-[0-9]* instead of portname-*
Approved by: arved (mentor)
|
| |
|
| |
|
|
|
|
|
| |
PR: 78902
Submitted by: Dryice Liu (maintainer)
|
|
|
|
|
| |
PR: ports/78876
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
|
|
| |
parameter checking in new constructor, that is to check for attributes
existence, and definedness. Since objects are built as hashes, this module
is suffixed by Hash.
PR: ports/76979
Submitted by: GomoR <netpkt@gomor.org>
|
|
|
|
| |
Submitted by: kris
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Remove pkg-plist in favor of PLIST_FILES
PR: ports/78875
Submitted by: Ports Fury
|
|
|
|
| |
make you easy to write your own module.
|
|
|
|
|
| |
PR: ports/78878
Submitted By: Ports Fury
|
|
|
|
|
| |
PR: ports/78877
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the GNU General Public License. The following is the portion of
the license which grants permission to distribute these in binary
form:
3. You may copy and distribute the Program (or a work based on
it, under Section 2) in object code or executable form under the
terms of Sections 1 and 2 above provided that you also do one of
the following:
a) Accompany it with the complete corresponding
machine-readable source code, which must be distributed under
the terms of Sections 1 and 2 above on a medium customarily
used for software interchange; or,
b) Accompany it with a written offer, valid for at least
three years, to give any third party, for a charge no more
than your cost of physically performing source distribution,
a complete machine-readable copy of the corresponding source
code, to be distributed under the terms of Sections 1 and 2
above on a medium customarily used for software interchange;
or,
c) Accompany it with the information you received as to the
offer to distribute corresponding source code. (This
alternative is allowed only for noncommercial distribution
and only if you received the program in object code or
executable form with such an offer, in accord with Subsection
b above.)
[...]
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are
not compelled to copy the source along with the object code.
Since this port does not satisfy these conditions the license does
not give us permission to distribute the binaries.
I brought up this issue with portmgr but after 73 days I have seen
no response.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the GNU General Public License. The following is the portion of
the license which grants permission to distribute these in binary
form:
3. You may copy and distribute the Program (or a work based on
it, under Section 2) in object code or executable form under the
terms of Sections 1 and 2 above provided that you also do one of
the following:
a) Accompany it with the complete corresponding
machine-readable source code, which must be distributed under
the terms of Sections 1 and 2 above on a medium customarily
used for software interchange; or,
b) Accompany it with a written offer, valid for at least
three years, to give any third party, for a charge no more
than your cost of physically performing source distribution,
a complete machine-readable copy of the corresponding source
code, to be distributed under the terms of Sections 1 and 2
above on a medium customarily used for software interchange;
or,
c) Accompany it with the information you received as to the
offer to distribute corresponding source code. (This
alternative is allowed only for noncommercial distribution
and only if you received the program in object code or
executable form with such an offer, in accord with Subsection
b above.)
[...]
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are
not compelled to copy the source along with the object code.
Since this port does not satisfy these conditions the license does
not give us permission to distribute the binaries.
I brought up this issue with portmgr but after 73 days I have seen
no response.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Glib is under the GNU Library General Public License. The following
is the portion of the license which grants permission to distribute
it in binary form:
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable
form under the terms of Sections 1 and 2 above provided that you
accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of
Sections 1 and 2 above on a medium customarily used for software
interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy
the source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
Since this port does not offer the sources, the conditions are not
satisfied, and therefore the license does not give us permission
to distribute the binaries.
I brought up this issue with portmgr but after 73 days I have seen
no response.
|
|
|
|
|
|
|
| |
incurs a warning on 6.X: at least it compiles now.
Submitted by: vs
Noticed by: too many to count
|
|
|
|
|
| |
PR: ports/78825
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
|
| |
|
| |
|
|
|
|
|
| |
PR: 77828
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
|
| |
Pointed out by: danfe
Porters' handbook chapter to be re-read by me: 17.19 (Marking a port
BROKEN, FORBIDDEN, or otherwise not installable)
Approved by: arved (implicit)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/78118
Submitted by: Andreas Kohn <andreas@syndrom23.de>
|
|
|
|
|
|
| |
- Remove duplicate {BUILD,RUN}_DEPENDS
Approved by: arved (mentor)
|
|
|
|
|
|
|
| |
- Clean up package list creation
PR: ports/78781
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add 'java' category
- Remove unneeded PORTREVISION=0 statement
- Register run dependency on javavmwrapper
- Improve launcher shell script (use javavmwrapper 2.0)
- Use SUB_FILES to configure launcher shell script
- Remove trailing space in pkg-plist to calm portlint
- Add $FreeBSD$ tags
PR: 78116 [1]
Reported by: Michel Lavondes <fox@vader.aacc.cc.md.us> [1]
Approved by: maintainer timeout
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 78736
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/77923
Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
|
|
|
|
| |
2.4.x, so a repocopy to libglademm26 is not needed.
|
|
|
|
| |
2.6.x, so a repocopy to gconfmm210 is not needed.
|
| |
|
| |
|
|
|
|
|
| |
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20050306_1
-A few clean up such as correct paths, dependencies and etc.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
be compiled by LaTeX 3 as it was attempted to convert it to PDF
instead of DVI now. This eventually caused the entire build to fall
over, as the EPS picture files to be included were no longer be looked
up by the .eps suffix.
Also, now that avr-binutils and avr-gcc can handle the newer AVR
devices (ATmega48/88/168, ATtiny13/2313, AT90CAN128, ATmega325/3250,
ATmega645/6450), the configure script automatically causes crt*.o
files for these devices to be compiled and installed, so reflect this
in the pkg-plist. This makes these new device types fully supported
in the FreeBSD AVR toolchain (as they are in the popular WinAVR
toolchain already).
The new doxygen version present in the ports also causes a slightly
different directory layout for the generated docs, so adapt
pkg-plist.doc accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instantiating a series of machine-generated contexts to serve as a means of
contrast. This makes it possible to identify text that is out of context using
a form of pattern consistency checking. BNR attempts to solve the problem
commonly referred to as "Bayesian Noise" which, in its simplest definition,
refers to irrelevant data present in a message being classified. Bayesian Noise
Reduction dubs irrelevant text in order to provide cleaner classification and
is implemented as a pre-filter to existing language classification functions.
PR: ports/78159
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
|
|
|
|
|
|
|
| |
subsets of a list.
PR: ports/78422
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Approved by: pav (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
* added data for 5.8.6
PR: ports/78066
Submitted by: skv
Approved by: maintainer timeout (2 weeks)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
source files.
Submitted by: Bob Wilcox <bob@immure.com>
Enjoyed by: julian
Totally forgotten by: ade
|
|
|
|
|
|
|
|
| |
released version, 3.4.3. This mainly adds support for new AVR devices
that appeared on the market recently, and fixes a bug related to the
order of assignments for volatile uint16_t * objects (in the
assumption they might point to IO space where the order of two 8-bit
operations can be important).
|
|
|
|
|
|
|
| |
and apply them to the latest released version (2.15). This mainly
adds support for new AVR devices that appeared on the market recently,
and fixes one relocation bug for the EEPROM section that could be
noted when a bootloader section is also present.
|
|
|
|
|
|
| |
PR: 78669
Submitted by: maintainer
Approved by: krion (mentor)
|
| |
|
|
|
|
|
|
|
|
|
| |
environment, it is quite fast and its stability is a main feature and goal.
WWW: http://jepp.sourceforge.net
PR: 78339
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/78598
Submitted by: Johan van Selst <johans@stack.nl>
|
|
|
|
|
| |
PR: ports/78622
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
|
| |
|
|
|
|
| |
- add WWW in pkg-descr
|
|
|
|
|
| |
Based on PR: ports/77248
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Fix PLIST under perl5.00503
- Update WWW in pkg-descr
PR: 77363
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: ports/78620
Submitted by: darkn3ss@perl-dev.net <darkn3ss@perl-dev.net>
Approved by: pav (mentor), Frank Laszlo <laszlof@tvog.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/73062
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Approved by: pav (mentor)
|
|
|
|
|
|
|
| |
- document WITH_PYSTE knob
Pointed out by: lofi [1]
Approved by: arved (mentor)
|
|
|
|
|
| |
PR: ports/78544
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/78572
Submitted by: maintainer
|
|
|
|
|
|
| |
me want to barf. What's actually going on is that for some reason 'bsconf'
(go figure) doesn't like us setting CXX='c++' and thus can't detect our
headers.
|
|
|
|
|
|
|
|
|
| |
WITH_PYTHON case. WITH_PYSTE implies WITH_PYTHON. [1]
- Print frame around pkg-message in order to attract the user's attention.
Requested by: nectar [1]
Approved by: arved (mentor)
|
|
|
|
|
|
|
|
|
| |
- Fix fetch
- Mark broken on FreeBSD < 500039 (needs wchar support)
PR: ports/77815
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Approved by: arved (mentor)
|
|
|
|
| |
Approved by: krion (mentor)
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/XML_RPC/download/1.2.2/>
PR: ports/78555
Submitted by: Antônio Carlos Venâncio Júnior
|
|
|
|
|
|
| |
Patch made by ahze limited testing done by me.
Obtained from: libtool cvs.
|
| |
|
|
|
|
|
|
|
|
| |
2: chase shared library version to 3.
PR: ports/78347
Submitted by: Russell Jackson <raj at cserv62.csub.edu>
Somepart by: me
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds two run time dependecies in the WITH_PYTHON case:
* devel/gccxml
* devel/py-elementtree
This was requested in [1].
- Add pkg-message to help developers getting started with boost:
Give suggestions for CFLAGS and LDFLAGS for the following build
options:
* BOOST_THREADS: pkg-message.threads
* WITH_PYTHON: pkg-message.python
* stlport (4.x): pkg-message.stlport
- remove pkg-install script and perform installation in Makefile
PR: ports/77640 [1]
Approved by: arved (mentor)
|
| |
|
|
|
|
|
|
| |
PR: ports/78421
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by: James Earl <chero7@telus.net> (maintainer)
|
|
|
|
|
|
|
| |
- Remove NOT_FOR_ARCHS while i am here, since the last update this port
builds on sparc64 and ia64.
Approved by: vs
|
|
|
|
|
| |
PR: 78498
Submitted by: Ports Fury
|
|
|
|
| |
Approved by: seanc (implicit)
|
| |
|
|
|
|
|
|
| |
- Add /var/run/logpriv as an log source in syslog-ng.conf.sample.
Submitted by: glebius
|
| |
|
| |
|
|
|
|
|
|
| |
2. Grab maintainership.
Approved by: (2) previous maintainer
|
|
|
|
|
|
|
| |
* fix fetch file bug
PR: 78270
Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
|
|
|
|
| |
PR: 78411
Submitted by: Dryice Liu <dryice@liu.com.cn>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module uses the backend of CPANPLUS to run tests on modules recently
uploaded to CPAN and post results to the CPAN Testers list.
It will create a database file in the .cpanplus directory, which it uses
to track tested distributions. This information will be used to keep from
posting multiple reports for the same module, and to keep from testing
modules that use non-passing modules as prerequisites.
If it is given multiple versions of the same distribution to test, it will
test the most recent version only. If that version fails, then it will test
a previous version.
By default it uses CPANPLUS configuration settings.
|
|
|
|
|
|
|
| |
grammar features and performance optimizations.
http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/lempar.c
http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/lemon.c
|
| |
|
|
|
|
|
|
|
|
|
| |
File::HomeDir -- get home directory for self or other users
This module provides a function, home, and also ties the in-all-packages
variable %~.
WWW: http://search.cpan.org/dist/File-HomeDir/
|
|
|
|
|
|
|
|
|
| |
Regexp::Assemble allows you to take a number of regular expressions and
assemble them into a single regular expression (or RE) that will match
everything that any of the individual REs match, only what they match
and nothing else.
WWW: http://search.cpan.org/dist/Regexp-Assemble/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CPAN++ (also referred to and pronounced as CPANPLUS) is a new and flexible
method of perl module management and installation using the Comprehensive
Perl Archive Network (CPAN). It aims to be a rewrite, and in time a
replacement to the current CPAN.pm. In addition to fixing some long-standing
problems, CPAN++ includes new features, such as module uninstall.
Note: CPANPLUS will become a part of core in perl 5.10
PR: 77012
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
|
| |
|
|
|
|
| |
- required perl 5.6.1 at least.
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/HTML_TreeMenu/download/1.2.0/>.
PR: ports/78297
Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
|
|
|
|
|
| |
PR: ports/78105
Submitted by: dom@happygiraffe.net
|
|
|
|
|
|
| |
PR: ports/78310
Submitted by: Ports Fury
Approved by: pav (mentor)
|
|
|
|
|
|
| |
PR: ports/78309
Submitted by: Ports Fury
Approved by: pav (mentor)
|
|
|
|
| |
PERL_CONFIGURE is set.
|
|
|
|
| |
Submitted by: barner@
|
|
|
|
|
| |
PR: ports/78042
Submitted by: Alexander S. Usov <usov@KVI.nl>
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak on 5.x
- Break on 4.x
- Break on amd64
PR: ports/78043
Submitted by: Alexander S. Usov <usov@KVI.nl>
Approved by: maintainer
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/XML_RPC/download/1.2.1/>.
PR: ports/78292
Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
|
|
|
|
|
|
| |
(this greatest tool is confused by leading zeros).
Sumbmitted by: Alex Kapranoff <kappa@rambler-co.ru>
|
|
|
|
|
|
|
|
|
|
| |
- add patch-YAML: (suggested by author) makes SVK requires YAML 0.35 only,
since textproc/p5-YAML will not be updated unless it passes tests on
5.6.x. Once it is updated, please remove this patch.
* I'll watch patch-YAML.
PR: 78296
Submitted by: Rong-En Fan (maintainer)
|
|
|
|
|
|
|
| |
structures written in Python
PR: ports/77640
Approved by: arved (mentor)
|
|
|
|
|
|
| |
PR: ports/78295
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Approved by: pav (mentor)
|
|
|
|
| |
Pointed out by: barner
|
|
|
|
| |
Rearranged _DEPENDS to please portlint
|
|
|
|
|
| |
PR: ports/77950
Submitted by: maintainer
|
|
|
|
|
|
|
| |
in Python.
PR: ports/78261
Submitted by: Choe, Cheng-Dae
|
|
|
|
|
| |
PR: 78277
Submitted by: Rong-En Fan (maintainer)
|
|
|
|
|
| |
PR: 78276
Submitted by: Rong-En Fan (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/HTML_Form/download/1.1.2/>
PR: ports/78201
Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: 70233
Submitted by: leeym
|
|
|
|
|
|
| |
also gets installed for ancient perl versions.
Suggested by: tobez
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/76090
Submitted by: Sergey Prikhodko <sergey@network-asp.biz>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
or interest to look after these things any more.
To whomever picks these up, I salute you. I'll reset the relevant
PRs to ports-bugs in a couple of weeks if no-one has taken over
maintainership.
Farewell, autotool hell.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
to use new USE_GSTREAMER= macro, Bump PORTREVISION's
--
Examples of new USE_GSTREAMER macro:
USE_GSTREAMER= dvd lame flac
.include <bsd.port.mk>
If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
you must follow one of the examples listed below
WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_VORBIS)
USE_GSTREAMER+= vorbis
.endif
or
USE_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_FAAD)
USE_GSTREAMER+= faad
.endif
Note: USE_GSTREAMER=yes will always add a dependency to
ports/multimedia/gstreamer-plugins
--
Thanks to krion for runing this on pointyhat
Thanks to kwm for helping with this, and many bug fixes , and updates.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: arved (mentor)
|
|
|
|
|
| |
PR: ports/77790
Submitted by: hideo <lin-chi@lastamericanempire.com> (maintainer)
|
|
|
|
|
| |
PR: ports/77819
Submitted by: Sam Lawrance
|
|
|
|
|
| |
it conditional. This also explains why neither the submitter nor me
found it, while both pointyhat and leeym did.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
manipulations. Although the author of the module has deprecated it and
asks to use File::Spec and Cwd instead, it apparently is still being
used (by freshports, for example).
|
|
|
|
|
| |
PR: ports/77864
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
- add missing MAN3
- add WWW: in pkg-descr
|
|
|
|
|
| |
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
|
|
|
|
| |
Changelog at <http://pear.php.net/package/XML_Parser/download/>.
|
| |
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/PHPUnit2/download/2.1.6/>.
Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
- Pet portlint a bit
|
|
|
|
| |
- Work around a left over .orig file in the distfile
|
|
|
|
|
| |
PR: ports/77936
Submitted by: Martin Matuska <martin (at) matuska.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the
headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl,
ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve
those issues. It is recommend you to rebuild any apps that depend on
lang/ruby18, so see the UPDATING for detail.
Remove the 'BROKEN' on the other ports that knu has added them few weeks ago.
Some of them have been tested, so if one of them is still broke then please
let us know and one of us will re-add the 'BROKEN'.
This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x
and I did others. lofi, thanks for help!
Tested by: many people
Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x),
and sparc64 (FreeBSD 5.x and 6.x)
Not test on: ia64 and alpha
Approved by: portmgr (kris)
|
|
|
|
|
| |
Submitted by: maintainer
Reported by: kris via pointyhat
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/XML_RPC/download/1.2.0RC7/>.
PR: ports/77921
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
version. So disable it's version check. (https://bugzilla.mozilla.org/show_bug.cgi?id=257933)
- fix web server's uid/gid
- fix plist that not listed
PR: ports/76946
Submitted by: "Choe, Cheng-Dae" <whitekid (at) gmail.com>
|
|
|
|
|
|
|
| |
Free for OpenSource projects.
PR: ports/77041
Submitted by: Matthias Andree <matthias.andree (at) gmx.de>
|
|
|
|
|
|
| |
PR: 78018
Submitted by: me
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/78015
Submitted by: Rong-En Fan (maintainer)
|
|
|
|
| |
- I know ports/73061, but not yet examined.
|
|
|
|
| |
Reported by: Florent Thoumie
|
|
|
|
| |
Readline/History Library.
|
|
|
|
| |
Add some doc and examples
|
|
|
|
|
| |
Remove unneeded dep
Add docs
|
| |
|
|
|
|
|
|
| |
- from Changes
- Fixed a bug related to set *::groups
- A test addition
|
|
|
|
| |
- see [http://search.cpan.org/src/TJENNESS/File-Temp-0.16/ChangeLog]
|
|
|
|
|
|
| |
release for GNOME 2.8. See
http://mail.gnome.org/archives/gnome-announce-list/2005-February/msg00071.html
for the list of changes between 2.8.2 and 2.8.3.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
been fixed with the upgrade to 1.3.5.
This fixes two other deinstallation problems: pear2 not found and
several sub-directories (e.g. pear-HTML_Select_Common-1.1_3).
Approved by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointer by: kris
|
|
|
|
|
| |
Spotted by: pointyhat via kris
Approved by: krion
|
| |
|
|
|
|
|
| |
note that this port was removed. Perhaps the maintainer can investigate
whether some other tool can be used instead.
|
| |
|
|
|
|
|
| |
WARNING: does not respect PTHREAD_{FLAGS,LIBS}. I could not find a clean
way to patch it in. It should still work fine for the common case, though.
|
|
|
|
|
| |
PR: ports/77773
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77770
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77769
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
| |
- Fixed output redirection for p4web [2]
Submitted by: arved [1], "Ryan F." <ryan@kalama.no-ip.org> [2]
|
|
|
|
| |
- Bump PORTREVISION.
|
|
|
|
| |
- Bump PORTREVISION.
|
| |
|
|
|
|
| |
Spotted by: kris
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/PHPUnit2/download/2.1.5/>.
PR: ports/77321
Submitted by: maintainer.
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/Var_Dump/download/1.0.2/>.
PR: ports/77318
Submitted by: maintainer
|
|
|
|
|
| |
PR: 77687
Submitted by: Radim Kolar <hsn@netmag.cz>
|
|
|
|
|
|
|
| |
diffs.
PR: 77715
Submitted by: Joseph Scott <joseph (at) randomnetworks.com>
|
|
|
|
|
| |
<shanee@augusta.de>: host inga.augusta.de[213.209.142.2] said: 550 5.1.1
<shanee@augusta.de>... User unknown (in reply to RCPT TO command)
|
|
|
|
|
| |
<fab@gcu.info>: host mail.gcu.info[213.91.10.50] said: 550 5.1.1
<fab@gcu.info>... User unknown (in reply to RCPT TO command)
|
|
|
|
| |
and the handful of ports that depended on them.
|
| |
|
|
|
|
| |
Install a manual page.
|
|
|
|
|
|
| |
hack would only work after the port has already been built, but not when
starting fresh over. Sigh. You still get the (compressed) regular pages, though.
- Install stripped demos
|
|
|
|
|
|
|
|
| |
5k of plist's size by collecting entries in a saner way. Work around
'argument list too long' when compressing man pages by ... not compressing
the 36 files.
Independently run into by: Simon Barner
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/77606
Submitted by: Simon Barner <barner(at)gmx.de>
|
|
|
|
|
| |
PR: ports/76923
Submitted by: Florent Thoumie <flz at xbsd.org>
|
|
|
|
|
| |
PR: ports/77671
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/77668
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
|
| |
version control than Tom's AVR Assembler (tavrasm), and to accept
more of the standard Atmel source files. This one also has an
enhanced macro facility.
|
|
|
|
|
| |
PR: ports/77615
Submitted by: Johan van Selst <johans@stack.nl>
|
| |
|
|
|
|
|
|
|
| |
- Changes:
- Fixed a bug related to naming props and group props with the same name
- The properties defined with a group get initialized just once
- Some testing addition and rewrite
|
|
|
|
| |
Expiration date: 2005-04-17
|
| |
|
|
|
|
|
| |
PR: ports/77597
Submitted by: Simon Barner
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Also depend the build on pdflatex as well as latex, to resolve my part
of the PR mentioned below.
PR: ports/77356
|
|
|
|
| |
CPAN.
|
| |
|
|
|
|
|
| |
PR: ports/77560
Submitted by: Jun Mukai (maintainer)
|
|
|
|
|
| |
PR: ports/77526
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
|
|
|
|
| |
* change maintainer to perl@
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/77467
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
| |
- Hand over to perl@
|
|
|
|
| |
PR: 77491
|
|
|
|
| |
Prodded by: kkenn
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/XML_Serializer/download/0.15.0/>.
PR: ports/77520
Submitted by: maintainer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Fixed bug #3298 which wouldn't parse arrays with numerical indexes
correctly.
* Fixed bug #2742 which didn't trim variable names in Inicommented file.
* changed XML_Parser and XML_Util dependencies to optional, since
they're only needed when parsing XML files (bug #2738).
* added a new container for editing files of php constants, courtesy of
philip ortel [me@phillipoertel.com] (devel).
PR: ports/77460
Submitted by: Roman Neuhauser
Approved by: maintainer.
|
|
|
|
|
|
|
|
|
| |
for the tarball re-rolled by the new maintainer.
Discussion is in progress with maintainer regarding the newer 1.1
version, which is currently missing man-pages.
Prompted by: pointyhat (kris)
|
|
|
|
| |
* minor cleanup
|
|
|
|
| |
Add docs
|
| |
|