Add skyutils 2.6, a library required by smssend (same author).

PR:		63234
Submitted by:	Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
Approved by:	mat (mentor).
This commit is contained in:
Thierry Thomas 2004-03-30 22:08:05 +00:00
parent 4f75163921
commit 033936902e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105735
6 changed files with 49 additions and 0 deletions

View File

@ -346,6 +346,7 @@
SUBDIR += shc
SUBDIR += shuffle
SUBDIR += since
SUBDIR += skyutils
SUBDIR += sloccount
SUBDIR += sls
SUBDIR += smssend

20
misc/skyutils/Makefile Normal file
View File

@ -0,0 +1,20 @@
# ports collection makefile for: skyutils
# Date created: 21 February 2004
# Whom: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= skyutils
PORTVERSION= 2.6
CATEGORIES= misc
MASTER_SITES= http://zekiller.skytech.org/fichiers/
MAINTAINER= machiel_mastenbroek@hotmail.com
COMMENT= A library required by smssend (same author)
USE_AUTOCONF_VER?=257
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

2
misc/skyutils/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (skyutils-2.6.tar.gz) = ff04d28365ba9c18a1c5fdad41b5d4cc
SIZE (skyutils-2.6.tar.gz) = 267952

View File

@ -0,0 +1,11 @@
--- configure.in Wed Aug 27 20:54:02 2003
+++ configure.in.new Sat Feb 21 13:37:18 2004
@@ -171,7 +171,7 @@
SU_SSL_CFLAGS=""
if test "$ssl" = "true"; then
- AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl")
+ AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl", ,"-lcrypto")
if test ! "$SU_SSL_LIB"; then
AC_MSG_WARN("Cannot find libssl... ssl code in skyweb will be disabled")
else

8
misc/skyutils/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
This library contains many useful functions
that the maintainer of Smssend and Skyutils
used in many of his projects.
WWW: http://zekiller.skytech.org/
- Machiel Mastenbroek
machiel_mastenbroek@hotmail.com

7
misc/skyutils/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/skyutils-config
include/skyutils.h
lib/libskyutils-2.6.so
lib/libskyutils-2.6.so.6
lib/libskyutils.a
lib/libskyutils.la
lib/libskyutils.so