aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:52:57 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:52:57 +0000
commitb06153abd6cff3313971e58ae665e96b0bf447bf (patch)
treed671f1e410fe2766e67c77bc1573fd986720b550 /devel
parentacca2dab6cf8bdfcdf61189c830d87fae34e8118 (diff)
downloadports-b06153abd6cff3313971e58ae665e96b0bf447bf.tar.gz
ports-b06153abd6cff3313971e58ae665e96b0bf447bf.zip
- Update fpc to 2.0.2
PR: 98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652, 98654, 98656, 98657, 98658, 98720, 98724 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes: svn path=/head/; revision=165965
Diffstat (limited to 'devel')
-rw-r--r--devel/fpc-fv/Makefile51
-rw-r--r--devel/fpc-fv/distinfo3
-rw-r--r--devel/fpc-fv/pkg-descr5
-rw-r--r--devel/fpc-fv/pkg-plist82
-rw-r--r--devel/fpc-gdbint/Makefile63
-rw-r--r--devel/fpc-gdbint/distinfo3
-rw-r--r--devel/fpc-gdbint/pkg-descr8
-rw-r--r--devel/fpc-gdbint/pkg-plist6
-rw-r--r--devel/fpc-regexpr/Makefile70
-rw-r--r--devel/fpc-regexpr/distinfo3
-rw-r--r--devel/fpc-regexpr/pkg-descr8
-rw-r--r--devel/fpc-regexpr/pkg-plist4
12 files changed, 14 insertions, 292 deletions
diff --git a/devel/fpc-fv/Makefile b/devel/fpc-fv/Makefile
index f7b6f38e1e44..1f8daf91a6a7 100644
--- a/devel/fpc-fv/Makefile
+++ b/devel/fpc-fv/Makefile
@@ -5,57 +5,12 @@
# $FreeBSD$
#
-PORTNAME= fv
-PORTVERSION= 2.0.2
CATEGORIES= devel lang
-MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
- ftp://planetmirror.com/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
- ftp://ftp.jp.freepascal.org/mirror/fpc/dist/i386-freebsd-${PORTVERSION}/ \
- ftp://freepascal.stack.nl/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
- ftp://ftp.no.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
- ftp://ftp.us.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= freepascal
-PKGNAMEPREFIX= fpc-
-DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}.${BUILDNAME}
-EXTRACT_SUFX= .tar
+PKGNAMESUFFIX= -fv
MAINTAINER= acardenas@bsd.org.pe
COMMENT= FreeVision is a Free Pascal unit for Delphi support
-EXAMPLESDIR= share/examples/${PKGNAMEPREFIX}${PORTVERSION}
-ONLY_FOR_ARCHS= i386
-NO_BUILD= yes
+MASTERDIR= ${.CURDIR}/../../lang/fpc
-BUILDNAME= i386-freebsd
-PLIST_SUB+= PORTVERSION=${PORTVERSION} \
- BUILDNAME=${BUILDNAME}
-
-do-extract:
-# unpack distribution
- @${MKDIR} ${WRKSRC}
- @${TAR} xf ${DISTDIR}/${DISTNAME}.tar \
- --directory ${WRKSRC}
- @${TAR} xf ${WRKSRC}/binary.${BUILDNAME}.tar \
- --directory ${WRKSRC}
-
-# unpack binary and fv distribution
- @${MKDIR} ${WRKSRC}/${PORTNAME}
- @${TAR} zxf ${WRKSRC}/units-${PORTNAME}.${BUILDNAME}.tar.gz \
- --directory ${WRKSRC}/${PORTNAME}
-
-do-install:
-.for DIRE in lib
- @cd ${WRKSRC}/${PORTNAME}/${DIRE} && \
- ${FIND} * -type d -exec ${MKDIR} "{}" "${PREFIX}/${DIRE}/{}" \; && \
- ${FIND} * -type f -exec ${INSTALL_SCRIPT} "{}" "${PREFIX}/${DIRE}/{}" \;
-.endfor
-
-post-install:
-.if !defined (NOPORTDOCS)
- @cd ${WRKSRC}/${PORTNAME}/share && \
- ${FIND} * -type d -exec ${MKDIR} "{}" "${PREFIX}/share/{}" \; && \
- ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/{}" \;
-.endif
-
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/fpc-fv/distinfo b/devel/fpc-fv/distinfo
deleted file mode 100644
index 80f3f200b2ed..000000000000
--- a/devel/fpc-fv/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (fpc-2.0.2.i386-freebsd.tar) = e1f834f445b0f2313f41ed417a28fb1c
-SHA256 (fpc-2.0.2.i386-freebsd.tar) = 906f002dfdbdfc3380f5a66b93d68debdbb68bba65b9db0590a93f548fb9f528
-SIZE (fpc-2.0.2.i386-freebsd.tar) = 22517760
diff --git a/devel/fpc-fv/pkg-descr b/devel/fpc-fv/pkg-descr
deleted file mode 100644
index 6c164506bc79..000000000000
--- a/devel/fpc-fv/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The fvision unit is a package developed with Free Pascal,
-a 32-bit Turbo Pascal/Delphi compatible compiler. This unit
-provides some of the interfaces in Delphi Vision.
-
-WWW: http://www.freepascal.org/
diff --git a/devel/fpc-fv/pkg-plist b/devel/fpc-fv/pkg-plist
deleted file mode 100644
index 9f6b3a5294fd..000000000000
--- a/devel/fpc-fv/pkg-plist
+++ /dev/null
@@ -1,82 +0,0 @@
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/Package.fpc
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/app.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/colortxt.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/dialogs.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/drivers.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/editors.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvcommon.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvconsts.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/gadgets.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/histlist.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/inplong.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/memory.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/menus.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/msgbox.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/resource.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/statuses.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/stddlg.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/tabs.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/time.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/validate.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/views.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/sysmsg.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/asciitab.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/timeddlg.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/app.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/colortxt.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/dialogs.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/drivers.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/editors.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvcommon.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvconsts.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/gadgets.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/histlist.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/inplong.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/memory.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/menus.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/msgbox.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/resource.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/statuses.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/stddlg.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/tabs.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/time.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/validate.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/views.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/sysmsg.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/asciitab.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/timeddlg.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpapp.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpcolortxt.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpdialogs.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpdrivers.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpeditors.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpfvcommon.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpfvconsts.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpgadgets.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libphistlist.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpinplong.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpmemory.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpmenus.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpmsgbox.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpresource.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpstatuses.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpstddlg.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libptabs.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libptime.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpvalidate.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpviews.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpsysmsg.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpasciitab.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libptimeddlg.a
-%%PORTDOCS%%%%EXAMPLESDIR%%/fv/tfileio.pas
-%%PORTDOCS%%%%EXAMPLESDIR%%/fv/testapp.pas
-%%PORTDOCS%%%%EXAMPLESDIR%%/fv/platform.inc
-%%PORTDOCS%%%%EXAMPLESDIR%%/fv/Makefile.fpc
-%%PORTDOCS%%%%EXAMPLESDIR%%/fv/Makefile
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/fv
-%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%%
-@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv
-@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
-@dirrmtry lib/fpc/%%PORTVERSION%%/units
-@dirrmtry lib/fpc/%%PORTVERSION%%
-@dirrmtry lib/fpc
diff --git a/devel/fpc-gdbint/Makefile b/devel/fpc-gdbint/Makefile
index 76400f4b9227..83661d4d515c 100644
--- a/devel/fpc-gdbint/Makefile
+++ b/devel/fpc-gdbint/Makefile
@@ -5,67 +5,14 @@
# $FreeBSD$
#
-PORTNAME= gdbint
-PORTVERSION= 1.0.10
-PORTREVISION= 2
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= freepascal
-PKGNAMEPREFIX= fpc-
-DISTNAME= fpc-${PORTVERSION}.ELF
-EXTRACT_SUFX= .tar
+PKGNAMESUFFIX= -gdbint
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal unit providing interface to gdb
-.include <bsd.port.pre.mk>
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
-BUILD_DEPENDS+= ppc386:${PORTSDIR}/lang/fpc \
- gdbfpc:${PORTSDIR}/devel/fpc-gdb
-RUN_DEPENDS+= ${BUILD_DEPENDS}
-.if ${OSVERSION} < 470000
-EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
-TAR= ${LOCALBASE}/bin/gtar
-.endif
-USE_GMAKE= yes
-ONLY_FOR_ARCHS= i386
+MASTERDIR= ${.CURDIR}/../../lang/fpc
-PLIST_SUB+= PORTVERSION=${PORTVERSION}
-
-MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \
- FPC=${LOCALBASE}/bin/ppc386 \
- INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \
- INSTALL_BINDIR=${PREFIX}/bin \
- GCCLIBDIR=/usr/lib \
- GDBLIBDIR=${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/gdbint/libgdb \
- RELEASE=1
-
-do-extract:
-# unpack distribution
- @${MKDIR} ${WRKSRC}
- @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC}
-# unpack sources distribution
- @${MKDIR} ${WRKSRC}/sources
- @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources
-# further extract base sources
-#
-# gdbint sources
- @${TAR} zxf ${WRKSRC}/sources/unitsgdbintsrc.tar.gz \
- --directory ${WRKSRC}
-
-post-patch:
-# change to alter amount of optimization
- @${FIND} ${WRKSRC}/share/src/fpc-${PORTVERSION} -name \
- "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g'
-
-do-build:
- @${SETENV} ${MAKE_ENV} ${GMAKE} -C \
- ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint \
- all
-
-do-install:
- @${SETENV} ${MAKE_ENV} ${GMAKE} -C \
- ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint \
- install
-
-.include <bsd.port.post.mk>
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/fpc-gdbint/distinfo b/devel/fpc-gdbint/distinfo
deleted file mode 100644
index fb00975ada0c..000000000000
--- a/devel/fpc-gdbint/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667
-SHA256 (fpc-1.0.10.ELF.tar) = 318bab9d1269dffcc5fe737d224fca939c5f130f34f12d166319b3d1ba776bfb
-SIZE (fpc-1.0.10.ELF.tar) = 17448960
diff --git a/devel/fpc-gdbint/pkg-descr b/devel/fpc-gdbint/pkg-descr
deleted file mode 100644
index 021279f1a7f4..000000000000
--- a/devel/fpc-gdbint/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The gdbint unit is part of the base packages of Free Pascal,
-a 32-bit Turbo Pascal/Delphi compatible compiler. This unit
-provides an interface to gdb.
-
-WWW: http://www.freepascal.org/
-
---
-John Merryweather Cooper <coop9211@uidaho.edu>
diff --git a/devel/fpc-gdbint/pkg-plist b/devel/fpc-gdbint/pkg-plist
deleted file mode 100644
index 9326665abe89..000000000000
--- a/devel/fpc-gdbint/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/Package.fpc
-lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbcon.o
-lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbcon.ppu
-lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbint.o
-lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbint.ppu
-@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint
diff --git a/devel/fpc-regexpr/Makefile b/devel/fpc-regexpr/Makefile
index dfc00a14f395..2867bc28f164 100644
--- a/devel/fpc-regexpr/Makefile
+++ b/devel/fpc-regexpr/Makefile
@@ -5,72 +5,14 @@
# $FreeBSD$
#
-PORTNAME= regexpr
-PORTVERSION= 1.0.10
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \
- ftp://planetmirror.com/pub/fpc/dist/FreeBSD/ \
- ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \
- ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \
- ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \
- ftp://ftp.us.freepascal.org/pub/fpc/dist/FreeBSD/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= freepascal
-PKGNAMEPREFIX= fpc-
-DISTNAME= fpc-${PORTVERSION}.ELF
-EXTRACT_SUFX= .tar
+CATEGORIES= devel lang
+PKGNAMESUFFIX= -regexpr
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal regular expression routines
-.include <bsd.port.pre.mk>
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
-BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
-RUN_DEPENDS= ${BUILD_DEPENDS}
-.if ${OSVERSION} >= 500000
-LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
-.endif
-.if ${OSVERSION} < 470000
-EXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
-TAR= ${LOCALBASE}/bin/gtar
-.endif
-USE_GMAKE= yes
-ONLY_FOR_ARCHS= i386
+MASTERDIR= ${.CURDIR}/../../lang/fpc
-PLIST_SUB+= PORTVERSION=${PORTVERSION}
-
-MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \
- FPC=${LOCALBASE}/bin/ppc386 \
- INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \
- INSTALL_BINDIR=${PREFIX}/bin \
- GCCLIBDIR=/usr/lib \
- RELEASE=1
-
-do-extract:
-# unpack distribution
- @${MKDIR} ${WRKSRC}
- @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC}
-# unpack sources distribution
- @${MKDIR} ${WRKSRC}/sources
- @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources
-# further extract base sources
-#
-# regexpr sources
- @${TAR} zxf ${WRKSRC}/sources/unitsregexprsrc.tar.gz \
- --directory ${WRKSRC}
-
-post-patch:
-# change to alter amount of optimization
- @${FIND} ${WRKSRC}/share/src/fpc-${PORTVERSION} -name \
- "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g'
-
-do-build:
- cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/regexpr && \
- ${GMAKE} ${MAKE_ENV} all
-
-do-install:
- cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/regexpr && \
- ${GMAKE} ${MAKE_ENV} install
-
-.include <bsd.port.post.mk>
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/fpc-regexpr/distinfo b/devel/fpc-regexpr/distinfo
deleted file mode 100644
index fb00975ada0c..000000000000
--- a/devel/fpc-regexpr/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667
-SHA256 (fpc-1.0.10.ELF.tar) = 318bab9d1269dffcc5fe737d224fca939c5f130f34f12d166319b3d1ba776bfb
-SIZE (fpc-1.0.10.ELF.tar) = 17448960
diff --git a/devel/fpc-regexpr/pkg-descr b/devel/fpc-regexpr/pkg-descr
deleted file mode 100644
index 4305d3772783..000000000000
--- a/devel/fpc-regexpr/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Regexpr is part of the base packages of Free Pascal,
-a 32-bit Turbo Pascal/Delphi compatible compiler. Regexpr
-provides regular expression routines.
-
-WWW: http://www.freepascal.org/
-
---
-John Merryweather Cooper <coop9211@uidaho.edu>
diff --git a/devel/fpc-regexpr/pkg-plist b/devel/fpc-regexpr/pkg-plist
deleted file mode 100644
index 457d480a190d..000000000000
--- a/devel/fpc-regexpr/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-lib/fpc/%%PORTVERSION%%/units/freebsd/regexpr/Package.fpc
-lib/fpc/%%PORTVERSION%%/units/freebsd/regexpr/regexpr.o
-lib/fpc/%%PORTVERSION%%/units/freebsd/regexpr/regexpr.ppu
-@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/regexpr