| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
PR: ports/81566
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/81547
Submitted by: maintainer
|
|
|
|
| |
Reported by: krismail
|
|
|
|
| |
Reported by: portlint
|
|
|
|
| |
Approved by: clement (mentor, implicit)
|
| |
|
|
|
|
| |
Approved by: clement (mentor, implicit)
|
|
|
|
|
|
| |
to patch...
Reminded by: pointyhat
|
|
|
|
|
|
| |
Add patch for cpu instruction detection [1].
Submitted by: [1] bland (earlier version)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Smart comments provide an easy way to insert debugging and tracking code into
a program. They can report the value of a variable, track the progress of a
loop, and verify that particular assertions are true.
Best of all, when you're finished debugging, you don't have to remove them.
Simply commenting out the use Smart::Comments line turns them back into
regular comments. Leaving smart comments in your code is smart because if you
needed them once, you'll almost certainly need them again later.
Author: Damian Conway <DCONWAY@cpan.org>
WWW: http://search.cpan.org/dist/Smart-Comments/
PR: ports/81476
Submitted by: Aaron Dalton <aaron@daltons.ca>
|
|
|
|
| |
Bugged me for: too long
|
| |
|
|
|
|
|
|
|
|
| |
- depends on Test::More under older perl
PR: 80462
Submitted by: leeym
Approved by: maintainer-timeout
|
|
|
|
|
|
| |
PR: 80463
Submitted by: leeym
Approved by: maintainer-timeout
|
|
|
|
|
|
| |
PR: 80510
Submitted by: leeym
Approved by: maintainer-timeout
|
| |
|
|
|
|
| |
Reported by: krismail
|
|
|
|
| |
Approved by: lev (MAINTAINER)
|
|
|
|
|
|
|
| |
directory last time).
- need libtool
- update plist
|
|
|
|
|
| |
PR: ports/81486
Submitted by: alfred
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Install man pages unconditionally
PR: 81271
Submitted by: Bjoern Koenig <bkoenig@cs.tu-berlin.de>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.7
- Submitter takes maintainership
Moreover:
- Refactor pkg-plist as PLIST_FILES/PORTDOCS
- Replace the Makefile patch by USE_GMAKE and post-patch
PR: ports/80917 [1]
Submitted by: Erik Greenwald <erik@smluc.org> (new maintainer) [1]
|
| |
|
|
|
|
|
| |
PR: 81455
Submitted by: Dryice Liu (maintainer)
|
|
|
|
|
|
|
|
|
| |
packages
PEAR::PEAR_PackageFileManager revolutionizes the maintenance of PEAR packages.
PR: ports/81398
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
|
|
|
|
|
| |
remote_xfer_partial(), notably for AVR-GDB this makes the command
"info io_registers" work again.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
obsolete patch and thus bump portrevision to force people update their
YAML port.
PR: 81433
Submitted by: maintainer
|
|
|
|
| |
- Use PLIST_FILES/PORTDOCS
|
| |
|
| |
|
|
|
|
| |
Reported by: tjs@cdpa.nsysu.edu.tw
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix portlint warning [2]
- Fix plist w/ NOPORTDOCS (man page) [2]
Submitted by: maintainer[1],
barner [2]
PR: ports/81383
|
| |
|
| |
|
|
|
|
| |
Approved by: seanc, ade (implicit)
|
|
|
|
| |
- Unbreak unguilty ports.
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/81342
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Noted by: kris
|
| |
|
|
|
|
|
| |
PR: 81310
Submitted by: Renato Botelho (maintainer)
|
|
|
|
|
|
|
|
| |
PEAR::HTML_CSS provides a simple interface for generating
a stylesheet declaration.
PR: ports/81132
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
|
|
|
|
|
| |
Submitted by: cperciva
Pointy hat to: vs
|
| |
|
|
|
|
| |
- Use generic URL in pkg-descr
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
certain files in the wrong place.
Before, running msginit would give this:
/usr/local/libdata/gettext/project-id: Can't open /usr/local/libdata/gettext/project-id: No such file or directory
msginit: /usr/local/libdata/gettext/project-id subprocess I/O error
/usr/local/libdata/gettext/user-email: Can't open /usr/local/libdata/gettext/user-email: No such file or directory
msginit: /usr/local/libdata/gettext/user-email subprocess I/O error
/usr/local/share/gettext/projects/TP/team-address: /usr/local/libdata/gettext/urlget: not found
etc.
Now, it gives this:
root@smacky:/usr/ports/GNOME/grm/i18n# msginit
The new message catalog should contain your email address, so that users can
give you feedback about the translations, and so that maintainers can contact
you in case of unexpected technical problems.
sed: 8: "{
h
s/^[^@]*@\(.*\)$/\1 ...": unterminated substitute pattern
Couldn't find out about your email address.
Please enter your email address.
adamw@gnome.org
sed: 8: "{
h
s/^[^@]*@\(.*\)$/\1 ...": unterminated substitute pattern
Exception in thread "main" java.lang.NoClassDefFoundError: gnu/gettext/GetURL
Someone should look into that new error.
|
|
|
|
|
|
|
|
|
| |
- from Changes
- Implemented patch from Tom Phoenix that makes parentheses
optional (and a doc fix, too).
- Fixed little-known bug that triggered indirect method call
syntax. You can now do "diag Dumper($foo)" or
"diag Dumper $foo" if you wish.
|
|
|
|
|
| |
PR: ports/81119
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
|
| |
- Disconnect static libs
- Minor cleanup
|
|
|
|
|
|
|
| |
on stderr, so the redirection into a file did not work.
Submitted by: Eugene Kilachkoff <zeus@samaramail.ru>
PR: ports/81249
|
|
|
|
|
|
|
|
|
| |
specify or shows to the screen. najitool is being developed in the ANSI C
standard so it should work and compile on any system that supports ANSI C,
which should be every system.
PR: ports/81204
Submitted by: <cokyazici@yahoo.co.uk>
|
|
|
|
| |
- Drop maintainership
|
| |
|
| |
|
|
|
|
| |
With current mod_perl2 API change all old code *will* broken.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 81129
Submitted by: Renato Botelho (maintainer)
|
|
|
|
|
|
| |
PR: 81138
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Approved by: Dmitry Karasik (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Discussed with: Mark Huizer (former maintainer),
Renato Botelho <freebsd@galle.com.br>
|
|
|
|
|
| |
The iCalender package is a parser/generator of iCalender files for
use with Python
|
|
|
|
| |
Approved by: marcus (portmgr hat)
|
| |
|
|
|
|
| |
Reminded by: Renato Botelho (libslang2 maintainer)
|
|
|
|
|
| |
PR: ports/81120
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
allow a developer to create robust multi-platform software.
PR: 81110
Submitted by: Renato Botelho <freebsd@galle.com.br>
|
|
|
|
|
|
| |
- Mute in-place patching and unmute script install
- Do not pass CFLAGS twice in !OPTIMIZED_CFLAGS case
- Utilize OPTIONS
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
committed a MFC of stacksize increase in RELENG_5 a few days ago.
Reviewed by: marcus
|
|
|
|
|
|
| |
-Remove a un-need patch.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|
|
|
|
|
|
| |
WWW: http://www.freedesktop.org/Software/dbus
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|
|
|
|
| |
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|
|
|
|
|
|
|
|
|
|
|
| |
depending on old bison behaviour (#define YYPURE) which no longer
works. Fixes crash of opengk and maybe more.
- Bump PORTREVISION of ports using pwlib (they link with it statically)
PR: ports/61053
Submitted by: Andrew MacTaggart <amactaggart@hkis.edu.hk>
Approved by: clement (mentor)
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/PHPUnit/download/>
PR: ports/81061
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Move to databases
PR: ports/80779
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/80779
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/80908
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/Console_Getargs/download/1.3.0/>
- Update COMMENT and pkg-descr.
PR: ports/80991
Submitted by: maintainer
|
|
|
|
|
| |
perl extension for inspecting the core's
arena structures.
|
|
|
|
| |
Submitted by: pointyhat via kris
|
| |
|
|
|
|
| |
latest stable release wxWidgets 2.6.0.
|
| |
|
| |
|
|
|
|
|
|
| |
Forgotten by: oliver
PR: 80928
Submitted by: Vasil Dimov <vd@datamax.bg>
|
| |
|
|
|
|
|
|
|
| |
- Drop WITH_PPERL support
PR: 80910
Submitted by: Rong-En Fan (maintainer)
|
|
|
|
|
|
| |
PR: 80447
Submitted by: me
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
| |
PR: 80909
Submitted by: Rong-En Fan (maintainer)
|
| |
|
|
|
|
|
| |
PR: 80756
Submitted by: me
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
+ changelog: http://pear.php.net/package/PHP_Compat/download/1.4.0/
+ update pkg-descr
PR: 80863
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
|
|
|
|
| |
port. This fixes the py-gamin slave build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
access binary data streams in C++.
The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.
It further employs no special I/O protocol and can be used on arbitrary
binary data sources.
WWW: http://libbinio.sourceforge.net/
PR: ports/80727
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
|
|
|
|
|
|
|
| |
- also use kqueue to monitor files within a monitored directory
- tremendously improve the scalability of the backend when
monitoring very large directories
- periodically attempt to switch polled files to kqueue notification
- do not perform an extra useless lstat() when a missing file is created
- code cleanups
Approved by: marcus
|
|
|
|
|
| |
PR: 80187
Submitted by: Vasil Dimov <vd@datamax.bg>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This is quite a simple library that provides an easy interface to the common
gateway interface, known as CGI. The purpose is to provide an easy to use
interface to CGI if you need to write your program in C instead of perl.
It is needed for modern rrdtool.
|
|
|
|
|
|
|
|
| |
- Make portlint happy
PR: ports/80758
Submitted by: lth
Approved by: maintainer
|
|
|
|
|
| |
PR: 80765
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
| |
PR: ports/80753
Submitted by: maintainer
Pointed out by: TSaplin Mikhail <tsmml (at) ist.ru>
|
|
|
|
| |
Noted by: kris via pointyhat
|
|
|
|
| |
Reported by: kris via pointyhat
|
| |
|
|
|
|
| |
standard datetime module
|
|
|
|
| |
USE_GCC=3.4 to fix build on 4
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Fix the packing list when NOPORTDOCS is defined
- Polish the Makefile
PR: ports/80666 [1]
Submitted by: Alex Rousskov <rousskov@measurement-factory.com> [1]
|
|
|
|
|
| |
PR: 77059
Submitted by: Jan Rochel <jannisan@t-online.de>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Paul Argentoff <argentoff@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 80573
Submitted by: Denis Shaposhnikov (maintainer)
|
|
|
|
|
|
|
| |
+ changelog: http://pear.php.net/package/Pager/download/2.3.1/
PR: ports/80550
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- from Changes
- Refactored -Base to once and only once
- Remove some cruft
- Got export algorithm working better
- Add a blank return to super
- Add the mixin method
|
|
|
|
|
|
|
|
|
|
| |
vanished[*].
Utilize INFO and PORTDOCS.
Use EMACS_BASE instead of LOCALBASE for emacs library dependencies.
Use target dependency instead of sub make invocation for running post-install rules.
Notified by: kris[*]
|
| |
|
| |
|
|
|
|
| |
Use target dependency for running post-install rules.
|
|
|
|
|
| |
PR: 80470
Submitted by: Rong-En Fan (maintainer)
|
|
|
|
| |
Noted by: krismail
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 79216
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
|
|
|
|
|
| |
Approved by: kris
Spotted by: pointyhat via kris
|
| |
|
|
|
|
| |
Submitted by: Vladimir Chukharev <chu@kemia.me.tut.fi>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 80385
Submitted by: Rong-En Fan (maintainer)
|
|
|
|
|
|
|
|
|
| |
- remove unnecessary ${PERL} -pi
- use autoconf-2.5.9
- pass maintainership to submitter
PR: 80403
Submitted by: Renato Botelho <freebsd@galle.com.br>
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/79733
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>,
Volker Stolz <vs>
|
|
|
|
| |
Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
|
|
|
|
|
|
| |
works, it does not provide the pid information that the cmsgcred structure
gives us. Dbus and gnomekeyring will now behave the same way on all versions
of FreeBSD.
|
|
|
|
|
|
|
|
|
| |
+ changelog: http://pear.php.net/package/Pager/download/2.3.0/
+ update CATEGORIES
+ update pkg-descr
PR: 80335
Submitted by: Antonio Carlos Venancio Junior (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
depending on PREFIX used - e.g. /usr/local vs. /tmp
Work around that by adding a patch to avoid installing docs via setup.py.
We install docs via the port's Makefile instead.
- Adjust pkg-plist accordingly (remove duplicate docs entries)
- Bump PORTREVISION due to changed package
PR: ports/79341
Submitted by: Radim Kolar <hsn@netmag.cz>
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
| |
|
|
|
|
|
| |
not provide the pid information that the cmsgcred structure gives us.
Gamin will now behave the same way on all versions of FreeBSD.
|
| |
|
| |
|
|
|
|
| |
Discussed with: jylefort
|
| |
|
| |
|
|
|
|
| |
in two different patch-files where one even had a misleading name.
|
| |
|
| |
|
|
|
|
| |
structures.
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/79891
Submitted by: Jiawei Ye <leafy@orion.moderntimes.com.tw> (maintainer)
|
|
|
|
|
| |
PR: ports/80108
Submitted by: Paul Argentoff <argentoff@gmail.com>
|
|
|
|
|
|
|
|
|
| |
cvschk is a Perl program which allows you to see the status of your
own CVS directories, without access to the CVS repository. It shows
which files you changed, made locally, and which ones were deleted.
PR: ports/80279
Submitted by: Matthias Andree <matthias.andree@gmx.de>
|
|
|
|
|
|
|
|
|
| |
* remove IGNORE if perl >= 5.8
* fix pkg-plist
- bump PORTREVISION
PR: 80188
Submitted by: skv
|
| |
|
|
|
|
|
| |
PR: ports/80127
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
PR: 80224
Submitted by: James Earl <chero7@telus.net>
Ooops, I forgot to commit the Makefile earlier today
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Pointyhat to: arved (three in a rowi....)
|
|
|
|
|
|
|
|
|
|
| |
+ changelog: http://www.esm.jp/jude-web/en/ReleaseNote-JUDE-Community-e.html
+ update CATEGORIES
+ fix IGNORE (portlint)
PR: 80164
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Approved by: Yoshihiko Sarumaru (maintainer)
|
|
|
|
|
|
|
| |
fix pkg-plist
PR: 80224
Submitted by: James Earl <chero7@telus.net>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
by using C comments instead of make(1) constructs.
And as long as I'm here, fix a command misspelling in vm-pop3d.
As prompted by: kris
|
|
|
|
|
| |
PR: 79095
Submitted by: James Earl <chero7@telus.net>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
PR: ports/80155
Submitted by: maintainer
|
|
|
|
| |
* fix pkg-message
|
|
|
|
|
|
| |
PR: ports/80185
Submitted by: maintainer
Reported by: kris (via pointyhat)
|
|
|
|
|
|
|
|
| |
* use APACHE_DATADIR if defined
* fix RUN_DEPENDS
* fix pkg-plist
* update pkg-descr
* take maintainership
|
| |
|
|
|
|
|
| |
PR: ports/80148
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
|
| |
|
|
|
|
| |
This was tested with a Gemplus GemPC Twin and an SCM Micro SPR 532
|
|
|
|
|
|
|
| |
Fix build with new PCSC-lite
PR: 78816[1]
Submitted by: lofi[1]
|
|
|
|
|
| |
This library was part of the pcsc-lite package, but is a seperate package
since the last update.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Upgrade to 1.2.9.b.7
- Use libtool15
- make hier(7)-compliant by moving the pcsc/drivers to lib/pcsc/drivers
- Compile with USB support per default. Use WITHOUT_USB to disable usb
support
- Chase libusb shared library version (Forgotten by leeym)
Based on: PR 76068
Reviewed by: maintainer, sem (earlier patch)
ifd-devkit:
- Chase pcsclite sharedlibrary version
ifd-gempc410:
- Unbreak by updating to 0.9.3
- Move library to lib/pcsc/drivers
- Chase pcsclite sharedlibrary version
NOTE: This was not tested, I don't own the specific hardware
ifd-gpr400:
- Chase pcsclite sharedlibrary version
- Fix build with new pcsc-lite
- Chase new pcsclite drivers location
ifd-slb_rf60:
- Chase pcsclite sharedlibrary version
ifd-test:
- Chase pcsclite sharedlibrary version
- Fix build with new pcsclite
libchipcard:
- Update to 0.9.1[1]
- Chase pcsclite shared library version
- Fix build with new pcsclite
[1]PR: 78815
[1]Submitted by: lofi
opensc:
- Chase pcsclite shared library version
- Fix build on CURRENT
opensc-esteid
- Chase pcsclite shared library version
- Fix build with new pcsclite
p5-PCSC-Card:
- Update to 1.4.2
- Chase pcsclite shared library version
- Fix build with new pcsclite
ruby-pcsc-lite
- Mark broken, does not compile with new pcsc-lite
Maintainer will work on new version
Submitted by: maintainer
|
|
|
|
|
|
| |
- Fetch pre-built docs since we can't build it ourselves: fop requires
Java which I didn't want to pull in and passivetex barfs.
- Treat examples as documentation
|
| |
|
|
|
|
| |
- Minimize Makefile-patch
|
| |
|
|
|
|
|
| |
PR: 80110
Submitted by: Rong-En Fan (maintainer)
|
|
|
|
|
| |
Submitted by: Johannes Groedem <johs@copyleft.no> (maintainer)
Approved by: adamw (mentor)
|
|
|
|
| |
Reported by: mezz
|
| |
|
|
|
|
| |
Reported by: krismail
|
| |
|
|
|
|
|
|
| |
ports don't need this.
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
| |
- Use USE_LIBTOOL_VER=15
PR: ports/80026
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
Approved by: adamw (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
- Give maintainership to antoine.brodin@laposte.net
- Add WITHOUT_X11 knob
- Use USE_LIBTOOL_VER=15
- Cleanup the Makefile
PR: ports/80024
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
Approved by: adamw (mentor)
|
|
|
|
|
| |
http://mail.gnome.org/archives/gnome-announce-list/2005-April/msg00030.html
for all of the combined changes and fixes in the GNOME Desktop modules.
|
|
|
|
|
| |
PR: ports/79850
Submitted by: Fr. Br. George <george@po.cs.msu.su>
|
|
|
|
|
|
| |
PR: ports/80016
Submitted by: Johannes Groedem <johs@copyleft.no> (maintainer)
Approved by: adamw (mentor)
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/79981
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
|
| |
|
|
|
|
| |
Reported by: many
|
|
|
|
|
|
| |
PR: ports/79971
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: adamw (mentor)
|
|
|
|
|
| |
PR: 80003
Submitted by: Tim Bishop (maintainer)
|
|
|
|
|
| |
* Set EXPIRATION_DATE to 3 month delay
* Set NO_LATEST_LINK
|