summaryrefslogtreecommitdiff
path: root/lang/fpc-units
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-14 06:13:57 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-14 06:13:57 +0000
commitf7f940d1c208204ac24ad6ff688d6318d93ace49 (patch)
tree20f62f950e0b1651962082664a63613c48d670cd /lang/fpc-units
parentBump port revision by the former commit. (diff)
- Update to 2.2.2
Notes
Notes: svn path=/head/; revision=226034
Diffstat (limited to 'lang/fpc-units')
-rw-r--r--lang/fpc-units/Makefile30
1 files changed, 19 insertions, 11 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index fea5d07cd793..aa14e86eed44 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= units
-PORTVERSION= 2.2.0
-PORTREVISION= 2
+PORTVERSION= 2.2.2
CATEGORIES= lang
MASTER_SITES= # none
PKGNAMEPREFIX= fpc-
@@ -22,45 +21,53 @@ NO_BUILD= yes
BUILDNAME= ${ARCH}-freebsd
-OPTIONS= BFD "Interface to GNU Binary Format description" on \
+OPTIONS= ASPELL "Interface to aspell spelling checker" on \
+ BFD "Interface to GNU Binary Format description" on \
CAIRO "Interface to cairo library" on \
+ CHM "Free Pbscal unit to manipulate chm files" on \
+ FCL_ASYNC "Free Pascal interface to async library" on \
FCL_BASE "Free Pascal Component Library (base)" on \
FCL_DB "Free Pascal Component Library (db)" on \
FCL_FPCUNIT "Free Pascal Component Library (fpcunit)" on \
FCL_IMAGE "Free Pascal Component Library (image)" on \
+ FCL_JSON "Free Pascal implementation of JSON" on \
FCL_NET "Free Pascal Component Library (net)" on \
FCL_PASSRC "Free Pascal Component Library (passrc)" on \
+ FCL_PROCESS "Free Pascal unit to start and manipulate other programs" on \
FCL_REGISTRY "Free Pascal Component Library (registry)" on \
FCL_WEB "Free Pascal Component Library (web)" on \
FCL_XML "Free Pascal Component Library (xml)" on \
FFTW "Interface to the FFTW3 library" on \
FPMKUNIT "Free Pascal build system unit" on \
- FORMS "Interface to X-Forms" on \
FPGTK "Interface to create programs with gtk" on \
FV "Free Pascal unit for Delphi support" on \
- GCONF "Interface to GConf" on \
GDBM "Interface to the GNU database system" on \
GGI "Interface to libggi library" on \
GNOME "Free Pascal unit to create programs for GNOME" on \
GTK "Interface to gtk libraries" on \
GTK2 "Interface to gtk2 libraries" on \
- HTTPD "Free Pascal httpd unit" on \
+ IMAGEMAGICK "Free Pascal interface to ImageMagick" on \
IMLIB "Interface to imlib library" on \
LIBCURL "Interface to curl library" on \
LIBGD "Interface to gd library" on \
LIBPNG "Interface to png library" on \
NCURSES "Interface to ncurses library" on \
+ NUMLIB "Free Pascal unit for numerical methods" on \
OPENGL "Interface to opengl library" on \
OPENSSL "Interface to openssl library" on \
PCAP "Interface to pcap library" on \
+ PXLIB "Free Pascal unit to read various Paradox file" on \
+ SDL "Free Pascal interface to SDL library" on \
SVGALIB "Interface to svgalib library" on \
+ SYMBOLIC "FreePascal unit to simple expression parsing and evaluating" on \
SYSLOG "Interface to system logger" on \
TCL "Interface to tcl/tk interpreter" on \
UNZIP "Routines for unzipping zip files" on \
+ USERS "Free Pascal interfaces to manipulate users" on \
UTMP "Interface to gather information from the utmp file" on \
X11 "Interface to X windows server" on \
+ XFORMS "Interface to X-Forms" on \
ZLIB "Interface to the zlib compression library" on \
- ZVT "Interface to Zed's Virtual Terminal" on
PORT_DBDIR?= /var/db/ports
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}
@@ -70,10 +77,11 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
.include "${OPTIONSFILE}"
.endif
-ALL_OPTIONS= BFD CAIRO FCL-BASE FCL-DB FCL-FPCUNIT FCL-IMAGE FCL-NET FCL-PASSRC \
- FCL-REGISTRY FCL-WEB FCL-XML FFTW FPMKUNIT FORMS FPGTK FV GCONF GDBM \
- GGI GNOME GTK GTK2 HTTPD IMLIB LIBCURL LIBGD LIBPNG NCURSES OPENGL \
- OPENSSL PCAP SVGALIB SYSLOG TCL UNZIP UTMP X11 ZLIB ZVT
+ALL_OPTIONS= ASPELL BFD CAIRO CHM FCL-ASYNC FCL-BASE FCL-DB FCL-FPCUNIT FCL-IMAGE \
+ FCL-JSON FCL-NET FCL-PASSRC FCL-PROCESS FCL-REGISTRY FCL-WEB FCL-XML \
+ FFTW FPMKUNIT FPGTK FV GDBM GGI GNOME GTK GTK2 IMAGEMAGICK IMLIB LIBCURL \
+ LIBGD LIBPNG NCURSES NUMLIB OPENGL OPENSSL PCAP PXLIB SDL SVGALIB SYMBOLIC \
+ SYSLOG TCL UNZIP USERS UTMP X11 XFORMS ZLIB
UNITS_SELECTED= #
.for OPT in ${ALL_OPTIONS}