Very simple package providing a cross-platform means of determining
the hostname. ok sthen@
This commit is contained in:
parent
48c469b3c5
commit
f09f906c3a
20
net/hs-hostname/Makefile
Normal file
20
net/hs-hostname/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/07 18:50:07 kili Exp $
|
||||
|
||||
COMMENT = Haskell package for determining the hostname
|
||||
|
||||
DISTNAME = hostname-1.0
|
||||
CATEGORIES = devel net
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/hs-hostname/distinfo
Normal file
5
net/hs-hostname/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ghc/hostname-1.0.tar.gz) = k4nIY0I55dYJbvVj5ZpwPw==
|
||||
RMD160 (ghc/hostname-1.0.tar.gz) = 85vYr2+ux3UqKZZB9nHww8XsoVk=
|
||||
SHA1 (ghc/hostname-1.0.tar.gz) = yChavPnZ7loGuPTFclBsAdBA/oQ=
|
||||
SHA256 (ghc/hostname-1.0.tar.gz) = m0PasbbaUh81aFsgVV2gBzjI4TbrlyRYx4YkJAapz1w=
|
||||
SIZE (ghc/hostname-1.0.tar.gz) = 1982
|
2
net/hs-hostname/pkg/DESCR
Normal file
2
net/hs-hostname/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Very simple package providing a cross-platform means of determining
|
||||
the hostname.
|
26
net/hs-hostname/pkg/PLIST
Normal file
26
net/hs-hostname/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/05/07 18:50:07 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/Network/
|
||||
lib/ghc/${DISTNAME}/Network/HostName.hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
|
||||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
|
||||
lib/ghc/${DISTNAME}/unregister.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Network-HostName.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/hostname.haddock
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Network-HostName.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
Loading…
Reference in New Issue
Block a user