diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-12 21:56:21 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-12 21:56:21 +0000 |
commit | ab551f73077a2c729704e83189524dd0dea43c86 (patch) | |
tree | bd16464afd57ce590542d10785dad03b89d34ae0 | |
parent | 193e188899dfd165a858c91e797dfb930a40d2a9 (diff) | |
download | ports-ab551f73077a2c729704e83189524dd0dea43c86.tar.gz ports-ab551f73077a2c729704e83189524dd0dea43c86.zip |
Notes
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/fpc-mysql/Makefile | 77 | ||||
-rw-r--r-- | databases/fpc-mysql/distinfo | 2 | ||||
-rw-r--r-- | databases/fpc-mysql/pkg-descr | 8 | ||||
-rw-r--r-- | databases/fpc-mysql/pkg-plist | 12 |
5 files changed, 100 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0994e47c633a..141a3911b54c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -34,6 +34,7 @@ SUBDIR += firebird-devel SUBDIR += fireprofile SUBDIR += fpc-ibase + SUBDIR += fpc-mysql SUBDIR += fpc-odbc SUBDIR += fpc-oracle SUBDIR += fpc-postgres diff --git a/databases/fpc-mysql/Makefile b/databases/fpc-mysql/Makefile new file mode 100644 index 000000000000..da7d6ef4f351 --- /dev/null +++ b/databases/fpc-mysql/Makefile @@ -0,0 +1,77 @@ +# New ports collection makefile for: Free Pascal mysql Unit +# Date created: 9 February 2004 +# Whom: John Merryweather Cooper +# +# $FreeBSD$ +# + +PORTNAME= mysql +PORTVERSION= 1.0.10 +CATEGORIES= databases lang +MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ + http://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 + +MAINTAINER= coop9211@uidaho.edu +COMMENT= Free Pascal interface to MySQL + +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +RUN_DEPENDS= ${BUILD_DEPENDS} + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 470000 +EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar +TAR= ${LOCALBASE}/bin/gtar +.endif +USE_GMAKE= yes +USE_REINPLACE= yes +ONLY_FOR_ARCHS= i386 + +PLIST_SUB+= INSTDIR=lib/fpc/${PORTVERSION}/units/freebsd/mysql \ + 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 +# +# mysql sources + @${TAR} zxf ${WRKSRC}/sources/unitsmysqlsrc.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/mysql \ + all + +do-install: + @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ + ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/mysql \ + install + +.include <bsd.port.post.mk> diff --git a/databases/fpc-mysql/distinfo b/databases/fpc-mysql/distinfo new file mode 100644 index 000000000000..54527a31654e --- /dev/null +++ b/databases/fpc-mysql/distinfo @@ -0,0 +1,2 @@ +MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667 +SIZE (fpc-1.0.10.ELF.tar) = 17448960 diff --git a/databases/fpc-mysql/pkg-descr b/databases/fpc-mysql/pkg-descr new file mode 100644 index 000000000000..51d99e67fe74 --- /dev/null +++ b/databases/fpc-mysql/pkg-descr @@ -0,0 +1,8 @@ +Mysql is part of the base packages of Free Pascal, a 32-bit +Turbo Pascal/Delphi compatible compiler. Mysql provides an +interface to MySQL databases. + +WWW: http://www.freepascal.org/ + +-- +John Merryweather Cooper <coop9211@uidaho.edu> diff --git a/databases/fpc-mysql/pkg-plist b/databases/fpc-mysql/pkg-plist new file mode 100644 index 000000000000..816cf786b3e4 --- /dev/null +++ b/databases/fpc-mysql/pkg-plist @@ -0,0 +1,12 @@ +%%INSTDIR%%/Package.fpc +%%INSTDIR%%/mysql.o +%%INSTDIR%%/mysql.ppu +%%INSTDIR%%/mysql_com.o +%%INSTDIR%%/mysql_com.ppu +%%INSTDIR%%/mysql_version.o +%%INSTDIR%%/mysql_version.ppu +@dirrm %%INSTDIR%% +@unexec rmdir %D/lib/fpc/%%PORTVERSION%%/units/freebsd 2>/dev/null || true +@unexec rmdir %D/lib/fpc/%%PORTVERSION%%/units 2>/dev/null || true +@unexec rmdir %D/lib/fpc/%%PORTVERSION%% 2>/dev/null || true +@unexec rmdir %D/lib/fpc 2>/dev/null || true |