From 9a7e1ddb87ca0f4836ac8cfffd6cdbb67b749f02 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Sat, 14 Aug 2010 17:19:27 -0400 Subject: network/perl-Net-Server: Updated for version 0.99. Signed-off-by: dsomero --- network/perl-Net-Server/perl-Net-Server.SlackBuild | 26 ++++++++++------------ network/perl-Net-Server/perl-Net-Server.info | 6 ++--- 2 files changed, 15 insertions(+), 17 deletions(-) (limited to 'network') diff --git a/network/perl-Net-Server/perl-Net-Server.SlackBuild b/network/perl-Net-Server/perl-Net-Server.SlackBuild index ffd4f895cd..1368945cdc 100644 --- a/network/perl-Net-Server/perl-Net-Server.SlackBuild +++ b/network/perl-Net-Server/perl-Net-Server.SlackBuild @@ -6,10 +6,10 @@ # Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant__AT__mnspace__DOT__net) # All rights reserved. -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -27,8 +27,8 @@ # Modified by the SlackBuilds.org project. SRCNAM=Net-Server -PRGNAM=perl-Net-Server -VERSION=0.97 +PRGNAM=perl-$SRCNAM +VERSION=${VERSION:-0.99} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,18 +75,16 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -# Remove perlocal.pod and .packlist from $PKG -( cd $PKG - find . -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f -) +# Compress man pages +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -# Remove empty directories -find $PKG -depth -type d -empty -exec rm -rf {} \; +# Remove perllocal.pod and other special files that don't need to be installed, +# as they will overwrite what's already on the system. +find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done -) +# Remove empty directories +find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/network/perl-Net-Server/perl-Net-Server.info b/network/perl-Net-Server/perl-Net-Server.info index 8dff4e3d9b..fc3818fb8a 100644 --- a/network/perl-Net-Server/perl-Net-Server.info +++ b/network/perl-Net-Server/perl-Net-Server.info @@ -1,8 +1,8 @@ PRGNAM="perl-Net-Server" -VERSION="0.97" +VERSION="0.99" HOMEPAGE="http://search.cpan.org/dist/Net-Server/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-0.97.tar.gz" -MD5SUM="f884b6c5b1d2698a82bbc7ba659690a1" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-0.99.tar.gz" +MD5SUM="1ae03dff8b1009216a2e5d8f4c9a47b1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" -- cgit v1.2.3