| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PORTREVISION.
Reported by: itetcu
|
| |
|
|
|
|
| |
Approved by: erwin (mentor)
|
|
|
|
|
|
|
|
| |
default to honor the fact that 'nobody' is not intended to own any
files.
Requested by: simon
Approved by: erwin (mentor)
|
|
|
|
| |
Approved by: erwin (mentor)
|
|
|
|
| |
Submitted by: sebosik@demax.sk
|
| |
|
|
|
|
|
| |
PR: 123645
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
|
| |
PR: 123543
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
|
| |
PR: 123370
Submitted by: leeym
|
|
|
|
|
| |
- Take maintainership
- Remove pkg-plist file
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Tibetan & Himalayan Digital Library releases the Unicode character
based Tibetan Machine Uni OpenType font for writing Tibetan, Dzongkha
and Ladakhi in dbu-can script with full support for the Sanskrit
combinations found in chos skad texts.
This font is based on the Tibetan Machine font originally designed and
developed by Tony Duff of the Tibetan Computer Company over many
years, the rights of which were purchased from him by the Trace
Foundation in order to make it freely available under the terms of the
Gnu General Public License.
OpenType tables and more than 2,000 additional glyphs were added to
the original font by Nathaniel Garson and Christopher Fynn under the
auspices of THDL. This new OpenType version of the font contains
almost 4,000 glyphs and can generate over 20,000 different
combinations.
WWW: http://www.thdl.org/tools/fonts/
Author: Tony Duff
|
|
|
|
|
| |
PR: ports/123802
Submitted by: Martin Matuska <mm@FreeBSD.org>
|
|
|
|
|
|
|
| |
PR: ports/123530
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: flz (portmgr)
|
|
|
|
|
|
|
| |
- Style fixes.
PR: ports/123780
Submitted by: Gea-Suan Lin
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
PR: ports/123670
Submitted by: Andrey Groshev <greenx@yandex.ru>
Reviewed by: mlaier (maintainer)
Approved by: garga (mentor), mlaier (maintainer)
|
|
|
|
| |
Merge from -devel useful things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NOTE: 0.6.31 moving to www/nginx as stable version soon.
<ChangeLog>
*) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
\xXX in an access_log.
Thanks to Maxim Dounin.
*) Change: now nginx allows several "Host" request header line.
*) Feature: the "modified" flag in the "expires" directive.
*) Feature: the $uid_got and $uid_set variables may be used at any
request processing stage.
*) Feature: the $hostname variable.
Thanks to Andrei Nigmatulin.
*) Feature: DESTDIR support.
Thanks to Todd A. Fisher and Andras Voroskoi.
*) Bugfix: a segmentation fault might occur in worker process on Linux,
if keepalive was enabled.
</ChangeLog>
|
|
|
|
|
|
|
|
|
| |
system.
- Bump PORTREVISION.
PR: ports/122850
Submitted by: Jaap Boender <Jaap.Boender@pps.jussieu.fr>
Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
|
|
|
|
| |
PR: ports/123739
Repocopied by: marcus
|
| |
|
|
|
|
| |
Approved by: mentor (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports automatically. Now if USE_OCAMLFIND_PLIST is defined
all files under findlib target directories will be added
to pkg-plist and thus requires no entries in static pkg-plist.
This is important since a number of ocaml ports install its
package files conditionally depending on platform and ocaml
configurations and thus static entries are not possible.
PR: ports/122844 (based on)
Submitted by: Jaap Boender <jaapb@kerguelen.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add OPTIONS dialogue to enable extra modules
- Add rc.subr start-up script
- Add the usual boilerplate so that inspircd will run as user ircd
from /usr/ports/UIDs
- Fix compilation so it works with the base system version of the
openssl libs as well as openssl installed from ports.
PR: ports/123076
Submitted by: Matthew Seaman <matthew.seaman@thebunker.net>
Approved by: Craig Edwards (Brain) <brain@inspircd.org> (maintainer)
|
| |
|
| |
|
|
|
|
| |
of changes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sakai deployit to support teaching and learning, ad hoc group collaboration,
support for portfolios and research collaboration.
Sakai is a free and open source product that is built and maintained by the
Sakai community. Sakai's development model is called "Community Source"
because many of the developers creating Sakai are drawn from the "community"
of organizations that have adopted and are using Sakai.
WWW: http://www.sakaiproject.org
PR: ports/121730
Submitted by: wenheping at gmail.com
|
|
|
|
|
|
|
|
|
|
| |
- Add gstreamer support
- Fix xine support (requires xcb support in libxine)
- Add missing USE_XORG
- Bump PORTREVISION
PR: ports/123763
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
|
|
|
|
|
|
| |
PR: 120333
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout
|
|
|
|
| |
Changelog at <http://bouml.sourceforge.net/historic.html>.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into Java classes from CPython via Java's Native Invocation Interface (JNI).
JCC generates C++ wrapper classes that hide all the gory details of JNI
access as well Java memory and object reference management.
JCC generates CPython types that make these C++ classes accessible from a
Python interpreter. JCC attempts to make these Python types pythonic by
detecting iterators and property accessors. Iterators and mappings may
also be declared to JCC.
WWW: http://pypi.python.org/pypi/JCC/
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: Tuc T-B-O-H <tuc_AT_t-b-o-h dot net>
|
| |
|
|
|
|
|
| |
PR: ports/123659
Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
|
| |
|
|
|
|
|
|
|
|
| |
- Slave port based on devel/cvstrac that implements Trac-like
functionality for the Subversion SCM system.
PR: ports/123651
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
|
| |
|
|
|
|
|
|
|
|
| |
- Slave port based on devel/cvstrac that implements Trac-like
functionality for the Git SCM system.
PR: ports/123565
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
|
|
|
|
|
|
| |
FreeBSD 7
Reported by: erwin, maintainer via email
|
|
|
|
|
| |
PR: ports/123694
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/123531
Submitted by: Harry Kane <harry.kane@gmail.com>
Approved by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
segfault sometimes on first invocation
- Get rid of redundant & in two places
- Bump PORTREVISION
There still is the unresolved issue of (likely) the gdt move causing the
host to hang for one guy, if this happens to you you can try the following
kernel patch that sets up seperate gdts at boot so kqemu doesn't have to
do the move:
http://people.freebsd.org/~nox/qemu/patch-sys-amd64-seperate-gdt.txt
Thanx to: Yamagi for testing
|
|
|
|
| |
- Take maintainership.
|
|
|
|
|
|
|
|
| |
-Remove seamonkey option; it doesn't build. [1]
-Correct the USE_LDCONFIG. (Unsure why it has lib/${MOZILLA}.)
PR: ports/117327 [1]
Reported by: Marat N.Afanasyev <marat@zealot.ksu.ru> [1]
|
| |
|
|
|
|
| |
- Take maintainership.
|
| |
|
|
|
|
| |
- Take maintainership.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Change JAVA_VERSION back to 1.4+ [1]
Changelog: http://www.mucommander.com/changes.php
Suggested by: mato <gamato (AT) users.sf.net> [1]
|
| |
|
|
|
|
|
| |
PR: ports/123730
Submitted by: Seiya Yanagita <s_yanagita@ybb.ne.jp> (maintainer)
|
|
|
|
|
|
|
|
| |
- Fix GNOME icon and desktop
- Bump PORTREVISION
PR: ports/123716
Submitted by: Piotr Smyrak <smyru at heron.pl> (maintainer)
|
| |
|
|
|
|
| |
- Make fetchable.
|
|
|
|
|
| |
PR: 123789
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The driver have been tested with the following devices
* Option GlobeSurfer iCON 7.2 (2.4.6Hd firmware)
* Option GlobeSurfer iCON 225
Older cards should work just fine with ubsa(4) or any similar
USB-over-serial driver.
Note that this driver should be considered beta.
WWW: http://www.shapeshifter.se/code/hso/
PR: ports/123680
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
managers like dwm to the console. As a console window manager it tries to make
it easy to work with multiple console based programs like vim, mutt, cmus or
irssi.
WWW: http://www.brain-dump.org/projects/dvtm/
PR: ports/123786
Submitted by: Beat Gätzi <beat at chruetertee.ch>
|
|
|
|
|
| |
PR: ports/123761
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
|
|
|
|
|
|
| |
from compat4x package
Reported by: many
|
|
|
|
| |
Approved by: erwin (mentor)
|
|
|
|
|
|
| |
PR: 123738
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Update to 5.0.0.e
PR: 123788
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
|
|
|
|
|
| |
PR: 123764
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
| |
|
|
|
|
| |
Reported by: sam sirlin <swsirlin@earthlink.net> on freebsd-ports
|
| |
|
| |
|
| |
|
|
|
|
| |
ports/www/p5-HTML-WikiConverter-GoogleCode
|
| |
|
|
|
|
|
| |
- Update pkg-descr.
- Upte WWW url.
|
|
|
|
|
|
| |
PR: 120959
Reported by: Andrew Reilly <areilly@bigpond.net.au>
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
|
|
|
|
| |
- Update package description
|
| |
|
|
|
|
|
|
|
|
| |
short messages through GSM modems and mobile phones.
This is the enhanced version 3.x maintained by Mr. Keijo "Keke" Kasvi.
WWW: http://smstools3.kekekasvi.com
|
|
|
|
| |
Reported by: pointyhat via pav
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via pav
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Added patch file to fix core dumps (will be submitted upstream)
- Pass maintainership to submitter
PR: ports/123564
Submitted by: Greg Larkin <glarkin@sourcehosting.net>
|
|
|
|
|
|
|
|
| |
- Back to pool per maintainer's request
PR: ports/123291
Submitted by: Beat Gatzi <beat@chruetertee.ch>
Approved by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: pointyhat via erwin
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Coverages appear as E00! It allows you to read and write binary coverages
just as if they were E00 files.
The C library can be easily plugged into existing E00 translators to add
support for binary coverages simply by replacing your existing translator's
read/write function with the functions provided by the library.
WWW: http://avce00.maptools.org/avce00/
PR: ports/123412
Submitted by: Wen Heping <wenheping at gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Arc/Info Export (E00) files. It can be easily plugged into existing E00
translators to add support for compressed E00 files simply by replacing
the existing translator's read/write function by the E00ReadNextLine()
and E00WriteNextLine() functions provided by the library.
WWW: http://avce00.maptools.org/e00compr/
PR: ports/123396
Submitted by: Wen Heping <wenheping at gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
classic F-1 Spirit game in that you first have to clear tracks in
a top-down view with stock cars, rally cars and so on by accumulating
points given for finishing in the first places until you actually
get to play the Formula 1 tracks.
Otherwise there are quite some enhancements, namely improved graphics,
improved music, more realistic physics, real shape shown in the
maps, camera rotation and zoom, split screen for up to four players,
(online) highscore tables and replay saving.
WWW: http://www.braingames.getput.com/f1spirit/default.asp
PR: ports/123686
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
|
|
|
|
|
| |
PR: 123746
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
| |
PR: 123745
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
| |
PR: 123747
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
|
|
|
|
|
| |
PR: 123748
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
|
|
|
|
| |
Submitted by: pavbot/erwinbot
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
three-dimensional chemical structures.
Features include reading a variety
of file types and output from quantum
chemistry programs, and animation of
multi-frame files and computed normal
modes from quantum programs.
WWW: http://sourceforge.net/projects/jmol/
PR: ports/123631
Submitted by: Wen heping <wenheping at gmail.com>
|
|
|
|
|
| |
PR: 123771
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
|
|
|
|
|
|
| |
- Pass maintainership to Submitter
PR: 123766
Submitted by: Pawel Pekala <c0rn@o2.pl>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
plugin translates any @username and the sender name to the link to the
user respectively. pidgin-twitter also can play a sound when an
incoming message contains any recipient name or sender name which is
listed in the each dedicated lists.
WWW: http://www.honeyplanet.jp/download.html
PR: ports/123767
Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com>
|
|
|
|
| |
Approved by: maintainer implicit
|
| |
|
|
|
|
| |
Approved by: maintainer implicit
|
|
|
|
| |
- Take maintainership
|
|
|
|
| |
- Take maintainership
|
|
|
|
| |
- Take maintainership
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
partition_codewords = partion_values
* correctly handle the nonsensical codebook.dim==0 case
* dd checks/rejection for absurdly huge codebooks
Obtained from: Xiph SVN
Security: http://www.vuxml.org/freebsd/f5a76faf-244c-11dd-b143-0211d880e350
|
| |
|
| |
|
|
|
|
|
|
|
| |
appropriate USE_AUTOTOOLS stanza.
Note that the mass-conversion from autoconf 2.61 -> 2.62 will take place
at a later date.
|
|
|
|
|
|
|
|
| |
- Update to 0.3.0.20080504
- Pass maintainership to submitter
PR: 123397
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
|
|
|
|
| |
Submitted by: Mark Daniel Reidel <mark@reidel.info>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Notes:
The slave ports multimedia/smplayer-qt4 have been removed
with the upgrade of multimedia/smplayer to 0.6.0, qt3 is
no longer supported. They are now fully integrated into
multimedia/smplayer.
Please uninstall multimedia/smplayer-qt4 port before
upgrading multimedia/smplayer to version 0.6.0 or higher.
|
|
|
|
| |
Requested by: pointhat via pav
|
|
|
|
|
|
|
|
| |
Requested by: many
PR: ports/116513 [1],
ports/123711 [2]
Submitted by: Bruce Cran <bruce@cran.org.uk> [1],
delphij [2]
|
|
|
|
|
| |
- Remove obsolete dhcp patch
- Bump PORTREVISION
|
|
|
|
| |
Submitted by: Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp> (maintainer)
|
|
|
|
| |
Submitted by: Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp> (maintainer)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: Dan Langille (FreshPorts Sanity)
Approved by: araujo (mentor)
|
|
|
|
|
| |
Include new error pages (NewEnglish); set these as the default error
pages.
|
|
|
|
|
|
| |
- Remove the old port
PR: ports/122781
|
|
|
|
|
|
|
|
|
|
| |
alias) from vpopmail database.
WWW: http://sourceforge.net/projects/vchkuser
PR: ports/119939
Submitted by: Luiz Otavio O Souza <loos.br@gmail.com>
Approved by: araujo (mentor)
|
|
|
|
|
|
| |
PR: ports/123575
Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer)
Approved by: araujo (mentor), Chuck Swiger <chuck@pkix.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/122394
Submitted by: "Aleksander Fafula" <aleksander.fafula@gmail.com>
Approved by: araujo (mentor), maintainer timeout (> 2 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Makefile rewrited (totally out of standard).
- Update WWW in pkg-descr.
- Move pkg-message to FILESDIR.
- Update pkg-plist.
- New RC script.
PR: ports/121824
Submitted by: Dennis Yusupoff <Denissia@yandex.ru>
Reworked by: lippe (myself)
Approved by: araujo (mentor), maintainer timeout (>2 weeks)
|
|
|
|
| |
PR: ports/122781
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/123476
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
| |
PR: ports/122781
|
|
|
|
| |
Spotted by: pointyhat
|
|
|
|
|
| |
PR: port/123474
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
|
|
|
|
| |
- Use SAVANNAH macro.
PR: ports/123511
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: Sergey Alexanov <salexanov@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/122735
Submitted by: Skalozubov Ilia <root at skinc.su>
Approved by: maintainer timeout (1 month)
|
|
|
|
|
| |
PR: 123646 123647 123648 123650
Submitted by: Greg Larkin <glarkin@sourcehosting.net>
|
| |
|
|
|
|
| |
PR: based on 123448
|
| |
|
| |
|
|
|
|
| |
[1] http://kapranoff.ru/~kappa/files/ports.UPDATING.rss20.xml
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/123683
Submitted by: Luiz Otavio O Souza <loos.br@gmail.com>
Approved by: thierry (mentor)
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: by mail
Submitted by: Scott MacGregor <shadowbq_AT_gmail dot com>
|
|
|
|
| |
Approved by: maintainer implicit
|
|
|
|
| |
Approved by: maintainer implicit
|
|
|
|
| |
Approved by: maintainer implicit
|
|
|
|
| |
Reported by: pointyhat via pav
|
|
|
|
|
|
| |
8.x-systems, where it is no longer part of compiler flags.
Notified by: pav
|
|
|
|
|
|
| |
tar: lib/synfig/modules/libmod_openexr.la: Cannot stat: No such file or directory
Reported by: pointyhat
|
|
|
|
|
| |
PR: ports/123699
Submitted by: Lapo Luchini
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
|
|
|
| |
PR: ports/122548
Submitted by: Dima Panov
While here switch to .bz2 master file, and to the easier SF-notation for
MASTERSITES. GNU-make is not (any longer?) required and parallel build
is now possible.
|
|
|
|
|
|
|
| |
install bin/uniconv
PR: 123743
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for the time being, while I investigate, why they sometimes fail with
"impossible case" and sometimes succeed. The removes the need for
MANUAL_PACKAGE_BUILD.
Use USE_TCL.
Using:
PR: ports/116550
PR: ports/122454
Submitted by: mm
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
to clear the central area from different colored bricks. Three or
more same colored bricks that touch will vanish. You can shoot
bricks into the playing field from the fringes.
WWW: http://bilious.homelinux.org/~paxed/brickshooter/
PR: ports/123540
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
backing as long as they apply to all. I refuse to obey a particular policy --
that of automatic bumping PORTREVISION of all ports lib-depending on mine.
It is no longer possible to leave obeying a disagreable policy to those, who
finds it acceptable, either -- portmgr gets really angry, threatening backouts
and commit-bit suspensions.
I thus have no other option but to relinquish maintainership of ports, which
install shared libraries, which any other ports depend on -- starting with
GraphicsMagick.
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
| |
PR: 123728
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Respect NOPORTEXAMPLES
PR: 123506
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 123507
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
|
|
|
|
|
|
| |
PR: 123582
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 123142
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 123277
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
|
|
|
|
|
| |
PR: 123578
Submitted by: olli hauer <ohauer@gmx.de>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(libmonetra [formerly libmcve]), allowing you to
work directly with MCVE/Monetra from your PHP
scripts. Monetra is Main Street Softworks' solution
to direct credit card processing for Unix.
WWW: http://pecl.php.net/package/mcve/
PR: ports/123665
Submitted by: Wen Heping <wenheping at gmail.com>
|
| |
|
|
|
|
|
|
| |
PR: 123586
Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org>
Approved by: maintainer implicit
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
jack-smf-recorder - whose purpose is to play and record MIDI streams
from/to Standard MIDI Files (i.e. the files with .mid extension)
using JACK MIDI. There is also smfsh, "SMF shell" that is kind of
interactive, command line SMF files manipulation tool which started
its life as a debugging aid. And finally libsmf, C library for
loading, writing and manipulating the contents of SMF files.
WWW: http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NBC (Next Byte Codes) is a programming language for the LEGO
MINDSTORMS NXT product. NBC's syntax is based on assembler programming
langauges, so experienced assembler programmers (or just about any
programmers) should find it very easy to get started with. Even if you
aren't an experienced programmer, NBC is relatively easy to learn.
WWW: http://bricxcc.sourceforge.net/nbc/
PR: 116274
Submitted by: Ivan "Rambius" Ivanov <rambiusparkisanius_ at __gmail.com>
|
|
|
|
|
|
|
|
|
| |
- Make fetchable again.
- Update pkg-desc.
PR: ports/123126, ports/117900
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>, Henrik Friedrichsen <henrik@cheat-project.com>
Approved by: gabor (mentor), Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
|
|
|
|
|
| |
PR: 123695
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move pkg-message to FILESDIR.
- Respect now NOPORTDOCS/NOPORTEXAMPLES.
[1] The distfile is obtained through a client-side script, which does not work with fetch(1).
PR: ports/121095
Submitted by: "Rashid N. Citycat Achilov" <citycat4@ngs.ru>
Reworked by: lippe (myself)
Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
|
|
|
|
|
| |
PR: 123727
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
|
|
|
|
|
|
| |
PR: 123698
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer implicit
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: ports/122939
Submitted by: Frank Fenor <frank@fenor.de>
Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
|
|
|
|
|
| |
PR: 123545
Submitted by: Giacomo.Mariani@die191.ing.unibo.it (maintainer)
|
|
|
|
|
| |
PR: 123505
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 123504
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 123503
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 123500
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 123501
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 123499
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 123498
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
sgtty exclusively. We'd better port it to termios, to make it work
without the COMPAT_43TTY kernel switch.
PR: 122884
Submitted by: Ed Schouten <ed@80386.nl>
|
|
|
|
|
| |
PR: 123497
Submitted by: Ports Fury
|
|
|
|
|
|
| |
- Take maintainership
Approved by: oliver (old maintainer)
|
|
|
|
| |
Submitted by: wxs
|
|
|
|
|
|
|
|
| |
- While I'm here fix ${MACHINE_ARCH}
PR: ports/123721
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Approved by: tabthorpe (mentor)
|
|
|
|
|
| |
PR: 123687
Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
|
|
|
|
|
| |
PR: 123679
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
|
|
|
|
|
| |
PR: 123678
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
|
|
|
|
|
| |
PR: 123677
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
|
|
|
|
|
| |
PR: 123676
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
|
|
|
|
|
| |
PR: 123672
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
|
| |
PR: 123610
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
| |
PR: 123609
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
installation of the cachemgr.conf.default file: instead of explicitly
installing it I thought it would be enough to change an automake
variable that served an entirely different purpose, namely
hardcoding the path to the configuration in the cachemgr.cgi
binary.
- While at it: remove a no longer needed .sh reference from
files/pkg-message.in.
- Set PORTREVISION to 1 because the hardcoded name of the default
configuration file has changed within cachemgr.cgi.
PR: 123573
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configuration file to be passed to the C++ preprocessor (Squid bug #2346).
Thanks to Laurent Levier for reporting this issue to the maintainer.
- Fix a mistake I (the maintainer) introduced regarding the installation
of the cachemgr.conf.default file: instead of explicitly installing it
I thought it would be enough to change an automake variable that served
an entirely different purpose. This is also a bug in www/squid which
will be addressed in a separate PR.
- Portrevision bumped because the content of the package changed
(the cachemgr.cgi binary now has the correct path to cachemgr.conf
hardcoded).
PR: 123572
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
|
|
|
|
| |
- Add an additional mirror set
|
|
|
|
|
| |
open-vm-tools-nox11 is a open source version of the
vmware-guestd and vmware-tools ports without X11 support.
|
|
|
|
| |
- Depend on gettext and libiconv
|
|
|
|
|
|
|
| |
o move all additional functionality into separate patches and make it
opt in. It has been concern of asterisks devs that the FreeBSD pacakage
adds functionalty not present in the original version, whch could be
confusing.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
sources: X-ray, NMR and DICOM-compatible imaging devices that
runs on free operating systems. Its aim is a easy to use DICOM
viewer with instant rendering of images, no matter the size and
the zoom of the DICOM image. It covers the "let's see the the
X-ray image" need of the medical professional.
WWW: http://www.orcero.org/irbis/kradview/
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Guy Yur <guyyur@gmail.com>
|
|
|
|
|
|
| |
PR: ports/123715
Submitted by: Guido Falsi <mad@madpilot.net>
Approved by: mentor (implicit)
|
|
|
|
| |
- Take maintainership.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
| |
Submitted by: Nick Evans (via private mail)
Approved by: garga (mentor)
|
|
|
|
|
|
| |
PR: ports/123636
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Approved by: garga (mentor, implicit)
|
|
|
|
| |
Submitted by: gahr@
|
| |
|
|
|
|
|
|
|
|
|
| |
CodeLite is a powerful open-source, cross platform code editor for the
C/C++ programming languages.
http://www.codelite.org
Approved by: miwi (mentor)
|
| |
|