| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
non-JSON stuff, like allowing for comments in the files.
WWW: http://search.cpan.org/dist/Config-JSON/
PR: ports/126119
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
|
| |
|
|
|
|
|
|
|
| |
- Update WWW
PR: 126219
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enough. This module offers to have streams from filehandles searched with
regexes and allows the global input record separator variable to contain
regexes.
Thus, readline() and the <> operator can now return records delimited by
regular expression matches.
WWW: http://search.cpan.org/dist/File-Stream/
PR: ports/125926
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
|
|
|
|
| |
Submitted by: miwi
|
|
|
|
|
| |
PR: 126221
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 126264
Submitted by: Martin Kammerhoffer <mkamm@gmx.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
programming language.
WWW: http://home.gna.org/valide/
PR: ports/126253
Submitted by: Romain Tartière <romain at blogreen dot org>
Approved by: miwi (mentor implicit)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/B-Generate/Changes
PR: 126203
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
|
|
|
|
| |
when NOPORTODCS is set.
- Bump PORTREVISION.
Discussed with: gabor
Approved by: gabor (mentor, implicit)
|
| |
|
| |
|
|
|
|
| |
Integrate phonon-gst with phonon
|
|
|
|
| |
Reported by: ionbot
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Cleanup MAKE_ENV [0]
- Switch to devel/cvsps from devel/cvsps-devel (the former is all that is
needed and is maintained) [1]
- Pick up devel/p5-subversion when SVN is wanted [2]
PR: ports/125645 [1]
Submitted by: pav [0], Yarema <yds@CoolRat.org> [1], Justin Forest [2]
|
| |
|
|
|
|
| |
Reported by: ionbot
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Note:
With this update several ports specific problems
have been fixed. Qt4 headers and libraries have
been moved to include/qt4 and lib/qt4. bsd.qt.mk
defines QT_INCDIR and QT_LIBDIR now, which could
be used in qt4-dependent ports if required.
Thanks to: Max Brazhnikov Danny Pansters
|
|
|
|
|
| |
PR: 126186
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 126135
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
|
|
|
|
| |
PR: 126169
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 126181
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
| |
PR: 126070
Submitted by: KIMURA Yasuhiro <yasu at utahime.org>
|
|
|
|
| |
Reported by: pointyhat via erwin
|
|
|
|
|
| |
PR: 126125
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
|
|
| |
PR: ports/126153
Submitted by: Wen heping <wenheping gmail.com>
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
| |
scripting language to create dynamic gaming experiences. It relies
on OpenGL graphics and the SDL interface library to allow for
cross-platform implementation and is an all-encompassing gaming
environment for the development and enjoyment of 2D games.
WWW: http://www.love2d.org/
Approved by: miwi (mentor implicit)
|
|
|
|
|
| |
PR: 125815
Submitted by: Max Brazhnikov
|
|
|
|
|
| |
PR: ports/126152
Submitted by: Dmitry Kazarov <hanabana@mail.ru>
|
| |
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: 125328
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/126126
Submitted by: UEMURA at FreeBSD dot org, Tetsuya <t_uemura at macome dot co dot jp>
Approved by: "Matthew D. Fuller" <fullermd at over-yonder dot net> (maintainer)
Approved by: miwi (mentor implicit)
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/126107
Discussed with: #bsdports
Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by: araujo (mentor)
|
|
|
|
| |
Approved by: araujo (mentor)
|
|
|
|
| |
Submitted by: Fred Cox <sailorfred@yahoo.com>
|
|
|
|
| |
Approved by: gabor (mentor)
|
|
|
|
|
|
|
|
|
| |
- Add OPTIONS
- Bump PORTREVISION
PR: ports/125574
Submitted by: Olli Hauer <ohauer@gmx.de>
Approved by: gabor (mentor)
|
| |
|
|
|
|
|
| |
PR: ports/126027
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
| |
|
|
|
|
| |
Approved by: garga (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
under environments where you have STDOUT and/or STDERR tied to something
else, such as under fastcgi.
The module adds safe-guarding code when you call IPC::Run or IPC::Run3
under such environment to make sure it always works.
If you intend to release your code to work under normal envionrment as
well as under fastcgi, simply use this module *after* the "IPC" modules
are loaded in your code.
WWW: http://search.cpan.org/dist/IPC-Run-SafeHandles/
Approved by: araujo (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix pkg-plist for LDAP case
- Bump PORTREVISION
Added file(s):
- files/patch-apr-util-1.3.2__build__apu-conf.m4
(Will be removed in 1.3.3 release)
http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/build/apu-conf.m4?r1=668323&r2=675009&pathrev=675009&view=patch
PR: ports/125411
Reported by: several on ports@
Approved by: araujo (mentor)
|
| |
|
|
|
|
|
| |
PR: ports/126011
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
microcontrollers. It includes patches from the WinAVR project to
support the ATmega32C1, ATmega32M1, ATmega32U4, and ATtiny167
controllers, and in particular the next generation AVRs ATxmega64A1
and ATxmega128A1.
The port has been carefully crafted to peacefully coexist with the
non-devel avr-gcc port. All executables installed have the suffix
"-43" added for that reason.
|
|
|
|
|
|
|
|
| |
Silense an assembler warning that triggered too frequently on
legitimate code (binutils bug 5523).
Make $DATA_ORIGIN a configurable value within the linker script
templates.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 124928
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: ports/125124
Submitted by: Daniel Austin MBCS <freebsd-sparc64@dan.me.uk>
|
|
|
|
| |
Changes: http://www.bugzilla.org/releases/3.0.4/release-notes.html#v30_point
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-Parser/ChangeLog
|
| |
|
|
|
|
|
| |
PR: ports/126023
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
|
|
|
|
|
|
|
| |
- Switch to static library
PR: ports/126022
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
|
| |
|
|
|
|
| |
application
|
| |
|
| |
|
|
|
|
| |
options
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Take over mantainership
PR: 125866
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: Dmitry Karasik <dk@catpipe.net> (maintainer)
|
| |
|
|
|
|
| |
Reported by: QA Tindy
|
| |
|
|
|
|
| |
restrictive) USE_GCC=3.3.
|
|
|
|
|
|
|
|
| |
removed on 2008-03-07 so the CONFLICTS assignment in the lndir port
is no longer necessary.
PR: 125989
Submitted by: Carlos Santos <unixmania@gmail.com> (maintainer)
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
| |
(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.
|
|
|
|
|
| |
PR: ports/125853
Submitted by: Marcus von Appen <mva AT sysfault.org> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/POE-Component-RSSAggregator/Changes
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Submitted by: wxs
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
MAKE_ENV
|
|
|
|
|
|
|
| |
Get information about memory and swap usage from perl
PR: 125944
Submitted by: terry@sucked-in.com
|
|
|
|
|
|
|
| |
Obtain CPU information from a perl script
PR: 125947
Submitted by: terry@sucked-in.com
|
|
|
|
| |
Reported by: pav
|
|
|
|
|
|
| |
PR: ports/125443
Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua>
Approved by: maintainer timeout (yuanjue; 2 weeks)
|
|
|
|
|
|
|
| |
removed.
Prompted by: QA Tindy
Approved by: beech (mentor)
|
|
|
|
|
|
|
| |
- Switch to neon.28 and require at least py-cxx 5.4.1
PR: ports/125869
Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
namespace
|
|
|
|
| |
Reported by: pav
|
|
|
|
| |
Approved by: araujo (mentor)
|
| |
|
| |
|
|
|
|
| |
subversion expects
|
|
|
|
|
| |
takes a string with a human readable date/time and creates a machine
readable one by applying natural parsing logic.
|
|
|
|
|
| |
PR: ports/125430
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
|
| |
everything, but
bindings are installed from packages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes between 2.0.7 and 2.0.8 (19-May-2007 to 18-Jul-2008):
*) Upgrade build environment to GNU autoconf 2.62
*) Fix argument handling in "shtool mkln" command.
*) Adjust copyright for year 2008.
*) Detect Windows/Cygwin
*) Detect DragonFly BSD
*) Improved AIX hardware detection
*) Detect CentOS as a RHEL clone instead of a RHL clone.
*) Improved Mac OS X detection in "shtool plaform".
PR: ports/125852
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
|
|
|
|
| |
PR: ports/125851
Submitted by: Jonathan Hanna <jhanna at shaw.ca> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module is a filter for SVN::Notify that translates user account
names (e.g. "user1") into email addresses. It does this based on a
colon-separated file, like a UNIX passwd file (or more usefully)
the AuthUserFile used by Apache. The file path is specified via the
--account_file option to the svnnotify script, and the index
(zero-based) of the email field is specified via the --account_field
option.
Submitted by: Greg Larkin <glarkin at FreeBSD.org>
|
|
|
|
| |
Changes: http://search.cpan.org/src/RCAPUTO/POE-1.003/CHANGES
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Submitted by: nivit, Jonathan Weiss <jw@innerewut.de> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/125435
|
|
|
|
|
|
|
|
| |
isn't needed.
- Bump PORTREVISION again.
Thanks to: QA Tindy (itetcu)
|
|
|
|
| |
Submitted by: QA Tindy (itetcu)
|
| |
|
|
|
|
|
|
| |
PR: 125440
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer
|
|
|
|
|
|
| |
- Use OCAML macros
- Optional install of examples
- Claim maintainership
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/125621
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
|
| |
PR: 125804
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Pass mainteinership to submitter.
PR: ports/125532
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
| |
|
|
|
|
| |
Thanks to: itetcu
|
|
|
|
| |
make portlint happier.
|
|
|
|
|
|
|
|
| |
- Add NOPORTDOCS.
PR: ports/125215
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by: Jonathan Weiss <jw@innerewut.de> (maintainer)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/125529
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: itetcu (QA Tindy)
|
|
|
|
|
|
| |
missed a portrevision bump or something like).
Submitted by: miwi@
|
|
|
|
|
| |
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
|
|
|
|
|
|
| |
conflict with eachother.
Prompted by: QA Tindy run
|
|
|
|
|
|
|
| |
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QAa Tindy run
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Move post-install under bsd.port.pre.mk
PR: ports/125701
Submitted by: mitsuru at riken.jp
|
| |
|
|
|
|
|
| |
PR: 125778
Submitted by: Martin Jackson <mhjacks@swbell.net> (maintainer)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: marcus
Patched by: Max Brazhnikov
|
|
|
|
|
|
|
|
|
|
| |
The uuid module here is part of the standard library for
Python 2.5, distributed under the Python software license.
WWW: http://pypi.python.org/pypi/uuid/
PR: ports/125408
Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 125763
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
glarkin@FreeBSD.org.
Approved by: beech (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
JavaScript code to detect violations of a defined coding standard. It
is an essential development tool that ensures your code remains clean
and consistent. It can also help prevent some common semantic errors
made by developers.
WWW: http://pear.php.net/package/PHP_CodeSniffer/
PR: ports/125600
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
| |
Suggested by: lwhsu
|
|
|
|
|
|
|
|
|
|
|
|
| |
geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0
is not concerned with data formats or coordinate reference systems.
Responsibility for reading and writing data and projecting coordinates
is left to other packages like WorldMill and pyproj.
WWW: http://pypi.python.org/pypi/Shapely/
PR: ports/125475
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
|
| |
MARC21 bibliographic data.
WWW: http://pypi.python.org/pypi/pymarc
PR: ports/125427
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
|
| |
the GeoJSON.
WWW: http://pypi.python.org/pypi/geojson/
PR: ports/125208
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
interpreting the results of computational chemistry packages. The current
version, cclib 0.9, parses output files from ADF, GAMESS (US), GAMESS-UK,
Gaussian, Jaguar, Molpro, ORCA and PC GAMESS.
WWW: http://cclib.sourceforge.net/
PR: ports/125490
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
to Python code fast multiprecision arithmetic (integer, rational, and
float), random number generation, advanced number-theoretical functions,
and more.
WWW: http://code.google.com/p/gmpy/
PR: ports/125429
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
| |
PR: 125743
Submitted by: leeym
|
|
|
|
|
|
|
|
|
| |
This module allows you to parse and extract data from GPX files.
WWW: http://pypi.python.org/pypi/pygpx/
PR: ports/125254
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 125404
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
like the desktop folder and the music folder. It also handles
localization of the filenames.
WWW: http://freedesktop.org/wiki/Software/xdg-user-dirs/
PR: ports/125672
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
|
|
|
|
|
|
|
| |
during deinstallation the corresponding files will still exist for
comparison.
Found by: itetcu (tinderbox-2.4.3)
|
| |
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Prompted by: QA Tindy run
Approved by: maintainer, on private mail, some time ago
|
|
|
|
|
|
|
| |
- Remove unnecessary mktexlsr calling.
- Use PORTDOCS for additional docs.
- Use TEXMFDIR for share/texmf.
- Fix a typo in .if line.
|
|
|
|
|
|
|
| |
- use DOCSDIR in pkg-plist
- bump PORTREVISION
Prompted by: QA Tindy run
|
|
|
|
|
|
|
| |
- fix plist
- bump PORTREVISION
Prompted by: QA Tindy run
|
|
|
|
|
|
|
| |
- fix plist
- bump PORTREVISION
Prompted by: QA Tindy run
|
|
|
|
|
|
| |
other.
Prompted by: QA Tindy run
|
|
|
|
|
|
| |
other
Prompted by: QA Tindy run
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 125669
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
|
| |
subversion-freebsd.
Requested by: rnoland on #freebsd-gnome
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Furthermore, a new option controls the depth of function and macro
call graphs, which are now fully browsable in SVG-enabled browsers.
In addition, the web front-end provides support for hand-editing
of files, source code directory browsing, and functionality to
interactively explore the tree of a function's calling and called
functions. Finally, the processing engine includes support for
gcc's include_next and preprocessor conditionals within macro
invocations directives.
Reviewed by: bf <bf2006a at yahoo.com>
|
| |
|
|
|
|
|
|
| |
conflict with each other.
Prompted by: QA Tindy run
|
|
|
|
|
| |
PR: ports/125556
Submitted by: Timofeev Vladimir <vovkasm@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
- bump PORTREVISION
Prompted by: QA Tindy run
|
|
|
|
| |
Pointy hat to: me (through tinderbox again)
|
| |
|
|
|
|
|
| |
PR: 125507
Submitted by: leeym
|
|
|
|
|
|
| |
- bump PORTREVISION
Noticed by: QA Tindy
|
|
|
|
|
| |
PR: ports/125425
Submitted by: Wen heping <wenheping@gmail.com>
|
| |
|
|
|
|
| |
Changelog at <http://bouml.sourceforge.net/historic.html>.
|
|
|
|
| |
- Remove my backup master site, I thought CHEESESHOP is good
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/125396
Submitted by: Wen heping <wenheping AT gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports, which then results in an implicit dependency on gawk, with the
obvious bad things happening should gawk be later removed.
Note that because this is an edge case, which most folks will not run
into, and because it doesn't change the default package, I am not
bumping PORTREVISION as suggested in the original patch.
PR: 125101
Who: matthias <dot> andree <at> gmx <dot> de
|
|
|
|
|
| |
PR: ports/125441 [1]
Submitted by: Martin Sugioarto <martin.sugioarto@udo.edu>
|
|
|
|
|
| |
PR: ports/125472
Submitted by: hideo <hideo at darwin.lastamericanempire.com> (maintainer)
|
|
|
|
|
|
|
| |
- Rewording pkg-descr
PR: 125524
Submitted by: Jan Siml <jsi@jules.de> (maintainer)
|
|
|
|
|
|
|
| |
- Update WWW
PR: 125525
Submitted by: Jan Siml <jsi@jules.de> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/src/LDS/Devel-Cycle-1.10/Changes
|
|
|
|
|
|
|
|
| |
- Switch to USE_CMAKE
PR: based on 120323
Submitted by: Dmitry Sivachenko <demon@freebsd.org>
Approved by: shaun (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Implementation of the abstract POE::Loop interface written in C
using the poll(2) system call.
PR: ports/125377
Submitted by: Zach Thompson <hideo at lastamericanempire.com>
|
|
|
|
|
| |
PR: ports/125416
Submitted by: Timofeev Vladimir <vovkasm@gmail.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/125259
Submitted by: Bjorn Konig <bkoenig at alpha-tierchen.de>
|
|
|
|
|
|
| |
- Since libclaw now uses verioned .so's, update dependent port to LIB_DEPEND on libclaw instead of BUILD/RUN_DEPEND
Approved by: miwi (mentor)
|
|
|
|
|
|
|
| |
To: edwin@freebsd.org
Edwin, can you change for all my ports maintainer address from
achilov-rn@askd.ru to citycat4@ngs.ru?
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/src/SARTAK/MooseX-Singleton-0.09/ChangeLog
|
|
|
|
|
| |
invert checks such way, that default config without OPTIONS at all is equivalent
to default config, specified via OPTIONS.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 124985 (partially)
|
|
|
|
|
|
|
|
|
| |
generate all the loop tests for one or more POE::Loop subclasses.
WWW: http://search.cpan.org/dist/POE-Test-Loops/
PR: ports/125319
Submitted by: Zach Thompson <hideo at lastamericanempire.com>
|
|
|
|
|
|
| |
- Respect NOPORTEXAMPLES
- Use shell expansion for octave version instead of make expansion
- Add a gen-pkg-plist for easier pkg-plist update for maintainer
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION after apr update [2]
PR: 125294
Submitted by: Max Brazhnikov <makc@issp.ac.ru> [1] (maintainer)
rodrigc [2]
|
|
|
|
|
| |
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
|
|
|
|
|
|
|
|
|
|
| |
- Add CHEESESHOP as primary donwload site
- Move easy_install support to <bsd.python.mk>
- Remove files/pkg-deinstall.in, files/pkg-install.in
- Use sources to build the port (instead of installing the egg directly)
PR: ports/124878
Submitted by: Wen heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
| |
PR: 125270 125271 125272 125278 125281 125282
125284 125285 125287 125288 125289 125290
125291 125292 125293 125295 125296 125297
125300
Submitted by: rodrigc
|
|
|
|
| |
PR: 125269 125274
|
|
|
|
|
| |
PR: 125275
Submitted by: rodrigc@
|
|
|
|
|
|
|
| |
PR: 125247
Submitted by: Carsten Wiedmann <carsten_sttgt@gmx.de>
Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
via private e-mail
|
|
|
|
|
|
|
| |
have proper CONFIGURE_ARGS now and will not fail to build when
subversion was built with apache's apr
(2) Bump devel/apr library version to 1.3
(3) Increase PORTREVISION, of course.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}
in the *_DEPENDS, that way it will finding correct file when I tweak the
PREFIX.
- NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files.
|
|
|
|
| |
Submitted by: Pedro (pfgshield-freebsd at yahoo.com)
|
|
|
|
|
|
| |
PR: ports/125121
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: gabor (mentor, implicit)
|
|
|
|
|
|
| |
PR: ports/125298
Submitted by: Craig Rodrigues <rodrigc@FreeBSD.org>
Approved by: wen heping <wenheping@gmail.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/125276
Submitted by: rodrigc
|