Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
ChangeLog:
2003-04-01 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.18.0
* Implement a new keyword 'super', which allows to define
sub-collections of a collection. For example:
collection {
name netbsd release rcs
prefix /cvsroot
...
}
collection {
name netbsd-pkgsrc release rcs
prefix /cvsroot/pkgsrc
super netbsd
}
For the collection `netbsd-pkgsrc', a client gets only
/cvsroot/pkgsrc part of the whole of NetBSD CVS repository
(/cvsroot). When `super' is specified as shown above, 'nofollow'
and 'umask' of the collection `netbsd-pkgsrc' with `super' are
inherited from the collection `netbsd'. When a scanfile is
also specified in the collection `netbsd', the collection
`netbsd-pkgsrc' employs the corresponding entries in the parent's
scanfile. Thus, using `super' keyword, only a scanfile for the
top of sub-collections is needed to use the scanfile functionality
when sub-collections of a collection are defined. It makes the use
of a scanfile more efficient.
'super' can be specified recursively (i.e. a sub-collection can
be the parent of another sub-collection).
(Thanks hrs AT FreeBSD DOT org)
|
|
|
|
improvements and bug fixes.
|
|
|
|
Noteworthy changes in version `0.8.5'
=====================================
Bug fixes. NSStringDrawing now uses text system implementation.
Noteworthy changes in version `0.8.4'
=====================================
This release features a brand new text and layout system thanks to
Alexander Malmberg. Other improvements include:
* Various display optimizations.
* Default border to NSScrollView changed
* Printing fixes.
* NSToolbar partially implemented.
|
|
|
|
|
|
Noteworthy changes in version `1.6.0'
=====================================
* More MinGW support
* New MacOSX compatible methods.
* The Base Additions library compiles on native OSX.
* autogsdoc produces better, cleaner docs.
* Built-in garbage collecting classes.
* Any many many bug fixes and minor improvements.
|
|
|
|
|
|
|
|
Make now configures by default for only one system. To compile and
run GNUstep for multiple platforms from the same directory, use the
configure argument -enable-multi-platform.
* Auto-build def file for DLLs
* Work natively on MacOSX systems. Now use apple-apple-apple instead
of nx-nx-nx on OSX systems.
* More efficient checks for re-making a project.
|
|
|
|
Brian Harrington in PR pkg/20971.
|
|
|
|
|
|
|
|
|
|
|
|
A simple make test here would have shown this to break by removing NO_PATCH
without otherwise seeing why it was there..
|
|
|
|
curses can build this, too. (Makes this build under Linux, for example.)
|
|
|
|
|
|
|
|
Changes:
* ttf/hline.ttf, ttf/dotum.ttf, ttf/batang.ttf:
- cmap errors in the batang.ttf/dotum.ttf/hline.ttf corrected by
Jungshik Shin <jshin@mailaps.org>
- mismatched .nodef glyph fixed too.
and some more i can't decipher..
|
|
|
|
|
|
Port of the eMule for Windows eDonkey2000, which uses the wxWindows class
library and runs on several Unix-like systems.
Features:
* Download/Upload works
* You can search and add ed2k-links
* Statistics
* Shared files tab works
* Messages tab is now implemented
* You can manage friends
* LMule can be minimized to systray
* You can set nearly all preferences
Based on a package done by Juan RP.
|
|
|
|
from the website.)
|
|
|
|
|
|
inside the java directory. Create one, add it to the PLIST and set
PKG_JVM to sun-jdk. Bump PKGREVISION, since this package now can actually
use Java.
|
|
|
|
Patch provided in PR pkg/20640 by Hiramatsu Yoshifumi.
|
|
|
|
on systems where an appropriate libintl is not in /usr/lib.
Remove $(LDADD) from dependacies, it may contain linker flags.
|
|
Don't use the nonexistent ../pico/cc5.sol as LDCC, set it to ${CC}
Add -lnsl -lsocket to the libraries.
libc-client is in $(CCLIENTLIB) not $(CCLIENTDIR)
|
|
|
|
and even if not used on other systems it doesn't hurt.
|
|
exists on NetBSD and probably linux), and --disable-shared cause problems
with some packages (e.g. ncurses).
|
|
mldonkey is a client to access the eDonkey network, a peer-to-peer network
particularly efficient for big files thanks to a multi-sources download
protocol. It is written in Objective-Caml, and comes with its own GTK GUI,
an HTTP interface and a telnet interface. It works on most UNIX platforms.
This closes my own PR pkg/18832 and PR pkg/20864 by Wolfram Gerlach.
|
|
|
|
mldonkey is a client to access the eDonkey network, a peer-to-peer network
particularly efficient for big files thanks to a multi-sources download
protocol. It is written in Objective-Caml, and comes with its own GTK GUI,
an HTTP interface and a telnet interface. It works on most UNIX platforms.
This closes my own PR pkg/18832 and PR pkg/20864 by Wolfram Gerlach.
|