| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: ports/188606
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist
- Add LICENSE
- Pet portlint
PR: ports/188605
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Assign maintainer to submitter
- Update master site
PR: ports/188586
Submitted by: Matthew Rezny <matthew@reztek.cz>
|
| |
|
|
|
|
|
|
| |
- use PERL instead of PERL5 in scripts
- rename patch files
- move text displayed with ECHO_MSG into pkg-message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Detect invalid packages that list directories in plist
- new pkg_emit_query_(yesno|select) to allow the library to ask question to the user
- Reinstall packages on upgrade if remote abi changed (this catches up automatically major upgrade of freebsd)
- Ability the specify the file to read the ABI from
- add --relocate to pkg add and register (this is totally unsafe to use a a normal user, it is intended to be used in the ports tree)
- clean/improvements in the repo handling functions
- validate the directory is actually a port directory when running pkg version against the ports tree
- new pkg audit -f <file> to run pkg audit against a local file
- pkg -j and pkg -c are now able to restart themself
- pkg version against the ports tree now works even if current working directory has been deleted out from underneath us.
- Improved pkg upgrade/install/delete output
- Improve cache handling
- Make pkg update more verbose
- new RUN_SCRIPTS options (default on) to be able to switch of the running pre/post operation scripts
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/188602
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
| |
- use shebangfix
|
|
|
|
|
|
|
|
|
|
| |
- use modern OPTION syntax
- remove useless PERL_LEVEL check (meanwhile always >= 501000)
- regenerate patch files so they match the `make makepatch' naming schema
- add LICENSE (GPLv2)
- remove BROKEN ...
with hat apache@
|
|
|
|
| |
- Bump PORTREVISION (default options changed)
|
|
|
|
|
|
| |
PR: ports/188595
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
| |
PR: ports/188592
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Craig Butler <craig@bsdtec.com> (maintainer, different email)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
http://nmap.org/changelog.html
Most of the changes of version 6.45 where already
adopted in the last port version
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
| |
. Fix LICENSE
. Strip libraries
|
|
|
|
|
| |
- Convert to USES=tar:bzip2
- Remove Author tag from pkg-descr, info available on homepage
|
|
|
|
|
|
| |
- Convert to USES=tar:bzip2
- Use options helpers
- Remove Author tag from pkg-descr, info available on homepage
|
|
|
|
|
|
|
|
|
|
|
|
| |
was a bad idea, I can't guess what dependencies they need (like
libidnkit) so back to the first option, allowing people to choose
what they want to do.
Add five new options, use DNS from base, which means that >= 10,
check_dns won't be there and check_dig will use drill, or allow
choosing between bind-tools, bind98, bind99 and bind910.
Sponsored by: Absolight
|
|
|
|
| |
- Remove license info from pkg-descr, available in Makefile
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- drop MAN8PREFIX
- undo silent install
- robust INSTALL
PR: 188068
Approved by: (Maintainer Timeout)
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format, option framework
- Fix build when GTK1=on
|
|
|
|
|
|
| |
- Strip libgd
PR: 188581
Submitted by: Steve Wills
|
|
|
|
|
|
|
| |
PR: 188637
Submitted by: Steve Wills
- Strip libgif
|
|
|
|
| |
Reported by: swills@
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Changes:
* module flag support for older commoncpp packages
* fix for commoncpp pc file
* some additional original classes mapped to commoncpp
* default Semaphore constructor now valid special case
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* The chapters in the manual about primitive actions and the foreign
function interface have been improved.
* The names of the C types used in interpreter and runtime library
have been refactored to use camel case.
* The elements in the unions valueUnion (in data.h) and rtlValueUnion
(in data_rtl.h and s7c.sd7) have been refactored to use names with
camel case.
* The library bigint.s7i has been changed to define the operators
radix and RADIX with the actions BIG_radix and BIG_RADIX. This
results in a significant performance improvement when large numbers
are converted.
* Interpreter and compiler have been improved to support the actions
BIG_radix and BIG_RADIX.
* Testcases for the operators radix and RADIX have been added to
chkbig.sd7.
* The compiler has been improved to do an optimization for the action
INT_MDIV when the divisor is known at compile time. When the
dividend is known to be positive or zero it is casted to an
unsigned integer and the quotient is casted back to a signed
integer. Dividing an unsigned integer by a constant is known to be
faster than dividing a signed integer.
* The functions bigRadix, bigRadixPow2, bigRadix2To36 and
uBigDivideByDigit have been added to big_rtl.c
* The function bigRadix has been added to big_gmp.c.
* The functions stri_to_cstri8_buf and cstri8_buf_to_stri have been
added to striutl.c.
* In traceutl.c the function mapTraceFlags has been improved to work
correctly when the parameter trace_level defines several options.
* The function printTraceOptions has been added to traceutl.c.
* In arr_rtl.c the definition of getArgv has been improved to use
less #ifdef directives in the function body.
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint [1]
- Update to 1.9.7
- Convert to PYDISTUTILS_AUTOPLIST
- Update WWW
- Add LICENSE
PR: 188610 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
|
|
|
|
|
| |
and actually breaks the build on 10.x where libexecinfo.a is part of the
base rather than a port.
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Pet portlint
PR: ports/188574
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint [1]
- Add LICENSE [1]
- Convert to PYDISTUTILS_AUTOPLIST
- Mark DEPRECATED
- Reset maintainer to ports@
PR: 188620 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint [1]
- Avoid deprecated USE_PYDISTUTILS=easy_install
- Use automatic PLIST
PR: ports/188558 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/188547
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
| |
PR: ports/188546
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
| |
PR: ports/188506
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
|
| |
- Fix LICENSE
- Avoid deprecated USE_PYDISTUTILS=easy_install
- Use automatic PLIST
PR: ports/188497 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Switch to USES
PR: ports/188480 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
| |
PR: ports/188475
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
| |
Approved by: koobs@ (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change master sites, add icon
- Transfer maintainership to games@ team
- Add license (GPLv2)
- Add DOCS and Option
- Use files/twitch.in instead of construct
- Add pkg-message, information about usage
- Add Desktop entry file
- Fix the usage of 'python' to get rid of the implicit
lang/python dependency, add REINPLACE, fix deprecated code
- Simplify installation handling
- Recreate pkg-plist with make makeplist
|
|
|
|
| |
Approved by: az (implicit)
|
|
|
|
| |
directly rather than relying on ports infrastructure.
|
|
|
|
| |
- Change the missing home page for the Darwin page.
|
|
|
|
|
|
| |
PR: 188627
Submitted by: Ryan Frederick
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
- Remove definite article from comment
- Bump PORTREVISION due to package change
PR: ports/188467
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
| |
|
|
|
|
| |
Noticed by: swills
|
|
|
|
|
|
|
|
|
|
|
| |
- Resurrection
- Assign maintainer to matthew@reztek.cz
- Stagify
PR: ports/188584
PR: ports/188564
Submitted by: Matthew Rezny
Approved by: swills (mentor)
|
|
|
|
|
| |
PR: ports/188417
Submitted by: Matthew D.Fuller <fullermd@over-yonder.net>
|
|
|
|
|
|
|
| |
to make the code within testtools cleaner, but now split out for general use
outside of a testing context.
WWW: https://pypi.python.org/pypi/extras/
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/188500
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
|
| |
by digitalmars.com. It logically switches places with dmd2. dmd2 retains
the dmd2 name while lang/dmd is renamed to dmd1.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
2014-04-14 security/labrea: Unmaintained since 2003
|
|
|
|
|
|
|
| |
python 3.1
PR: ports/187394
Approved by: maintainer timeout (1 month)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
flags since the very beginning, and they are actively used in the base
system. A standard install includes 27 files and one directory with the schg
flag set. Thus, rsync, out of the box, is incapable of making or restoring
an accurate backup of a FreeBSD system.
- Move configuration directory from %%PREFIX%%/etc to %%ETCDIR%% and provide
a start_precmd() rc.d function to migrate %%PREFIX%%/etc/rsyncd.conf to
%%ETCDIR%%/rsyncd.conf if found and create a symlink. The reason behind this
change is that rsyncd in a typical setup will end up with more than one
configuration file (eg. rsyncd.secrets).
- Use new @sample pkg-plist macro
- Bump PORTREVISION
Discussed with: des
|
|
|
|
| |
Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
|
|
|
|
| |
- Remove leading article from COMMENT
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Term-Shell/Changes
|
|
|
|
| |
Since the package structure may change, bump PORTREVISION.
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Term-ProgressBar/Changes
|
|
|
|
|
|
|
| |
ChangeLog:
- Add: Check for MP4 support in faac
- Fix: Don't run vorbisgain more than once per directory
- Fix: Progress bar jumps when a file finished
|
|
|
|
|
|
|
|
|
| |
- Convert to options knobs
- On FreeBSD >=10.0 install a hidden copy of dig/nslookup
to help with check_dig, and add back check_dns.
Changes: https://nagios-plugins.org/nagios-plugins-2-0-released/
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
| |
* Fix a bug where the cursor position was invalidated after an insertion
* Implement X11 stuff on top of both libX11 (default) and XCB (OPTIONSng)
* Handle more options related to font handling
* Chase compiler warnings
|
|
|
|
| |
- Remove license info from pkg-descr, available in Makefile
|
|
|
|
|
|
| |
With hat: portmgr-lurker
PR: ports/188514
Submitted by: Nils M Holm <nmh@t3x.org>
|
|
|
|
|
|
|
|
|
| |
The new release has html documentation now along with a javascript based server
configuration file generator. Add dependency for compat9x for 10.0 and higher.
Tested in anger on -current
PR: ports/186008
|
|
|
|
|
| |
PR: ports/188580
Submitted by: sbruno@
|
|
|
|
|
| |
PR: ports/188408
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
|
| |
Reported by: danfe
Pointyhat to: swills
|
|
|
|
|
|
| |
Submitted by: Matthew Rezny <matthew@reztek.cz>
Obtained from: inkscape upstream
http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/revision/10019#src/live_effects/lpe-perp_bisector.h
|
|
|
|
|
|
|
|
|
| |
r350957 (glade3).
gnome-control-center, gnome-settings-daemon, gnome-screensaver:
- Staging.
- New LIB_DEPENDS syntax.
- USES=tar:bzip2.
|
|
|
|
|
|
|
|
|
|
|
| |
- Upgrade to 1.01
Changelog:
* port test: Allow PORTSDIR override from commandline
* port create: add usage, email and author overrides
Approved by: koobs (mentor)
|
|
|
|
| |
Support Staging
|
|
|
|
|
|
|
|
|
|
|
| |
- Use auto-generated plist
- Don't build/install Python egg anymore
- Bump PORTREVISION (changed pkg-plist)
- Add support for stage-dir [1]
- Don't install unnecessary files of DOCS
PR: ports/188528 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
|
|
|
| |
- Switch to USES[0]
- Use new LIB_DEPENDS format[0]
PR: ports/188583
|
|
|
|
|
| |
PR: ports/188235
Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove files/*
- Update MASTER_SITES
- Add LICENSE
- Stagify [1]
- Don't install a (zipped) Python egg anymore
- Add pre-build and pre-install targets to strip dynamic library
- Improve description of the port
- Add WWW field [1], and remove Author: from pkg-descr
PR: ports/188559 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
|
| |
PR: ports/188237
Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/188577
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Add license
PR: ports/188572
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
| |
* bug fixed system segfault when BSR is activated when no BSR was received
* bug fixed in FTP upload when using Filezilla ftp server
PR: ports/188571
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
| |
- Convert to USES=tar:bzip2
- Use PORDATA for plist
|
|
|
|
|
|
|
| |
- Change dependency for security/nmap
- Use pkg-plist instead of PLIST_FILES
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Delete bad ndiff.pyc and compile new (not usuall .)
|
|
|
|
|
|
| |
- Remove MAKE_JOBS_UNSAFE;
- Register /var/games/pinball.
|
|
|
|
|
| |
- Support STAGEDIR
- Take maintainership
|
|
|
|
| |
Reported by: daily QAT
|
|
|
|
|
|
|
|
| |
files. This fixes compilation with clang.
My understanding is that the C99 standard treats inline methods as having
static linkage by default. This is different from the GNU C definition
of inline, which is why this compiled with gcc.
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
|
|
|
|
|
| |
case just use the decimal literal.
. Add $FreeBSD$.
|
| |
|
|
|
|
|
|
| |
cairo and pango as it's rendering abstraction layer.
WWW: https://wiki.gnome.org/Projects/Lasem
|
|
|
|
| |
Approved by: wg@ (maintainer, timeout 1 month)
|
|
|
|
|
|
|
| |
- Mention the "backspace" key in README.md
- Reset DST and leap second announcements at the next hour
- Detect sudden jumps to non-DST
- Relax conditions for processing a DST change
|
|
|
|
|
|
|
|
|
|
| |
- Upgrade to 1.1
- set pkg-descr website to the project's GitHub URL
Changelog:
* http://django-debug-toolbar.readthedocs.org/en/latest/changes.html
Approved by: swills (mentor)
|
|
|
|
|
|
| |
- Mute REINPLACE_CMD
Reported by: swills [1]
|
|
|
|
| |
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.70/Bug_Fixes#Fixes_since_2.70_release
|
|
|
|
|
|
| |
set transparently.
Reported by: Dmitry Sivachenko <trtrmitya@gmail.com>
|
|
|
|
| |
Extend full-regression-test by running contrib/test_summary.
|
|
|
|
|
|
|
|
|
| |
Replace USE_BZIP2 by USES=tar:bzip2.
Extend full-regression-test by running contrib/test_summary.
No longer install rebuild-gcj-db46 (which requires bash among others)
and its man page.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add new options, OPUS and SPEEX (to enhance audio files support), GTK2 (set by default) and GTK3 [1]
- Add patch to avoid install appdata file, used in appstream [1] [2]
- Adjust dependencies, notably to generate man page [1]
- Use PORTDOCS
- Fix build with clang
[2] http://www.freedesktop.org/wiki/Distributions/AppStream/
PR: 188513 [1]
Submitted by: olivierd [1]
|
|
|
|
|
|
|
| |
Update libccid to 1.4.16
Use wget to fetch distfiles on FreeBSD < 10
PR: 180598
|
|
|
|
|
|
| |
set transparently.
Reported by: Dmitry Sivachenko <trtrmitya@gmail.com>
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: QAT
|
| |
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Use options helpers, subs
- Fix linking with clang (fixes build on 10+)
MFH: 2014Q2
|
|
|
|
| |
Submitted by: matthew@
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Stage support
- Install libchasen.la
Note that japanese/chasen remains expired.
PR: ports/183764 [1]
Submitted by: Akira Noda <you.akira.noda@gmail.com>
MFH: 2014Q2
Security: http://vuxml.org/freebsd/972837fc-c304-11e3-8758-00262d5ed8ee.html
|
|
|
|
| |
- Use new @sample keyword
|
|
|
|
| |
Obtained from: http://jvn.jp/en/jp/JVN16901583/index.html
|
|
|
|
|
| |
PR: ports/188516
Submitted by: maintainer
|
|
|
|
|
|
| |
This is a routine bugfix update
Change log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.13/phpMyAdmin-4.1.13-notes.html/view
|
|
|
|
|
| |
PR: ports/188517
Submitted by: maintainer
|
|
|
|
| |
2014-04-12 lang/f77: Unmaintained since 2001
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use modern LIB_DEPENDS
- Use option helpers (aspell detection is broken upstream)
- Stage support (untested)
- Bump PORTREVISION
- BROKEN: does not link (10.0 amd64):
cc -DHAVE_PTHREAD -D_REENTRANT -O2 -pipe -fno-strict-aliasing -I/usr/local/include -DDPS_CONF_DIR=\"/prefix/dpsearch-4.53_2/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/prefix/dpsearch-4.53_2/share/dpsearch\" -o .libs/search.cgi search_cgi-search.o ./.libs/libdpsearch.so -L/usr/local/lib ./.libs/libdpcharset.so -lpthread -lm -lz -Wl,--rpath -Wl,/prefix/dpsearch-4.53_2/lib
cc -DHAVE_PTHREAD -D_REENTRANT -O2 -pipe -fno-strict-aliasing -I/usr/local/include -DDPS_CONF_DIR=\"/prefix/dpsearch-4.53_2/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/prefix/dpsearch-4.53_2/share/dpsearch\" -o .libs/storedoc.cgi storedoc_cgi-storedoc.o ./.libs/libdpsearch.so -L/usr/local/lib ./.libs/libdpcharset.so -lpthread -lm -lz -Wl,--rpath -Wl,/prefix/dpsearch-4.53_2/lib
./.libs/libdpcharset.so: undefined reference to `dps_minimove_backward'
./.libs/libdpsearch.so: undefined reference to `DpsSQLLimit8'
./.libs/libdpsearch.so: undefined reference to `DpsSQLValue'
./.libs/libdpsearch.so: undefined reference to `DpsSQLResInit'
./.libs/libdpsearch.so: undefined reference to `DpsSQLLimit4'
./.libs/libdpsearch.so: undefined reference to `DpsSQLFree'
./.libs/libdpcharset.so: undefined reference to `dps_minimove_forward'
./.libs/libdpsearch.so: undefined reference to `DpsSQLNumRows'
./.libs/libdpsearch.so: undefined reference to `_DpsSQLQuery'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
AWS has a sanity check that assumes that binding to the standard loopback
address of 127.0.0.1 is always possible, but this is not a good assumption
inside a FreeBSD jail. The result is that connection is success because
it adjusts the 127.0.0.1 address correctly on the fly, but the sanity
check is no longer valid. The provided patch changes the sanity check to
get the address rather than assuming 127.0.0.1.
PR: ports/188342
submitted by: Natacha Porte
Approved by: maintainer (myself)
|
|
|
|
| |
- Use option helper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001
2014-04-12 lang/klone: Unmaintained since 2001
2014-04-12 net/rmsg: Unmaintained since 2001
2014-04-12 net/sharity-light: Unmaintained since 2001
2014-04-12 biology/genpak: Unmaintained since 2001
2014-04-12 net/forg: Unmaintained since 2001
2014-04-12 misc/txt2regex: Unmaintained since 2001
2014-04-12 textproc/ipdf: Unmaintained since 2001
2014-04-12 graphics/plotmtv: Unmaintained since 2001
2014-04-12 devel/happydoc: Unmaintained since 2001
2014-04-12 print/cpp2latex: Unmaintained since 2001
2014-04-12 graphics/svg2swf: Unmaintained since 2001
2014-04-12 devel/flick: Unmaintained since 2001
2014-04-12 mail/smail: Unmaintained since 2001
2014-04-12 net/net-http: Unmaintained since 2001
2014-04-12 security/cfv: Unmaintained since 2001
2014-04-12 graphics/camediaplay: Unmaintained since 2001
2014-04-12 math/umatrix: Unmaintained since 2001
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format, USES=gmake tar:bzip2
- Define DOCS option
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rule changes according to HISTORY file since version 1.15r5:
New rules:
----------
positional_associations (took over style (positional_association))
type_usage
unit_pattern
unsafe_elaboration
Changes to existing rules:
--------------------------
No_Operator_Usage:
added observed relational
Changed syntax
Filtering on indexing in addition to logical operators
Style (Multiple_Elements):
separated keywords from other subrules
(Casing_Identifier, original): Check closing identifier, allow multiple
casing options.
Positional_Association: removed, now subrule of Positional_Associations.
Parameter_Order, Formal_Parameter_Order: modes are separated by "|".
Multiple_Element: checks proper presentation of "end", "for ... loop"
With_Clauses:
Handle correctly case of with clauses required due to a use clause
or pragma Elaborate for the same package in the context clauses.
Use_Clauses
Added subrules type, type_global, type_local.
Array_Declarations:
Slightly changed the syntax of the component subrule.
Case_Statements:
Added subrule values_if_others
Declarations:
Added subrules box_defaulted_formal_function,
name_defaulted_formal_function, box_defaulted_formal_procedure,
name_defaulted_formal_procedure, null_defaulted_formal_procedure,
non_ravenscar_task, access_constrained_array_type,
access_unconstrained_array_type, access_def_discriminated_type,
access_nondef_discriminated_type,
access_unknown_discriminated_type, access_formal_type,
access_language_type, equality_operator
Better placement of some messages
Dependencies:
Added subrules public_child, private_child
Expressions:
Added subrules in, not_in, static_membership, and_array,
and_logical, and_binary, or_array, or_logical, or_binary,
xor_array, xor_logical, xor_binary, upward_conversion,
downward_conversion, extension_aggregate, extendable_aggregate,
array_positional_others, array_named_others,
unconverted_fixed_multiplying_op
Subrule Mixed_Operators considers membership tests and short circuit forms
Local_Hiding:
Added modifiers Not_Identical_Renaming, Not_Different_Families
Global_References:
Added subrules read, written
Multiple_Assignments:
The rule has been renamed to "Assignments"
Added subrule sliding.
Added criterion total.
Naming_Convention:
Added specific patterns by object and functions type names and categories
Added subrules regular_static_constant, regular_nonstatic_constant
Object declarations:
Added subrule type.
Parameter_Declarations:
Added subrules tagged_parameters, class_wide_parameters.
Added callables dispatching_function, dispatching_parameter
Reduceable_Scope:
Don't suggest moving declarations to a task specification
Representation_Clauses:
Added subrule no_bit_order_layout
Statements:
Added subrules named_exit, exit_plain_loop, simple_block,
unnamed_simple_block, redispatching_call.
Normalized behaviour of subrule exit.
|
|
|
|
| |
- Convert to USES=tar:bzip2
|
|
|
|
| |
- Define DOCS option
|
|
|
|
|
| |
- When executing gmake set it's enviroment first, use MAKE_CMD
- Respect CFLAGS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From recent http://planet.ada.cx feed: Excel Writer v.13
Some recently added features:
* freeze panes
* cell comments
* vertical text alignment
* text orientation
* Ada.Calendar.Time Put/Write and date built-in formats
* background colours
* wrap_text format option
* Next and Next_Row
* Text_IO's New_Line(lines), Line, Col now available
Excel Writer (Excel_Out) is a free, standalone, portable, open source
package for producing Excel spreadsheets with basic formattings and
page layout. It can be used in an "Ada.Text_IO" fashion, with Put,
Put_Line and New_Line.
|
|
|
|
|
|
|
|
|
| |
Add instructions for Python/pkg users on how to resolve a Plist error when
updating ports in a Python environment that contains multiple versions of
setuptools.
PR: ports/188431
Reported by: Andrew Berg (via IRC), Olaf Kolkman (via Twitter) and others
|
|
|
|
|
|
|
|
|
|
| |
- Stage
- Remove pre-fetch message, linux_base-f8 was phased out on 2011-04-04.
- Tab to space in pkg-descr: WWW
PR: ports/187892
Approved by: koobs (mentor)
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
|
| |
https://rt.openssl.org/Ticket/Display.html?id=2167&user=guest&pass=guest
http://www.tedunangst.com/flak/post/analysis-of-openssl-freelist-reuse
http://ftp.openbsd.org/pub/OpenBSD/patches/5.4/common/008_openssl.patch
Obtained from: OpenBSD
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
Reported by: Andrzej Tobola
|
|
|
|
|
|
|
|
| |
- fix staging
PR: ports/186384
Submitted by: Oleg Moskalenko <mom040267@gmail.com> (maintainer)
Approved by: bapt (mentor)
|
|
|
|
|
|
|
| |
- Allow build on amd64 architecture
PR: ports/187871
Approved by: koobs (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
user supplied gdal-config (/usr/local/bin/gdal-config)
using /usr/local/lib/gdalplugins as GDAL shared library autoload directory
checking for G_asprintf in -lgrass_gis... no
configure: error: --with-grass=/usr/local/grass-6.4.2 requested, but libraries not found! Perhaps you need to set LD_LIBRARY_PATH to include /usr/local/grass-6.4.2/lib?
===> Script "configure" failed unexpectedly.
Note: bumping from 6.4.2 to 6.4.3 or 6.4.3/lib doesn't fix
With hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
|
| |
to generate a useful command-line application that can be installed and
packaged for several operating systems.
WWW: http://libsass.org
|
|
|
|
|
|
|
|
|
|
| |
The original version was written in Ruby, but this version is meant
for efficiency and portability.
This library strives to be light, simple, and easy to build and integrate
with a variety of platforms and languages.
WWW: http://libsass.org/
|
|
|
|
|
|
| |
PR: ports/188447
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
Approved by: "Fabian M. Borschel" <fmb@onibox.net> (maintainer)
|
|
|
|
|
| |
PR: ports/170916
Reported by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
|
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
PR: ports/188300
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Security: CVE-2014-0135
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
PR: ports/188299
Submitted by: Michael Moll <kvedulv@kvedulv.de>
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
PR: ports/188288
Submitted by: Michael Moll <kvedulv@kvedulv.de>
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
PR: ports/188289
Submitted by: Michael Moll <kvedulv@kvedulv.de>
|
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist
- Pet portlint
PR: ports/188502
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Pet portlint
- Stage
PR: ports/188435
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
|
|
|
|
|
|
| |
to build a distributed async scheduler and checker for Nagios
based on the Passive mode.
WWW: https://github.com/nullDowntimeLtd/mnrpes
PR: ports/188420
Submitted by: ports@robakdesign.com
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: ports/188341
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
|
|
|
|
| |
- Removed dependency on open3_backport (new version doesnt need it anymore)
- Pet portlint
PR: ports/188338
Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
|
|
|
|
|
| |
PR: ports/188322
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
|
|
|
|
|
|
|
| |
library 2.x has seen a major update in Python 3.2. This
is a backport of those changes so that they can be used
directly in Python 2.6 - 2.7
WWW: https://pypi.python.org/pypi/configparser
PR: ports/188301
Submitted by: ports@robakdesign.com
|
|
|
|
|
|
| |
Add pkg-message that references the need to use -Wl,-rpath=... . [1]
PR: 185902 [1]
|
|
|
|
| |
- Convert USE_BZIP2 to USES
|
|
|
|
| |
- Convert USE_BZIP2 to USES
|
|
|
|
|
|
| |
- Convert LIB_DEPENDS to new syntax
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- stage support
Version 1.00 - 20-JUL-2013
* Minor updates to the documentation
* Fixed Makefile problem with fl_moxgen_defines.h
* Be sure Calculate was pressed before generating outputs
* Be sure wire size input was entered prior to Calculate
* Check legal value of AWG input
PR: ports/188538
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
|
|
|
|
|
|
| |
- Convert LIB_DEPENDS to new syntax
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
- Use options helpers
-
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
=Version 1.3.15=
2013-12-02 David Freese <w1hkj@w1hkj.com>
3422195: 64 bit void pointer
fa317c3: tty search
7732b22: TT566
6964cb6: TS590S/TS990S/TS2000 controls
5b340a9: FTdx1200
e199a62: Send cmd debug
718f46f: TS-990
05898d5: Sliders
c13a20e: Notch controls
86f1d0b: 7600 split
9f08704: Restore debug
PR: ports/188537
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
Add pkg-message that references the need to use -Wl,-rpath=... . [1]
No longer install rebuild-gcj-db49 (which requires bash among others)
and its man page.
PR: 185902 [1]
|
|
|
|
|
|
|
| |
- Convert LIB_DEPENDS to new syntax
- Remove extra tabs
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
keywords when PORTSDIR is not /usr/ports
|
| |
|
| |
|
|
|
|
|
|
|
| |
for the knob.
PR: ports/188536
Submitted by: Maintainer
|
|
|
|
|
| |
Reported by: pkg-fallout
MFH: 2014Q2
|
|
|
|
|
|
|
| |
Installing y4mscaler-9.0_8...pkg-static: y4mscaler-9.0_8 conflicts with mjpegtools-2.1.0 (installs files into the same place). Problematic file: /usr/local/bin/y4mscaler
*** Error code 70
Reported by: pkg-fallout
|
|
|
|
|
|
|
| |
configure: error: use --with-newsbindir=DIR or --without-news option
===> Script "configure" failed unexpectedly.
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The socket support on Gnatdroid was broken, and it had to be fixed at
lang/gcc-aux.
Until now, the dejagnu testsuite did not work on remote targets. To fix
this, support files had to be installed at ${LOCALBASE}/share/dejagnu.
Dejagnu was not made a run dependency, conditional or otherwise. The
test targets for gnatdroid are really maintainer targets.
Running the gnat.dg testsuite confirms that everything works in the
cross-compiler except stack checking (there's no support in gcc for this
just yet).
|
|
|
|
|
|
|
|
|
|
| |
checking minimal version (1.4.1.0) of jgraphx... yes
checking jhdf5... /usr/local/share/java/classes//jhdf5.jar
checking for h5JNIFatalError in -ljhdf5... no
configure: error: libjhdf5: Library missing (Cannot find symbol h5JNIFatalError). Check if libjhdf5 - C/Java (JNI) interface for HDF5 - is installed and if the version is correct. Note that you might have to update etc/librarypath.xml to provide the actual path the the JNI libraries.
===> Script "configure" failed unexpectedly.
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
c++ -O2 -pipe -Wno-error=return-type -fno-strict-aliasing -DHAVE_CMATH=1 -DHAVE_CSTDIO=1 -DHAVE_CSTDLIB=1 -DHAVE_CSTRING=1 -DHAVE_CSTDDEF=1 -DHAVE_DECL_PUTENV=1 -DHAVE_PUTENV=1 -DHAVE_DECL_SETENV=1 -DHAVE_SETENV=1 -DHAVE_FUNC_ISINF=1 -I. -I../../../include -I/wrkdirs/usr/ports/science/psi3/work/psi3/include -I/wrkdirs/usr/ports/science/psi3/work/psi3/src/lib -I../../../src/lib -c ip_read.cc -o ip_read.o
ip_read.cc:63:3: error: use of undeclared identifier 'yyparse'
yyparse();
^
ip_read.cc:105:3: error: use of undeclared identifier 'yyparse'
yyparse();
^
2 errors generated.
Reported by: pkg-fallout since february 2014
With hat: portmgr
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On 8 and 9:
src/collision_world.cpp: In member function 'bool COLLISION_WORLD::CastRay(const MATHVECTOR<float, 3u>&, const MATHVECTOR<float, 3u>&, float, const btCollisionObject*, COLLISION_CONTACT&) const':
src/collision_world.cpp:204: error: invalid conversion from 'const btCollisionObject*' to 'btCollisionObject*'
scons: *** [build/collision_world.o] Error 1
scons: building terminated because of errors.
*** [do-build] Error code 2
On 10 and head:
scons: Reading SConscript files ...
Checking for C++ header file asio.hpp... no
You do not have the asio.hpp headers installed. Exiting.
*** Error code 1
Reported by: pkg-fallout
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
| |
- Remove outdated PORTSCOUT
- Use PORTDATA and PORTDOCS
- Simplify Makefile
Changes: http://www.httrack.com/page/4/en/index.html
https://code.google.com/p/httrack/source/list
https://code.google.com/p/httrack/source/browse/trunk/history.txt
|
|
|
|
|
|
|
|
| |
- While I'm here, remove .include <bsd.port.options.mk>
Changes: http://wordpress.org/news/2014/04/wordpress-3-8-2/
PR: ports/188422
Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
/usr/local/lib/wolfpack/pconfig: not found
*** [post-install] Error code 127
Reported by: pkg-fallout
|
|
|
|
|
|
| |
- Strip shared library
Changes: https://code.google.com/p/psutil/source/browse/HISTORY
|
|
|
|
| |
Changes: https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog
|
|
|
|
| |
Changes: https://code.google.com/p/vim/source/list
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
| |
- Add missing DOCS option to OPTIONS_DEFINE
- Make docs unconditional
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
by looking only at files and symlinks in bin, sbin and libexec
Reviewed by: bdrewery
With hat: portmgr
|
|
|
|
|
|
|
|
| |
This fixes docbook2man at runtime and unbreaks gnome-packagekit build
Silence from: doceng
Reported by: pkg-fallout since several weeks
With hat: portmgr
|
|
|
|
|
|
|
|
|
| |
- Add staging support
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format, USES=gmake
- Switch to PLIST_FILES
MFH: 2014Q2
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
- New LIB_DEPENDS format
- Strip binaries
|
|
|
|
|
|
|
|
|
|
| |
. Remove support for diablo* and j* ports.
. Add support for linux-oracle* ports.
. Remove support for Java version 1.5.
. Add support for Java version 1.8.
. Add support for Oracle as a vendor.
. Bump PORTVERSION.
. Remove CONFLICTS for ports that no longer exist.
|
| |
|
|
|
|
| |
- Add staging support
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
- Remove leading article from COMMENT
|
| |
|
|
|
|
|
| |
- Convert to USES=tar:bzip2
- Unmute build/install commands
|
|
|
|
| |
compile gource too.
|
|
|
|
| |
- Define DOCS option
|
|
|
|
|
| |
- More precise LICENSE
- Convert to USES=tar:bzip2
|
|
|
|
|
| |
- Convert to USES=gmake tar:bzip2
- Define DOCS option
|
|
|
|
|
| |
- Add REINPLACE, fix build on FreeBSD 11, Clang not have -finline-limit
- Strip library
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Break lines around 80 characters
- Define DOCS option
- Sort pkg-plist
|
|
|
|
| |
- Convert USE_BZIP2 to USES
|
|
|
|
|
|
| |
- Update from 0.25.1 to 0.26.1
- Convert USE_XZ to USES
- Add LICENSE
|
|
|
|
| |
PR: 188486
|
|
|
|
|
|
|
| |
several months ago.
- Set LDFLAGS instead of LIBS and search STAGEDIR before LOCALBASE.
- Replace a patch with REINPLACE_CMD.
- Remove unneeded patches.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The logbook server maintains a large set of QSO logbook fields that will
probably be sufficient for casual operating, contesting and some certificate
logging. All of the fields that are captured in the logbook are maintained
in an ADIF database.
WWW: http://www.w1hkj.com/fllog-help/index.html
PR: ports/188487
Submitted by: Stephen Hurd <shurd@sasktel.net>
|
|
|
|
|
|
|
|
| |
- Define CA_BUNDLE and add to default Options
- Add REINPLACE and patches to enable CA_BUNDLE
PR: ports/188508
Submitted by: ashish@
|
|
|
|
| |
- Remove invalid category from DESKTOP_ENTRIES
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Remove the line about python26
- Pass maintainership to submitter
PR: 188465 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
|
|
|
|
|
|
| |
- Pet portlint.
PR: 188499
|
|
|
|
| |
- Move RUN_DEPENDS to proper place
|
|
|
|
|
| |
- Fix letter capitalization in COMMENT
- Remove Author tag from pkg-descr
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Pet portlint [1]
- Pass maintainership to submitter
PR: 188479 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
|
|
|
|
|
| |
- Simplify file substitutions by using ETCDIR, DATADIR
- Define DOCS option
- Use @sample for config file
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Add a mirror
- Convert to optionNG
- Pass maintainership to submitter
PR: 188484 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Update MASTER_SITES and WWW
- Pass maintainership to submitter
PR: 188494 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Pass maintainership to submitter
PR: 188492 [1]
Submitted by: ports@robakdesign.com [1]
|
| |
|
| |
|
|
|
|
| |
Reported by: swills
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USE_PYDISTUTILS= yes instead of easy_install
- Use PYDISTUTILS_AUTOPLIST
- Make docs unconditional to stage
* Remove bsd.port.options.mk, accordingly
* Remove OPTIONSFILE which is not needed
- Unmute INSTALL_WRKSRC in post-install target
- Remove x-generate-plist target which should have been done
at r317309 when pkg-plist was removed
- Bump PORTREVISION
PR: ports/188493 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|