| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Changelog: the configuration option preserve-entities has been added:
<http://tidy.sourceforge.net/docs/quickref.html#preserve-entities>.
Hint: now tidy-devel or tidy-lib can be used by the FreeBSD Doc Team!
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This Python module lets you load and decode Musepack (MPC/MP+ files).
Its API has been chosen to mostly match pyvorbis and pymad. It also
includes a module to read and write APEv2 metadata tags.
WWW: http://sacredchao.net/~piman/software/python.shtml
PR: 109070
Submitted by: Zhen REN
|
| |
|
|
|
|
|
|
|
| |
logging to shared files.
PR: ports/108733
Submitted by: Craig Manley
|
| |
|
|
|
|
|
| |
PR: 108307
Approved by: (maintainer timeout)
|
|
|
|
|
| |
Thanks to Andrzej Tobola and Sebastian Nowicki for lending me access to a
machine.
|
|
|
|
|
|
|
| |
- Reset maintainership to ports@FreeBSD.org
PR: ports/108641
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
| |
- Remove RELENG_4 BROKEN message
|
| |
|
|
|
|
|
|
| |
This adds a couple of further programs related to Java language support,
specifically gjar, gjavah, gnative2ascii, gorbd, grmid, gserialver, and
gtnameserv.
|
|
|
|
|
|
|
| |
- Fix point to the correct locations for INSTALL.ssl
- Bump PORTREVISION
Submitted by: Mike Durian <durian@shadetreesoftware.com> (maintainer)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: Mike Durian <durian@shadetreesoftware.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Fix build with amd64 [2]
PR: 1089051
Submitted by: pointyhat via kris [2]
Ed Schouten < ed _at_ fxq.nl> (maintainer) [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of AMF and AMF3 messages for the PHP language. It has been based on some of
the experience gained with AMFPP, a native code for encoding and decoding C.
The native encoding and decoding is extremely fast and memory efficient
respect existing PHP implementation, and the flexibility has been
provided using callbacks to the PHP code.
WWW: http://www.teslacore.it/wiki/index.php?title=AMFEXT
PR: ports/109037
Submitted by: Piotr Rybicki <meritus at innervision.pl>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Administration- Interface. You can use it to build up a
database with an inventory for your company (computer,
software, printers...). It has enhanced functions to make
the daily life for the administrators easier, like a job-
tracking-system with mail-notification and methods to build
a database with basic information about your network-topology.
WWW: http://glpi-project.org/
PR: ports/109055
Submitted by: Mathias Monnerville <mathias at monnerville.com>
|
|
|
|
|
| |
PR: 109014
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org> (partly)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
installation ordering, multiple source capability and several other unique
features.
WWW: http://packages.debian.org/apt
PR: ports/105563
Submitted by: Nick Barkas <snb at threerings.net>
|
| |
|
|
|
|
| |
- Fix build in case $CC was set to a full pathname
|
|
|
|
| |
(see http://www.openoffice.org/issues/show_bug.cgi?id=74401 for details)
|
|
|
|
| |
Submitted by: stas
|
|
|
|
| |
- fix build on CURRENT
|
| |
|
| |
|
|
|
|
| |
Host unfetchable files on MASTER_SITE_LOCAL.
|
| |
|
|
|
|
|
|
|
| |
ports.
Reported by: mezz
Pointyhat to: ahze
|
| |
|
|
|
|
| |
Client.
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a check to see if EXTRACT_SUFX is ".zip" and suggest USE_ZIP instead [1]
* Remove the now obsoleted DEPENDS macro
* Remove the obsoleted Java 1.0 check
* Add support for USE_CDRTOOLS
* Add a check for direct usage of gs (i.e. ghostscript) [2]
PR: 107265 [2]
Requested by: gabor [1]
|
|
|
|
|
|
|
|
|
| |
o No more required LANG=UTF8 without ncursesw.
o Bump PORTREVISION, accordingly.
PR: ports/108897
Submitted by: Tsuneo Nakagawa <yaemon@kikansha.jp>
Approved by: Larry Rosenman <ler@lerctr.org> (maintainer)
|
| |
|
|
|
|
| |
Pointed by: kris
|
| |
|
|
|
|
|
|
| |
PR: 107148
Submitted by: ahze
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
PR: 106618
Submitted by: ahze
Reported by: molnarcs@gmail.com
Approved by: lioux (maintainer time out)
|
|
|
|
|
| |
PR: 107176
Submitted by: Sergio Lenzi <lenzi@k1.com.br>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to another. It can read markdown and (subsets of) reStructuredText,
HTML, and LaTeX, and it can write markdown, reStructuredText, HTML,
LaTeX, DocBook, RTF, and S5 HTML slide shows.
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
and other features. A compatibility mode is provided for those who
need a drop-in replacement for Markdown.pl. Included wrapper scripts
make it easy to convert markdown documents to PDFs and to convert web
pages to markdown documents.
In contrast to existing tools for converting markdown to HTML, which
use regex substitutions, pandoc has a modular design: it consists of a
set of readers, which parse text in a given format and produce a native
representation of the document, and a set of writers, which convert
this native representation into a target format. Thus, adding an input
or output format requires only adding a reader or writer.
WWW: http://sophos.berkeley.edu/macfarlane/pandoc/
PR: ports/109028
Submitted by: John MacFarlane <jgm at berkeley.edu>
Approved by: miwi (mentor)
|
|
|
|
|
| |
INN does not install its default configuration files any more when
installed as a package, but the port is OK.
|
| |
|
|
|
|
|
| |
Partial changelog at
<https://sourceforge.net/project/shownotes.php?group_id=91526&release_id=478524>
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/src/GRANTM/XML-SAX-0.15/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.81/CHANGES
|
|
|
|
| |
- Remove 4.x cruft.
|
| |
|
|
|
|
|
|
|
|
| |
option, as described in http://cr.yp.to/qmail/faq/admin.html. Can be used with
every slaveport.
PR: ports/108987
Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
|
|
|
|
|
|
|
| |
o Fix install-dir typos. [1]
Requested by: many people
Pointy hat to: myself [1]
|
|
|
|
|
|
|
| |
o Fix install-dir typos. [1]
Requested by: many people
Pointy hat to: myself [1]
|
|
|
|
|
|
| |
o Bump PORTREVISION, accordingly.
Pointy hat to: myself
|
| |
|
| |
|
|
|
|
| |
Reported by: pav and pointyhat via kris
|
|
|
|
|
| |
PR: 108962
Submitted by: Uwe Laverenz <uwe@laverenz.de>
|
|
|
|
|
| |
PR: 108490
Submitted by: Peter Johnson <johnson.peter@gmail.com>
|
|
|
|
| |
Requested by: many people
|
| |
|
| |
|
|
|
|
|
| |
PR: 108984
Submitted by: CHAO Shin <quakelee@cn.freebsd.org>
|
|
|
|
| |
Report by: pointyhat
|
|
|
|
|
| |
PR: 108938
Submitted by: chinsan
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compiler front-end from a Labelled BNF grammar. It was originally
written to generate Haskell, but starting from Version 2.0, it can
also be used for generating Java, C++, and C.
Given a Labelled BNF grammar the tool produces:
* an abstract syntax as a Haskell/C++/C module or Java directory
* a case skeleton for the abstract syntax in the same language
* an Alex, JLex, or Flex lexer generator file
* a Happy, CUP, or Bison parser generator file
* a pretty-printer as a Haskell/Java/C++/C module
* a Latex file containing a readable specification of the language
WWW: http://www.cs.chalmers.se/~markus/BNFC/
PR: ports/109038
Submitted by: Kai Wang <kaiw27 at gmail.com>
|
|
|
|
|
| |
PR: 109040
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
|
|
|
|
|
| |
PR: 109046
Submitted by: Matt Mills<matt_mills@btopenworld.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 109030
Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer)
|
|
|
|
|
| |
PR: 109043
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
|
|
|
|
| |
Reported by: mezz
|
|
|
|
|
| |
PR: ports/108998
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
|
|
|
|
|
| |
- Fix conflicts with multimedia/mpeg4ip (sdp.h)
PR: ports/108428, ports/108572
Submitted by: Guido Falsi <mad at madpilot.net> (maintainer)
|
|
|
|
| |
free to commit in the wild now.
|
|
|
|
|
|
| |
PR: 108405
Submitted by: chinsan
Approved by: maintainer timeout
|
|
|
|
| |
Approved by: maintainer absence
|
| |
|
|
|
|
|
|
| |
PR: 108914
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 108913
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 108912
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 108910
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 108599
Submitted by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
PR: 108598, 108911
Submitted by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>,
"Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
|
|
|
|
| |
Approved by: itetcu (mentor, implicit)
|
|
|
|
| |
Submitted by: pointyhat via kris
|
|
|
|
|
|
| |
PR: 108909
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
| |
PR: 108906
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 108403
Submitted by: chinsan
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
| |
- Make pkg-descr shorter
PR: 107474
Submitted by: chinsan
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 108991
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer timeout
|
|
|
|
| |
Submitted by: Sergey Zaharchenko <doublef-ctm@yandex.ru>
|
|
|
|
|
|
|
|
|
| |
Set the submitter as new maintainer. Because the original
maintainer's email address is bouncing.
PR: ports/103164
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Approved by: itetcu (mentor) linimon (for maintainer reset)
|
|
|
|
| |
Approved by: itetcu (mentor, implicit)
|
|
|
|
| |
Spotted by: Tod McQuillin <devin@spamcop.net>
|
|
|
|
| |
Submitted by: curioso1100@gmail.com
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: krismail
|
|
|
|
| |
removal in 1 month.
|
|
|
|
| |
broken at that time and no fix has been submitted.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
1 month.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: portscout
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Remove unneeded flag JAVA_RUN=JDK
- Release maintainership
Reported by: portscout [1]
|
| |
|
| |
|
|
|
|
|
|
| |
- Release maintainership
Reported by: portscout [1]
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Suggested by: Andrey Chernov
|
|
|
|
|
|
|
|
| |
- Unbreak and unset EXPIRATION_DATE
- Use OPTIONS (and no longer autodetect optional dependencies)
- Remove irrelevant patches (have been included in mainstream version)
Submitted by: Olivier Rolland <billl@users.sourceforge.net> (author)
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
| |
PR: ports/109005
Submitted by: CHAO Shin <quakelee at cn.freebsd.org>
Approved by: alexbl (mentor, implicit)
|
| |
|
|
|
|
|
|
|
|
|
| |
* Fix an assertion in hal-device [1]
* Fix detection of disc volumes on FreeBSD 5.X
* Fix the mapping of SCSI to atapi devices [2]
Obtained from: HAL git [1]
Submitted by: jylefort [2]
|
| |
|
| |
|
|
|
|
|
| |
mmendez@energyhq.be
retry timeout exceeded
|
|
|
|
|
| |
PR: 109025
Submitted by: Ashish Shukla<wahjava@gmail.com> (maintainer)
|
|
|
|
| |
Submitted by: pointyhat via kris
|
| |
|
|
|
|
|
| |
PR: 109015
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/108966
Submitted by: Peter Thoenen <peter.thoenen at yahoo.com> (maintainer)
|
|
|
|
|
| |
PR: 109013
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
|
|
|
|
| |
Requested by: many
|
|
|
|
|
| |
PR: 108995
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
|
|
|
|
| |
PR: ports/108982
Submitted by: CHAO Shin <quake at cn.freebsd.org>
Approved by: alexbl (mentor, implicit), Quincey Koziol <koziol at hdfgroup.org> (maintainer)
|
|
|
|
|
|
| |
PR: ports/109022
Submitted by: nivit
Approved by: alexbl (mentor, implicit), "Michael Josic" <systemoperator at gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Framework (SPF) e-mail sender authentication system.
This release of Mail::SPF fully conforms to RFC 4408 and passes the 2006.11
release of the official test-suite <http://www.openspf.org/Test_Suite>.
The Mail::SPF source package includes the following additional tools:
* spfquery: A command-line tool for performing SPF checks.
* spfd: A daemon for services that perform SPF checks frequently.
WWW: http://www.openspf.org/
- Koen Martens
gmc@sonologic.nl
PR: ports/109020
Submitted by: gmc at sonologic.nl
|
|
|
|
| |
ports/dns/p5-Net-DNS-Resolver-Programmable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
descendant class that allows a virtual DNS to be emulated
instead of querying the real DNS. A set of static DNS
records may be supplied, or arbitrary code may be specified
as a means for retrieving DNS records, or even generating
them on the fly.
WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/
- Koen Martens
gmc@sonologic.nl
PR: ports/108997
Submitted by: Koen Martens <gmc at sonologic.nl>
|
|
|
|
| |
defined to really fix the dependency on p5-Math-BigInt-GMP.
|
| |
|
|
|
|
|
|
| |
PR: ports/109012
Submitted by: Martin Matuska <martin@matuska.org>
Obtained from: eaccelerator SVN
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
to on, and bump PORTREVISION. The rationale for this is that using the
Net::SSH::Perl module without the optimized Math::BigInt::GMP backend
for bignum computations is very slow (for instance, just logging to a
box takes ~15s eating all the CPU on a fast Core 2 Duo laptop).
Reviewed by: tobez
|
|
|
|
|
|
| |
uses the C libgmp library for fast bignum computations.
Reviewed by: tobez
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
comments, doc strings, blank lines and real code. It creates simple lines
counts for individual or multiple files, but can also be used to strip
comments from a source file, say. See a sample output of pycount running on
itself in verbose mode.
WWW: http://python.net/~gherman/pycount.html
PR: ports/108996
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
your Python code. It's very easy to use and can point out possible problems
with your code execution.
WWW: http://pycallgraph.slowchop.com/
PR: ports/108977
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
| |
|
| |
|
|
|
|
|
| |
PR: 108994
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
|
|
|
|
| |
installed devel/py-setuptools)
- Bumped PORTREVISION
PR: ports/108727
Submitted by: nivit
Approved by: alexbl (mentor, implicit), Neal Nelson <neal at nelson.name> (maintainer, via private email)
|
|
|
|
|
|
| |
PR: 108250
Submitted by: miwi
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 108983
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 108976
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
|
|
|
|
|
| |
letting them run into a patch error.
Noticed by: Grzes <gregorek@gmail.com>
|
|
|
|
|
| |
PR: 108970
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
|
|
|
|
| |
Approved by: maintainer (implicit)
|
|
|
|
|
| |
PR: 108974
Submitted by: leafy <leafy7382@gmail.com> (maintainer)
|
|
|
|
| |
Submitted by: pointyhat via kris
|
|
|
|
| |
Submitted by: pontyhat via kris
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
chunkrequest' scheme, where each REQCHUNKS packet contains one
new chunk and two older chunks. This can lead to duplicate data
being sent by mldonkeys, if a rotational chunkrequest scheme is
used when communicating with them." [1]
http://hydranode.com/docs/ed2k/ed2kproto.php#upload
o Bump PORTREVISION
Submitted by: spiral voice <spiralvoice@hotmail.com> (MLDonkey developer) [1]
|
|
|
|
| |
o Bump PORTREVISION
|
|
|
|
|
| |
PR: 109009
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
directories, but a 5% loss on smaller ones.
No code changes (yet) except for the deletion of one duplicate
("fetch: transfer timed out" -> "fetch_timeout".
|
|
|
|
|
|
|
| |
- Minor buxfixes in example files
PR: 109007
Submitted by: Maintainer
|
|
|
|
| |
Submitted by: Andrey Chernov
|
|
|
|
|
| |
- added icons for countrys
Suggested by: Andrey Chernov
|
|
|
|
| |
a struct is properly initialized to 0.
|
| |
|
|
|
|
|
| |
To see how it works, generation of the documents is moved
to post-build section.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Correct ejecting of mounted volumes (unmount before eject).
- Mounting of removable media drives (such as CD-ROM drives)
listed in /etc/fstab (removes checking linux's "user" mount option).
- Polling floppy drives over the mount state (FreeBSD HAL doesn't do this).
- Informing the fileview when HAL notifies that mounting is completed.
- Mounting cdrom volume in locale charset. Note: Requires cd9660_iconv!
PR: ports/108949
Submitted by: Maxim Samsonov <xors@sendmail.ru>
- Disable polling of nfs shares in the fstabbackend. Mounting/Unmounting
is broken and the polling can cause DBus aborts that take kded with
them.
|
| |
|
|
|
|
|
|
|
|
| |
come-back-anyway" dept.:
Fix build WITH_PTH on 6.x
Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua>
|
|
|
|
|
|
| |
not compatible with ancient MIME::Tools.
Noticed by: dolgov-spb@avangard.ru
|
|
|
|
|
|
| |
PR: ports/108947
Submitted by: Thomas E. Zander <riggs@rrr.de>
Approved by: miwi (mentor, implicit)
|
|
|
|
|
|
|
| |
PR: ports/108993
Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Reviewed by: jmelo
Reported by: krismail
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: maintainer
Pointyhat to: garga@
|
|
|
|
|
| |
Submitted by: Hisham Mardam Bey <hisham.mardambey@gmail.com>
Approved by: miwi (mentor, implicit)
|
|
|
|
| |
alignment apxs assert CATEGORIES cgi-bin forbidden stl
|
| |
|
| |
|
|
|
|
|
|
|
| |
wxPython, that helps you create wxWindows/wxPython user interfaces. At the
moment it can generate Python, C++ and XRC (wxWindows' XML resources) code.
WWW: http://wxglade.sourceforge.net/
|
|
|
|
| |
Submitted by: Kouhei Sutou <kou@cozmixng.org>
|
|
|
|
| |
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
|
| |
|
|
|
|
|
|
|
|
|
| |
- change maintainer address to FreeBSD.org one
- fold in changes suggested by [1]
PR: 107022, 108807 (based on) [1]
Submitted by: thinker@heaven.branda.to [1]
Approved by: ehaupt (mentor)
|
|
|
|
| |
- Make fetchable.
|
|
|
|
|
|
|
| |
- remove USE_GCC=34+, this was an implied workaround for FreeBSD 4.X compatibility.
PR: ports/108941
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
|
|
|
|
|
| |
Submitted by: pointyhat via Pav
Approved by: maintainer
|
| |
|
| |
|
|
|
|
| |
- Support additional compile-time option
|
|
|
|
|
| |
Submitted by: too many
Obtained from: http://rt.cpan.org/Public/Bug/Display.html?id=24835
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Reported by: "Daniel O'Connor" <doconnor@gsoft.com.au>
|
|
|
|
| |
Noted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
|
| |
|
|
|
|
|
|
| |
PR: 107959
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: maintainer timeout
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
tbclock is a dirty little app that displays a full screen binary clock
in your terminal (using curses). It doesn't support resizing (yet). It
is quite simple and features modules like 'guessbin' a little game and
'chrono' a timer with tenth of seconds.
WWW: http://tamentis.com/projects/tbclock/
|
|
|
|
|
|
|
| |
to be reliable enough
Requested by: kris
Approved by: erwin (mentor)
|
|
|
|
|
| |
Properly set INFO for those cases where we actually do not build libgomp,
and thus not libgomp.info either.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
outgoing e-mails from a qmail server. It works by means of qmail-queue
wrapping. It has a control file which allows selective auditing of sender or
recipient, as well as whom the messages should be forwarded to. This control
file allows regular expressions, what increases its flexibility of use.
WWW: http://qmail-auditor.sourceforge.net/
PR: ports/108942
Submitted by: Patrick Tracanelli <eksffa at freebsdbrasil.com.br>
|
|
|
|
| |
Submitted by: Nemo LIU <nemoliu at gmail com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Replace depreacted variable: INSTALLS_SHLIB
- Use DATADIR
PR: ports/108724
Submitted by: chinsan
Approved by: Jean-Baptiste Quenot <jbq at caraldi.com> (maintainer)
|
|
|
|
|
|
| |
PR: 108322
Submitted by: miwi
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
|
| |
not included anymore in base pear installation.
It has support for HTTP/HTTPS transport, proxies and authentication.
WWW: http://pear.php.net/package/XML_RPC/
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Update MOVED accordingly.
Approved by: maintainer
|