mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add adasockets, an Ada interface to using sockets.
PR: ports/18752 Submitted by: Samuel Tardieu <sam@inf.enst.fr>
This commit is contained in:
parent
141cc629a2
commit
d471139c17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31169
@ -2,6 +2,7 @@
|
||||
#
|
||||
|
||||
SUBDIR += SSLtelnet
|
||||
SUBDIR += adasockets
|
||||
SUBDIR += adns
|
||||
SUBDIR += amcl
|
||||
SUBDIR += archie
|
||||
|
26
net/adasockets/Makefile
Normal file
26
net/adasockets/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: vreng
|
||||
# Date created: 22 May 2000
|
||||
# Whom: sam@inf.enst.fr
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= adasockets
|
||||
PORTVERSION= 0.1.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.infres.enst.fr/ANC/
|
||||
|
||||
MAINTAINER= sam@inf.enst.fr
|
||||
|
||||
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/lib/libadasockets.so.0
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
MAN1= adasockets-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/adasockets/distinfo
Normal file
1
net/adasockets/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (adasockets-0.1.8.tar.gz) = e3877c94feaba617fc756e569ebbb212
|
1
net/adasockets/pkg-comment
Normal file
1
net/adasockets/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Sockets library for Ada
|
7
net/adasockets/pkg-descr
Normal file
7
net/adasockets/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
AdaSockets allows Ada programmers to use sockets from within their programs
|
||||
with an easy-to-use Ada-friendly interface.
|
||||
|
||||
WWW: http://www.infres.enst.fr/ANC/
|
||||
|
||||
-- Samuel Tardieu
|
||||
sam@inf.enst.fr
|
25
net/adasockets/pkg-plist
Normal file
25
net/adasockets/pkg-plist
Normal file
@ -0,0 +1,25 @@
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
bin/adasockets-config
|
||||
lib/adasockets/sockets-constants.ads
|
||||
lib/adasockets/sockets-constants.ali
|
||||
lib/adasockets/sockets-link.ads
|
||||
lib/adasockets/sockets-link.ali
|
||||
lib/adasockets/sockets-multicast.adb
|
||||
lib/adasockets/sockets-multicast.ads
|
||||
lib/adasockets/sockets-multicast.ali
|
||||
lib/adasockets/sockets-naming.adb
|
||||
lib/adasockets/sockets-naming.ads
|
||||
lib/adasockets/sockets-naming.ali
|
||||
lib/adasockets/sockets-thin.ads
|
||||
lib/adasockets/sockets-thin.ali
|
||||
lib/adasockets/sockets-utils.adb
|
||||
lib/adasockets/sockets-utils.ads
|
||||
lib/adasockets/sockets-utils.ali
|
||||
lib/adasockets/sockets.adb
|
||||
lib/adasockets/sockets.ads
|
||||
lib/adasockets/sockets.ali
|
||||
lib/libadasockets.a
|
||||
lib/libadasockets.so
|
||||
lib/libadasockets.so.0
|
||||
@dirrm lib/adasockets
|
Loading…
Reference in New Issue
Block a user