summaryrefslogtreecommitdiff
path: root/lang/fpc-units
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-03-23 05:25:05 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-03-23 05:25:05 +0000
commit9bcc09b9f231cecc8453e0443af4dc3c3c680215 (patch)
tree287c9b5f0269ac02f3b0f0d70eedbf74adb7cd9f /lang/fpc-units
parent- New port: devel/fpc-fcl-js (diff)
- Update to 2.6.2
- Trim Makefile headers
Notes
Notes: svn path=/head/; revision=314989
Diffstat (limited to 'lang/fpc-units')
-rw-r--r--lang/fpc-units/Makefile28
1 files changed, 15 insertions, 13 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index 05af0344725e..51a91a242f00 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -1,9 +1,9 @@
-# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= units
-PORTVERSION= 2.6.0
-PORTREVISION= 3
+PORTVERSION= 2.6.2
+PORTREVISION= 0
CATEGORIES= lang
MASTER_SITES= # none
PKGNAMEPREFIX= fpc-
@@ -18,10 +18,10 @@ NO_BUILD= yes
BUILDNAME= ${ARCH}-freebsd
-OPTIONS_DEFINE= A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DTS FASTCGI FCL-ASYNC FCL-BASE \
- FCL-EXTRA FCL-DB FCL-FPCUNIT FCL-IMAGE FCL-JSON FCL-NET FCL-PASSRC \
- FCL-PROCESS FCL-REGISTRY FCL-RES FCL-WEB FCL-XML FFTW FPGTK FPMKUNIT \
- FPPKG FPVECTORIAL FV GDBM GGI GMP GNOME1 GTK1 GTK2 HERMES ICONVENC \
+OPTIONS_DEFINE= A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DBLIB DTS FASTCGI FCL-ASYNC FCL-BASE \
+ FCL-EXTRA FCL-DB FCL-FPCUNIT FCL-IMAGE FCL-JS FCL-JSON FCL-NET FCL-PASSRC \
+ FCL-PROCESS FCL-REGISTRY FCL-RES FCL-WEB FCL-XML FFTW FPGTK FPINDEXER \
+ FPMKUNIT FPPKG FV GDBM GGI GMP GNOME1 GTK1 GTK2 HERMES ICONVENC \
IMAGEMAGICK IMLIB LDAP LIBCURL LIBGD LIBPNG LIBXML2 LUA MAD MATROSKA \
MODPLUG NCURSES NEWT NUMLIB OGGVORBIS OPENAL OPENGL OPENSSL PCAP PROJ4 \
PXLIB RSVG REXX SDL SNDFILE SVGALIB SYMBOLIC SYSLOG TCL UNZIP USERS \
@@ -34,6 +34,7 @@ BZIP2_DESC= Free Pascal bzip2 unit
CAIRO_DESC= Interface to cairo library
CHM_DESC= Free Pbscal unit to manipulate chm files
DBUS_DESC= Interface to dbus library
+DBLIB_DESC= Interface to dblib library
DTS_DESC= Interface to dts library
FASTCGI_DESC= Free Pascal fastcgi unit
FCL_ASYNC_DESC= Free Pascal interface to async library
@@ -42,7 +43,8 @@ FCL_DB_DESC= Free Pascal Component Library (db)
FCL_EXTRA_DESC= Free Pascal Component Library (extra)
FCL_FPCUNIT_DESC= Free Pascal Component Library (fpcunit)
FCL_IMAGE_DESC= Free Pascal Component Library (image)
-FCL_JSON_DESC= Free Pascal implementation of JSON
+FCL_JS_DESC= Free Pascal implementation of (js)
+FCL_JSON_DESC= Free Pascal implementation of (json)
FCL_NET_DESC= Free Pascal Component Library (net)
FCL_PASSRC_DESC= Free Pascal Component Library (passrc)
FCL_PROCESS_DESC= Unit to start and manipulate other programs
@@ -54,7 +56,6 @@ FFTW_DESC= Interface to the FFTW3 library
FPGTK_DESC= Interface to create programs with gtk
FPPKG_DESC= Free Pascal package unit
FPMKUNIT_DESC= Free Pascal build system unit
-FPVECTORIAL_DESC= Free Pascal fpvectorial unit
FV_DESC= Free Pascal unit for Delphi support
GDBM_DESC= Interface to the GNU database system
GGI_DESC= Interface to libggi library
@@ -64,6 +65,7 @@ GTK1_DESC= Interface to gtk libraries
GTK2_DESC= Interface to gtk2 libraries
HERMES_DESC= Free Pascal hermes unit
ICONVENC_DESC= Interface to iconv library
+FPINDEXER_DESC= Database indexer with database/flat file backend
IMAGEMAGICK_DESC= Interface to ImageMagick
IMLIB_DESC= Interface to imlib library
LDAP_DESC= Interface to OpenLDAP
@@ -105,10 +107,10 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}
.include <bsd.port.options.mk>
-OPTIONS_DEFAULT= A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DTS FASTCGI FCL-ASYNC FCL-BASE \
- FCL-EXTRA FCL-DB FCL-FPCUNIT FCL-IMAGE FCL-JSON FCL-NET FCL-PASSRC \
- FCL-PROCESS FCL-REGISTRY FCL-RES FCL-WEB FCL-XML FFTW FPGTK FPMKUNIT \
- FPPKG FPVECTORIAL FV GDBM GGI GMP GNOME1 GTK1 GTK2 HERMES ICONVENC \
+OPTIONS_DEFAULT=A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DBLIB DTS FASTCGI FCL-ASYNC FCL-BASE \
+ FCL-EXTRA FCL-DB FCL-FPCUNIT FCL-IMAGE FCL-JS FCL-JSON FCL-NET FCL-PASSRC \
+ FCL-PROCESS FCL-REGISTRY FCL-RES FCL-WEB FCL-XML FFTW FPGTK FPINDEXER \
+ FPMKUNIT FPPKG FV GDBM GGI GMP GNOME1 GTK1 GTK2 HERMES ICONVENC \
IMAGEMAGICK IMLIB LDAP LIBCURL LIBGD LIBPNG LIBXML2 LUA MAD MATROSKA \
MODPLUG NCURSES NEWT NUMLIB OGGVORBIS OPENAL OPENGL OPENSSL PCAP PROJ4 \
PXLIB RSVG REXX SDL SNDFILE SVGALIB SYMBOLIC SYSLOG TCL UNZIP USERS \