diff options
author | acm <acm@FreeBSD.org> | 2013-03-23 13:12:58 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2013-03-23 13:12:58 +0800 |
commit | 6709276f836fc3825fbf97a195e7c0b0ebfdf02e (patch) | |
tree | b78a310acf027b4de2ad56ff48c11151bc7f1c9c /databases/fpc-fpindexer | |
parent | 442a7d5d6a0a2b14ede7ebcb6adad3a105158bfd (diff) | |
download | freebsd-ports-gnome-6709276f836fc3825fbf97a195e7c0b0ebfdf02e.tar.gz freebsd-ports-gnome-6709276f836fc3825fbf97a195e7c0b0ebfdf02e.tar.zst freebsd-ports-gnome-6709276f836fc3825fbf97a195e7c0b0ebfdf02e.zip |
- New port: databases/fpc-fpindexer
freepascal database indexer with database/flat file backend
Diffstat (limited to 'databases/fpc-fpindexer')
-rw-r--r-- | databases/fpc-fpindexer/Makefile | 17 | ||||
-rw-r--r-- | databases/fpc-fpindexer/pkg-plist | 33 |
2 files changed, 50 insertions, 0 deletions
diff --git a/databases/fpc-fpindexer/Makefile b/databases/fpc-fpindexer/Makefile new file mode 100644 index 000000000000..adf2467ff0aa --- /dev/null +++ b/databases/fpc-fpindexer/Makefile @@ -0,0 +1,17 @@ +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= databases lang +PKGNAMESUFFIX= -fpindexer + +MAINTAINER= acm@FreeBSD.org +COMMENT= Database indexer with database/flat file backend + +USE_FPC= chm fcl-base fcl-db + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/databases/fpc-fpindexer/pkg-plist b/databases/fpc-fpindexer/pkg-plist new file mode 100644 index 000000000000..c7cf3999526a --- /dev/null +++ b/databases/fpc-fpindexer/pkg-plist @@ -0,0 +1,33 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/dbindexer.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/dbindexer.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fbindexdb.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fbindexdb.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpmasks.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpmasks.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderhtml.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderhtml.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderpas.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderpas.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireadertxt.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireadertxt.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpdbindexer.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpfbindexdb.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpfpindexer.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpfpmasks.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpireaderhtml.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpireaderpas.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpireadertxt.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpmemindexdb.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpsqldbindexdb.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqldbindexdb.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqldbindexdb.ppu +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |