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
This is a bug fix release which includes fixes for SNMP crash in the face of
network errors. Also status and data logging interval was often off by one
period. NIS port now properly defaults to 3551 or value provided by configure,
not hard-coded 7000.
have pciconf, just keeps growing ...
Fix up code for use of /etc/rc.conf.local for those systems that don't use
periodic.conf
Submitted by: Thorsten Glaser <tg@mirbsd.de>
- Use SF macro in MASTER_SITES.
- Take maintainership.
- Convert to OPTIONS.
- Remove ONLY_FOR_ARCHS=i386.
- Use (smart) wrapper script instead of "installuser" target.
- Remove "-fno-strict-aliasing" flag only (don not change CFLAGS/CXXFLAGS),
and on any OSVERSION.
As noted in Makefile, I disabled Qt module and GUI setup tool due
to oxim uses some files that only exist in Debian package.
- Add few mirrors and correct the path
- Use INSTALL, DOCSDIR, EXAMPLESDIR macros
- dvipdfmx is RUN_DEPENDS not BUILD_DEPENDS
- Use find's -delete instead of xargs + rm
- Use setenv(1) to set environment variables
This should be already committed last month.
PR: ports/101867
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Forgotten by: rafan
for *.map files in case no map file is found in
$TEXMF/fonts/map//<dviwarename>//. While map files should
be separated in this manner to prevent updmap(1) from getting
confused by difference in the file formats between dvips and
dvipdfm, the current chinese/CJK package depends on the obsolete
search path and files in $TEXMF/fonts/map/CJK at this moment.
Rationale: TDS (standard TeX Directory Structure) 1.1[*] specifies
a directory for font map files should be "fonts/map/<syntax>/<package>/..."
and names like "fonts/map/<package>" are discouraged.
Bump PORTREVISION, but there is no visible change for most people.
Spotted by: rafan
References: [*] http://tug.org/tds/tds.html