From 9a00e32a9a622f2d6276c07244abcabbec744585 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 2 Jan 2011 14:57:26 -0600 Subject: [PATCH] misc-cdn/*: make portlint happy --- ports/misc-cdn/crc32sum/Makefile | 5 +++-- ports/misc-cdn/crc32sum/distinfo | 3 +-- ports/misc-cdn/flag/Makefile | 9 +++++---- ports/misc-cdn/flag/distinfo | 3 +-- ports/misc-cdn/flag/pkg-descr | 5 ++++- ports/misc-cdn/freebsd-rc/Makefile | 5 +++-- ports/misc-cdn/freebsd-rc/distinfo | 3 +-- ports/misc-cdn/shlib/Makefile | 9 +++++---- ports/misc-cdn/shlib/distinfo | 1 - ports/misc-cdn/shlib/pkg-descr | 3 ++- 10 files changed, 25 insertions(+), 21 deletions(-) diff --git a/ports/misc-cdn/crc32sum/Makefile b/ports/misc-cdn/crc32sum/Makefile index 3f76060..5201185 100644 --- a/ports/misc-cdn/crc32sum/Makefile +++ b/ports/misc-cdn/crc32sum/Makefile @@ -4,17 +4,18 @@ # # $FreeBSD$ # -VALID_CATEGORIES += misc-cdn PORTNAME= crc32sum PORTVERSION= 1.0.1 CATEGORIES= misc-cdn MASTER_SITES= http://git.cyberleo.net/releases/${PORTNAME}/ -DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz +EXTRACT_SUFX= .tgz MAINTAINER= cyberleo@cyberleo.net COMMENT= Compute the crc32 checksum of an input file or stdin +VALID_CATEGORIES += misc-cdn + PLIST_FILES= bin/crc32sum MAN1= crc32sum.1 diff --git a/ports/misc-cdn/crc32sum/distinfo b/ports/misc-cdn/crc32sum/distinfo index ca4fd9d..01bef2a 100644 --- a/ports/misc-cdn/crc32sum/distinfo +++ b/ports/misc-cdn/crc32sum/distinfo @@ -1,3 +1,2 @@ -MD5 (crc32sum-1.0.1.tgz) = eb0525bc8c4294f15dbfc0a19cfb47dd SHA256 (crc32sum-1.0.1.tgz) = d20a7be06f3f2022da9d81ca4a65e6be3d88c110287ea1792954b8d431c63c8b -SIZE(crc32sum-1.0.1.tgz) = 1886 +SIZE (crc32sum-1.0.1.tgz) = 1886 diff --git a/ports/misc-cdn/flag/Makefile b/ports/misc-cdn/flag/Makefile index 30086e6..a496b6f 100644 --- a/ports/misc-cdn/flag/Makefile +++ b/ports/misc-cdn/flag/Makefile @@ -4,17 +4,18 @@ # # $FreeBSD$ # -VALID_CATEGORIES += misc-cdn PORTNAME= flag PORTVERSION= 1.0.1 CATEGORIES= misc-cdn MASTER_SITES= http://git.cyberleo.net/releases/${PORTNAME}/ -DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz +EXTRACT_SUFX= .tgz MAINTAINER= cyberleo@cyberleo.net COMMENT= Turn the hostname into a colourful and visually distinctive ansi flag +VALID_CATEGORIES += misc-cdn + NO_BUILD= yes OPTIONS= BASH "Install include for Bash prompt" on @@ -23,13 +24,13 @@ PLIST_FILES= bin/flag etc/rc.d/update-issue RUN_DEPENDS= ${LOCALBASE}/bin/crc32sum:${PORTSDIR}/misc-cdn/crc32sum -.include - .if defined(WITH_BASH) PLIST_FILES+= share/flag/bash_prompt.sh PLIST_DIRS+= share/flag .endif +.include + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/flag ${PREFIX}/bin/flag ${INSTALL_SCRIPT} ${WRKSRC}/update-issue ${PREFIX}/etc/rc.d/update-issue diff --git a/ports/misc-cdn/flag/distinfo b/ports/misc-cdn/flag/distinfo index 82a5355..8c40fb8 100644 --- a/ports/misc-cdn/flag/distinfo +++ b/ports/misc-cdn/flag/distinfo @@ -1,3 +1,2 @@ -MD5 (flag-1.0.1.tgz) = 3afc06a02b68dcc1c33ba435fd399643 SHA256 (flag-1.0.1.tgz) = 6a88aca83a6b86a4ef9a4ae7474b674dd170f296c5daa97039e2e65292499a6e -SIZE(flag-1.0.1.tgz) = 2341 +SIZE (flag-1.0.1.tgz) = 2341 diff --git a/ports/misc-cdn/flag/pkg-descr b/ports/misc-cdn/flag/pkg-descr index c52acd8..f26e4db 100644 --- a/ports/misc-cdn/flag/pkg-descr +++ b/ports/misc-cdn/flag/pkg-descr @@ -1,5 +1,8 @@ flag -Produces a neat little ansi colour 'flag' based off a hash of the machine's hostname (or settable via ~/.flag or /etc/flag) which can uniquely visually identify a machine, at a glance. Useful for placing into /etc/issue or your bash prompt, so that you don't send stupid commands to the wrong machine. +Produces a neat little ansi colour 'flag' based off a hash of the machine's +hostname (or settable via ~/.flag or /etc/flag) which can uniquely visually +identify a machine, at a glance. Useful for placing into /etc/issue or your +bash prompt, so that you don't send stupid commands to the wrong machine. WWW: http://git.cyberleo.net/flag.git diff --git a/ports/misc-cdn/freebsd-rc/Makefile b/ports/misc-cdn/freebsd-rc/Makefile index 9e38e19..e1140cb 100644 --- a/ports/misc-cdn/freebsd-rc/Makefile +++ b/ports/misc-cdn/freebsd-rc/Makefile @@ -4,18 +4,19 @@ # # $FreeBSD$ # -VALID_CATEGORIES += misc-cdn PORTNAME= freebsd-rc PORTVERSION= 1.0.3 PORTREVISION= 1 CATEGORIES= misc-cdn MASTER_SITES= http://git.cyberleo.net/releases/freebsd-rc/ -DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz +EXTRACT_SUFX= .tgz MAINTAINER= cyberleo@cyberleo.net COMMENT= A handy wrapper to FreeBSD's rcscripts +VALID_CATEGORIES += misc-cdn + NO_BUILD= yes PLIST_FILES= bin/rc diff --git a/ports/misc-cdn/freebsd-rc/distinfo b/ports/misc-cdn/freebsd-rc/distinfo index 2d9aec5..af29781 100644 --- a/ports/misc-cdn/freebsd-rc/distinfo +++ b/ports/misc-cdn/freebsd-rc/distinfo @@ -1,3 +1,2 @@ -MD5 (freebsd-rc-1.0.3.tgz) = 6af8e98df66bca4692e0c845376b0131 SHA256 (freebsd-rc-1.0.3.tgz) = 65a708bd2215396e585a22298bb89c18afb2e8e906ba43cd07719d5755eb97b9 -SIZE(freebsd-rc-1.0.3.tgz) = 1081 +SIZE (freebsd-rc-1.0.3.tgz) = 1081 diff --git a/ports/misc-cdn/shlib/Makefile b/ports/misc-cdn/shlib/Makefile index ebabff3..5c74e37 100644 --- a/ports/misc-cdn/shlib/Makefile +++ b/ports/misc-cdn/shlib/Makefile @@ -4,17 +4,18 @@ # # $FreeBSD$ # -VALID_CATEGORIES += misc-cdn PORTNAME= shlib PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= misc-cdn MASTER_SITES= http://git.cyberleo.net/releases/${PORTNAME}/ -DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz +EXTRACT_SUFX= .tgz MAINTAINER= cyberleo@cyberleo.net -COMMENT= a series of modular convenience functions for bourne shell scripting +COMMENT= A series of modular convenience functions for bourne shell scripting + +VALID_CATEGORIES += misc-cdn NO_BUILD= yes @@ -35,7 +36,7 @@ PLIST_DIRS= lib/sh \ .include do-install: - ( cd ${WRKSRC}/lib && ${COPYTREE_BIN} sh ${PREFIX}/lib ) + ( cd ${WRKSRC}/lib && ${COPYTREE_BIN} sh/ ${PREFIX}/lib ) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/example.sh ${PREFIX}/share/examples/shlib/example.sh diff --git a/ports/misc-cdn/shlib/distinfo b/ports/misc-cdn/shlib/distinfo index 705ad87..3413c3a 100644 --- a/ports/misc-cdn/shlib/distinfo +++ b/ports/misc-cdn/shlib/distinfo @@ -1,3 +1,2 @@ -MD5 (shlib-1.0.1.tgz) = 76ee424bb98f1c7eb731b692704d7b6d SHA256 (shlib-1.0.1.tgz) = 7283f7123b222c61155a36f4a9ca3afd8163cc1942786caf80e8a7c2c41c6b19 SIZE (shlib-1.0.1.tgz) = 2412 diff --git a/ports/misc-cdn/shlib/pkg-descr b/ports/misc-cdn/shlib/pkg-descr index 6752e73..529f2e7 100644 --- a/ports/misc-cdn/shlib/pkg-descr +++ b/ports/misc-cdn/shlib/pkg-descr @@ -1,5 +1,6 @@ shlib -A collection of bourne shell functions, with an easy loader, for use in shell scripting. +A collection of bourne shell functions, with an easy loader, for use in shell +scripting. WWW: http://git.cyberleo.net/shlib.git -- 2.42.0