mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
This commit is contained in:
parent
3986cfea66
commit
230cf6828f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393766
106 changed files with 128 additions and 151 deletions
|
@ -13,6 +13,9 @@
|
|||
# free pascal compiler, if you need install additional fpc
|
||||
# units, they can be listed there (USE_FPC= gtk x11 opengl).
|
||||
#
|
||||
# USE_FPC_RUN - If you set this to "yes", free pascal units will be
|
||||
# registered also as run dependencies.
|
||||
#
|
||||
# WANT_FPC_BASE - If you set this to "yes", this automatically will install
|
||||
# all base units of fpc (gdbint graph ibase libasync hash
|
||||
# httpd mysql netdb odbc oracle pasjpeg paszlib pthreads
|
||||
|
@ -197,10 +200,14 @@ zlib_UNIT= devel/fpc-zlib
|
|||
. if ${_FPC_ALL_UNITS:M${UNITS}}!=""
|
||||
. if ${_FPC_CFG_UNITS:M${UNITS}}!=""
|
||||
BUILD_DEPENDS+= ${UNITSDIR}/${UNITS}/fpunits.cfg:${PORTSDIR}/${${UNITS:S/-/_/}_UNIT}
|
||||
. if defined(USE_FPC_RUN)
|
||||
RUN_DEPENDS+= ${UNITSDIR}/${UNITS}/fpunits.cfg:${PORTSDIR}/${${UNITS:S/-/_/}_UNIT}
|
||||
. endif
|
||||
. else
|
||||
BUILD_DEPENDS+= ${UNITSDIR}/${UNITS}/Package.fpc:${PORTSDIR}/${${UNITS:S/-/_/}_UNIT}
|
||||
. if defined(USE_FPC_RUN)
|
||||
RUN_DEPENDS+= ${UNITSDIR}/${UNITS}/Package.fpc:${PORTSDIR}/${${UNITS:S/-/_/}_UNIT}
|
||||
. endif
|
||||
. endif
|
||||
|
||||
security-check: fpc-check-install
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers lang
|
||||
PKGNAMESUFFIX= -bzip2
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers devel
|
||||
PKGNAMESUFFIX= -paszlib
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers lang
|
||||
PKGNAMESUFFIX= -unzip
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio lang
|
||||
PKGNAMESUFFIX= -a52
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio lang
|
||||
PKGNAMESUFFIX= -mad
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio lang
|
||||
PKGNAMESUFFIX= -modplug
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio lang
|
||||
PKGNAMESUFFIX= -oggvorbis
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio lang
|
||||
PKGNAMESUFFIX= -openal
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio lang
|
||||
PKGNAMESUFFIX= -sndfile
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= cqrlog
|
||||
PORTVERSION= 1.9.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= comms hamradio
|
||||
|
||||
|
@ -25,7 +25,7 @@ SHEBANG_FILES= tools/cqrlog-apparmor-fix \
|
|||
WANT_GNOME= yes
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
LAZARUS_VER= 1.4.0
|
||||
LAZARUS_VER= 1.4.2
|
||||
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
|
||||
|
||||
OPTIONS_SINGLE= LCL
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters lang
|
||||
PKGNAMESUFFIX= -iconvenc
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -dblib
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -fpindexer
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -gdbm
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -ibase
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -mysql
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -odbc
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper et al
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -oracle
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper et al
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -postgres
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -pxlib
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.rog>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -sqlite
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -bfd
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -dbus
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-async
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-base
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-db
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-extra
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-fpcunit
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-image
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-js
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-json
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-net
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-passrc
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-process
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-registry
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-res
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-web
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl-xml
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fpmkunit
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fppkg
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fv
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper et al
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMESUFFIX= -gdbint
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -newt
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -pthreads
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper et al
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -regexpr
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -sdl
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -symbolic
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -zlib
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper et al
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= editors lang
|
||||
PKGNAMESUFFIX= -ide
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -lcl-gtk2
|
||||
|
||||
COMMENT= Lazarus components library - GTK2 backend
|
||||
|
@ -9,6 +9,7 @@ COMMENT= Lazarus components library - GTK2 backend
|
|||
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
|
||||
|
||||
USE_FPC= x11 gtk2
|
||||
USE_FPC_RUN= yes
|
||||
|
||||
LCL_INTERFACE= gtk2
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -lcl-nogui
|
||||
|
||||
COMMENT= Lazarus components library - No gui backend
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -lcl-qt
|
||||
|
||||
COMMENT= Lazarus components library - QT backend
|
||||
|
@ -9,6 +9,7 @@ COMMENT= Lazarus components library - QT backend
|
|||
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
|
||||
|
||||
USE_FPC= x11
|
||||
USE_FPC_RUN= yes
|
||||
|
||||
LCL_INTERFACE= qt
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -lcl-units
|
||||
|
||||
COMMENT= Lazarus components library units
|
||||
|
||||
USE_FPC= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-xml iconvenc fcl-res
|
||||
USE_FPC_RUN= yes
|
||||
|
||||
LCL_INTERFACE= #
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lazarus
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.4.2
|
||||
DISTVERSIONSUFFIX= -0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= editors devel
|
||||
|
@ -22,6 +22,7 @@ USES= gmake
|
|||
USE_GNOME= #
|
||||
USE_FPC?= fcl-base fcl-db fcl-fpcunit fcl-image fcl-process fcl-registry \
|
||||
fcl-res fcl-xml iconvenc numlib pasjpeg x11
|
||||
USE_FPC_RUN= yes
|
||||
OPT?= "-Sgic "
|
||||
|
||||
MAKE_ENV= OPT=${OPT}
|
||||
|
@ -32,10 +33,9 @@ DATADIR?= ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
|
|||
.if !defined(PKGNAMESUFFIX)
|
||||
OPTIONS_DEFINE= GDB
|
||||
OPTIONS_SINGLE= LCL
|
||||
OPTIONS_SINGLE_LCL= GTK1 GTK2 QT4
|
||||
OPTIONS_SINGLE_LCL= GTK2 QT4
|
||||
|
||||
GDB_DESC= Install a newest version of gdb
|
||||
GTK1_DESC= Use gtk12 interface
|
||||
GTK2_DESC= Use gtk20 interface
|
||||
QT4_DESC= Use qt4 interface
|
||||
|
||||
|
@ -79,14 +79,6 @@ BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/edit
|
|||
RUN_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK1}
|
||||
USE_FPC+= gtk1
|
||||
USE_GNOME= gtk12 gdkpixbuf
|
||||
LCL_PLATFORM= gtk
|
||||
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk
|
||||
RUN_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MQT4}
|
||||
LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas
|
||||
LCL_PLATFORM= qt
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (freepascal/lazarus-1.4.0-0.tar.gz) = 6ceab5d2f176abedd1cebda2f7524812b16f702f010681a6af62c7a6025c12ec
|
||||
SIZE (freepascal/lazarus-1.4.0-0.tar.gz) = 53055658
|
||||
SHA256 (freepascal/lazarus-1.4.2-0.tar.gz) = ba0d2279fefba24f8fd1d9086b10fad8cd7076d6e267afd050908c6a375733e8
|
||||
SIZE (freepascal/lazarus-1.4.2-0.tar.gz) = 53106286
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- ide/lazbuild.lpr 2015-06-15 03:49:45.000000000 -0500
|
||||
+++ ide/lazbuild.lpr 2015-06-15 03:50:20.000000000 -0500
|
||||
@@ -436,7 +436,9 @@
|
||||
DoCreateMakefile(APackage)
|
||||
else
|
||||
CompilePackage(APackage,Flags);
|
||||
-
|
||||
+
|
||||
+ PkgLinks.SaveUserLinks(true);
|
||||
+
|
||||
Result:=true;
|
||||
end;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ftp lang
|
||||
PKGNAMESUFFIX= -libcurl
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= hedgewars
|
||||
PORTVERSION= 0.9.21.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://download.gna.org/hedgewars/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -cairo
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -graph
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -hermes
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -imagemagick
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -libgd
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -libpng
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -ncurses
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -opengl
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -pasjpeg
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -proj4
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -rsvg
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -svgalib
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ EXTRACT_ONLY= # empty
|
|||
MAINTAINER= freebsd-fpc@FreeBSD.org
|
||||
COMMENT= Meta package to install all of the Free Pascal base
|
||||
|
||||
USE_FPC_RUN= yes
|
||||
WANT_FPC_BASE= yes
|
||||
NO_BUILD= yes
|
||||
NO_INSTALL= yes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
PKGNAMESUFFIX= -lua
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
PKGNAMESUFFIX= -rexx
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
PKGNAMESUFFIX= -tcl
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= units
|
||||
PORTVERSION= 2.6.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang
|
||||
PKGNAMEPREFIX= fpc-
|
||||
|
||||
|
@ -115,6 +115,8 @@ UNITS_SELECTED= #
|
|||
UNITS_SELECTED+= ${OPT:tl}
|
||||
. endif
|
||||
.endfor
|
||||
|
||||
USE_FPC_RUN= yes
|
||||
USE_FPC= ${UNITS_SELECTED}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang
|
||||
PKGNAMESUFFIX= -utils
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
PORTNAME= nbc
|
||||
PORTVERSION= 1.2.1.r4
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math lang
|
||||
PKGNAMESUFFIX= -fftw
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math lang
|
||||
PKGNAMESUFFIX= -gmp
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math lang
|
||||
PKGNAMESUFFIX= -numlib
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc lang
|
||||
PKGNAMESUFFIX= -chm
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia lang
|
||||
PKGNAMESUFFIX= -dts
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia lang
|
||||
PKGNAMESUFFIX= -matroska
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= WinFF
|
||||
PORTVERSION= 1.5.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
PROJECTHOST= ${_PORTNAME}
|
||||
|
@ -33,14 +33,13 @@ DESKTOP_ENTRIES= "${PORTNAME}" \
|
|||
true
|
||||
|
||||
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d
|
||||
LAZARUS_VER= 1.4.0
|
||||
LAZARUS_VER= 1.4.2
|
||||
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
|
||||
LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
|
||||
|
||||
OPTIONS_SINGLE= LCL
|
||||
OPTIONS_SINGLE_LCL= GTK1 GTK2 QT4
|
||||
OPTIONS_SINGLE_LCL= GTK2 QT4
|
||||
|
||||
GTK1_DESC= Use gtk12 interface
|
||||
GTK2_DESC= Use gtk20 interface
|
||||
QT4_DESC= Use qt4 interface
|
||||
|
||||
|
@ -55,13 +54,6 @@ LCL_PLATFORM= gtk2
|
|||
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK1}
|
||||
USE_FPC+= gtk1
|
||||
USE_GNOME= gtk12 gdkpixbuf
|
||||
LCL_PLATFORM= gtk
|
||||
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MQT4}
|
||||
LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas
|
||||
LCL_PLATFORM= qt
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= transmission-remote-gui
|
||||
PORTVERSION= 5.0.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= transgui-${PORTVERSION}-src
|
||||
|
@ -28,13 +28,12 @@ SUB_FILES= pkg-message
|
|||
LAZARUS_PROJECT_FILE= transgui.lpi
|
||||
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d
|
||||
LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
|
||||
LAZARUS_VER= 1.4.0
|
||||
LAZARUS_VER= 1.4.2
|
||||
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
|
||||
|
||||
OPTIONS_SINGLE= LCL
|
||||
OPTIONS_SINGLE_LCL= GTK1 GTK2 QT4
|
||||
OPTIONS_SINGLE_LCL= GTK2 QT4
|
||||
|
||||
GTK1_DESC= Use gtk12 interface
|
||||
GTK2_DESC= Use gtk20 interface
|
||||
QT4_DESC= Use qt4 interface
|
||||
|
||||
|
@ -49,13 +48,6 @@ LCL_PLATFORM= gtk2
|
|||
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK1}
|
||||
USE_FPC+= gtk1
|
||||
USE_GNOME= gtk12 gdkpixbuf
|
||||
LCL_PLATFORM= gtk
|
||||
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MQT4}
|
||||
LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas
|
||||
LCL_PLATFORM= qt
|
||||
|
@ -63,7 +55,7 @@ BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/edit
|
|||
.endif
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && \
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
|
||||
${LAZBUILD_CMD} --ws=${LCL_PLATFORM} --lazarusdir=${LAZARUS_DIR} ${LAZARUS_PROJECT_FILE}
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net lang
|
||||
PKGNAMESUFFIX= -ldap
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net lang
|
||||
PKGNAMESUFFIX= -pcap
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= emkatic
|
||||
PORTVERSION= 0.20
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= russian emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
@ -21,7 +21,7 @@ USE_FPC= yes
|
|||
WANT_GNOME= yes
|
||||
|
||||
PROJECT_FILE= emkatic.lpi
|
||||
LAZARUS_VER= 1.4.0
|
||||
LAZARUS_VER= 1.4.2
|
||||
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp
|
||||
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
|
||||
LCL_UNITS_DIR= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}
|
||||
|
@ -55,7 +55,7 @@ BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/edit
|
|||
.endif
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && \
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
|
||||
${LAZBUILD_CMD} --ws="${LCL_PLATFORM}" --lazarusdir=${LAZARUS_DIR} ${PROJECT_FILE}
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= checkmol
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/checkmol/
|
||||
EXTRACT_SUFX= .pas
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mol2ps
|
||||
PORTVERSION= 0.4a
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: John Merryweather Cooper
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security lang
|
||||
PKGNAMESUFFIX= -hash
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security lang
|
||||
PKGNAMESUFFIX= -openssl
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils lang
|
||||
PKGNAMESUFFIX= -syslog
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils lang
|
||||
PKGNAMESUFFIX= -users
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils lang
|
||||
PKGNAMESUFFIX= -utmp
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils lang
|
||||
PKGNAMESUFFIX= -uuid
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc lang
|
||||
PKGNAMESUFFIX= -aspell
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christoper Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc lang
|
||||
PKGNAMESUFFIX= -libxml2
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www lang
|
||||
PKGNAMESUFFIX= -fastcgi
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue