- Update to 0.0.12

- s/YES/yes in USE_*
- Drop ABI version numbers from LIB_DEPENDS
- Trim Makefile header
- Sort pkg-plist
- Update WWW in pkg-descr

PR:		ports/168301
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
This commit is contained in:
Jason E. Hale 2012-12-11 14:19:55 +00:00
parent 5bf9bfc399
commit b36b567487
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308695
5 changed files with 31 additions and 29 deletions

View file

@ -1,30 +1,30 @@
# New ports collection makefile for: libvanessa_socket # Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
# Date created: 28 April 2001
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= libvanessa_socket PORTNAME= libvanessa_socket
PORTVERSION= 0.0.7 PORTVERSION= 0.0.12
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_socket/${PORTVERSION}/
MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION}
DISTNAME= vanessa_socket-${PORTVERSION} DISTNAME= vanessa_socket-${PORTVERSION}
MAINTAINER= thomas@bsdunix.ch MAINTAINER= thomas@bsdunix.ch
COMMENT= Library that provides a simple layer for TCP/IP socket operations COMMENT= Library that provides a simple layer for TCP/IP socket operations
LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ LIB_DEPENDS= vanessa_logger:${PORTSDIR}/devel/libvanessa_logger \
popt.0:${PORTSDIR}/devel/popt popt:${PORTSDIR}/devel/popt
MAN1= vanessa_socket_pipe.1 MAN1= vanessa_socket_pipe.1
USE_BZIP2= yes
USE_AUTOTOOLS= libtool USE_AUTOTOOLS= libtool
USE_LDCONFIG= YES USE_GNOME= gnomehack
GNU_CONFIGURE= YES USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
${REINPLACE_CMD} -e '/^SUBDIRS/s|debian||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (vanessa_socket-0.0.7.tar.gz) = d8fdc5339115911581c763d2cc9bf4e71c0cd4c07f6093f024bb7ae6e3b89907 SHA256 (vanessa_socket-0.0.12.tar.bz2) = bb3fea2e2210426748029939dec564c05263dfa7f7d951ee8bc289225f19affe
SIZE (vanessa_socket-0.0.7.tar.gz) = 321042 SIZE (vanessa_socket-0.0.12.tar.bz2) = 283799

View file

@ -1,11 +1,12 @@
--- vanessa_socket_pipe/Makefile.in.orig Fri Jun 6 05:49:20 2003 --- ./vanessa_socket_pipe/Makefile.in.orig 2012-12-11 08:19:23.000000000 -0500
+++ vanessa_socket_pipe/Makefile.in Tue Jul 1 17:05:55 2003 +++ ./vanessa_socket_pipe/Makefile.in 2012-12-11 08:19:23.000000000 -0500
@@ -113,7 +113,7 @@ @@ -278,8 +278,7 @@
INCLUDES = -I$(top_srcdir)/libvanessa_socket INCLUDES = -I$(top_srcdir)/libvanessa_socket
vanessa_socket_pipe_LDADD = \
-vanessa_socket_pipe_LDADD = -L../libvanessa_socket -L../libvanessa_socket/.libs/ -lvanessa_socket @extra_libs@ @vanessa_logger_libs@ -lpopt -L../libvanessa_socket \
+vanessa_socket_pipe_LDADD = -L../libvanessa_socket ../libvanessa_socket/.libs/libvanessa_socket.so @extra_libs@ @vanessa_logger_libs@ -lpopt --L../libvanessa_socket/.libs/ \
--lvanessa_socket \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +../libvanessa_socket/.libs/libvanessa_socket.so \
CONFIG_HEADER = ../config.h -lvanessa_logger \
@extra_libs@ \
@vanessa_logger_libs@ \

View file

@ -3,4 +3,4 @@ operations. It includes code to open a socket to a server as a client, to
listen on sockets for clients as a server and to pipe information between listen on sockets for clients as a server and to pipe information between
sockets. sockets.
WWW: http://www.vergenet.net/linux/vanessa/ WWW: http://horms.net/projects/vanessa/

View file

@ -1,6 +1,7 @@
bin/vanessa_socket_pipe bin/vanessa_socket_pipe
include/vanessa_socket.h include/vanessa_socket.h
lib/libvanessa_socket.so.0
lib/libvanessa_socket.so
lib/libvanessa_socket.la
lib/libvanessa_socket.a lib/libvanessa_socket.a
lib/libvanessa_socket.la
lib/libvanessa_socket.so
lib/libvanessa_socket.so.3
libdata/pkgconfig/vanessa-socket.pc