- New port: sysutils/fpc-users
Free Pascal interface to manipulate system users
This commit is contained in:
parent
16b7e3dc5e
commit
956fb56553
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226021
3 changed files with 37 additions and 0 deletions
|
@ -217,6 +217,7 @@
|
||||||
SUBDIR += foremost
|
SUBDIR += foremost
|
||||||
SUBDIR += fortunelock
|
SUBDIR += fortunelock
|
||||||
SUBDIR += fpc-syslog
|
SUBDIR += fpc-syslog
|
||||||
|
SUBDIR += fpc-users
|
||||||
SUBDIR += fpc-utmp
|
SUBDIR += fpc-utmp
|
||||||
SUBDIR += fpkg
|
SUBDIR += fpkg
|
||||||
SUBDIR += freebsd-sha1
|
SUBDIR += freebsd-sha1
|
||||||
|
|
21
sysutils/fpc-users/Makefile
Normal file
21
sysutils/fpc-users/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# New ports collection makefile for: fpc-users
|
||||||
|
# Date created: 2009-01-06
|
||||||
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTREVISION= 0
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
PKGNAMESUFFIX= -users
|
||||||
|
|
||||||
|
MAINTAINER= acm@FreeBSD.org
|
||||||
|
COMMENT= Free Pascal interface to manipulate system users
|
||||||
|
|
||||||
|
USE_FPC= yes
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||||
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||||
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
15
sysutils/fpc-users/pkg-plist
Normal file
15
sysutils/fpc-users/pkg-plist
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/Package.fpc
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/grp.ppu
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/pwd.ppu
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/users.ppu
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/grp.o
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/pwd.o
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/users.o
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/libpgrp.a
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/libppwd.a
|
||||||
|
lib/fpc/2.2.2/units/i386-freebsd/users/libpusers.a
|
||||||
|
@dirrm lib/fpc/2.2.2/units/i386-freebsd/users
|
||||||
|
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||||
|
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||||
|
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||||
|
@dirrmtry lib/fpc
|
Loading…
Reference in a new issue