- Make a note in UPDATING file about server name changing.
PR: ports/100843
Submitted by: Rui Lopes <rgl@ruilopes.com>
Approved by: maintainer timeout (1 month and half)
- new options for ports:
USE_GNUSTEP_SYSTEM_LIBS
USE_GNUSTEP_LOCAL_LIBS
each can hold mutiple definitions, like:
USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT}
USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:x11-toolkits/renaissance
USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PANTOMIME_PORT}
USE_GNUSTEP_LOCAL_LIBS+= Addresses:${ADDRESSES_PORT}
USE_GNUSTEP_LOCAL_LIBS+= SlideShow:${SLIDESHOWKIT_PORT}
USE_GNUSTEP_LOCAL_LIBS+= netclasses:${NETCLASSES_PORT}
- Register some dependencies directly that were installed by another dependencies before
- Add BerkeleyDB to OPTIONS for nanny/cache/snmp, it is not a mandatory dependency any more
- Add SQLite to OPTIONS for lookups/logging/quarantine
- Add SASL to OPTIONS for authentication
- Add SpamAssassin to OPTIONS, it is not a mandatory dependency any more
- Add p0f (passive OS fingerprinting) to OPTIONS and an rc.d script for p0fanalyzer
- Add file to OPTIONS to use ports' file(1) instead of system file(1)
- Add nomarch and cabextract to OPTIONS, they are not mandatory any more
- Provide some alternatives for archiver dependencies (rar/unrar, arj/unar, etc.)
- Cleanup deprecated PLIST_SUB and pkg-plist entries
- Use reinplace editing instead of patches where possible
- Ensure that the config file is installed with proper attributes
- Add some p0f explanation to pkg-message
- Style
PR: 102944
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> (maintainer)
GNUstep libraries. It also works on top of the Apple Mac OS X Cocoa
libraries, providing an opaque layer to write portable applications.
PR: 103086
Submitted by: Gürkan Sengün
Objective-C language. The entire IRC client is implemented by plugins,
so one can pick and choose what they want to use.
PR: 103038
Submitted by: Gürkan Sengün
with GNUstep. The core netclasses supports virtually any protocol, but the
distribution comes with everything needed for TCP/IP (opening ports,
background connections, etc.). Netclasses seamlessly integrates into
NSRunLoop, which means there should be no need for redesigning applications
to use it.
PR: 103033
Submitted by: Gürkan Sengün
- Added support for evaluating mathematical expressions and executing scripts
using the Python.
- Added translation for French, German, Russian, Spanish, Swedish.
PR: ports/103050
Submitted by: Max Brazhnikov (maintainer)
GNUstep and Mac OS X. Similar in look and feel to XMMS, it can read the
most-known sound file formats: MP3, Ogg, FLAC, Mod, XM, AIFF, WAV and more.
Very easy to use, it integrates well with the GNUstep desktop environment
and shows a nice example of a cross-platform OpenStep application.
PR: 102901
Submitted by: Gürkan Sengün