aboutsummaryrefslogtreecommitdiff
path: root/news/husky-base-devel
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-05 06:54:40 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-05 06:54:40 +0000
commite6129d924b1d9fade9da7e44272c5f365e92ab11 (patch)
tree20f1634835358b1196d47803fc4d719203c3238e /news/husky-base-devel
parente52598b5500e6c00d66965c41c09ab9b609286f6 (diff)
downloadports-e6129d924b1d9fade9da7e44272c5f365e92ab11.tar.gz
ports-e6129d924b1d9fade9da7e44272c5f365e92ab11.zip
Notes
Diffstat (limited to 'news/husky-base-devel')
-rw-r--r--news/husky-base-devel/Makefile31
-rw-r--r--news/husky-base-devel/Makefile.inc23
-rw-r--r--news/husky-base-devel/distinfo2
-rw-r--r--news/husky-base-devel/files/patch-huskymak.cfg95
-rw-r--r--news/husky-base-devel/pkg-descr6
-rw-r--r--news/husky-base-devel/pkg-install72
-rw-r--r--news/husky-base-devel/pkg-plist4
7 files changed, 0 insertions, 233 deletions
diff --git a/news/husky-base-devel/Makefile b/news/husky-base-devel/Makefile
deleted file mode 100644
index 4400bf5b63d6..000000000000
--- a/news/husky-base-devel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Oleg Sharoiko <os@rsu.ru>
-# $FreeBSD$
-
-PORTNAME= base
-PORTVERSION= 1.4
-PORTREVISION= 1
-CATEGORIES= news mail
-MASTER_SITES= SF/husky/huskybase/1.4%20RC4
-DISTNAME= huskybase-${PORTVERSION}
-EXTRACT_SUFX= -tar.gz
-
-MAINTAINER= os@rsu.ru
-COMMENT= Common files for Husky Fidosoft Project. Development version
-
-CONFLICTS= husky-base-[0-9]*
-
-WRKSRC= ${WRKDIR}/huskybse
-NO_BUILD= yes
-
-NO_STAGE= yes
-pre-install:
- @ ${SETENV} PKG_PREFIX=${PREFIX} \
- ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
-
-do-install:
- @${MKDIR} ${PREFIX}/etc/fido ${PREFIX}/share/doc/husky
- @${CHOWN} fido:fido ${PREFIX}/etc/fido
- @${INSTALL_DATA} ${WRKSRC}/huskymak.cfg ${PREFIX}/etc/fido
-
-.include "${.CURDIR}/../husky-base-devel/Makefile.inc"
-.include <bsd.port.mk>
diff --git a/news/husky-base-devel/Makefile.inc b/news/husky-base-devel/Makefile.inc
deleted file mode 100644
index 74a4d52b14a1..000000000000
--- a/news/husky-base-devel/Makefile.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# $FreeBSD$
-#
-
-PKGNAMEPREFIX= husky-
-PKGNAMESUFFIX= -devel
-DIST_SUBDIR= husky
-
-WRKSRC?= ${WRKDIR}/${PORTNAME}
-ONLY_FOR_ARCHS= i386
-
-.if ${PORTNAME} != "base"
-BUILD_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base-devel
-
-USES+= gmake
-
-MAKE_ARGS+= PREFIX="${PREFIX}" \
- CC="${CC}" CXX="${CXX}" GPP="${CXX}" MKSHARED="${CC}" \
- OPTCFLAGS="-c ${CFLAGS}" WARNFLAGS=""
-
-pre-build:
- @${LN} -sf ${LOCALBASE}/etc/fido/huskymak.cfg ${WRKDIR}
-.endif
diff --git a/news/husky-base-devel/distinfo b/news/husky-base-devel/distinfo
deleted file mode 100644
index abe75882e775..000000000000
--- a/news/husky-base-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (husky/huskybase-1.4-tar.gz) = 691d01576e5c654f281ff27bf161954e3b0c2010c753c7d75ac4b7facccd2812
-SIZE (husky/huskybase-1.4-tar.gz) = 43627
diff --git a/news/husky-base-devel/files/patch-huskymak.cfg b/news/husky-base-devel/files/patch-huskymak.cfg
deleted file mode 100644
index fed00b63505e..000000000000
--- a/news/husky-base-devel/files/patch-huskymak.cfg
+++ /dev/null
@@ -1,95 +0,0 @@
---- huskymak.cfg.orig Sat Jun 21 12:50:44 2003
-+++ huskymak.cfg Wed Oct 19 17:47:43 2005
-@@ -38,15 +38,15 @@
- # will not be compiled, and you won't know how to use the software ;-).
- # You should take care that this directory is listed in the INFOPATH
- # environment variable (if necessary, modify your /etc/profile file).
--# INFODIR=/usr/local/info
-+INFODIR=$(PREFIX)/info
-
- # The same as above, but for DVI documentation. This requires a working
- # "texi2dvi" program.
--# DVIDIR=${PREFIX}/share/doc/husky
-+DVIDIR=${PREFIX}/share/doc/husky
-
- # The same as above, but for HTML documentation. This requires a working
- # "texi2html" program.
--#HTMLDIR=$(PREFIX)/lib/husky
-+HTMLDIR=$(PREFIX)/share/doc/husky
-
- # Name of the config file of MSGED TE:
- MSGEDCFG=\"$(CFGDIR)/msged.cfg\"
-@@ -116,7 +116,7 @@
-
- # update dynamic library cache
- # If your operating system does not need this, you may comment out this line.
--LDCONFIG=/sbin/ldconfig
-+#LDCONFIG=/sbin/ldconfig
-
- # rename a file
- MV=mv
-@@ -139,8 +139,8 @@
- OSTYPE=UNIX
-
- # short name of operating system (used for PID lines etc.)
--UNAME=LNX
--#UNAME=BSD
-+#UNAME=LNX
-+UNAME=BSD
- #UNAME=OS2
- #UNAME=BEOS
-
-@@ -151,7 +151,7 @@
- SHORTNAMES=0
-
- # Perl support
--PERL=0
-+PERL=1
-
- # ZipInternal packer
- USE_HPTZIP=0
-@@ -179,7 +179,7 @@
- WARNFLAGS=-Wall
-
- # C-compiler: optimization
--OPTCFLAGS=-c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC
-+OPTCFLAGS=
-
- ifeq ( $(DYNLIBS), 0 )
- ifeq ($(OSTYPE), UNIX)
-@@ -216,8 +216,8 @@
- DEBLFLAGS=-g
-
- # options for installing programs
--OPTIBOPT=-c -s -m 555
--DEBIBOPT=-c -m 555
-+OPTIBOPT=-c -s -m 555 -o root -g wheel
-+DEBIBOPT=-c -m 555 -o root -g wheel
-
- ifeq ($(DEBUG), 1)
- IBOPT = $(DEBIBOPT)
-@@ -226,19 +226,19 @@
- endif
-
- # options for installing scripts
--ISOPT=-c -m 555
-+ISOPT=-c -m 555 -o root -g wheel
-
- # options for installing shared libs
--ILOPT=-c -m 555
-+ILOPT=-c -m 555 -o root -g wheel
-
- # options for installing static libs
--ISLOPT=-c -m 444
-+ISLOPT=-c -m 444 -o root -g wheel
-
- # options for installing man-pages
--IMOPT=-c -m 444
-+IMOPT=-c -m 444 -o root -g wheel
-
- # options for installing includes
--IIOPT=-c -m 444
-+IIOPT=-c -m 444 -o root -g wheel
-
- # options for linking files
- LNOPT=-sf
diff --git a/news/husky-base-devel/pkg-descr b/news/husky-base-devel/pkg-descr
deleted file mode 100644
index d2b4eb18537c..000000000000
--- a/news/husky-base-devel/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Common files for Husky Fidosoft Project.
-Development version.
-
-Husky is complete freeware suite of Fidonet applications.
-
-WWW: http://husky.sourceforge.net/
diff --git a/news/husky-base-devel/pkg-install b/news/husky-base-devel/pkg-install
deleted file mode 100644
index 74db35e6e9c3..000000000000
--- a/news/husky-base-devel/pkg-install
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/news/husky-base-devel/pkg-install,v 1.1 2005-10-26 15:43:45 garga Exp $
-#
-
-PKG_PREFIX=${PKG_PREFIX:=/usr/local}
-BATCH=${BATCH:=no}
-PW=/usr/sbin/pw
-
-ask() {
- local question default answer
-
- question=$1
- default=$2
- if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then
- read -p "${question} [${default}]? " answer
- fi
- if [ x${answer} = x ]; then
- answer=${default}
- fi
- echo ${answer}
-}
-
-yesno() {
- local question default answer
-
- question=$1
- default=$2
- while :; do
- answer=$(ask "${question}" "${default}")
- case "${answer}" in
- [Yy]*) return 0;;
- [Nn]*) return 1;;
- esac
- echo "Please answer yes or no."
- done
-}
-
-if [ x"$2" = xPRE-INSTALL ]; then
- USER=fido
- GROUP=fido
- UID=111
- GID=111
-
- if ${PW} groupshow "${GROUP}" 2>/dev/null; then
- echo "You already have a group \"${GROUP}\", so I will use it."
- else
- if ${PW} groupadd ${GROUP} -g ${GID}
- then
- echo "Added group \"${GROUP}\"."
- else
- echo "Adding group \"${GROUP}\" failed..."
- echo "Please create it, and try again."
- exit 1
- fi
- fi
-
- if ${PW} user show "${USER}" 2>/dev/null; then
- echo "You already have a user \"${USER}\", so I will use it."
- else
- if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \
- -d ${PKG_PREFIX}/fido \
- -c "Fido System"
- then
- echo "Added user \"${USER}\"."
- else
- echo "Adding user \"${USER}\" failed..."
- echo "Please create it, and try again."
- exit 1
- fi
- fi
-fi
diff --git a/news/husky-base-devel/pkg-plist b/news/husky-base-devel/pkg-plist
deleted file mode 100644
index c6e46b0d1e43..000000000000
--- a/news/husky-base-devel/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-etc/fido/huskymak.cfg
-@exec mkdir -p %D/share/doc/husky
-@dirrm etc/fido
-@dirrm share/doc/husky