NOTICE: This package has been removed from pkgsrc

./devel/sapnwrfcsdk, SAP NetWeaver RFC SDK

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 7.11, Package name: sapnwrfcsdk-7.11, Maintainer: pkgsrc-users

The SAP NetWeaver RFC SDK allows to develop applications which can do Remote
Function Calls to an SAP (ABAP) instance.

How to get SAP RFC-SDK for C/C++:

You need your SAP Service Marketplace username and password.

Visit http://service.sap.com/ Under the "SAP Support Portal", there is a link
titled "Software Download". Click on it. In the page that opens up, the left
pane is a tree / hierarchical view. Follow this path: SAP Software
Distribution Center --> Download --> Support Packages and Patches --> Entry
by Application Group. Click on it. In the right pane, a few links will come
up. Click on "Additional Components". In the right pane, a few more links are
displayed. Choose "SAP RFC SDK UNICODE".
(You always need the Unicode libraries, irrespective of whether your SAP
Server is unicode or not).


Version history: (Expand)


CVS history: (Expand)


   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-02-11 16:16:19 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Check explicitly if the distfile exists early and mark as broken for
bulk builds.
   2009-10-11 17:33:27 by Jens Rehsack | Files touched by this commit (1)
Log message:
fix typo
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-09 17:53:17 by Jens Rehsack | Files touched by this commit (10) | Imported package
Log message:
pkgsrc changes:

Import SAP NWRFC SDK

The SAP NetWeaver RFC SDK allows to develop applications which can do Remote
Function Calls to an SAP (ABAP) instance.

On 09/15/08 05:46 UTC, OBATA Akio <obache@netbsd.org> wrote:
> Personally, I think that those packages may exist.

On 09/15/08 09:41 UTC, Jonathan Groll <lists@groll.co.za> wrote:
> I for one would be most grateful if you could get this to work.

Oked by joerg@