Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
as devel/p5-Set-IntSpan.
Set::IntSpan manages sets of integers. It is optimized for sets that
have long runs of consecutive integers.
|
|
|
|
Lot's of fixes and new features.
See CHANGES for a complete list.
Also, take ownership.
ok'ed by lukem@
|
|
Inspired by FreeBSD "ports".
Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.
Discussed with/ok'ed by drochner@.
|
|
|
|
systems where the "compfaces" program from the "faces" package is
installed. A dependence on the "faces" package isn't necessary because
the "compfaces" program isn't really used. This fix the first part
of PR pkg/22762 by myself.
|
|
USE_GCC2 or USE_GCC3 where appropriate.
the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.
more changes to come later...
|
|
reported by Matthias Scheler
|
|
xemacs-packages actually includes the old version of apel;
this package overrides it, which could be confusing.
Possibly we should remove apel from xemacs-packages?
(some packages require new apel)
|
|
1.19 - Messed up applying some of the patches in 1.18 :-(
1.18 - Added support for specifying unsigned integer values [0; 2^32-1]
Thanks to Richard Gerrits for pointing out the problem.
Added support for specifying Z/Y/Z for adiw, sbiw and movw.
Thanks to Richard Barrington for suggesting this.
Added support for a bunch of Mega devices.
Thanks to Andreas Schwarz for supplying a patch with these.
Fixed problems compiling with GCC 3.2
Several people supplied patches, but I was just too busy
integrating them.
Thanks to Patrick Dreker for supplying the final patch.
|
|
Add explicit dependancy on pkgconfig.
Sort buildlink2 includes alphabetically.
|
|
|
|
packages should only ever test this, not define it.
|
|
|
|
|
|
* Fix problem in "make clean" reported by Lisa Seelye.
* Fix issues in temporary file handling that could allow a local
attacker to interfere with another user's distcc processes.
* Daemon niceness is incremented by +5 by default. (This can be
changed by --nice.)
* The per-user configuration directory can be set by $DISTCC_DIR.
It defaults to the old value of ~/.distcc/.
* For regular compile failure, don't say "with exit code 1".
* The server now emits warnings to the log and to the client if
its PATH is set such that it will recursively run a distcc
client. This check is done at run time for the requested
compiler name. The server's $PATH is not modified in other
ways. This may help reduce problems with finding the right
remote compiler.
* SCO/Caldera operating systems are no longer supported due to
their recent absurd attacks against Linux and IBM.
* TMPDIR is no longer required to start with '/', so that Cygwin
paths starting with a drive letter may be used. Reported by
Heiko Elger.
* Various man page updates.
* Daemon now sits in the root directory while running, not the
temporary directory.
* Temporary directory is gone. Working files are created directly
under $TMPDIR.
* Lock files and state files are stored under DISTCC_DIR, rather
than in /tmp.
* Test cases are more robust in choosing a daemon port number.
|
|
* martti is the new maintainer
* changes since 3.3.1
- libiberty was missing from the 3.3.6 release
- libtermcap was built but not linked on systems which needed it
(suse-axp-linux 8.1; probably others too)
- The source tree was merged back from the bashdb project's CVS into the
original ddd CVS
- Major changes to get this to compile with modern auto-tools, Bison,
Flex, and C++ STL.
- Options are automatically saved when exiting DDD.
- Temporary sessions in Gnome and KDE are now properly deleted.
- The Tip of the Day comes with an option to turn it off.
- Alias detection is now on by default.
- The splash screen no longer bypasses all window controls.
- Major code clean-up, including plugging several memory leaks (1).
- GCC 3.0 should properly compile DDD.
- ChangeLog files are back.
|
|
No change with ruby-rd-mode package itself.
|
|
Changes:
* Really fixed security flaw regarding the program specific debugger command.
(Thanks to Matt Zimmerman, who pointed out the flaw in the previous
"solution".)
* Fixed the charset definition in the Russian translation (thanks to Alexander
Kogan).
|
|
Bump PKGREVISION.
|
|
Changes:
* New feature: specify configurations in command line. (client)
URI Syntax:
cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]]
Samples:
cvsync://some.where/
Retrieves the collections list.
cvsync://some.where/foo/rcs/?prefix=/localsrc
Retrieves the collection foo/rcs under /localsrc.
The documentation is not prepared yet.
* Fix a bug to fail to execute in background when use an option -p
to specify a file name to store a PID number and it is a relative
path. (server)
* Add samples to distribute NetBSD/OpenBSD CVS repositories.
|
|
Changes:
* New feature: specify configurations in command line. (client)
URI Syntax:
cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]]
Samples:
cvsync://some.where/
Retrieves the collections list.
cvsync://some.where/foo/rcs/?prefix=/localsrc
Retrieves the collection foo/rcs under /localsrc.
The documentation is not prepared yet.
* Fix a bug to fail to execute in background when use an option -p
to specify a file name to store a PID number and it is a relative
path. (server)
* Add samples to distribute NetBSD/OpenBSD CVS repositories.
|
|
|
|
|
|
Remove patch-ad (fixed in this release).
User-visible changes:
* 'svn status' now streams its response. (r6913, #1426)
* 'svn status' now recurses into externals (r6913, #1428)
* new 'svnadmin verify' command to verify repository data (r6851, #1074)
* SSL changes: (r6958, #1371)
- dropped support for PEM-encoded client certs, only accept PKCS12 now.
- 'ssl-authority-files' is now a list of CA files
- no more 'ssl-client-cert-type' and 'ssl-client-key-file' variables.
* new svndumpfilter option: '--preserve-revprops' to keep props on empty revs
* mailer.py improvement: handle multiple match groups (r6940)
* remove in-repos/on-disk repository template features, till post-1.0 (r6965)
* various cleanups to the Book
* other bugfixes: switch deletion bug (r6890, #1496), status
repos-delete bug (r6913, #1469), reversion of '.' (r6953, #854).
Developer-visible changes:
* GUI developers take note: prompting API changed (r6928, #1214)
* now compile against neon-0.24; 0.23.9 support to be dropped soon. (r6958)
* various improvements to Perl/SWIG bindings
* tree re-org: non-core utilities split into 'tools' and 'contrib' areas.
* some gen_make.py/gen-base.py improvements
* configure.in CFLAGS bugfix (r6963)
* stop callng deprecated APIs in APR, in preparation for upcoming APR-1.0.
|
|
Also switch over to tar.bz2 archive.
Changes since 1.5.3:
Fixed bugs:
-----------
* The Visual Age for Java tasks didn't work (at least for versions 3.0
and higher). Bugzilla Report 10016.
* URL-encoding in <vaj*port> didn't work properly.
* VAJRemoteUtil called getAbsolutePath instead of getPath
causing problems when using a Windows VAJ server from a UNIX server.
Bugzilla Report 20457.
* VAJImport task failed with NullPointerException when using DirectoryScanner.
Bugzilla Report 22080.
Other changes:
--------------
* Shipped XML parser is now Xerces 2.5.0
* <javah> will invoke oldjavah on JDK 1.4.2. Bugzilla Report 18667.
* The VAJ tasks now support a haltonfailure attribute to conditionally
keep building even if they fail.
* It is now possible to use the latest (versioned or unversioned) edition
in <vajload> by using special wildcard characters. Also fixes
Bugzilla Report 2236.
|
|
Inline version 0.44 is a semi-major release:
+ This version is intended to be backwards compatible with 0.43.
+ Fixed many bugs reported since 0.43
+ Sped up parsing of C with 'USING => ParseRegExp'
+ Added BUILD_NOISY and BUILD_TIMERS options
+ Use File::Spec for all path operations. First step in porting to all
platforms.
+ Always call ILSM->validate()
+ Allow C++ modules to be written with Inline
+ New improved Inline::MakeMaker
|
|
* Documentation changes to match Buildtool 0.14.
* Clean up of distribution documentation.
|
|
o Added the `qt_program' type to bt_logic as a replacement for the old
qt.moc.mk makefile.
o Added logging functionality to bt_logic, to help debugging problems
present in it and to tell the developer what is happening during a
build.
o Added a standard customizable directory (named `doc') where a package
may install documents. Package documents (those registered in the
docs() function) will get installed in this directory by default.
o Removed all uses of the getopt(1) command. This means that all mod-
ules that still used it now support long options, aside from the
standard short ones.
o Multiple bug fixes.
|
|
|
|
gtranslator is an enhanced gettext po file editor for the GNOME2 desktop
environment. It handles all forms of gettext po files like compiled gettext
po files (gmo/mo files), compressed po files (po.gz/po.bz2 etc.) and features
many comfortable everyday usage features like Find/Replace, Auto Translation,
Message Translation Learning, Messages Table (for having an overview of the
translations/messages in the po file), Easy navigation and editing of
translation messages & comments of the translation where accurate. It has got
really very much to offer therefore you should simply test it and be happy
with it!
http://www.gtranslator.org/
Package imported from pkgsrc-wip, reviewed by wiz@
|
|
still is not implemented. This closes my own PR pkg/21909. Reviewed
by wiz@
|
|
|
|
the build environment.
Bump package revision.
|
|
|
|
"configure.in", so it got lost during regen
|
|
autoconf as the original, reducing the size of the patch by 500k.
Ok'd by drochner.
|
|
There are many bug fixes and improvements in this release,
including MMX and 3DNow! optimized alpha blending,
MMX optimized audio mixing, support for OpenGL FSAA,
and official QNX support!
|
|
- Bug fixes
- New features
* Added new debug flag "-d Time" which will report the elapsed time for each
message printed, and will also show the total running time along with the
time spend on external tools such as dot. Note: If you have a project that
takes doxygen a long time to process, please send me the output so I get
a global idea where to optimize.
* New option SUBGROUPING which can be set to NO to have \nosubgrouping for
all classes (thanks to Torben Koch for the patch).
* Added XML schemas for validating the XML output, and to help writing XSLT
files. The generated index.xml now has a complete schema, the compounds
not yet. Thanks go to Alexej Humbach for doing a lot of the work. Note
that a couple of "id" attributes in the XML output have been changed to
"refid", and section tags are now nested.
* Included language updates for Traditional Chinese and Japanese.
|
|
User-visible changes:
* MAJOR BUGFIX: revert revision 6764.
The new history-searching code was over-stressing our use
of BerkeleyDB transactions, causing checkouts to go
twice as slow and lose all concurrent-client scalability.
This is a temporary fix for a larger design problem. See issue
http://subversion.tigris.org/issues/show_bug.cgi?id=1499
|
|
|
|
|
|
|
|
- make this available for Linux
- root must be able to compile this package (patch-ac)
|
|
|
|
Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.
|
|
|
|
ruby-rdtool package. Update distinfo file and remove PKG_REVISION now.
Nothing changed with ruby-rd-mode itself.
|
|
2003-07-05 Yuuichi Teranishi <teranisi@gohome.org>
* APEL: Version 10.6 released.
* apel-ver.el (apel-ver): Change APEL version to 10.6.
2003-07-03 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
* poe.el (make-temp-file) [2-args make-temp-file]:
Don't use octal number for file modes.
* poe.el (toplevel): Fixed the compile-time check for the definition of
`make-temp-file' [apel-ja: 00874].
(make-temp-file) [no make-temp-file, single-user system]:
Don't use `set-default-file-modes' nor `default-file-modes'.
2003-07-03 Yuuichi Teranishi <teranisi@gohome.org>
* poe-18.el (make-directory-internal): Signal an error according to
the exit status of mkdir.
(delete-directory): New function.
(write-region): Ditto.
2003-06-06 Yuuichi Teranishi <teranisi@gohome.org>
* APEL: Version 10.5 released.
* apel-ver.el (apel-ver): Change APEL version to 10.5.
2003-05-29 Yuuichi Teranishi <teranisi@gohome.org>
* poe.el (make-temp-file) [no make-temp-file, single-user system]:
Modified for OS/2.
2003-05-22 Yuuichi Teranishi <teranisi@gohome.org>
* install.el (install-prefix): Change value for Meadow2 and NTEmacs.
2003-05-20 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
* poe.el (make-temp-file) [no make-temp-file, multi-user system]:
Modified comments.
2003-05-19 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
* poe.el (make-temp-file) [no make-temp-file, multi-user system]:
Flatten nested `unwind-protect'. Fixed comments.
2003-05-15 Yuuichi Teranishi <teranisi@gohome.org>
* poe.el (make-temp-file): New function.
2002-11-05 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
* mcs-20.el (mcs-region-repertoire-p): New function for UTF-2000
implementations.
(mcs-string-repertoire-p): Likewise.
(detect-mime-charset-region): New implementation for UTF-2000
implementations.
(detect-mime-charset-string): New function for UTF-2000
implementations.
2002-11-03 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* filename.el (filename-filters): Change default value to nil.
|