aboutsummaryrefslogtreecommitdiff
path: root/palm
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Get rid of gnomehierBaptiste Daroussin2014-12-211-1/+1
| | | | Notes: svn path=/head/; revision=375146
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-264-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistAntoine Brodin2014-11-125-39/+0
| | | | Notes: svn path=/head/; revision=372505
* Allow building on headAntoine Brodin2014-10-053-5/+13
| | | | Notes: svn path=/head/; revision=370130
* - Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-10-053-26/+6
| | | | | | | - Remove pthread patching Notes: svn path=/head/; revision=370103
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-131-1/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* - Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-09-081-10/+8
| | | | | | | | - Replace LDFLAGS with LIBS - Avoid including bsd.port.options.mk Notes: svn path=/head/; revision=367617
* Remove non staged ports without pending PR from p*Baptiste Daroussin2014-09-0125-2460/+0
| | | | Notes: svn path=/head/; revision=366968
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Rename p*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | Notes: svn path=/head/; revision=363322
* Update to 1.8.2Rene Ladan2014-07-213-5/+4
| | | | | | | | PR: 191749 Submitted by: maintainer <samm@os2.kiev.ua> Notes: svn path=/head/; revision=362430
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362053
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361973
* 1: Stagify.Vanilla I. Shu2014-07-152-58/+109
| | | | | | | | | | 2: USES=libtool, bump version. 3: strip binary. Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=361848
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-143-3/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Reset maintainershipBaptiste Daroussin2014-07-074-9/+9
| | | | | | | | | | Maintainer request to remove those ports, they will be removed along with other non staged, but in the mean time gives new volunteers a chance to save those With hat: portmgr Notes: svn path=/head/; revision=361046
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-4/+5
| | | | | | | | | | - Use new LIB_DEPENDS syntax - Remove indefinite article from COMMENT Approved by: portmgr blanket Notes: svn path=/head/; revision=360403
* - Remove conditional on ${PORT_OPTIONS:MDOCS} and simplify the MakefileAlexey Dokuchaev2014-06-263-10/+6
| | | | | | | | - Offload documentation from pkg-plist into PORTDOCS variable, tighten sed(1) regexp, mute MKDIR's; fix spelling and EOL spaces in pkg-descr Notes: svn path=/head/; revision=359348
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* 1: Stagify.Vanilla I. Shu2014-06-242-24/+41
| | | | | | | | | | 2: USES=libtool, and bump version. 3: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=359096
* UnbreakAntoine Brodin2014-06-212-9/+11
| | | | Notes: svn path=/head/; revision=358712
* Add staging supportSteven Kreuzer2014-06-191-6/+5
| | | | Notes: svn path=/head/; revision=358416
* Convert to use new options frameworkSteven Kreuzer2014-06-191-1/+3
| | | | Notes: svn path=/head/; revision=358415
* Add staging supportSteven Kreuzer2014-06-191-5/+8
| | | | | | | | Convert to new LIB_DEPENDS framework Define LICENSE Notes: svn path=/head/; revision=358400
* Add staging supportSteven Kreuzer2014-06-182-14/+17
| | | | | | | | Define LICENSE Replace NOPORTDOCS with ${PORT_OPTIONS:MDOCS} Notes: svn path=/head/; revision=358317
* 1: Stagify.Vanilla I. Shu2014-06-102-12/+11
| | | | | | | 2: convert to new format of LIB_DEPENDS. Notes: svn path=/head/; revision=357242
* Stagify.Vanilla I. Shu2014-06-102-1/+17
| | | | Notes: svn path=/head/; revision=357240
* Stagify.Vanilla I. Shu2014-06-101-2/+1
| | | | Notes: svn path=/head/; revision=357239
* - Convert gmake to USESMartin Wilke2014-05-292-3/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355688
* 2014-04-10 palm/gnome-pilot: gnome-panel 2.x will be updated in the GNOME 3 ↵Baptiste Daroussin2014-04-1111-383/+0
| | | | | | | | | import palm/gnome-pilot-conduits (depends on gnome-pilot) Notes: svn path=/head/; revision=350937
* Remove expired ports:Antoine Brodin2014-03-165-54/+0
| | | | | | | | | 2014-03-15 multimedia/linux_v4l2wrapper-kmod: Included now in all supported FreeBSD versions 2014-03-15 devel/sgl: S/W never progressed beyond incomplete graduate project; library was never properly built - not worth fixing 2014-03-15 palm/jpilot-db: No distfiles Notes: svn path=/head/; revision=348396
* Remove expired ports:Rene Ladan2014-03-146-71/+0
| | | | | | | | | | 2014-03-14 net/pppd23: Depends on PPPDISC 2014-03-14 net/ipa_ip6fw: Depends on IPv6 ipfw firewall 2014-03-14 palm/synce-hal: Requires pppd 2014-03-14 net/pppoa: Broken on FreeBSD 8 and later since june 2009 Notes: svn path=/head/; revision=348189
* Support stagingEmanuel Haupt2014-03-141-6/+5
| | | | Notes: svn path=/head/; revision=348173
* gnome-panel will be updated to the 3.x version when GNOME 3 will merged.Koop Mast2014-03-111-0/+3
| | | | | | | Deprecate the first batch of ports that are incompatible with the new 3.x version. Notes: svn path=/head/; revision=347884
* Convert p* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347779
* Remove expired ports:Rene Ladan2014-03-1032-599/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles 2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles 2014-03-10 irc/pure-xemacs21-mule: No more public distfiles 2014-03-10 lang/dice: No more public distfiles 2014-03-10 irc/dcc: No more public distfiles 2014-03-10 sysutils/backupme: No more public distfiles 2014-03-10 net/freeswitch-curl-devel: No more public distfiles 2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles 2014-03-10 emulators/cygne-sdl: No more public distfiles 2014-03-10 mail/newmail: No more public distfiles 2014-03-10 x11-toolkits/xscoop: No more public distfiles 2014-03-10 security/didentd: No more public distfiles 2014-03-10 sysutils/wait_on: No more public distfiles 2014-03-10 net/freeswitch-sbc-devel: No more public distfiles 2014-03-10 multimedia/gxanim: No more public distfiles 2014-03-10 www/nd: No more public distfiles 2014-03-10 lang/fbbi: No more public distfiles 2014-03-10 textproc/csv2xml: No more public distfiles 2014-03-10 www/trac-calendar: No more public distfiles 2014-03-10 misc/stan: No more public distfiles 2014-03-10 japanese/gtkicq: No more public distfiles 2014-03-10 net/nc6: No more public distfiles 2014-03-10 net/jpcap: No more public distfiles 2014-03-10 games/quake-extras: No more public distfiles 2014-03-10 net/asfrecorder: No more public distfiles 2014-03-10 sysutils/pyrenamer: No more public distfiles 2014-03-10 palm/synce-sync-engine: No more public distfiles 2014-03-10 www/linux-mplayer-plugin: No more public distfiles 2014-03-10 net-mgmt/airport: No more public distfiles 2014-03-10 textproc/manued.el: No more public distfiles 2014-03-10 sysutils/jailer: No more public distfiles 2014-03-10 sysutils/blimitd: No more public distfiles 2014-03-10 print/abntex: No more public distfiles 2014-03-10 sysutils/monkeytail: No more public distfiles 2014-03-10 dns/dns_mre: No more public distfiles 2014-03-10 japanese/libjcode: No more public distfiles 2014-03-10 sysutils/jailutils: No more public distfiles 2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles 2014-03-10 sysutils/hdup: No more public distfiles 2014-03-10 print/cups-smb-backend: No more public distfiles 2014-03-10 x11/settitle: No more public distfiles 2014-03-10 sysutils/anteater: No more public distfiles 2014-03-10 www/trac-pendingticket: No more public distfiles 2014-03-10 www/admuser: No more public distfiles 2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles 2014-03-10 www/metacafe_dl: No more public distfiles 2014-03-10 irc/irchat-pj-emacs21: No more public distfiles 2014-03-10 www/horde3-wicked: No more public distfiles 2014-03-10 java/drexelsnmp: No more public distfiles 2014-03-10 mail/sigit: No more public distfiles 2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles 2014-03-10 www/vtiger-customerportal: No more public distfiles 2014-03-10 irc/pure-emacs21: No more public distfiles 2014-03-10 www/extsm: No more public distfiles 2014-03-10 misc/cwish: No more public distfiles 2014-03-10 www/phpscheduleit: No more public distfiles 2014-03-10 palm/synce-serial: No more public distfiles 2014-03-10 palm/synce-vdccm: No more public distfiles 2014-03-10 net/freeswitch-insideout-devel: No more public distfiles 2014-03-10 sysutils/fusefs-fur: No more public distfiles 2014-03-10 mail/clamfilter: No more public distfiles 2014-03-10 textproc/cost: No more public distfiles 2014-03-10 palm/synce-gvfs: No more public distfiles 2014-03-10 net/nxserver: No more public distfiles 2014-03-10 sysutils/throttle: No more public distfiles 2014-03-10 japanese/aterm: No more public distfiles 2014-03-10 mail/teapop: No more public distfiles 2014-03-10 www/eldav.el: No more public distfiles 2014-03-10 graphics/gsnapshot: No more public distfiles 2014-03-10 japanese/zangband: No more public distfiles 2014-03-10 audio/xmms-wma: No more public distfiles 2014-03-10 misc/projectionlib: No more public distfiles Notes: svn path=/head/; revision=347742
* - Stage supportMartin Wilke2014-03-092-4/+6
| | | | Notes: svn path=/head/; revision=347628
* Deprecate and set expiration date for some ports ignored on all supported ↵Antoine Brodin2014-02-281-5/+3
| | | | | | | versions Notes: svn path=/head/; revision=346565
* - Support stagingEmanuel Haupt2014-02-271-5/+7
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=346238
* palm/jpilot-db: Marked broken since Nov 2013, remove in 2 weeksJohn Marino2014-02-261-0/+2
| | | | | | | | | I checked the sourceforge site, the files there are older than this port. The master site still mentions jpilot-db but doesn't provide distfiles anymore. No PRs written against this port, seems nobody will miss it. Notes: svn path=/head/; revision=346191
* Remove trailing whitespaces from category palmEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345429
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Back to the futurBaptiste Daroussin2014-02-104-4/+4
| | | | Notes: svn path=/head/; revision=343630
* Mark as deprecated unmaintained ports for which no public distfiles areBaptiste Daroussin2014-02-104-0/+12
| | | | | | | | | available for part or all the needed distfiles. Reported by: distillator Notes: svn path=/head/; revision=343626
* - Stage supportMartin Wilke2014-02-051-5/+4
| | | | Notes: svn path=/head/; revision=342675
* - Stage supportMartin Wilke2014-02-012-13/+9
| | | | Notes: svn path=/head/; revision=342153