mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Undeprecate and adopt three more ports that I still consider useful.
This commit is contained in:
parent
457835faab
commit
4f76884250
3 changed files with 4 additions and 13 deletions
|
@ -3,16 +3,13 @@ PORTVERSION= 0.3.10
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/
|
MASTER_SITES= https://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= Massively-parallel build system implemented on top of GNU make
|
COMMENT= Massively-parallel build system implemented on top of GNU make
|
||||||
WWW= https://www.codesynthesis.com/projects/build/
|
WWW= https://www.codesynthesis.com/projects/build/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
DEPRECATED= Last release in 2014 and no upstream activity since
|
|
||||||
EXPIRATION_DATE=2024-03-31
|
|
||||||
|
|
||||||
BUILD_DEPENDS= bash:shells/bash
|
BUILD_DEPENDS= bash:shells/bash
|
||||||
RUN_DEPENDS= bash:shells/bash
|
RUN_DEPENDS= bash:shells/bash
|
||||||
|
|
||||||
|
|
|
@ -4,14 +4,11 @@ PORTREVISION= 1
|
||||||
CATEGORIES= irc
|
CATEGORIES= irc
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= IRC bot written in C for UNIX, Windows, and AmigaOS
|
COMMENT= IRC bot written in C for UNIX, Windows, and AmigaOS
|
||||||
WWW= https://dancer.sourceforge.net/
|
WWW= https://dancer.sourceforge.net/
|
||||||
|
|
||||||
DEPRECATED= Abandonware, last release in 2001 and no longer developed
|
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||||
EXPIRATION_DATE=2024-03-31
|
|
||||||
|
|
||||||
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
|
|
|
@ -4,16 +4,13 @@ PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION:R}.0
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION:R}.0
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= Advanced AES file encryption tool
|
COMMENT= Advanced AES file encryption tool
|
||||||
WWW= https://ncrypt.sourceforge.net/
|
WWW= https://ncrypt.sourceforge.net/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
DEPRECATED= Last release in 2015 and no active development since, consider using security/age
|
|
||||||
EXPIRATION_DATE=2024-03-31
|
|
||||||
|
|
||||||
USES= tar:tgz
|
USES= tar:tgz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue