| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EXIF and IPTC image metadata. It is a python module that allows your python
scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded in image
files (JPEG, TIFF, ...).
It is designed as a high level interface to the functionalities offered by
exiv2 (and is built on top of it). Using python's built-in data types and
standard modules, it provides easy manipulation of image metadata.
WWW: http://tilloy.net/dev/pyexiv2/
PR: ports/124193
Submitted by: Denis Barov <dindin at dindin.ru>
|
|
|
|
| |
Approved by: erwin (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If password based logins is enabled in ikiwiki, those passwords were
until this release stored in cleartext in the userdb. To guard
against exposing users' passwords, ikiwiki now use strong (blowfish)
hashes for storing passwords.
To hash existing passwords, update to this version and run the
following command for each of your ikiwiki src dirs:
ikiwiki-transition hashpassword /path/to/your/wiki/srcdir
Approved by: erwin (mentor, implicit)
Security: http://www.vuxml.org/freebsd/90db9983-2f53-11dd-a0d8-0016d325a0ed.html
|
|
|
|
| |
Approved by: erwin (mentor, implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
passphrases. An object of this type is a passphrase recogniser: its
job is to recognise whether an offered passphrase is the right one.
For security, such passphrase recognisers usually do not themselves
know the passphrase they are looking for; they can merely recognise it
when they see it. There are many schemes in use to achieve this
effect, and the intent of this class is to provide a consistent
interface to them all, hiding the details.
The CPAN package Authen::Passphrase contains implementations of
several specific passphrase schemes in addition to the base class.
WWW: http://search.cpan.org/dist/Authen-Passphrase/
Approved by: erwin (mentor)
|
| |
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/dist/Crypt/UnixCrypt_XS/
Approved by: erwin (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
key setup very expensive. ("Eks" stands for "expensive key
schedule".) This doesn't make it significantly cryptographically
stronger, but is intended to hinder brute-force attacks. It also
makes it unsuitable for any application requiring key agility. It was
designed by Niels Provos and David Mazieres for password hashing in
OpenBSD.
Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost
parameter that controls how expensive the key scheduling is. It also
takes a family key, known as the "salt". Cost and salt parameters
together define a cipher family. Within each family, a key determines
an encryption function in the usual way.
This distribution also includes an implementation of "bcrypt", the
Unix crypt() password hashing algorithm based on Eksblowfish.
WWW: http://search.cpan.org/dist/Crypt-Eksblowfish/
Approved by: erwin (mentor)
|
| |
|
|
|
|
|
|
|
|
|
| |
from VMS, and some associated VMS username and password handling
functions.
WWW: http://search.cpan.org/dist/Authen-DecHpwd/
Approved by: erwin (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 124091
Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
of Perl modules, which are normally handled at compile time.
WWW: http://search.cpan.org/dist/Module-Runtime/
Approved by: erwin (mentor)
|
|
|
|
| |
Reported by: itetcu
|
|
|
|
|
| |
PR: 124026
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
|
|
|
|
| |
PR: 124026
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
|
|
|
|
|
|
| |
- Update maintainer mail adress
PR: 124192
Submitted by: Benjamin Lutz (maintainer)
|
|
|
|
| |
Reported by: Pedro Giffuni <pfgshield-freebsd (at) yahoo.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
a BSD-style license like Apache. It allows the definition and use of macros
within apache runtime configuration files. The syntax is a natural extension
to apache html-like configuration style.
WWW: http://www.cri.ensmp.fr/~coelho/mod_macro/
PR: ports/124173
Submitted by: Lukasz Wasikowski <lukasz at wasikowski.net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 124189
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
|
|
|
|
|
|
|
|
| |
- Update pkg-message to better visual
PR: ports/124117
Submitter: Jason E. Hale <bsdkaffee gmail.com> (maintainer)
Approved by: thierry (mentor)
|
| |
|
|
|
|
|
|
|
| |
- Fix build with gcc4.2
Submitted by: miwi
Approved by: David Wolfskill (maintainer via private mail)
|
|
|
|
|
|
|
| |
- Use SF macro
PR: 124188
Submitted by: David Wolfskill <david@catwhisker.org>
|
| |
|
| |
|
|
|
|
|
| |
PR: 124188
Submitted by: David Wolfskill <david@catwhisker.org>
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=603069>.
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=600358>.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and controlled from a single terminal. tmux is intended to be a simple, modern,
BSD-licensed alternative to programs such as GNU screen.
WWW: http://tmux.sf.net/
PR: ports/124093
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
| |
Repocopy and adding necessary fixes has been done.
|
|
|
|
|
|
|
|
|
| |
- Fix the post-patch target
- Remove un-necessary Author line in pkg-descr
- Pass maintainership to submitter
PR: 124158
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 124178
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
|
|
|
| |
- Install setup.sh as mpdscribble-setup which is required at runtime
- Bump PORTREVISION
PR: ports/122993
Submitted by: Sokolov Alexey <sokolov at truebsd.org>
|
|
|
|
|
|
| |
PR: 118502
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Approved by: maintainer timeout (about 6 months)
|
|
|
|
|
|
| |
- bump the PORTREVISION
Approved by: miwi
|
|
|
|
|
| |
Approved by: miwi
PR: ports/121414 (with updated patch)
|
|
|
|
|
| |
PR: ports/123811
Submitted by: Edward Sutton, III <mirror176 at hotmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a user opts out of the first part of the pkg-install script, but
elects to interact with the second part of the script and decides to
create new certs, the creation of the certs will fail silently if the
certs directory does not exist. This is because the certs directory
is created (if necessary) in the pre-install portion of the pkg-install
script, but the certs are created in the post-install part of the script.
This PR corrects this problem by moving the creation of the certs directory
to the same subroutine that the certs are created in.
PR: ports/123883
Submitted by: Paul Schmehl <pauls at utdallas.edu> (maintainer)
|
|
|
|
|
|
| |
PR: 117985
Submitted by: Oles Hnatkevych <don_oles@able.com.ua>
Approved by: maintainer timeout
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 122734
Submitted by: Steve Wills <steve@mouf.net>
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 124183
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
DSS6 support environment memo:
o Compile tested on i386(8-current)/amd64(7-stable).
o Playing tested on i386(8-current) to i386/amd64 like
$ mplayer rtsp://STREAMSERVER/sample_h264_1mbit.mp4
|
| |
|
|
|
|
|
| |
PR: 124020
Submitted by: Scot W. Hetzel <swhetzel@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 123309
Submitted by: Lapo Luchini <lapo@lapo.it>
|
|
|
|
| |
BUILD_DEPENDS.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reorganization:
print/ghostscript-gnu -> print/ghostscript7
print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
print/ghostscript-gpl -> print/ghostscript8
print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont
and clean up Makefile of each port for the changes, and assign the
maintainers to doceng@.
Not hooked up to the build yet because it needs more fixes in
dependent ports and bsd.port.mk.
PR: ports/124157
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/123998
Submitted by: David Johnson <david at usermode.org> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
"my modifications to lev's devel/subversion port in order to use the
1.5.0 RC and add peter's patches."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and subversion-freebsd were my work. rodrigc did great work on the
www/serf port which subversion 1.5.0 can use if it's enabled.
These changes actually accomplish what peter asked for, a subversion-devel
that is a generic port of the 1.5.0 release candidate, and a -freebsd
version that is a slave to that port, to add some custom hacks that are
necessary only for accessing the FreeBSD Project repository.
So in the process, update COMMENTs, pkg-descrs, etc. to suit, and remove
the majority of the stuff from the -freebsd version since those things
are not needed for the slave port. Also make conditional those things
in the -devel port that need to be conditional in the master, and update
the definitions and defaultedness of the neon and serf OPTIONS.
It is intended that when devel/subversion is updated to 1.5.x that the
-freebsd port be pointed in that direction. Also, lev has volunteered to
maintain this stuff in the long term, I'm simply helping out right now
so that we can get it off the ground.
|
|
|
|
| |
Reported by: itetcu
|
|
|
|
|
|
| |
PR: 123605
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
- Take over maintainership
PR: 124175
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
from a PostgreSQL log file. pgFouine can help you to determine which
queries you should optimize to speed up your PostgreSQL based
application.
WWW: http://pgfouine.projects.postgresql.org/
PR: ports/123464
Submitted by: Pierre-Emmanuel Andre <pea at raveland.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For the upcoming migration of the FreeBSD src repository from
CVS to subversion, we need two ports to be created: subversion-devel
-> this port will track subversion 1.5, until it is released
-> according the to the subversion developers, we cannot make
pre-release versions of subversion part of any official
distributions: http://svn.haxx.se/dev/archive-2008-05/1096.shtml
but, we need to get something going for people to use and test
the new FreeBSD svn repository -> should use www/serf port if
possible see PR 124059
subversion-freesbd -> this will be based on subversion-devel,
but with have some private patches from Peter Wemm available
at: http://people.freebsd.org/~peter/
PR: ports/124060
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
|
| |
|
|
|
|
|
|
| |
PR: 123604
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: maintainer timeout
|
|
|
|
| |
devel/subversion to devel/subversion-devel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subversion is a version control system designed to be as
similar to cvs(1) as possible, while fixing many outstanding
problems with cvs(1).
This version adds patches that at this time are specific
to the needs of the FreeBSD Project src repository. If you
do not need to access that repository you will want to use
devel/subversion.
WWW: http://subversion.tigris.org/
PR: ports/124060
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
|
|
|
|
| |
devel/subversion to devel/subversion-freebsd
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
for X11. It was desigend to be scriptable in any language and
integrate well with window managers like dwm, wmii and xmonad though
it will work with any windowmanger.
WWW: http://gotmor.googlepages.com/dzen
PR: ports/124011
Submitted by: Morten Slot Kristensen
|
|
|
|
|
|
| |
PR: 121673
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
from a mounted camera) to another directory. You can choose date ranges from
within to copy the images. For example you can just choose the pictures from
one day of the event in one directory and after that you can move the other day
into another directory.
WWW: http://www.formorer.de/code/import-pictures/import-pictures.html
PR: ports/123488
Submitted by: Alexander Kuehn
|
|
|
|
|
|
|
|
|
| |
- Fix NOPORTEXAMPLES
PR: 121731
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1]
miwi
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Fix build with gcc 4.2
PR: 117874
Submitted by: bsam
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 123493
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120652
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120665
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 123478
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 123440
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 121742
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120709
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 123479
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120707
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120706
Submitted by: lippe
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
|
| |
- Add missing dependency
PR: 120705
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120697
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120701
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120700
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120663
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
| |
- Respec NOPORTEXAMPLES
PR: 120696 [1]
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120662
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120662
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120659
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120653
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 123447
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120649
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120648
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 123444
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 120646
Submitted by: lippe
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
- Add missing dependency
PR: 120645
Submitted by: lippe
|
|
|
|
| |
ports/irc/p5-POE-Component-IRC-Plugin-CoreList
|
|
|
|
|
|
|
| |
excellent Module::CoreList module which will let you know
what modules shipped with which versions of perl, over IRC.
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-CoreList/
|
|
|
|
| |
ports/irc/p5-POE-Component-IRC-Plugin-Bollocks
|
|
|
|
|
|
|
|
|
| |
generates management bullshit whenever you need it.
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Bollocks/
PR: ports/-u
Submitted by: Martin Wilke <miwi at FreeBSD.org
|
| |
|
|
|
|
|
|
|
|
|
| |
1.5.2. The version 1.5.2 beaks client/server set.
- Bump PORTEPOCH.
Discussed with: Frank Wall <fw@luzy.moov.de>, Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer implicit.
|
| |
|
|
|
|
|
| |
PR: ports/124129
Submitted by: Yi-Jheng, Lin <yzlin at cs.nctu.edu.tw>
|
|
|
|
|
| |
PR: ports/124159
Submitted by: Hugo Leisink <hugo at leisink.net> (maintainer)
|
|
|
|
|
| |
PR: ports/124012
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
|
|
|
|
|
| |
PR: 124149
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
|
|
|
|
| |
PR: 124149
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
|
|
|
|
| |
PR: 124138
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
symbolic link itself instead of to the file the link points to.
WWW: http://search.cpan.org/dist/Lchown/
PR: ports/123214
Submitted by: Jeffrey Goldberg <jeffrey at goldmark.org>
|
|
|
|
|
| |
PR: 124152
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
PR: ports/124088
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
Approved by: garga (mentor, implicit)
|
|
|
|
|
|
|
|
| |
Add xft support (default off)
PR: ports/124072
Submitted by: Dmitry Klimov <lazyklimm@gmail.com>
Approved by: garga (mentor, implicit), maintainer
|
|
|
|
|
|
| |
PR: ports/124095
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
Approved by: garga (mentor, implicit)
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION.
PR: ports/123838
Submitted by: Jona Joachim (maintainer)
Prompted by: ionbot (my alter ego :-D)
|
|
|
|
|
|
|
|
|
| |
is on.
http://www.mail-archive.com/rsync-cvs@lists.samba.org/msg05785.html
Submitted by: sem
Obtained from: rsync cvs
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: ports/123999
Submitted by: Marcus von Appen (maintainer)
|
|
|
|
|
|
| |
mentioning version 2.48 in the entry.
Approved by: erwin (mentor, implicit)
|
|
|
|
|
|
|
|
| |
password and OpenID login enabled.
Submitted by: Joey Hess <joeyh at debian.org> (IkiWiki author)
Approved by: erwin (mentor, implicit)
Security: http://www.vuxml.org/freebsd/09066828-2ef1-11dd-a0d8-0016d325a0ed.html
|
|
|
|
| |
Approved by: erwin (mentor, implicit)
|
|
|
|
|
| |
bump PORTREVISION
this fixes the audacious-crossfade build
|
|
|
|
| |
Submitted by: pavbot
|
|
|
|
|
|
| |
- Remove 00readme.
- Remove a duplicated line in patch-tgif2tex.
- Add s,#!/usr/bin/perl,${PERL}, replacement.
|
|
|
|
|
|
| |
directory
Reported by: pointyhat
|
|
|
|
|
|
| |
- Fix patching (gnomehack now does more)
Reported by: pointyhat
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: ports/124010
Submitted by: Max Brazhnikov (maintainer)
|
|
|
|
| |
- Add "gothic" as font family.
|
|
|
|
|
|
| |
the ports tree.
Approved by: maintainer
|
| |
|
|
|
|
| |
- Add "mincho" and "gothic" as font family.
|
|
|
|
| |
Reported by: itetcu
|
|
|
|
| |
Reported by: itetcu
|
|
|
|
|
|
|
|
|
|
|
| |
It's purpose is PIM data synchronization with mobile
devices over HTTP or OBEX/Bluetooth channels.
WWW: http://libsyncml.opensync.org/
PR: ports/121632
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Approved by: gabor (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
written in C. It is designed to run on any POSIX system
(Linux/BSD/UNIX-like OSes).
WWW: http://xcpc.sourceforge.net/
PR: ports/120189
Submitted by: Sven Klose <pixel@hugbox.org>
Approved by: gabor (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Adopt maintainship
- Add docs and examples
|
| |
|
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/perldoc?DBIx::Class::EncodeColumns
PR: ports/123943
Submitted by: Vladimir Timofeev <vovkasm at gmail.com>
|
|
|
|
|
| |
PR: 123983
Submitted by: Yi-Hsuan Hsin <mhsin@mhsin.org> (maintainer)
|
|
|
|
| |
Reported by: ionbot
|
|
|
|
|
| |
PR: 124079
Submitted by: Ashish Shukla <wahjava@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
WWW: http://ftp.gnome.org/pub/GNOME/sources/desktop-data-model/
PR: ports/124078
Submitted by: Ashish Shukla <wahjava at gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
client stacker popup. It is now used in other projects such
as the OLPC Sugar interface, and the Big Board desktop.
WWW: http://developer.mugshot.org/wiki/Hippo_Canvas
PR: ports/124077
Submitted by: Ashish Shukla <wahjava at gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
It allows for comments and meta data as well.
WWW: http://search.cpan.org/~vvelox/ZML-0.5.1/
PR: ports/123620
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
|
|
|
|
|
|
| |
PR: 123663
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Approved by: maintainer
|
|
|
|
|
| |
PR: 124142
Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> (maintainer)
|
|
|
|
|
| |
PR: 123533
Submitted by: bf <bf2006a@yahoo.com> (maintainer)
|
|
|
|
| |
Approved by: erwin (mentor)
|
| |
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
|
|
|
| |
- Pass maintainship to submitter
Submitted by: Anatoly Borodin (anatoly.borodin@gmail.com) via mail
Approved by: miwi (mentor)
|
|
|
|
|
| |
PR: 123438
Submitted by: "Josh Paetzel" <josh@tcbug.org>
|
|
|
|
|
| |
PR: 124150
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
WWW: https://launchpad.net/poppler-python
PR: ports/122752
Submitted by: Romain Tartiere <romain at blogreen.org>
|
|
|
|
|
| |
PR: 124030
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Subclassable thread-related classes (such as locks)
* Read/Write locks
WWW: http://www.var-dev.net
PR: ports/119737
Submitted by: James Stapleton <fbsdporter at var-dev.net>
|
|
|
|
| |
Approved by: maintainer, mentor (implicit)
|
|
|
|
|
|
| |
PR: 117378
Submitted by: Jarkko Santala <jake@iki.fi>
Approved by: maintainer
|
|
|
|
|
| |
PR: 124044
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Respect NOPORTEXAMPLES
PR: 124120
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
|
| |
PR: 123917
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
|
|
|
|
|
| |
PR: 123970
Submitted by: Denise H. G. <darcsis@gmail.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: 123595
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
|
| |
PR: 123599
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
|
| |
PR: 123986
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
|
|
|
|
|
|
|
| |
2008-04-07 net-mgmt/ap-utils: Does not work with gcc4.2; appears to be abandoned
2008-03-31 multimedia/xfce4-xmms-controller-plugin: Project is dead
2008-05-15 www/pear-HTTP_Session: Use www/pear-HTTP_Session2 instead
2008-05-04 security/bioapitool: All functionallity of this tools has been merged with pam_bsdbioapi
|
| |
|
|
|
|
|
| |
PR: 124001
Submitted by: Martin Kjeldsen <mk@catpipe.net>
|
| |
|
| |
|
|
|
|
| |
Submitted by: ionbot :-D
|
|
|
|
|
|
| |
PR: 124058
Submitted by: Hiroshi Fujishima <hirobo@tonteki.org>
Approved by: maintainer
|
|
|
|
|
| |
PR: 124025
Submitted by: "Max E. Kuznecov" <mek@mek.uz.ua> (maintainer)
|
|
|
|
|
| |
PR: 124033
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 124067
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
|
|
|
|
|
| |
PR: 124014
Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
|
|
|
|
|
|
|
|
| |
- Drop maintainership
PR: ports/123988
Submitted by: Gea-Suan Lin <gslin gslin.org> (maintainer)
Approved by: tabthorpe (mentor)
|
|
|
|
| |
Approved by: miwi (mentor implicit)
|
|
|
|
|
| |
PR: 124110
Submitted by: Robert Noland <rnoland@2hip.net> (maintainer)
|
|
|
|
|
| |
PR: 124106
Submitted by: Robert Noland <rnoland@2hip.net> (maintainer)
|
|
|
|
|
| |
PR: 124105
Submitted by: Robert Noland <rnoland@2hip.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
daemon-like programs. The framework provides for standard commands that work
for as init.d files and as apachectl-like commands.
Programs that use Daemon::Generic subclass Daemon::Generic to override its
behavior. Almost everything that Genric::Daemon does can be overridden as
needed.
WWW: http://search.cpan.org/dist/Daemon-Generic/
PR: ports/124133
Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
mechanism of requiring a translated socket.ph file, this uses the h2xs program
(see the Perl source distribution) and your native C compiler. This means
that it has a far more likely chance of getting the numbers right. This includes
all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc.
WWW: http://search.cpan.org/dist/Socket/
PR: ports/124132
Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com>
|
|
|
|
| |
- Add sevenload.com website to pkg-descr
|
|
|
|
|
| |
PR: 124008
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
| |
PR: 124009
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
|
|
|
|
|
| |
PR: 124105
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
| |
PR: 124054
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
|
|
|
|
|
| |
PR: 124034
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
|
|
|
|
|
| |
PR: 124037
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 124045
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 124043
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 123949
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
|
|
|
|
|
| |
PR: 124038
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 124039
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 124040
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 124046
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 124042
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 124041
Submitted by: Ports Fury
|
|
|
|
| |
Noticed by: miwi
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
vulnerability
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 123934
Submitted by: Gary Palmer
Approved by: maintainer implicit
|
| |
|
| |
|