notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
php5-bsdconv PHP wrapper for bsdconv
11.3.0_1 converters Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 11.3.0_1Version of this port present on the latest quarterly branch.
Maintainer: buganini@gmail.com search for ports maintained by this maintainer
Port Added: 2009-06-05 22:11:43
Last Update: 2018-04-03 09:48:25
SVN Revision: 466304
License: ISCL
WWW:
https://github.com/buganini/php-bsdconv
Description:
BSD licensed charset/encoding converter library with more function than libiconv. (Currently, only a few codecs are supported) This port is a php wrapper for bsdconv. WWW: https://github.com/buganini/php-bsdconv
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • php56-bsdconv>0:converters/php5-bsdconv
No installation instructions:
This port has been deleted.
PKGNAME: php56-bsdconv
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (buganini-php-bsdconv-11.3.0_GH0.tar.gz) = de803e48cb40b130cf46003052104a5b8c7ab8d783034a06ea097c6617bbb20d SIZE (buganini-php-bsdconv-11.3.0_GH0.tar.gz) = 8356

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php56
  2. autoconf>0 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php56
Library dependencies:
  1. libbsdconv.so : converters/bsdconv
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
php:ext
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/buganini/php-bsdconv/tar.gz/11.3.0?dummy=/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
11.3.0_1
03 Apr 2018 09:48:25
Revision:466304Original commit files touched by this commit
sunpoet search for other commits by this committer
Move converters/php5-bsdconv to converters/php-bsdconv

- Update to 11.5.0
- Remove IGNORE_WITH_PHP

Changes:	https://github.com/buganini/php-bsdconv/commits/master
PR:		226741
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout,14 days)
11.3.0_1
08 Mar 2018 19:48:41
Revision:463917Original commit files touched by this commit
mat search for other commits by this committer
Introduce PHP flavors.

  Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
11.3.0_1
07 Feb 2018 17:46:11
Revision:461158Original commit files touched by this commit
mat search for other commits by this committer
Note PHP ports that do not build with 7.2.

Sponsored by:	Absolight
11.3.0_1
07 Feb 2017 12:14:34
Revision:433543Original commit files touched by this commit
mat search for other commits by this committer
Mark ports not building with PHP 7.1.

Sponsored by:	Absolight
11.3.0_1
03 Aug 2016 12:47:05
Revision:419514Original commit files touched by this commit
mat search for other commits by this committer
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
11.3.0
28 Jun 2016 14:00:45
Revision:417719Original commit files touched by this commit
mat search for other commits by this committer
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
11.3.0
01 Apr 2016 13:29:17
Revision:412344Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
11.3.0
13 Mar 2016 16:56:42
Revision:411002Original commit files touched by this commit
mat search for other commits by this committer
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
11.3.0
28 Jun 2015 08:38:16
Revision:390748Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 11.3.0

Changes:	https://github.com/buganini/php-bsdconv/releases
PR:		201013
Submitted by:	sunpoet (myself)
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
11.1.0
06 May 2015 15:16:54
Revision:385521Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
11.1.0
22 Dec 2014 17:31:50
Revision:375251Original commit files touched by this commit
feld search for other commits by this committer
Update "BSD" license for buganini's ports
11.1.0
15 May 2014 16:02:17
Revision:354149Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.

Approved by:	portmgr@
11.1.0
21 Sep 2013 15:41:58
Revision:327829Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 11.1.0
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/php-bsdconv/commits/master
PR:		ports/182259
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
10.0.0
20 Sep 2013 16:05:25
Revision:327715Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
10.0.0
01 May 2013 23:16:28
Revision:317063Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 10.0.0

PR:		ports/178136
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
9.0
10 Oct 2012 12:33:36
Revision:305650Original commit files touched by this commit
bdrewery search for other commits by this committer
- Use GH_ACCOUNT in DISTNAME

Suggested by:	sunpoet
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
9.0
08 Oct 2012 16:12:08
Revision:305541Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update bsdconv and wrappers to 9.0 [1]
- Switch to USE_GITHUB for fetching
- Update to new header format
- Mark converters/bsdconv as MAKE_JOBS_UNSAFE
- Add prefix into DISTNAMEs to avoid conflicts

Changelog for converters/bsdconv:
 9.0:
  fix for MinGW
  export bsdconv_malloc/bsdconv_free
  add {from,to}/CCCII
  add inter/ZH-STRINGS
  internal API changes for use of bsdconv_ctl in wrappers
  bugfixes
(Only the first 15 lines of the commit message are shown above View all of this commit message)
7.3
26 May 2012 19:01:56
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.3
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS

Changes:
- info(): add width information

Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
7.1
17 May 2012 14:58:16
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.1

Changes:
- Add PHP 5.4 compatibility

Submitted by:   buganini (maintainer, via IRC)
7.0
18 Nov 2011 11:27:42
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.0
- While I'm here, pet portlint

Changes:
- OO-style wrapping
- Chase changes in bsdconv

PR:             portsr/162656
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe:   yes
5.0_1
24 Jun 2011 12:13:51
Original commit files touched by this commit
dhn search for other commits by this committer
- Chase converters/bsdconv shlib version bump
- Bump PORTREVISION
5.0
25 May 2011 14:32:01
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update bsdconv family to 5.0
- While I'm here, update WWW of converters/*-bsdconv

Changes:       
https://github.com/buganini/bsdconv/blob/6a43b56713fe84c0a198c4f712b2b9d13ce3f3cf/Changelog
PR:             ports/157306
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
4.6
26 Apr 2011 18:21:10
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 4.6

Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
4.3
16 Apr 2011 17:12:40
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix PLIST

Approved by:    Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
4.3
16 Apr 2011 13:55:02
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use converters/bsdconv as master port

PR:             ports/156439
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
4.3
28 Jan 2011 18:36:09
Original commit files touched by this commit
dhn search for other commits by this committer
- Update to 4.3

PR:             ports/153741
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe:   yes
3.6.2
09 Sep 2010 03:33:06
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update bsdconv and related to 3.6.2
  * More inter-mapping conversion
  * Add transliteration table for CP950/CP936
  * No known bug, valgrind clean now

PR:             ports/147866
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
3.5
14 Oct 2009 14:20:27
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.5

PR:             139513 139525 139525
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
3.3
15 Sep 2009 13:05:40
Original commit files touched by this commit
beat search for other commits by this committer
- Update to 3.3
- Fix installation with custom PREFIX

PR:             ports/138750
Submitted by:   Kuan-Chung Chiu <buganini AT gmail.com> (maintainer)
Feature safe:   yes
2.1
14 Jul 2009 17:22:01
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 2.1

PR:             136756
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
1.11
05 Jun 2009 22:11:08
Original commit files touched by this commit
miwi search for other commits by this committer
This port is a php wrapper for bsdconv.

WWW: http://github.com/buganini/bsdconv/

PR:             ports/134872
Submitted by:   buganini at gmail.com

Number of commits found: 31