| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
| |
has become inactive.
Hat: portmgr
|
|
|
|
|
| |
PR: ports/125954 (deskutils/recoll)
Submitted by: maintainer of xapian-core
|
|
|
|
|
| |
PR: ports/125955
Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It connects to the new Facebook Chat IM service without the need for an API key.
Currently the plugin can:
Log into the Facebook servers.
Grab the buddy list.
Send/receive messages.
Add/remove friends.
Rreceive notifications.
Search for Facebook friends.
Set your Facebook status.
WWW: http://code.google.com/p/pidgin-facebookchat/
PR: ports/125997
Submitted by: ports at c0decafe.net <ports at c0decafe.net>
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Add couple mirrors from the new maintainer
- Pass maintainership to submitter
PR: ports/125968
Submitted by: Martin Tournoij <carpetsmoker at rwxrwxrwx.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: pav
|
|
|
|
|
|
|
| |
http://cr.yp.to/libtai.html. Do not use the one
installed by devel/libtai.
Submitted by: clemens fischer
|
|
|
|
| |
1.0.6Update to 1.0.6
|
|
|
|
| |
See changelog: at http://tools.netsa.cert.org/silk/silk_releasenote.html
|
|
|
|
|
| |
- Remove aim, cavlink,identd and nap plugins (won't build with gcc-4.2)
- Bump portrevision
|
|
|
|
| |
Requested by: marcus
|
| |
|
|
|
|
|
| |
PR: ports/124118
Submitted by: Adrian Thearle <adrian@thearle.com.au>
|
|
|
|
|
|
| |
comms/spandsp-devel5
Repocopy by: marcus
|
|
|
|
| |
Repocopy by: marcus
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/125910
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Approved by: gabor (mentor, implicit)
|
|
|
|
|
|
| |
PR: ports/125369
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by: gabor (mentor, implicit)
|
|
|
|
|
|
|
|
| |
- Control panel improvements and new appwiz panel.
- Restructuring of state handling in Direct3D.
- Support for timer queue functions.
- Many MSXML improvements.
- Various bug fixes.
|
| |
|
|
|
|
|
|
| |
PR: ports/125393
Submitted by: bf <bf2006a@yahoo.com>
Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
transparently use this columns as if they were normal columns
in your table.
WWW: http://search.cpan.org/dist/DBIx-Class-FrozenColumns/
PR: ports/125844
Submitted by: Vladimir Timofeev <vovkasm@gmail.com>
Approved by: gabor (mentor, implicit)
|
|
|
|
|
|
| |
PR: ports/125471
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks)
|
|
|
|
|
| |
PR: ports/125904
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
|
| |
|
|
|
|
| |
expected commands will be proxied)
|
| |
|
|
|
|
|
|
|
|
| |
the ports-* users. Currently it is not possible to delegate
management of ZFS filesystems to non-root users, so root privilege
is required to manipulate them. We validate the command passed on
a local domain socket and re-execute the build script with the requested
parameters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports and source trees. Since we have >=1 consumer of these trees
that run frequently but do not insist on up-to-the-second trees, it
makes sense to "pre-update" them regularly and then then re-use in all
of the consumers, instead of potentially doing several updates
simultaneously or on demand. Consumers can clone the ZFS snapshot
into their local filesystem which takes a couple of seconds instead of
minutes or tens of minutes for the CVS update.
We update to a date stamp instead of "." because this avoids
ambiguity of commits that happen while the tree update is in progress
(unfortunately it's slower).
|
|
|
|
|
|
|
|
| |
Currently we collect:
* The current and maximum number of vnodes in use
* The number of packages built over the past hour
|
| |
|
|
|
|
|
|
| |
listed filesystem we take a new snapshot each time it is run and if
the last full backup was not too long ago, do a compressed incremental
backup from the previous backup.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Support a meta-hostname of 'all' for setting up all clients at once.
This is better than the old way of running one copy of the script
for each client by hand, since it is easier and involves less
duplicated work.
* We copy in the per-build ports, src, and bindist .tbz files and .md5
checksums, as well as refreshing the build scripts and
bindist-$(hostname).tar customization tarball.
* The -force switch forces copying of files and re-extraction of the
tarballs on the client. This is necessary in order to propagate
local changes to the tarballs after the initial client setup
(e.g. if you need to change a file in the ports tree, it must be
recompressed, redistributed, and re-extracted on the client).
* The -queue switch will poll the client's job queue after completion
of the setup. This is racy and should only be used when the machine
is not currently accepting jobs.
* For cleaning up a build the 'build cleanup' command should now be
used instead. It calls back into this command but also allows full
clenaup of build-local files on the client.
TODO: "all" setups are hard on the server since they may spawn dozens
of rsyncs at once. A better solution would be to have a worker pool
of setup tasks to limit the maximum load.
|
|
|
|
|
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Make it easier to kill a build by not running dopackages in the background
where it is detached from shell job control. Now, sending a termination
signal to this process (e.g. ^C) will also kill off the dopackages script
and in turn the processes created by it. Some background processes
spawned by dopackages, pdispatch, etc, may still remain and need to be
killed by hand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Improve usage()
* Fix a variety of small bugs
* Remove support for -ftp builds: we have not supported direct
uploading for many years due to the desire to manually inspect build
output for quality
* All data associated to a build is now localized in its own directory
named according to a build ID:
/var/portbuild/${arch}/${branch}/builds/${buildid}, where ${buildid}
is the creation time. These are actually ZFS filesystems.
* Tasks such as cloning a new build, updating a ZFS snapshot, and
cleaning up a build are exported to the "build" script, which can be
used independently.
* Creating a new build is done by ZFS cloning and takes a couple of
seconds since it is copy-on-write (i.e. no data needs to be copied).
* Ports and source trees are also cloned from pre-updated ZFS images
(updated regularly from the "updatesnap" cron job). In most cases
we do not care if we are building a ports tree that is an hour or so
old since it will become outdated almost immediately anyway, so no
matter what we do there will be times when a port has been fixed by
the time the build error is generated by a client.
* In case an up-to-the-second tree is desired, the -portscvs and
-srccvs switches update the existing ports tree via CVS.
* -noports and -nosrc can be used to prevent any automatic changes to
the ports tree. This is useful for dealing with local
modifications (e.g. for -exp builds), since the default when
creating a new build is to replace the previous trees with fresh,
pristine trees. If you forget to use this then any local changes
that are not also present in other trees will be lost.
* By default we keep two builds for each arch/branch pair. These
build IDs also may be referred to via "latest" and "previous"
symlinks. When creating a new build, the old "previous" build is
destroyed by default, unless it was originally created using the
-keep switch. This prevents the build from being destroyed
automatically.
* By default when a build finishes all of the clients are completely
cleaned up (i.e. all build data such as ports trees, tarballs,
client chroots, etc are deleted). This is needed to save space on
the clients. If you expect to *immediately* perform further builds
after this one completes, the -nocleanup switch prevents this step.
Otherwise they will just be set up again if further builds are
scheduled.
* Try to parallelize build pre-processing as much as possible, by
running jobs in the background wherever possible. In several places
we operate on the same parts of the filesystem from multiple jobs,
so we can make good use of caching to improve performance
* Clients no longer need to be set up explicitly at the start of the
build, they will be set up on-demand when the first job is
dispatched to them. This allows fast clients or those that already
have been set up to begin building ports as soon as possible, while
slow clients are set up in the background. It also improves
robustness of client recovery, e.g. if the client was offline at the
time of build startup but later brought back online.
* Optimize copying back in the previous set of restricted packages by
hardlinking instead of copying.
TODO: The record of failed ports is arch/branch-global still. This is
the only thing preventing us from running concurrent builds of the
same arch/branch (e.g. while one is stuck building openoffice, the
next build can start to keep the cluster busy). The difficulty is
that one build from a later ports tree may signal that a build was
successful, then a phase 2 build from an earlier ports tree may
indicate that it was broken. The solution is probably to migrate this
to a real database instead of a flat file, and query it for the set of
broken ports as of a certain ports tree date.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Clients no longer mount ports/src trees via NFS (even the FreeBSD.org
local clients). This was putting too much load on the server and
slowing down builds.
* Instead ports and src .tbz files are pushed to the clients and
unpacked. MD5 checksums are used to verify correctness
* -force forces re-extraction of the tarballs even if they exist and
appear to be checked out
* Also unpack the compressed bindist
TODO: When we are not using md or ZFS builds it would be even faster
to keep an unpacked copy of the bindist on the scratch filesystem and
hardlink the files into the target directory
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/125979
Submitted by: Alexander Logvinov <ports AT logvinov.com>
|
|
|
|
|
| |
* Optimize by copying old packages using cpio -dumpl (i.e. create hardlink
instead of copying the file).
|
| |
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Remove need for /etc/arch file
|
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Improved support for ZFS
* Desupport X11BASE
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Improved support for ZFS builds
* Improved robustness
* Report status verbosely to the caller; whether we succeeded in claiming
a chroot, whether the caller needs to first set up the client, or
whether a setup is in progress.
* If we discover that the client has not been set up either because it
freshly booted and newfs'ed its filesystem, or because a particular
build has not yet been encountered, atomically claim a cookie and
report this to the caller to act on
|
|
|
|
| |
* Catch up to build ID directory changes
|
|
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Add helper functions for resolving a build ID symlink and
validating an arch/branch combination (centralize instead of doing it
in many scripts)
|
|
|
|
| |
* Catch up to build ID directory changes
|
| |
|
| |
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Record package build completion for reporting to ganglia
|
|
|
|
|
|
|
| |
- portlint(1) fix
PR: ports/125977 (1)
Submitted by: Mij <mij AT bitchx.it> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Add support for ssh_cmd and scp_cmd to allow using HPN-SSH with the
none cipher where possible (for performance)
* Lazy client setup; claim-chroot will report if the client needs to be
set up with this buildid, and we initiate the setup and poll until
it is complete. This allows fast clients to begin building before
slow ones have finished setting up.
TODO: a better solution would be to avoid trying to dispatch jobs onto
clients that are in the process of setting up, since they often have low
loads and are picked preferentially by the job scheduler.
|
| |
|
|
|
|
|
|
|
| |
- portlint(1) fix
PR: ports/125976 [1]
Submitted by: Mij <mij AT bitchx.it> (maintainer)
|
|
|
|
|
|
| |
(2) Toss options processing to build apr as subversion dependency, not as
sirf one, if sirf is selected on very clean system. It allows to build
apr with BDB option turned on, if needed.
|
|
|
|
|
|
|
|
|
|
| |
* Remove vestiges of archaic support for building bindists from FTP
snapshots; we haven't used this for years and building a world is no
longer a challenge
* Revert half-baked bindist generation number and make it per-buildid
instead. Compress and md5 it for distribution to the clients.
TODO: Merge with makeworld?
|
|
|
|
|
|
|
| |
ssh and other services using ipfilter.
PR: ports/125975
Submitted by: Mij <mij at bitchx.it>
|
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Optimize by using ECHO_MSG=true instead of /usr/bin/true
* Try harder to avoid pollution from local host
|
|
|
|
| |
* Catch up to build ID directory layout
|
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Export the INDEX_PRISTINE and INDEX_QUIET variables (old bug)
* Desupport X11BASE
|
|
|
|
|
| |
PR: ports/125973
Submitted by: Mij <mij AT bitchx.it> (maintainer)
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Desupport 5.x
|
|
|
|
|
| |
* Catch up to build ID directory changes
* Optimize by using __MAKE_SHELL=/rescue/sh
|
|
|
|
|
|
|
|
|
| |
checkmachines script. Polls build machines for their status either
once-off or regularly as a daemon. Optionally it will update the
queue entries but this remains subject to race conditions.
TODO: Integrate with queue manager and forward machine status changes
to it
|
|
|
|
|
| |
report error status, architecture and OS version, and available build
environments, as well as load and number of running jobs
|
|
|
|
| |
Reported by: Jan Henrik Sylvester <me@janh.de>
|
|
|
|
|
|
|
| |
- Remote stuff for old python version
PR: ports/125729
Submitted by: Mike Brown <mike AT skew.org> (maintainer)
|
|
|
|
|
| |
PR: ports/125853
Submitted by: Marcus von Appen <mva AT sysfault.org> (maintainer)
|
|
|
|
|
| |
PR: ports/125836
Submitted by: antoine
|
| |
|
|
|
|
| |
Reported by: itetcu (QA Tindy)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- repocopy [files/milter-greylist.sh -> files/milter-greylist.in, pkg-message -> files/pkg-message.in]
itectu@: no more .sh
- Bump PORTREVISION
- Broken messages are not quoted
- silence some portlint tab warnings
- seperate NOPORTDOCS from NOPORTEXAMPLES
- drop 5.x support
- use SUB_FILES for pkg-message processing
- make use of @dirrmtry in pkg-plist
PR: 125653
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> (almost all)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/POE-Component-RSSAggregator/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Perl-Critic/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/REST-Google/Changes
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/125544
Submitted by: Wen heping <wenheping AT gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The legoctl library has been updated to support Vex robot
controllers as well as the Lego NXT. This new version also
has many enhancements to the NXT interface, and a command-line
utility for remote controlling NXT robots from FreeBSD via
a PC gamepad over bluetooth.
PR: ports/125874
Submitted by: Jason Bacon <jwbacon@tds.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Libgamepad is a portable, uniform API for joystick and
gamepad devices. It's meant to overlay platform-dependent
interfaces just as the BSD joy and uhid drivers, and the
user-space libhid. This will allow device and platform
dependencies to be left out of applications, making them
simpler and more portable.
PR: ports/125872
Submitted by: Jason Bacon <jwbacon@tds.net>
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Pedro Giffuni <pfgshield-freebsd@yahoo.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
running on Google App Engine.
Google App Engine Oil (GAEO) enables the web development on
Google AppEngine quick and less configurations. GAEO enhances
Google AppEngine SDK with new features such as:
- Well-formed URL Routing
- Enhanced Request Handler (Controller)
- Enhanced Object-Relation Mapping (ORM)
PR: ports/125923
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
|
|
|
|
| |
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the OpenSSL programs.
ssl-admin will help you do the following tasks with SSL certificates:
* Create your own CA certificate.
* Create new Certificate Signing Requests
* Sign existing Certificate Signing Requests
* Manage Certificate Revokation Lists
* Export configurations and certificates for OpenVPN.
PR: ports/125875
Submitted by: Eric Crist <ecrist at secure-computing.net>
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/POE-Filter-LZF/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/WWW-Search/Changes
|
|
|
|
|
|
|
|
|
|
| |
- fix harmless warning getting logged as CRITICAL when enumerating interfaces
http://bugzilla.gnome.org/show_bug.cgi?id=544790
- unbreak XDMCP discovery on the IPv6-mapped IPv4 broadcast address by unsetting
IPV6_V6ONLY socket option (obtained from NetBSD pkgsrc)
http://bugzilla.gnome.org/show_bug.cgi?id=544730
Approved by: marcus@
|
| |
|
|
|
|
|
| |
PR: 125951
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
|
|
|
|
|
| |
PR: 125821
Submitted by: Bakulin Ilya <webmaster@kibab.com>
Approved by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
logfiles that are generated by the famous MRTG (Multi Router Traffic
Grapher) tool.
WWW: http://search.cpan.org/dist/MRTG-Parse/
PR: ports/125879
Submitted by: gslin <gslin at host-1.pixnet.tw>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
powerful set of functionality for one of PHPs major
applications. It eases handling of HTTP URLs, dates,
redirects, headers and messages, provides means for
negotiation of clients preferred language and charset,
as well as a convenient way to send any arbitrary data
with caching and resuming capabilities. It provides
powerful request functionality too.
WWW: http://pecl.php.net/package/pecl_http/
PR: ports/125909
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is often used for exchanging data between a web
server and user agent. This module aims to produce
a library for serializing and deserializing JSON
that conforms strictly to RFC 4627.
WWW: http://pypi.python.org/pypi/jsonlib/
PR: ports/125827
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Git repositories. GitPython provides object model
access to your git repository. Once you have created
a repository object, you can traverse it to find
parent commit(s), trees, blobs, etc.
GitPython is a port of the grit library in Ruby
created by Tom Preston-Werner and Chris Wanstrath.
WWW: http://gitorious.org/projects/git-python/
PR: ports/125826
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
| |
PR: 125786
Submitted by: Phillip N. <pneumann@gmail.com>
|
|
|
|
| |
-NOPORTDOCS -> NOPORTEXAMPLES on example files.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
PORTVERSION. After that the PORTVERSION became 4.foo. Because this is
numerically lower than before, the PORTEPOCH should have been bumped.
Poked by: kris@
PR: 125814
Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
|
|
|
|
| |
Add an UPDATING entry on how to properly perform this upgrade.
|
|
|
|
| |
-NOPORTDOCS -> NOPORTEXAMPLES on example/sample files.
|
| |
|
|
|
|
| |
Security: http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.16
|
|
|
|
|
| |
PR: ports/125957
Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
|
|
|
|
| |
Submitted by: wxs
|
|
|
|
|
| |
explicitly specifying, where includes and libraries are located. A
user reported a problem, when building nip2 with mingw32 installed...
|
|
|
|
|
|
|
|
|
|
|
|
| |
the maintenance of access control lists with Subversion repositories.
This module removes the need to maintain a separate list of people
to send email notification messages to (via svnnotify --to arguments),
from the AuthZSVNAccessFile.
WWW: http://search.cpan.org/dist/SVN-Notify-Filter-AuthZMail/
Submitted by: glarkin@
Approved by: beech@ (mentor)
|
|
|
|
|
|
| |
PR: ports/125506
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer timeout
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/125835
Submitted by: Filipe Rocha <filiperocha@gmail.com> (maintainer)
Approved by: beech (mentor)
|
| |
|
|
|
|
|
| |
if it's empty. I can't add it to PLIST_DIRS since other ports add stuff
there.
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Frank Fenor <frank@fenor.de> (maintainer)
Reported by: IonBot
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* set maintainer to ports@.
PR: ports/121436
Submitted by: Daniel Bye <dan@slightlystrange.org>
|
| |
|
|
|
|
|
|
|
|
| |
Changelog at <http://geuz.org/gmsh/doc/VERSIONS.txt>
- Set USE_FORTRAN to fix blas & lacpack detection;
- Respetct NOPORTEXAMPLES.
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
| |
|
|
|
|
|
|
| |
- Remove PORTDOCS=*
- Use ${COPYTREE_SHARE} to install docs
- Use ${PKGNAMEPREFIX} instead of py- inside DOCSDIR
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: pointyhat via pav
|
| |
|
|
|
|
| |
MAKE_ENV
|
| |
|
|
|
|
| |
MAKE_ENV
|
|
|
|
|
| |
on first track jumps to last track.
- Bump PORTREVISION
|
| |
|
|
|
|
|
|
|
|
| |
- Take maintainership, I use it frequently
- Canonicalize Makefile header
- Utilize PLIST_FILES, PORTDOCS, PORTEXAMPLES
- Respect NOPORTEXAMPLES
- Cleanup installation routine
|
| |
|
|
|
|
| |
MAKE_ENV
|
|
|
|
| |
Reported by: QA Tindy
|
|
|
|
| |
resolv a conflict with upcomming kde4
|
|
|
|
| |
- Update project URL
|
|
|
|
| |
MAKE_ENV
|
| |
|
|
|
|
| |
Reported by: pav
|
|
|
|
|
|
|
| |
Get information about memory and swap usage from perl
PR: 125944
Submitted by: terry@sucked-in.com
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allow filtering by type, file size and simultaneously listening several
network interfaces. It's possible to grab sattelite internet traffic.
WWW: http://www.lissyara.su/?id=1677
- Surkov Andrey
nsand@sura.ru
PR: ports/124218
Submitted by: Nsand <nsand at sura.ru>
|
|
|
|
|
|
|
| |
Obtain CPU information from a perl script
PR: 125947
Submitted by: terry@sucked-in.com
|
|
|
|
| |
Reported by: pav
|
|
|
|
| |
Approved by: maintainer (implicit)
|
|
|
|
|
| |
- Introduce number of new knobs
- Throw in couple of comments on inplace patching
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install more complete set of things; demo tutorials, sample configuration
files et al. can be useful for typical Warsow player
- Utilize COPYTREE_SHARE macro
- Reindent Makefile header a bit
- Remove install/deinstall scripts; normally, configuration files are
created and maintained in users' home directory for most Quake-engine
based games these days; Warsow is no exception
Approved by: acm (maintainer, implicit, a while ago)
|
|
|
|
|
|
|
| |
on status line.
PR: 124492
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
|
|
|
|
|
|
|
|
|
|
|
| |
provides a tree view of an XML document.
TclDOM is a package with several implementations, including one
written in pure Tcl, one written in C based on TclDOMPro and
another that wraps the Gnome libxml2 library.
This port installs the libxml2 part.
PR: ports/123956
Submitted by: Frank Fenor <frank at fenor.de>
|
|
|
|
|
|
| |
- Bump portrevision
Submitted by: Frank Fenor <frank@fenor.de> (maintainer)
|
|
|
|
|
|
| |
PR: ports/124087
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer)
|
|
|
|
|
|
|
|
|
| |
- Update to 4.2.6
- Respect CFLAGS
PR: ports/124087
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/125938
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Robin Breathe <robin@isometry.net> (maintainer)
|
|
|
|
|
|
|
| |
- Change UNIQUENAME and LATEST_LINK to use separated options db.
PR: ports/125566 [1]
Submitted by: Franz Schwartau <franz@electromail.org> [1]
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: ports/86106, ports/101120 (based on)
|
|
|
|
| |
Submitted by: pav
|
|
|
|
|
|
|
|
|
| |
this way from outside already). Unless stripped, later CFLAGS+= assignments
will produce a double-space in CFLAGS string. Sub-configure will reduce it
back to single space and complain that CFLAGS changed underneath it.
Most prominent example of a problem solved by this kludge is the -CURRENT,
where -fno-strict-aliasing is added to every port's CFLAGS.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
interface
PR: ports/124484
Submitted by: ed
Approved by: maintainer timeout (cy; 1 month)
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
|
|
| |
PR: ports/125908
Submitted by: Frank Fenor <frank@fenor.de> (maintainer)
Reported by: pointyhat
|
|
|
|
|
|
|
| |
- Use NOPORTEXAMPLES and NOPORTDOCS correctly, fixing bad plist (Reported by: QA Tindy)
PR: ports/125847
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer)
|
|
|
|
|
|
| |
local bison (yacc just would not do). Add the flag...
Notified by: IOnut
|
|
|
|
|
|
|
|
| |
- properly handle PORTEXAMPLES
- add WWW in pkg-descr
PR: 125925
Submitted by: Wen heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
recently, parsing the files /usr/ports/MOVED and /usr/ports/UPDATING. MOVED had
an extra blank line on the end for awhile, and the case of some of the UPDATING
lines have changed (e.g., Author: instead of AUTHOR:). This patch allows
portupdate-scan to tolerate these variances.
PR: ports/125840
Submitted by: Alex Stangl <alex@stangl.us> (maintainer)
|
| |
|
|
|
|
|
|
| |
- Pass maintainership to beech@
Notified by: portscout
|
|
|
|
|
|
|
|
|
| |
- Canonicalize Makefile header
- Utilize PLIST_FILES and PORTDOCS, kill pkg-plist
- Beautify port description and COMMENT
- Lower-case local var
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Remove options
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> (maintainer)
Reported by: pointyhat via pav
|
| |
|
| |
|
|
|
|
| |
Reported by: IonBoT
|
| |
|
|
|
|
|
| |
Pointyhat to: gabor (mentor)
Approved by: gabor (mentor)
|
|
|
|
|
|
|
| |
16-color patch. While I am here, OPTIONSify WITH_* vars and add
some clean-ups to the Makefile in japanese/kterm.
Approved by: maintainer
|
|
|
|
| |
Forgotten by: lippe
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fix a bug in mod_python333 when using apr 1.3.x which devel/apr is now at.
- Take maintainer
- No PORTREVISION bump, the default package does not use 1.3.x
PR: ports/125484
Reviewed by: perky
Approved by: gabor (mentor)
|
| |
|
|
|
|
|
|
| |
PR: ports/125930
Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/125863
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
|
|
|
|
| |
Approved by: maintainer implicit
|
|
|
|
|
| |
PR: ports/125891
Submitted by: M. L. Dodson <mldodson@comcast.net> (maintainer)
|
|
|
|
|
| |
PR: ports/125927
Submitted by: Romain Tartiere <romain@blogreen.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove conditional to set PORTDOCS
- s/pre-patch/post-patch/
- Change Makefile's reinplace to use ?= instead of comment CC and CFLAGS lines
and remove MAKE_ENV declaration
- Remove redundances of program names, just set it one time and use the vars to
repeat names
Approved by: maintainer by email
|
|
|
|
| |
Prompted by: Moggie on IRC
|
|
|
|
|
|
| |
PR: ports/125443
Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua>
Approved by: maintainer timeout (yuanjue; 2 weeks)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
bsd.libnames.mk
PR: ports/125712
Submitted by: Fico <federicogalvezdurand@yahoo.com>
- While here, remove noop USE_GCC=3.4+
|
| |
|
| |
|
|
|
|
|
| |
PR: 125918
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
|
|
|
|
| |
path than HTTP.
|
| |
|
|
|
|
| |
Submitted by: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
o Example EFnet configuration file updated for ratbox-3 and
re-included in the port install.
Software changes include:
o Some cleanups in the checksplit code.
o Some cleanups in the /trace code.
o Show reasons for failed outbound SSL handshakes to opers.
o Log SSL errors for servers and handshakes in serverlog.
o Make sqlite3 checking more robust.
o Change the resolver to use the code from charybdis instead of adns.
o Fix identd checking so it is no longer broken as in beta7.
o Fix a bug where the ircd could stop reading from the client on the CAP command.
o Add some functions for random number generation for the nossl case in libratbox.
PR: ports/125868
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Switch to SF for MASTER_SITES
PR: ports/125902
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: maintainer
|